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

  /external/v8/src/
counters.cc 76 #define HP(name, caption) \
78 HISTOGRAM_PERCENTAGE_LIST(HP)
79 #undef HP
187 #define HP(name, caption) name##_.Reset();
188 HISTOGRAM_PERCENTAGE_LIST(HP)
189 #undef HP
counters.h 526 #define HISTOGRAM_PERCENTAGE_LIST(HP) \
528 HP(external_fragmentation_total, V8.MemoryExternalFragmentationTotal) \
529 HP(external_fragmentation_old_space, V8.MemoryExternalFragmentationOldSpace) \
530 HP(external_fragmentation_code_space, \
532 HP(external_fragmentation_map_space, V8.MemoryExternalFragmentationMapSpace) \
533 HP(external_fragmentation_lo_space, V8.MemoryExternalFragmentationLoSpace) \
535 HP(heap_fraction_new_space, V8.MemoryHeapFractionNewSpace) \
536 HP(heap_fraction_old_space, V8.MemoryHeapFractionOldSpace) \
537 HP(heap_fraction_code_space, V8.MemoryHeapFractionCodeSpace) \
538 HP(heap_fraction_map_space, V8.MemoryHeapFractionMapSpace)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
encode.c 192 float HP[FRAMESAMPLES_HALF];
283 WebRtcIsac_SplitAndFilterFloat(ISACencLB_obj->data_buffer_float, LP, HP,
381 HP, hifilt_coef, HPw);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 271 bool HP = hasFunctionProto(D);
273 bool IV = HP && isFunctionOrMethodVariadic(D);
275 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam;
    [all...]

Completed in 900 milliseconds