Searched defs:emit_byte (Results 1 – 6 of 6) sorted by relevance
49 def emit_byte(f, b): function
122 emit_byte(int val, j_compress_ptr cinfo) in emit_byte() function
113 emit_byte(j_compress_ptr cinfo, int val) in emit_byte() function
306 #define emit_byte(entropy, val) { \ macro
340 #define emit_byte(state, val, action) { \ macro
1093 static sljit_s32 emit_byte(struct sljit_compiler *compiler, sljit_u8 byte) in emit_byte() function