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

  /external/libpcap/
tokdefs.h 84 RSH = 310,
188 #define RSH 310
grammar.y 179 %token LSH RSH
205 %left LSH RSH
428 | arth RSH arth { $$ = gen_arth(BPF_RSH, $1, $3); }
grammar.c 119 RSH = 310,
223 #define RSH 310
789 "RSH", "LEN", "IPV6", "ICMPV6", "AH", "ESP", "VLAN", "MPLS", "PPPOED",
    [all...]
scanner.l 307 ">>" return RSH;
scanner.c     [all...]
  /frameworks/compile/slang/
slang_rs.cpp 45 #define RS_HEADER_SUFFIX "rsh"
220 std::stringstream RSH;
221 RSH << "#define RS_VERSION " << mTargetAPI << std::endl;
222 RSH << "#include \"rs_core." RS_HEADER_SUFFIX "\"" << std::endl;
223 PP.setPredefines(RSH.str());

Completed in 44 milliseconds