HomeSort by relevance Sort by last modified time
    Searched defs:HP (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/v8/src/
v8-counters.cc 41 #define HP(name, caption) \
43 HISTOGRAM_PERCENTAGE_LIST(HP)
44 #undef HP
87 #define HP(name, caption) name##_.Reset();
88 HISTOGRAM_PERCENTAGE_LIST(HP)
89 #undef HP
v8-counters.h 53 #define HISTOGRAM_PERCENTAGE_LIST(HP) \
54 HP(external_fragmentation_total, \
56 HP(external_fragmentation_old_pointer_space, \
58 HP(external_fragmentation_old_data_space, \
60 HP(external_fragmentation_code_space, \
62 HP(external_fragmentation_map_space, \
64 HP(external_fragmentation_cell_space, \
66 HP(external_fragmentation_property_cell_space, \
68 HP(external_fragmentation_lo_space, \
70 HP(heap_fraction_map_space,
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
encode.c 191 float HP[FRAMESAMPLES_HALF];
282 WebRtcIsac_SplitAndFilterFloat(ISACencLB_obj->data_buffer_float, LP, HP,
380 HP, hifilt_coef, HPw);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 249 bool HP = hasFunctionProto(D);
251 bool IV = HP && isFunctionOrMethodVariadic(D);
252 unsigned NumArgs = (HP ? getFunctionOrMethodNumArgs(D) : 0) +
    [all...]

Completed in 227 milliseconds