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

1 2

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
tokenizer.go 73 case RSH:
139 t.tok = RSH
140 return RSH
lex.go 26 RSH // >> Logical right shift.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
tokenizer.go 73 case RSH:
139 t.tok = RSH
140 return RSH
lex.go 26 RSH // >> Logical right shift.
  /external/libpcap/
grammar.h 110 RSH = 320,
232 #define RSH 320
grammar.y 313 %token LSH RSH
340 %left LSH RSH
683 | arth RSH arth { $$ = gen_arth(cstate, BPF_RSH, $1, $3); }
grammar.c 413 RSH = 320,
535 #define RSH 320
976 "HID6", "AID", "LSH", "RSH", "LEN", "IPV6", "ICMPV6", "AH", "ESP",
    [all...]
scanner.l 385 ">>" return RSH;
  /frameworks/compile/slang/
slang.cpp 99 #define RS_HEADER_SUFFIX "rsh"
530 std::stringstream RSH;
531 RSH << PP.getPredefines();
532 RSH << "#define RS_VERSION " << mTargetAPI << "\n";
533 RSH << "#include \"rs_core." RS_HEADER_SUFFIX "\"\n";
534 PP.setPredefines(RSH.str());
  /toolchain/binutils/binutils-2.27/gas/config/
m68k-parse.h 318 RSH, /* MAC/EMAC scalefactor '>>'. */
m68k-parse.y 149 op->mode = RSH;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
BitVector.h 689 const unsigned RSH = BITWORD_SIZE - BitDistance;
693 Bits[I] |= (Bits[I - 1] & Mask) >> RSH;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
BitVector.h 689 const unsigned RSH = BITWORD_SIZE - BitDistance;
693 Bits[I] |= (Bits[I - 1] & Mask) >> RSH;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
BitVector.h 689 const unsigned RSH = BITWORD_SIZE - BitDistance;
693 Bits[I] |= (Bits[I - 1] & Mask) >> RSH;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
BitVector.h 689 const unsigned RSH = BITWORD_SIZE - BitDistance;
693 Bits[I] |= (Bits[I - 1] & Mask) >> RSH;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
BitVector.h 689 const unsigned RSH = BITWORD_SIZE - BitDistance;
693 Bits[I] |= (Bits[I - 1] & Mask) >> RSH;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
BitVector.h 689 const unsigned RSH = BITWORD_SIZE - BitDistance;
693 Bits[I] |= (Bits[I - 1] & Mask) >> RSH;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
BitVector.h 689 const unsigned RSH = BITWORD_SIZE - BitDistance;
693 Bits[I] |= (Bits[I - 1] & Mask) >> RSH;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
BitVector.h 689 const unsigned RSH = BITWORD_SIZE - BitDistance;
693 Bits[I] |= (Bits[I - 1] & Mask) >> RSH;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
BitVector.h 689 const unsigned RSH = BITWORD_SIZE - BitDistance;
693 Bits[I] |= (Bits[I - 1] & Mask) >> RSH;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
BitVector.h 689 const unsigned RSH = BITWORD_SIZE - BitDistance;
693 Bits[I] |= (Bits[I - 1] & Mask) >> RSH;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
BitVector.h 689 const unsigned RSH = BITWORD_SIZE - BitDistance;
693 Bits[I] |= (Bits[I - 1] & Mask) >> RSH;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
BitVector.h 689 const unsigned RSH = BITWORD_SIZE - BitDistance;
693 Bits[I] |= (Bits[I - 1] & Mask) >> RSH;
  /external/v8/src/arm64/
constants-arm64.h 783 V(LD, RSH, x, 0x40800000), \
786 V(LD, RSH, w, 0x40C00000), \
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go 547 case lex.RSH:
1021 case lex.RSH:

Completed in 743 milliseconds

1 2