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

12

/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
H A DSorterTemplate.java129 int lot = lo;
131 while (lot < hit) {
132 swap(lot++, hit--);
134 lot = mid; hit = hi - 1;
135 while (lot < hit) {
136 swap(lot++, hit--);
138 lot = lo; hit = hi - 1;
139 while (lot < hit) {
140 swap(lot++, hit--);
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dcomplex_rep.S2 # I thought up a lot of corner-cases in the rep code. This tries
/external/valgrind/main/exp-bbv/tests/x86/
H A Dcomplex_rep.S2 # I thought up a lot of corner-cases in the rep code. This tries
/external/chromium_org/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/icu/icu4c/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/llvm/test/MC/ARM/
H A Deh-directive-handlerdata.s64 @ Use a lot of unwind opcdes to get __aeabi_unwind_cpp_pr1.
/external/llvm/utils/
H A Dcodegen-diff117 disassemble to the same thing. This puts a lot of trust in the
/external/libvorbis/doc/
H A DVorbis_I_spec.tex40 % escaping it (\_ instead of _). Since the Vorbis specs use it a lot,
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec47 but also a lot of functionality which has been superseded by fragment
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dvariance_neon.asm76 ;vmov.32 r0, d0[0] ;this instruction costs a lot
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec47 but also a lot of functionality which has been superseded by fragment
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnmake.mak58 # VS 2005 complains about lot of deprecated string functions; let's ignore them
/external/openssl/crypto/
H A Dsparccpuid.S259 ! a lot of %tick-s, couple of thousand on Linux...
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbytes.pxd150 # count). (Clarification: even though there is a lot of talk about
H A Dstring.pxd150 # count). (Clarification: even though there is a lot of talk about
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DthingsToDo.txt153 Currently, if only the end points touch, QuadracticIntersections does a lot of
/external/skia/experimental/Intersection/
H A DthingsToDo.txt153 Currently, if only the end points touch, QuadracticIntersections does a lot of
/external/pcre/dist/
H A DRunTest.bat287 echo ** Test 2 requires a lot of stack. PCRE can be configured to
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as296 * want to have a lot of information spit out. Override in that case
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas311 /// generates contains a lot of block-level variable declarations, which
H A DAntlr.Runtime.Tree.pas699 /// jump around a lot or for tree parsers requiring speed (at cost of memory).
/external/blktrace/btt/doc/
H A Dbtt.tex1171 Here is a complete output file from a btt run, illustrating a lot of the
/external/bison/build-aux/
H A Dtexinfo.tex2093 % \scriptscriptfont (which would also require loading a lot more fonts).
5086 % whole lot of material, we might end up calling this \output
6727 % For Texinfo it's a lot easier than for LaTeX,

Completed in 8745 milliseconds

12