HomeSort by relevance Sort by last modified time
    Searched refs:LSB (Results 1 - 25 of 69) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/opcodes/
mips-formats.h 21 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \
24 { OP_INT, SIZE, LSB }, MAX_VAL, 0, SHIFT, PRINT_HEX \
29 #define UINT(SIZE, LSB) \
30 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, FALSE)
32 #define SINT(SIZE, LSB) \
33 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, FALSE)
35 #define HINT(SIZE, LSB) \
36 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, TRUE)
38 #define BIT(SIZE, LSB, BIAS) \
41 { OP_INT, SIZE, LSB }, (1 << (SIZE)) - 1, BIAS, 0, TRUE
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
real.d 2 #name: ia64 real10 and real16 (LSB)
  /prebuilts/go/darwin-x86/src/compress/lzw/
reader_test.go 28 "empty;LSB;8",
40 "tobe;LSB;7",
46 "tobe;LSB;8",
64 "tobe-truncated;LSB;8",
71 "gif;LSB;8",
91 case "LSB":
92 order = LSB
139 w := NewWriter(compressed, LSB, 8)
152 io.Copy(ioutil.Discard, NewReader(bytes.NewReader(buf1), LSB, 8))
writer_test.go 94 for _, order := range [...]Order{LSB, MSB} {
110 w := NewWriter(ioutil.Discard, LSB, 8)
118 w := NewWriter(ioutil.Discard, LSB, 2)
151 w := NewWriter(ioutil.Discard, LSB, 8)
reader.go 19 // modulo LSB/MSB packing order.
32 // LSB means Least Significant Bits first, as used in the GIF file format.
33 LSB Order = iota
232 case LSB:
  /prebuilts/go/linux-x86/src/compress/lzw/
reader_test.go 28 "empty;LSB;8",
40 "tobe;LSB;7",
46 "tobe;LSB;8",
64 "tobe-truncated;LSB;8",
71 "gif;LSB;8",
91 case "LSB":
92 order = LSB
139 w := NewWriter(compressed, LSB, 8)
152 io.Copy(ioutil.Discard, NewReader(bytes.NewReader(buf1), LSB, 8))
writer_test.go 94 for _, order := range [...]Order{LSB, MSB} {
110 w := NewWriter(ioutil.Discard, LSB, 8)
118 w := NewWriter(ioutil.Discard, LSB, 2)
151 w := NewWriter(ioutil.Discard, LSB, 8)
reader.go 19 // modulo LSB/MSB packing order.
32 // LSB means Least Significant Bits first, as used in the GIF file format.
33 LSB Order = iota
232 case LSB:
  /external/syslinux/gpxe/src/drivers/infiniband/
qib_genbits.pl 35 $structures->{$structure}->{$1}->{LSB} = $2;
55 my $fields = [ map { { name => $_, lsb => $structure->{$_}->{LSB},
58 sort { hex ( $structure->{$a}->{LSB} ) <=>
59 hex ( $structure->{$b}->{LSB} ) }
71 my $lsb = 0;
75 my $pad_width = ( hex ( $field->{lsb} ) - $lsb );
76 die "Inconsistent LSB/RMASK in $datum->{name} before $field->{name}\n"
80 $lsb += $pad_width
    [all...]
  /prebuilts/go/darwin-x86/src/hash/crc32/
example_test.go 14 // or LSB-first representation.
16 // LSB-first representation is a hexadecimal number with n bits, in which the
  /prebuilts/go/linux-x86/src/hash/crc32/
example_test.go 14 // or LSB-first representation.
16 // LSB-first representation is a hexadecimal number with n bits, in which the
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 40 #define LSB 0xff000000
47 #define LSB 0x000000ff
216 and w2, w2, #LSB
268 and t1, w1, #LSB
289 tst w1, #LSB
303 and r2, t1, #LSB
304 and r0, w2, #LSB
  /external/ltp/testcases/commands/file/
file_test.sh 38 *Data:*"little endian"*) TEST_ARCH=LSB;;
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 36 #define LSB 0xff000000
50 #define LSB 0x000000ff
434 and w2, w2, #LSB
486 and t1, w1, #LSB
507 tst w1, #LSB
530 and r2, t1, #LSB
531 and r0, w2, #LSB
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoaimp.h 326 #define LSB 1
364 #define LSB 1
390 #define LSB 0x10000
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 36 #define LSB 0xff000000
50 #define LSB 0x000000ff
463 and r2, t1, #LSB
464 and r0, w2, #LSB
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 36 #define LSB 0xff000000
50 #define LSB 0x000000ff
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/
fpu_rmode.asm 37 and rax, 3 ; index is only the LSB two bits in RAX
  /external/valgrind/none/tests/ppc32/
round.c 598 int LSB;
606 ** and the LSB bit at the bottom of the manitssa.
618 /* mask off LSB from resulting guard bits */
637 /* mask off LSB from resulting guard bits */
654 /* g >> 3 == LSB, g & 7 == guard bits */
700 /* get LSB for tie breaking */
701 LSB = Z.layout.frac & 1;
717 if (debug) printf("tie: LSB = %d\n", LSB);
718 expected = (LSB == 0 ? lo : hi)
    [all...]
  /external/valgrind/none/tests/ppc64/
round.c 598 int LSB;
606 ** and the LSB bit at the bottom of the manitssa.
618 /* mask off LSB from resulting guard bits */
637 /* mask off LSB from resulting guard bits */
654 /* g >> 3 == LSB, g & 7 == guard bits */
700 /* get LSB for tie breaking */
701 LSB = Z.layout.frac & 1;
717 if (debug) printf("tie: LSB = %d\n", LSB);
718 expected = (LSB == 0 ? lo : hi)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 324 #define LSB 1
362 #define LSB 1
389 #define LSB 0x10000
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
field.go 13 // Bits are counted from 0 from the MSB to 31 as the LSB.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
field.go 13 // Bits are counted from 0 from the MSB to 31 as the LSB.
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_amd64.go 18 // http://refspecs.linuxfoundation.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/symversion.html

Completed in 786 milliseconds

1 2 3