Searched refs:SIZEOF (Results 51 - 75 of 95) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djfdctint.c339 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
473 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
586 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
696 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
788 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
870 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
911 MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
2565 MEMZERO(&data[DCTSIZE*7], SIZEOF(DCTELEM) * DCTSIZE);
2728 MEMZERO(&data[DCTSIZE*6], SIZEOF(DCTELEM) * DCTSIZE * 2);
2867 MEMZERO(&data[DCTSIZE*5], SIZEOF(DCTELE
[all...]
H A Djcmainct.c253 SIZEOF(my_main_controller));
H A Djdhuff.c350 SIZEOF(d_derived_tbl));
411 MEMZERO(dtbl->look_nbits, SIZEOF(dtbl->look_nbits));
1516 SIZEOF(huff_entropy_decoder));
1525 cinfo->num_components*DCTSIZE2*SIZEOF(int));
H A Djdpostct.c256 SIZEOF(my_post_controller));
H A Djdsample.c304 SIZEOF(my_upsampler));
H A Djdarith.c748 SIZEOF(arith_entropy_decoder));
766 cinfo->num_components*DCTSIZE2*SIZEOF(int));
H A Drdrle.c378 SIZEOF(rle_source_struct));
H A Dwrgif.c367 SIZEOF(gif_dest_struct));
H A Djcsample.c488 SIZEOF(my_downsampler));
H A Drdbmp.c471 SIZEOF(bmp_source_struct));
/macosx-10.10/ncurses-44/ncurses/ncurses/trace/
H A Dlib_traceatr.c128 for (n = 0; n < SIZEOF(names); n++) {
/macosx-10.10/ncurses-44/ncurses/ncurses/tty/
H A Dlib_vidattr.c137 for (n = 0; n < SIZEOF(table); ++n) {
/macosx-10.10/ncurses-44/ncurses/test/
H A Dgdc.c154 for (j = 0; j < SIZEOF(msg); j++)
H A Ddemo_panels.c530 for (j = 0; j < (int) SIZEOF(help); ++j) {
750 for (n = 0; n < SIZEOF(tbl); n++)
H A Dtestcurs.c47 #define MAX_OPTIONS (int) SIZEOF(command)
419 const char *format = fmt[repeat % SIZEOF(fmt)];
H A Dinserts.c396 for (n = 0; n < SIZEOF(tbl); ++n)
H A Dtest.priv.h442 #define SIZEOF(table) (sizeof(table)/sizeof(table[0])) macro
H A Dview.c142 for (n = 0; n < SIZEOF(msg); n++)
H A Dworm.c508 w->attrs = flavor[n % SIZEOF(flavor)];
H A Dcardfile.c560 for (n = 0; n < SIZEOF(msg); n++)
H A Ddemo_forms.c471 for (j = 0; j < SIZEOF(tbl); ++j)
H A Dins_wide.c481 for (n = 0; n < SIZEOF(tbl); ++n)
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/t/
H A Dstress.t156 %token SIZEOF ENUM /* STRUCT UNION */ IF ELSE WHILE DO FOR SWITCH CASE DEFAULT
664 | SIZEOF unary_expr %prec UNARY
665 | SIZEOF '(' type_id ')' %prec HYPERUNARY
/macosx-10.10/vim-55/runtime/syntax/
H A Dmodsim3.vim44 syn keyword modsim3Builtin REPLACE REMOVEMONITOR ROUND SCHAR SIZEOF SPRINT
/macosx-10.10/groff-38/groff/src/utils/hpftodit/
H A Dhpftodit.cpp47 #define SIZEOF(v) (sizeof(v)/sizeof(v[0])) macro
804 for (unsigned int j = 0; j < SIZEOF(ligature_chars); j++)
813 for (i = 0; i < SIZEOF(ligature_names); i++)

Completed in 351 milliseconds

1234