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

1 2

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
tokenizer.go 71 case LSH:
133 t.tok = LSH
134 return LSH
lex.go 25 LSH ScanToken = -1000 - iota // << Left shift.
34 return ROT <= r && r <= LSH // Order looks backwards because these are negative.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
tokenizer.go 71 case LSH:
133 t.tok = LSH
134 return LSH
lex.go 25 LSH ScanToken = -1000 - iota // << Left shift.
34 return ROT <= r && r <= LSH // Order looks backwards because these are negative.
  /external/libpcap/
grammar.h 109 LSH = 319,
231 #define LSH 319
grammar.y 313 %token LSH RSH
340 %left LSH RSH
682 | arth LSH arth { $$ = gen_arth(cstate, BPF_LSH, $1, $3); }
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hw_rome.h 149 #define LSH(val, n) ((uint32_t)(val) << (n))
  /toolchain/binutils/binutils-2.27/gas/config/
m68k-parse.h 317 LSH, /* MAC/EMAC scalefactor '<<'. */
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
hw_rome.h 150 #define LSH(val, n) ((uint32_t)(val) << (n))
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hw_rome.h 150 #define LSH(val, n) ((uint32_t)(val) << (n))
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hw_rome.h 151 #define LSH(val, n) ((uint32_t)(val) << (n))
  /hardware/qcom/bt/msm8998/libbt-vendor/include/
hw_rome.h 150 #define LSH(val, n) ((uint32_t)(val) << (n))
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_rome.c 492 (LSH(buf[index + P_ID_OFFSET], (index * 8)));
497 (LSH(buf[index + P_ROME_VER_OFFSET], (index * 8)));
501 (LSH(buf[index + P_BUILD_VER_OFFSET], (index * 8)));
506 (LSH(buf[index + P_BASE_ADDR_OFFSET], (index * 8)));
514 (LSH(buf[index + P_LEN_OFFSET], (index * 8)));
519 (LSH(buf[index + P_CRC_OFFSET], (index * 8)));
524 (LSH(buf[index + P_CONTROL_OFFSET], (index * 8)));
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hw_rome.c 513 (LSH(buf[index + P_ID_OFFSET], (index * 8)));
518 (LSH(buf[index + P_ROME_VER_OFFSET], (index * 8)));
522 (LSH(buf[index + P_BUILD_VER_OFFSET], (index * 8)));
527 (LSH(buf[index + P_BASE_ADDR_OFFSET], (index * 8)));
535 (LSH(buf[index + P_LEN_OFFSET], (index * 8)));
540 (LSH(buf[index + P_CRC_OFFSET], (index * 8)));
545 (LSH(buf[index + P_CONTROL_OFFSET], (index * 8)));
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_rome.c 474 (LSH(buf[index + P_ID_OFFSET], (index * 8)));
479 (LSH(buf[index + P_ROME_VER_OFFSET], (index * 8)));
483 (LSH(buf[index + P_BUILD_VER_OFFSET], (index * 8)));
488 (LSH(buf[index + P_BASE_ADDR_OFFSET], (index * 8)));
496 (LSH(buf[index + P_LEN_OFFSET], (index * 8)));
501 (LSH(buf[index + P_CRC_OFFSET], (index * 8)));
506 (LSH(buf[index + P_CONTROL_OFFSET], (index * 8)));
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_rome.c 523 (LSH(buf[index + P_ID_OFFSET], (index * 8)));
528 (LSH(buf[index + P_ROME_VER_OFFSET], (index * 8)));
532 (LSH(buf[index + P_BUILD_VER_OFFSET], (index * 8)));
537 (LSH(buf[index + P_BASE_ADDR_OFFSET], (index * 8)));
545 (LSH(buf[index + P_LEN_OFFSET], (index * 8)));
550 (LSH(buf[index + P_CRC_OFFSET], (index * 8)));
555 (LSH(buf[index + P_CONTROL_OFFSET], (index * 8)));
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hw_rome.c 499 (LSH(buf[index + P_ID_OFFSET], (index * 8)));
504 (LSH(buf[index + P_ROME_VER_OFFSET], (index * 8)));
508 (LSH(buf[index + P_BUILD_VER_OFFSET], (index * 8)));
513 (LSH(buf[index + P_BASE_ADDR_OFFSET], (index * 8)));
521 (LSH(buf[index + P_LEN_OFFSET], (index * 8)));
526 (LSH(buf[index + P_CRC_OFFSET], (index * 8)));
531 (LSH(buf[index + P_CONTROL_OFFSET], (index * 8)));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
BitVector.h 639 const unsigned LSH = BITWORD_SIZE - BitDistance;
643 Bits[I] |= (Bits[I + 1] & Mask) << LSH;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
BitVector.h 639 const unsigned LSH = BITWORD_SIZE - BitDistance;
643 Bits[I] |= (Bits[I + 1] & Mask) << LSH;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
BitVector.h 639 const unsigned LSH = BITWORD_SIZE - BitDistance;
643 Bits[I] |= (Bits[I + 1] & Mask) << LSH;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
BitVector.h 639 const unsigned LSH = BITWORD_SIZE - BitDistance;
643 Bits[I] |= (Bits[I + 1] & Mask) << LSH;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
BitVector.h 639 const unsigned LSH = BITWORD_SIZE - BitDistance;
643 Bits[I] |= (Bits[I + 1] & Mask) << LSH;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
BitVector.h 639 const unsigned LSH = BITWORD_SIZE - BitDistance;
643 Bits[I] |= (Bits[I + 1] & Mask) << LSH;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
BitVector.h 639 const unsigned LSH = BITWORD_SIZE - BitDistance;
643 Bits[I] |= (Bits[I + 1] & Mask) << LSH;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
BitVector.h 639 const unsigned LSH = BITWORD_SIZE - BitDistance;
643 Bits[I] |= (Bits[I + 1] & Mask) << LSH;

Completed in 2231 milliseconds

1 2