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

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-csharp.c47 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
182 if (phase1_pushback_length == SIZEOF (phase1_pushback))
433 if (phase2_pushback_length == SIZEOF (phase2_pushback))
509 if (phase3_pushback_length == SIZEOF (phase3_pushback))
1292 if (phase5_pushback_length == SIZEOF (phase5_pushback))
1748 if (phase6_pushback_length == SIZEOF (phase6_pushback))
1824 if (phase7_pushback_length == SIZEOF (phase7_pushback))
H A Dx-tcl.c47 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
227 if (phase1_pushback_length == SIZEOF (phase1_pushback))
313 if (phase2_pushback_length == SIZEOF (phase2_pushback))
H A Dmsginit.c96 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
699 for (i = 0; i < SIZEOF (locales_with_principal_territory); i++)
1303 #define NFIELDS SIZEOF (fields)
1646 subst_string_list (header_mp->comment, SIZEOF (subst), subst);
H A Dx-python.c54 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
196 if (phase1_pushback_length == SIZEOF (phase1_pushback))
451 if (phase2_pushback_length == SIZEOF (phase2_pushback))
1595 if (phase5_pushback_length == SIZEOF (phase5_pushback))
H A Dmsgl-check.c47 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
684 const size_t nfields = SIZEOF (required_fields);
H A Dxgettext.c2956 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
2957 #define ENDOF(a) ((a) + SIZEOF(a))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djccolor.c95 (TABLE_SIZE * SIZEOF(INT32)));
358 SIZEOF(my_color_converter));
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.c304 SIZEOF(d_derived_tbl));
365 MEMZERO(dtbl->look_nbits, SIZEOF(dtbl->look_nbits));
1284 SIZEOF(huff_entropy_decoder));
1293 cinfo->num_components*DCTSIZE2*SIZEOF(int));
H A Djdpostct.c256 SIZEOF(my_post_controller));
H A Djdsample.c304 SIZEOF(my_upsampler));
H A Djdarith.c741 SIZEOF(arith_entropy_decoder));
756 cinfo->num_components*DCTSIZE2*SIZEOF(int));
H A Drdrle.c378 SIZEOF(rle_source_struct));
H A Dwrgif.c367 SIZEOF(gif_dest_struct));
H A Djcmarker.c655 SIZEOF(my_marker_writer));
H A Djcsample.c488 SIZEOF(my_downsampler));
H A Drdbmp.c430 SIZEOF(bmp_source_struct));
H A Drdtarga.c491 SIZEOF(tga_source_struct));
H A Djcarith.c911 SIZEOF(arith_entropy_encoder));
H A Djcmaster.c729 SIZEOF(my_comp_master));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-linkedhash_list.c60 #define SIZEOF(array) (sizeof (array) / sizeof (array[0])) macro
72 #define RANDOM_OBJECT() objects[RANDOM (SIZEOF (objects))]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-ostream.oo.c50 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
1068 #define num_stopping_signals (SIZEOF (stopping_signals) - 1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-ostream.c53 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
1045 #define num_stopping_signals (SIZEOF (stopping_signals) - 1)
H A Dterm-ostream.oo.c50 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
1068 #define num_stopping_signals (SIZEOF (stopping_signals) - 1)

Completed in 326 milliseconds

1234