Home
last modified time | relevance | path

Searched defs:EMIT (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/npm/node_modules/tar/lib/
Dparse.js47 const EMIT = Symbol('emit') constant
/third_party/gstreamer/gstreamer/gst/printf/
Dvasnprintf.c97 #define EMIT(c) \ in print_long_long() macro
/third_party/mbedtls/library/
Dbn_mul.h927 #define EMIT __asm _emit macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c267 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c139 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c102 #define EMIT(op, ...) emit_mir_instruction(ctx, v_##op(__VA_ARGS__)); macro
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.cc321 #define EMIT(x) *pc_++ = (x) macro