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

  /external/cldr/tools/java/org/unicode/cldr/draft/keyboard/
KeyboardSettings.java 91 EMIT, OMIT, NONE;
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 199 #define EMIT(op, sopnd) doemit(p, (sop)(op), sopnd)
202 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
303 EMIT(OEND, 0);
311 EMIT(OEND, 0);
378 EMIT(OOR2, 0); /* offset is very wrong */
418 EMIT(OLPAREN, subno);
425 EMIT(ORPAREN, subno);
441 EMIT(OBOL, 0);
447 EMIT(OEOL, 0);
463 EMIT(OANY, 0)
    [all...]
  /external/llvm/lib/Support/
regcomp.c 139 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
142 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
229 EMIT(OEND, 0);
237 EMIT(OEND, 0);
293 EMIT(OOR2, 0); /* offset is very wrong */
329 EMIT(OLPAREN, subno);
336 EMIT(ORPAREN, subno);
352 EMIT(OBOL, 0);
358 EMIT(OEOL, 0);
374 EMIT(OANY, 0)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 131 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
134 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
221 EMIT(OEND, 0);
229 EMIT(OEND, 0);
285 EMIT(OOR2, 0); /* offset is very wrong */
320 EMIT(OLPAREN, subno);
327 EMIT(ORPAREN, subno);
343 EMIT(OBOL, 0);
349 EMIT(OEOL, 0);
365 EMIT(OANY, 0)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regcomp.c 266 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
269 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
356 EMIT(OEND, 0);
364 EMIT(OEND, 0);
420 EMIT(OOR2, 0); /* offset is very wrong */
456 EMIT(OLPAREN, subno);
463 EMIT(ORPAREN, subno);
479 EMIT(OBOL, 0);
485 EMIT(OEOL, 0);
501 EMIT(OANY, 0)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 139 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
142 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
229 EMIT(OEND, 0);
237 EMIT(OEND, 0);
293 EMIT(OOR2, 0); /* offset is very wrong */
329 EMIT(OLPAREN, subno);
336 EMIT(ORPAREN, subno);
352 EMIT(OBOL, 0);
358 EMIT(OEOL, 0);
374 EMIT(OANY, 0)
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 323 // Emit a single byte. Must always be inlined.
324 #define EMIT(x) \
406 EMIT(0x66);
409 EMIT(0x90);
412 EMIT(0xF);
413 EMIT(0x1F);
414 EMIT(0);
417 EMIT(0xF);
418 EMIT(0x1F);
419 EMIT(0x40)
    [all...]

Completed in 980 milliseconds