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

  /external/v8/src/
v8-counters.h 63 #define STATS_COUNTER_LIST_1(SC) \
65 SC(global_handles, V8.GlobalHandles) \
67 SC(pcre_mallocs, V8.PcreMallocCount) \
69 SC(memory_allocated, V8.OsMemoryAllocated) \
70 SC(props_to_dictionary, V8.ObjectPropertiesToDictionary) \
71 SC(elements_to_dictionary, V8.ObjectElementsToDictionary) \
72 SC(alive_after_last_gc, V8.AliveAfterLastGC) \
73 SC(objs_since_last_young, V8.ObjsSinceLastYoung) \
74 SC(objs_since_last_full, V8.ObjsSinceLastFull) \
75 SC(symbol_table_capacity, V8.SymbolTableCapacity)
    [all...]
v8-counters.cc 41 #define SC(name, caption) \
44 STATS_COUNTER_LIST_1(SC)
45 STATS_COUNTER_LIST_2(SC)
46 #undef SC
  /external/libpcap/
tokdefs.h 112 SC = 338,
216 #define SC 338
grammar.c 147 SC = 338,
251 #define SC 338
792 "SC", "ILMIC", "OAMF4EC", "OAMF4SC", "OAM", "OAMF4", "CONNECTMSG",
    [all...]
grammar.y 188 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC
448 | SC { $$ = A_SC; }
scanner.l 277 sc return SC;
scanner.c     [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
scan.l 71 %x SECT2 SECT2PROLOG SECT3 CODEBLOCK PICKUPDEF SC CARETISBOL NUM QUOTE
333 ^{OPTWS}"<" BEGIN(SC); return '<';
474 <SC>{
initscan.c     [all...]
  /frameworks/base/media/libstagefright/rtsp/
ARTPConnection.cpp 557 size_t SC = data[0] & 0x3f;
559 if (SC == 0 || size < (4 + SC * 4)) {
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 235 #define SC 6
    [all...]
  /external/qemu/
ppc-dis.c 588 /* The FL1 field in a POWER SC form instruction. */
594 /* The FL2 field in a POWER SC form instruction. */
639 /* The LEV field in an SC form instruction. */
802 /* The SV field in a POWER SC form instruction. */
    [all...]
  /external/dropbear/libtommath/
bn.tex 165 another pre--defined class ``SC\_RSA\_1'' which works in conjunction with the RSA from LibTomCrypt. Additional
    [all...]

Completed in 197 milliseconds