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

  /external/smack/src/org/xbill/DNS/
Credibility.java 20 /** A hint or cache file on disk. */
21 public static final int HINT = 0;
Cache.java 193 addRecord(record, Credibility.HINT, m);
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
avx512pfintrin.h 52 void *addr, int scale, int hint)
55 scale, hint);
61 void *addr, int scale, int hint)
64 scale, hint);
70 void *addr, int scale, int hint)
73 scale, hint);
79 void *addr, int scale, int hint)
82 scale, hint);
88 int hint)
91 (long long const *)addr, scale, hint);
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
avx512pfintrin.h 52 void *addr, int scale, int hint)
55 scale, hint);
61 void *addr, int scale, int hint)
64 scale, hint);
70 void *addr, int scale, int hint)
73 scale, hint);
79 void *addr, int scale, int hint)
82 scale, hint);
88 int hint)
91 (long long const *)addr, scale, hint);
    [all...]
  /external/elfutils/0.153/backends/
alpha_reloc.def 36 RELOC_TYPE (HINT, REL)
  /external/llvm/lib/Target/AArch64/
AArch64A53Fix835769.cpp 176 BuildMI(I->getParent(), DL, TII->get(AArch64::HINT)).addImm(0);
180 BuildMI(MBB, MI, DL, TII->get(AArch64::HINT)).addImm(0);
AArch64AsmPrinter.cpp 387 EmitToStreamer(OutStreamer, MCInstBuilder(AArch64::HINT).addImm(0));
429 EmitToStreamer(OutStreamer, MCInstBuilder(AArch64::HINT).addImm(0));
AArch64InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 39 NopInst.setOpcode(ARM::HINT);
  /external/chromium_org/v8/test/mjsunit/
double-equals.js 161 // to Number too) is converted to primitive using ToPrimitive with NO HINT.
162 // Having no hint means Date gets a string hint, and everything else gets
163 // a number hint.
  /external/opencv/cxcore/src/
cxnorm.cpp 192 In IPP only 32f flavors of norm functions are with hint.
199 CvSize size, double* _norm, CvHintAlgorithm /*hint*/ ), \
341 CvHintAlgorithm /*hint*/ ), \
    [all...]
cxsumpixels.cpp 285 sumtype_final* sum, CvHintAlgorithm /*hint*/ ), \
374 ICV_DEF_SUM_ALL( Sum, 32f, CV_NOP, float, double, double, double, HINT, NOHINT, 0 )
    [all...]
  /external/chromium_org/v8/src/arm64/
disasm-arm64.cc 1179 DCHECK(instr->Mask(SystemHintMask) == HINT);
    [all...]
constants-arm64.h 671 HINT = SystemHintFixed | 0x00000000
    [all...]
assembler-arm64.cc 1755 void Assembler::hint(SystemHint code) { function in class:v8::internal::Assembler
    [all...]
simulator-arm64.cc     [all...]
  /external/vixl/src/a64/
disasm-a64.cc     [all...]
constants-a64.h 561 HINT = SystemHintFixed | 0x00000000
    [all...]
assembler-a64.cc 1197 void Assembler::hint(SystemHint code) { function in class:vixl::Assembler
1198 Emit(HINT | ImmHint(code) | Rt(xzr));
    [all...]
simulator-a64.cc     [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 82 // Check for HINT instructions w/ canonical names.
83 case ARM::HINT:
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb2-instructions.s     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 

Completed in 1764 milliseconds