Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for boHigh (0.06 sec)

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

            if ( this.largeFile ) {
                this.pid = SMBUtil.readInt2(buffer, bufferIndex);
                int boHigh = SMBUtil.readInt4(buffer, bufferIndex + 4);
                int boLow = SMBUtil.readInt4(buffer, bufferIndex + 8);
    
                this.byteOffset = ( boHigh << 32 ) | boLow;
    
                int lHigh = SMBUtil.readInt4(buffer, bufferIndex + 12);
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 3.5K bytes
    - Viewed (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(
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:05:46 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    thinking over other children she knew, who might do very well as
    pigs, and was just saying to herself, `if one only knew the right
    way to change them--' when she was a little startled by seeing
    the Cheshire Cat sitting on a bough of a tree a few yards off.
    
      The Cat only grinned when it saw Alice.  It looked good-
    natured, she thought:  still it had VERY long claws and a great
    many teeth, so she felt that it ought to be treated with respect.
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
Back to top