HomeSort by relevance Sort by last modified time
    Searched refs:HINT (Results 1 - 11 of 11) 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);
  /external/elfutils/backends/
alpha_reloc.def 36 RELOC_TYPE (HINT, REL)
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 38 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/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/linux-tools-perf/
Makefile 773 @echo ' HINT: use "make prefix=<path> <install target>" to install to a particular'
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 79 // Check for HINT instructions w/ canonical names.
80 if (Opcode == ARM::HINT || Opcode == ARM::t2HINT) {
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb2-instructions.s     [all...]

Completed in 368 milliseconds