Searched defs:emit_byte (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.inline.hpp39 inline void AbstractAssembler::emit_byte(int x) { function in class:AbstractAssembler
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djchuff.c274 #define emit_byte(state,val,action) \ macro
328 emit_byte(state, c, return FALSE);
330 emit_byte(state, 0, return FALSE);
462 emit_byte(state, 0xFF, return FALSE);
463 emit_byte(state, JPEG_RST0 + restart_num, return FALSE);
H A Djcphuff.c202 #define emit_byte(entropy,val) \ macro
257 emit_byte(entropy, c);
259 emit_byte(entropy, 0);
359 emit_byte(entropy, 0xFF);
360 emit_byte(entropy, JPEG_RST0 + restart_num);
H A Djcmarker.c112 emit_byte (j_compress_ptr cinfo, int val) function
129 emit_byte(cinfo, 0xFF);
130 emit_byte(cinfo, (int) mark);
138 emit_byte(cinfo, (value >> 8) & 0xFF);
139 emit_byte(cinfo, value & 0xFF);
170 emit_byte(cinfo, index + (prec<<4));
176 emit_byte(cinfo, (int) (qval >> 8));
177 emit_byte(cinfo, (int) (qval & 0xFF));
212 emit_byte(cinfo, index);
215 emit_byte(cinf
[all...]

Completed in 36 milliseconds