Searched refs:emit_byte (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
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...]
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);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp227 emit_byte(op1);
228 emit_byte(op2 | encode(dst));
229 emit_byte(imm8);
238 emit_byte(op1 | 0x02); // set sign bit
239 emit_byte(op2 | encode(dst));
240 emit_byte(imm32 & 0xFF);
242 emit_byte(op1);
243 emit_byte(op2 | encode(dst));
253 emit_byte(op1);
254 emit_byte(op
[all...]
H A Dassembler_x86.hpp930 void cld() { emit_byte(0xfc); }
978 emit_byte(0x0F);
979 emit_byte(0xA2);
1226 emit_byte(0x0F);
1227 emit_byte(0xAE);
1228 emit_byte(0xE8);
1540 void std() { emit_byte(0xfd); }
1598 emit_byte(0x0F);
1599 emit_byte(0x01);
1600 emit_byte(
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dassembler_zero.cpp61 emit_byte(AbstractAssembler::code_fill_byte());
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dassembler_windows_x86.cpp33 emit_byte(0xCC);
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.inline.hpp39 inline void AbstractAssembler::emit_byte(int x) { function in class:AbstractAssembler
H A Dassembler.hpp220 void emit_byte(int x); // emit a single byte
H A Dassembler.cpp139 emit_byte(x);
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dassembler_solaris_x86.cpp119 emit_byte (segment);
128 emit_byte (segment);

Completed in 2563 milliseconds