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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 181 auto HP = ((S >> 32) & Mask) | 1;
183 H = (H + HP) & Mask;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxfilt/
llvm-cxxfilt.cpp 24 HP, ///< HP compiler (xCC)
  /external/ltp/testcases/realtime/func/pi-tests/
testpi-7.c 230 #define HP "\t\t\t\t\t"
238 debug(DBG_INFO, HP "high try mutex\n");
243 debug(DBG_INFO, HP "high grab mutex\n");
245 debug(DBG_INFO, HP "high drop mutex\n");
260 debug(DBG_INFO, HP "high prio done\n");
261 #undef HP
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 292 auto HP = ((S >> 32) & Mask) | 1;
296 H = (H + HP) & Mask;
  /external/v8/src/
counters.cc 191 #define HP(name, caption) {&Counters::name##_, #caption},
192 HISTOGRAM_PERCENTAGE_LIST(HP)
193 #undef HP
302 #define HP(name, caption) name##_.Reset();
303 HISTOGRAM_PERCENTAGE_LIST(HP)
304 #undef HP
counters.h     [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/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
BlockSort.java 66 * href="http://www.hpl.hp.com/techreports/Compaq-DEC/SRC-RR-124.pdf">Burrows,
605 int hp = 0; local
606 while (INCS[hp] < bigN) {
607 hp++;
621 HP: while (--hp >= 0) {
622 final int h = INCS[hp];
769 break HP;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
llvm-dwp.cpp 303 auto HP = ((S >> 32) & Mask) | 1;
307 H = (H + HP) & Mask;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 275 bool HP = hasFunctionProto(D);
277 bool IV = HP && isFunctionOrMethodVariadic(D);
279 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam;
    [all...]

Completed in 5860 milliseconds