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

  /external/chromium_org/v8/src/
counters.cc 68 #define HP(name, caption) \
70 HISTOGRAM_PERCENTAGE_LIST(HP)
71 #undef HP
158 #define HP(name, caption) name##_.Reset();
159 HISTOGRAM_PERCENTAGE_LIST(HP)
160 #undef HP
counters.h 320 #define HISTOGRAM_PERCENTAGE_LIST(HP) \
322 HP(external_fragmentation_total, \
324 HP(external_fragmentation_old_pointer_space, \
326 HP(external_fragmentation_old_data_space, \
328 HP(external_fragmentation_code_space, \
330 HP(external_fragmentation_map_space, \
332 HP(external_fragmentation_cell_space, \
334 HP(external_fragmentation_property_cell_space, \
336 HP(external_fragmentation_lo_space, \
339 HP(heap_fraction_new_space,
    [all...]
  /external/chromium_org/third_party/webrtc/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 225 bool HP = hasFunctionProto(D);
227 bool IV = HP && isFunctionOrMethodVariadic(D);
229 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam;
    [all...]

Completed in 330 milliseconds