OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emit_2bytes
(Results
1 - 3
of
3
) sorted by null
/external/jpeg/
jcmarker.c
131
emit_2bytes
(j_compress_ptr cinfo, int value)
function
164
emit_2bytes
(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2);
207
emit_2bytes
(cinfo, length + 2 + 1 + 16);
248
emit_2bytes
(cinfo, length*2 + 2);
270
emit_2bytes
(cinfo, 4); /* fixed length */
272
emit_2bytes
(cinfo, (int) cinfo->restart_interval);
285
emit_2bytes
(cinfo, 3 * cinfo->num_components + 2 + 5 + 1); /* length */
293
emit_2bytes
(cinfo, (int) cinfo->image_height);
294
emit_2bytes
(cinfo, (int) cinfo->image_width);
316
emit_2bytes
(cinfo, 2 * cinfo->comps_in_scan + 2 + 1 + 3); /* length *
[
all
...]
/external/qemu/distrib/jpeg-6b/
jcmarker.c
131
emit_2bytes
(j_compress_ptr cinfo, int value)
function
164
emit_2bytes
(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2);
207
emit_2bytes
(cinfo, length + 2 + 1 + 16);
248
emit_2bytes
(cinfo, length*2 + 2);
270
emit_2bytes
(cinfo, 4); /* fixed length */
272
emit_2bytes
(cinfo, (int) cinfo->restart_interval);
285
emit_2bytes
(cinfo, 3 * cinfo->num_components + 2 + 5 + 1); /* length */
293
emit_2bytes
(cinfo, (int) cinfo->image_height);
294
emit_2bytes
(cinfo, (int) cinfo->image_width);
316
emit_2bytes
(cinfo, 2 * cinfo->comps_in_scan + 2 + 1 + 3); /* length *
[
all
...]
/external/valgrind/main/VEX/priv/
host_s390_defs.c
945
emit_2bytes
(UChar *p, ULong val)
function
1001
return
emit_2bytes
(p, the_insn);
[
all
...]
Completed in 430 milliseconds