Searched refs:itemp (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dy2k.c483 normalize_test_data_t *itemp; local
488 itemp = &normalize_test_array[idx];
491 PrintExplodedTime(&itemp->base_time);
494 itp = &itemp->increment;
499 add_time_increment(&itemp->base_time, &itemp->increment);
500 PR_NormalizeTime(&itemp->base_time, PR_LocalTimeParameters);
503 PrintExplodedTime(&itemp->base_time);
506 if (!ExplodedTimeIsEqual(&itemp->base_time,
507 &itemp
[all...]
/vbox/src/libs/libpng-1.2.8/
H A Dpngwutil.c915 png_uint_32 itemp; local
928 itemp = (png_uint_32)(white_x * 100000.0 + 0.5);
929 png_save_uint_32(buf, itemp);
930 itemp = (png_uint_32)(white_y * 100000.0 + 0.5);
931 png_save_uint_32(buf + 4, itemp);
939 itemp = (png_uint_32)(red_x * 100000.0 + 0.5);
940 png_save_uint_32(buf + 8, itemp);
941 itemp = (png_uint_32)(red_y * 100000.0 + 0.5);
942 png_save_uint_32(buf + 12, itemp);
950 itemp
[all...]

Completed in 69 milliseconds