Searched refs:lot (Results 1 - 11 of 11) sorted by relevance

/external/chromium/third_party/icu/source/tools/tzcode/
H A Dzdump.c168 static time_t hunt(char * name, time_t lot, time_t hit);
179 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
673 hunt(char *name, time_t lot, time_t hit) argument
683 lotmp = my_localtime(&lot);
689 diff = (long) (hit - lot);
692 t = lot;
694 if (t <= lot)
702 (delta(&tm, &lotm) == (t - lot) &&
705 lot = t;
710 show(name, lot, TRU
871 huntICU(char *name, time_t lot, time_t hit, FILE * fp) argument
[all...]
H A Dicuzdump.cpp148 UDate lot = t; local
151 int32_t diff = (int32_t)(hit - lot);
155 UDate medt = lot + ((diff / 2) / tick) * tick;
165 lot = medt;
170 formatter->format(lot, rawOffset + dstOffset, (dstOffset == 0 ? FALSE : TRUE), str);
/external/icu4c/tools/tzcode/
H A Dzdump.c168 static time_t hunt(char * name, time_t lot, time_t hit);
179 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
673 hunt(char *name, time_t lot, time_t hit) argument
683 lotmp = my_localtime(&lot);
689 diff = (long) (hit - lot);
692 t = lot;
694 if (t <= lot)
702 (delta(&tm, &lotm) == (t - lot) &&
705 lot = t;
710 show(name, lot, TRU
871 huntICU(char *name, time_t lot, time_t hit, FILE * fp) argument
[all...]
H A Dicuzdump.cpp148 UDate lot = t; local
151 int32_t diff = (int32_t)(hit - lot);
155 UDate medt = lot + ((diff / 2) / tick) * tick;
165 lot = medt;
170 formatter->format(lot, rawOffset + dstOffset, (dstOffset == 0 ? FALSE : TRUE), str);
/external/libvpx/examples/includes/geshi/geshi/
H A Dbash.php22 * - Added a lot of keywords (BenBE / Jan G)
/external/libvpx/vp8/encoder/arm/neon/
H A Dvariance_neon.asm76 ;vmov.32 r0, d0[0] ;this instruction costs a lot
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php784 * Replaced a lot of space characters by tabs, saving about 4 KB.
/external/blktrace/btt/doc/
H A Dbtt.tex1171 Here is a complete output file from a btt run, illustrating a lot of the
/external/grub/docs/
H A Dtexinfo.tex1588 % \scriptscriptfont (which would also require loading a lot more fonts).
3750 % whole lot of material, we might end up calling this \output
5121 % For Texinfo it's a lot easier than for LaTeX,
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php1463 * remove a lot of keywords.
2006 * the same source multiple times, you're better off doing a whole lot of
/external/dropbear/libtomcrypt/
H A Dcrypt.tex1617 The call to gcm\_init() will perform considerable pre--computation (when \textbf{GCM\_TABLES} is defined) and if you're going to be dealing with a lot of packets

Completed in 2327 milliseconds