Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for boHigh (0.03 seconds)

  1. src/main/java/jcifs/internal/smb1/com/LockingAndXRange.java

            if (this.largeFile) {
                this.pid = SMBUtil.readInt2(buffer, bufferIndex);
                final int boHigh = SMBUtil.readInt4(buffer, bufferIndex + 4);
                final int boLow = SMBUtil.readInt4(buffer, bufferIndex + 8);
    
                this.byteOffset = boHigh << 32 | boLow;
    
                final int lHigh = SMBUtil.readInt4(buffer, bufferIndex + 12);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 4.1K bytes
    - Click Count (0)
  2. android/guava-tests/test/com/google/common/collect/TreeRangeSetTest.java

                }
                for (int bLow = 0; bLow < 6; bLow++) {
                  for (int bHigh = 0; bHigh < 6; bHigh++) {
                    for (BoundType bLowType : BoundType.values()) {
                      for (BoundType bHighType : BoundType.values()) {
                        if ((bLow == bHigh && bLowType == OPEN && bHighType == OPEN) || bLow > bHigh) {
                          continue;
                        }
                        doPairTest(
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Oct 28 16:03:47 GMT 2025
    - 24.4K bytes
    - Click Count (0)
Back to Top