Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 1,493 for xoffset (0.49 sec)

  1. src/vendor/golang.org/x/text/unicode/bidi/tables13.0.0.go

    	// Block 0x28, offset 0xa00
    	0xa00: 0x000c, 0xa01: 0x000c,
    	0xa3b: 0x000c,
    	0xa3c: 0x000c,
    	// Block 0x29, offset 0xa40
    	0xa41: 0x000c, 0xa42: 0x000c, 0xa43: 0x000c, 0xa44: 0x000c,
    	0xa4d: 0x000c,
    	0xa62: 0x000c, 0xa63: 0x000c,
    	// Block 0x2a, offset 0xa80
    	0xa81: 0x000c,
    	// Block 0x2b, offset 0xac0
    	0xaca: 0x000c,
    	0xad2: 0x000c, 0xad3: 0x000c, 0xad4: 0x000c, 0xad6: 0x000c,
    	// Block 0x2c, offset 0xb00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 120.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/unicode/norm/tables12.0.0.go

    	// Block 0x10, offset 0x400
    	0x432: 0xbb,
    	// Block 0x11, offset 0x440
    	0x445: 0xbc, 0x446: 0xbd, 0x447: 0xbe,
    	0x449: 0xbf,
    	// Block 0x12, offset 0x480
    	0x480: 0xc0, 0x484: 0xba,
    	0x48b: 0xc1,
    	0x4a3: 0xc2, 0x4a5: 0xc3,
    	// Block 0x13, offset 0x4c0
    	0x4c8: 0xc4,
    	// Block 0x14, offset 0x500
    	0x520: 0x25, 0x521: 0x26, 0x522: 0x27, 0x523: 0x28, 0x524: 0x29, 0x525: 0x2a, 0x526: 0x2b, 0x527: 0x2c,
    	0x528: 0x2d,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 376.8K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go

    	// Block 0x28, offset 0xa00
    	0xa00: 0x000c, 0xa01: 0x000c,
    	0xa3b: 0x000c,
    	0xa3c: 0x000c,
    	// Block 0x29, offset 0xa40
    	0xa41: 0x000c, 0xa42: 0x000c, 0xa43: 0x000c, 0xa44: 0x000c,
    	0xa4d: 0x000c,
    	0xa62: 0x000c, 0xa63: 0x000c,
    	// Block 0x2a, offset 0xa80
    	0xa81: 0x000c,
    	// Block 0x2b, offset 0xac0
    	0xaca: 0x000c,
    	0xad2: 0x000c, 0xad3: 0x000c, 0xad4: 0x000c, 0xad6: 0x000c,
    	// Block 0x2c, offset 0xb00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 127.4K bytes
    - Viewed (0)
  4. src/debug/dwarf/entry.go

    			} else if vers == 2 {
    				val = Offset(b.addr())
    			} else {
    				is64, known := b.format.dwarf64()
    				if !known {
    					b.error("unknown size for DW_FORM_ref_addr")
    				} else if is64 {
    					val = Offset(b.uint64())
    				} else {
    					val = Offset(b.uint32())
    				}
    			}
    		case formRef1:
    			val = Offset(b.uint8()) + ubase
    		case formRef2:
    			val = Offset(b.uint16()) + ubase
    		case formRef4:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 30.7K bytes
    - Viewed (0)
  5. src/reflect/abi.go

    		}
    		a.steps = append(a.steps, abiStep{
    			kind:   kind,
    			offset: offset + uintptr(i)*size,
    			size:   size,
    			ireg:   a.iregs,
    		})
    		a.iregs++
    	}
    	return true
    }
    
    // assignFloatN assigns n values to registers, each "size" bytes large,
    // from the data at [offset, offset+n*size) in memory. Each value at
    // [offset+i*size, offset+(i+1)*size) for i < n is assigned to the
    // next n floating-point registers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 17:08:32 UTC 2024
    - 15K bytes
    - Viewed (0)
  6. src/vendor/golang.org/x/text/unicode/bidi/tables11.0.0.go

    	// Block 0x38, offset 0xe00
    	0xe00: 0x000a,
    	// Block 0x39, offset 0xe40
    	0xe40: 0x0009,
    	0xe5b: 0x007a, 0xe5c: 0x006a,
    	// Block 0x3a, offset 0xe80
    	0xe92: 0x000c, 0xe93: 0x000c, 0xe94: 0x000c,
    	0xeb2: 0x000c, 0xeb3: 0x000c, 0xeb4: 0x000c,
    	// Block 0x3b, offset 0xec0
    	0xed2: 0x000c, 0xed3: 0x000c,
    	0xef2: 0x000c, 0xef3: 0x000c,
    	// Block 0x3c, offset 0xf00
    	0xf34: 0x000c, 0xf35: 0x000c,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 116.6K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/util/MD4.java

         *
         * @param    input    input block
         * @param    offset    start of meaningful bytes in input
         * @param    len        count of bytes in input block to consider
         */
        public void engineUpdate (byte[] input, int offset, int len) {
            // make sure we don't exceed input's allocated size/length
            if (offset < 0 || len < 0 || (long)offset + len > input.length)
                throw new ArrayIndexOutOfBoundsException();
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 9.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go

    }
    
    // nfcIndex: 22 blocks, 1408 entries, 1408 bytes
    // Block 0 is the zero block.
    var nfcIndex = [1408]uint8{
    	// Block 0x0, offset 0x0
    	// Block 0x1, offset 0x40
    	// Block 0x2, offset 0x80
    	// Block 0x3, offset 0xc0
    	0xc2: 0x2c, 0xc3: 0x01, 0xc4: 0x02, 0xc5: 0x03, 0xc6: 0x2d, 0xc7: 0x04,
    	0xc8: 0x05, 0xca: 0x2e, 0xcb: 0x2f, 0xcc: 0x06, 0xcd: 0x07, 0xce: 0x08, 0xcf: 0x30,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 372.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/text/unicode/norm/trie.go

    // is a list of ranges with an accompanying value. Given a matching range r,
    // the value for b is by r.value + (b - r.lo) * stride.
    func (t *sparseBlocks) lookup(n uint32, b byte) uint16 {
    	offset := t.offset[n]
    	header := t.values[offset]
    	lo := offset + 1
    	hi := lo + uint16(header.lo)
    	for lo < hi {
    		m := lo + (hi-lo)/2
    		r := t.values[m]
    		if r.lo <= b && b <= r.hi {
    			return r.value + uint16(b-r.lo)*header.value
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb1/smb1/SmbComWriteAndX.java

        private byte[] b;
        private long offset;
    
    private int pad;
    
        int writeMode;
    
        SmbComWriteAndX() {
            super( null );
            command = SMB_COM_WRITE_ANDX;
        }
        SmbComWriteAndX( int fid, long offset, int remaining,
                        byte[] b, int off, int len, ServerMessageBlock andx ) {
            super( andx );
            this.fid = fid;
            this.offset = offset;
            this.remaining = remaining;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 4.3K bytes
    - Viewed (0)
Back to top