Lines Matching refs:SIZEOF
187 SIZEOF(c_derived_tbl)); in jpeg_make_c_derived_tbl()
230 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi)); in jpeg_make_c_derived_tbl()
1268 MEMZERO(bits, SIZEOF(bits)); in jpeg_gen_optimal_table()
1269 MEMZERO(codesize, SIZEOF(codesize)); in jpeg_gen_optimal_table()
1371 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits)); in jpeg_gen_optimal_table()
1413 MEMZERO(did_dc, SIZEOF(did_dc)); in finish_pass_gather()
1414 MEMZERO(did_ac, SIZEOF(did_ac)); in finish_pass_gather()
1483 MAX_CORR_BITS * SIZEOF(char)); in start_pass_huff()
1513 257 * SIZEOF(long)); in start_pass_huff()
1514 MEMZERO(entropy->dc_count_ptrs[tbl], 257 * SIZEOF(long)); in start_pass_huff()
1533 257 * SIZEOF(long)); in start_pass_huff()
1534 MEMZERO(entropy->ac_count_ptrs[tbl], 257 * SIZEOF(long)); in start_pass_huff()
1564 SIZEOF(huff_entropy_encoder)); in jinit_huff_encoder()