Home
last modified time | relevance | path

Searched defs:emit_byte (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/util/
Dxxd.py49 def emit_byte(f, b): function
/external/libjpeg-turbo/
Djcarith.c122 emit_byte(int val, j_compress_ptr cinfo) in emit_byte() function
Djcmarker.c113 emit_byte(j_compress_ptr cinfo, int val) in emit_byte() function
Djcphuff.c306 #define emit_byte(entropy, val) { \ macro
Djchuff.c340 #define emit_byte(state, val, action) { \ macro
/external/pcre/src/sljit/
DsljitNativeX86_common.c1093 static sljit_s32 emit_byte(struct sljit_compiler *compiler, sljit_u8 byte) in emit_byte() function