Searched refs:SIZEOF (Results 1 - 25 of 35) sorted by relevance

12

/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DStruct.java38 protected Struct(final JObjCRuntime runtime, final int SIZEOF){ argument
39 this(runtime, new NativeBuffer(SIZEOF), SIZEOF);
47 protected Struct(final JObjCRuntime runtime, final NativeBuffer buffer, final int SIZEOF){ argument
51 this.raw.limit(SIZEOF);
H A DCIF.java31 private static final int SIZEOF = getSizeofCIF(); field in class:CIF
35 NativeBuffer cifBuf = new NativeBuffer(SIZEOF + (argCoders.length * JObjCRuntime.PTR_LEN));
36 final long argsPtr = cifBuf.bufferPtr + SIZEOF;
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmemmgr.c89 * field. This forces the compiler to make SIZEOF(small_pool_hdr) a multiple
270 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
273 /* Round up the requested size to a multiple of SIZEOF(ALIGN_TYPE) */
274 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
276 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes;
293 min_request = sizeofobject + SIZEOF(small_pool_hdr);
354 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)))
357 /* Round up the requested size to a multiple of SIZEOF(ALIGN_TYPE) */
358 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
360 sizeofobject += SIZEOF(ALIGN_TYP
[all...]
H A Djcomapi.c95 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JQUANT_TBL));
107 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JHUFF_TBL));
H A Djinclude.h81 * we always use this SIZEOF() macro in place of using sizeof() directly.
84 #define SIZEOF(object) ((size_t) sizeof(object)) macro
H A Djutils.c126 register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE));
154 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
H A Djchuff.c145 257 * SIZEOF(long));
146 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * SIZEOF(long));
150 257 * SIZEOF(long));
151 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long));
209 SIZEOF(c_derived_tbl));
252 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi));
721 MEMZERO(bits, SIZEOF(bits));
722 MEMZERO(codesize, SIZEOF(codesize));
824 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits));
862 MEMZERO(did_dc, SIZEOF(did_d
[all...]
H A Djddctmgr.c259 SIZEOF(my_idct_controller));
268 SIZEOF(multiplier_table));
269 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
H A Djdcolor.c83 (MAXJSAMPLE+1) * SIZEOF(int));
86 (MAXJSAMPLE+1) * SIZEOF(int));
89 (MAXJSAMPLE+1) * SIZEOF(INT32));
92 (MAXJSAMPLE+1) * SIZEOF(INT32));
314 SIZEOF(my_color_deconverter));
H A Djccoefct.c188 (compptr->MCU_width - blockcnt) * SIZEOF(JBLOCK));
196 compptr->MCU_width * SIZEOF(JBLOCK));
293 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
313 (size_t) (blocks_across * SIZEOF(JBLOCK)));
415 SIZEOF(my_coef_controller));
447 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
H A Djdmerge.c96 (MAXJSAMPLE+1) * SIZEOF(int));
99 (MAXJSAMPLE+1) * SIZEOF(int));
102 (MAXJSAMPLE+1) * SIZEOF(INT32));
105 (MAXJSAMPLE+1) * SIZEOF(INT32));
380 SIZEOF(my_upsampler));
393 (size_t) (upsample->out_row_width * SIZEOF(JSAMPLE)));
H A Djcdctmgr.c85 DCTSIZE2 * SIZEOF(DCTELEM));
119 DCTSIZE2 * SIZEOF(DCTELEM));
152 DCTSIZE2 * SIZEOF(FAST_FLOAT));
356 SIZEOF(my_fdct_controller));
H A Djctrans.c99 SIZEOF((*qtblptr)->quantval));
376 SIZEOF(my_coef_controller));
387 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
388 jzero_far((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
H A Djcapimin.c42 if (structsize != SIZEOF(struct jpeg_compress_struct))
44 (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
55 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct));
H A Djdapimin.c42 if (structsize != SIZEOF(struct jpeg_decompress_struct))
44 (int) SIZEOF(struct jpeg_decompress_struct), (int) structsize);
55 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct));
H A Djdmaster.c260 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
264 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE));
274 (2 * (MAXJSAMPLE+1) - CENTERJSAMPLE) * SIZEOF(JSAMPLE));
276 cinfo->sample_range_limit, CENTERJSAMPLE * SIZEOF(JSAMPLE));
553 SIZEOF(my_decomp_master));
H A Djquant1.c408 SIZEOF(ODITHER_MATRIX));
538 (size_t) (width * SIZEOF(JSAMPLE)));
643 (size_t) (width * SIZEOF(JSAMPLE)));
732 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
786 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
831 SIZEOF(my_cquantizer));
H A Djcprepct.c285 SIZEOF(JSAMPROW));
300 3 * rgroup_height * SIZEOF(JSAMPROW));
330 SIZEOF(my_prep_controller));
H A Djdinput.c243 SIZEOF(JQUANT_TBL));
244 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
372 SIZEOF(my_input_controller));
H A Djquant2.c552 ((j_common_ptr) cinfo, JPOOL_IMAGE, desired_colors * SIZEOF(box));
1120 ((j_common_ptr) cinfo, JPOOL_IMAGE, (MAXJSAMPLE*2+1) * SIZEOF(int));
1204 (3 * SIZEOF(FSERROR)));
1222 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
1255 SIZEOF(my_cquantizer));
1268 ((j_common_ptr) cinfo, JPOOL_IMAGE, HIST_C0_ELEMS * SIZEOF(hist2d));
1272 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
1308 (size_t) ((cinfo->output_width + 2) * (3 * SIZEOF(FSERROR))));
H A Djcphuff.c139 MAX_CORR_BITS * SIZEOF(char));
172 257 * SIZEOF(long));
173 MEMZERO(entropy->count_ptrs[tbl], 257 * SIZEOF(long));
788 MEMZERO(did, SIZEOF(did));
825 SIZEOF(phuff_entropy_encoder));
H A Djdmarker.c281 cinfo->num_components * SIZEOF(jpeg_component_info));
283 cinfo->num_components * SIZEOF(jpeg_component_info));
484 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
485 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
782 SIZEOF(struct jpeg_marker_struct) + limit);
1292 SIZEOF(my_marker_reader));
1334 maxlength = cinfo->mem->max_alloc_chunk - SIZEOF(struct jpeg_marker_struct);
H A Djdhuff.c180 SIZEOF(d_derived_tbl));
241 MEMZERO(dtbl->look_nbits, SIZEOF(dtbl->look_nbits));
646 SIZEOF(huff_entropy_decoder));
H A Djdmainct.c177 cinfo->num_components * 2 * SIZEOF(JSAMPARRAY));
189 2 * (rgroup * (M + 4)) * SIZEOF(JSAMPROW));
488 SIZEOF(my_main_controller));
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_jpeg.c110 JPOOL_PERMANENT, SIZEOF(stream_source_mgr));
114 JPOOL_PERMANENT, INPUT_BUF_SIZE * SIZEOF(JOCTET));

Completed in 1294 milliseconds

12