HomeSort by relevance Sort by last modified time
    Searched refs:lt (Results 51 - 75 of 142) sorted by null

1 23 4 5 6

  /external/ipsec-tools/src/racoon/
handler.c 1015 time_t t, lt; local
1021 lt = lcconf->retry_counter * lcconf->retry_interval;
1026 if (t - r->created > lt) {
1032 sched_new(lt, sweep_recvdpkt, NULL);
1038 time_t lt = lcconf->retry_counter * lcconf->retry_interval; local
1042 sched_new(lt, sweep_recvdpkt, NULL);
  /external/zlib/
configure 27 if "${CROSS_PREFIX}ar" --version >/dev/null 2>/dev/null || test $? -lt 126; then
35 if "${CROSS_PREFIX}ranlib" --version >/dev/null 2>/dev/null || test $? -lt 126; then
41 if "${CROSS_PREFIX}nm" --version >/dev/null 2>/dev/null || test $? -lt 126; then
  /external/v8/src/arm/
builtins-arm.cc 285 __ b(lt, &loop);
398 __ b(lt, &loop);
597 __ b(lt, &loop);
670 __ b(lt, &loop);
    [all...]
ic-arm.cc 305 __ b(lt, &miss);
432 __ b(lt, &miss);
552 __ b(lt, &slow);
707 __ b(lt, &slow);
  /external/quake/quake/src/QW/scitech/include/
mgraph.h     [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H     [all...]
  /external/bluetooth/glib/
Makefile.am 116 DISTCLEANFILES = glibconfig-sysdefs.h glibconfig.h stamp-gc-h config.lt
  /external/chromium/third_party/icu/source/data/locales/
reslocal.mk 79 lt.txt\
  /external/e2fsprogs/intl/
config.charset 198 for l in lt lt_LT lv lv_LV; do
517 echo "lt CP775"
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf 36 if [ $1 -lt 100 ]
  /external/iproute2/examples/
cbq.init-v0.7.3 609 [ $? -ne 0 -o $IDVAL -lt 2 -o $IDVAL -gt 65535 ] &&
903 if [ $TIME_ABS -ge $BEG_ABS -a $TIME_ABS -lt $END_ABS ]; then
    [all...]
  /external/stlport/stlport/stl/
char_traits.h 143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2) function in class:__char_traits_base
  /external/tcpdump/
smbutil.c 726 struct tm *lt; local
759 lt = localtime(&t);
760 if (lt != NULL)
761 tstring = asctime(lt);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2) function in class:__char_traits_base
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java 1259 String lt = "removed"; local
1394 String lt = "removed"; local
    [all...]
  /external/chromium/third_party/icu/source/common/
locmap.c 369 ILCID_POSIX_ELEMENT_ARRAY(0x0427, lt, lt_LT)
643 ILCID_POSIX_MAP(lt), /* lt Lithuanian 0x27 */
  /external/chromium/third_party/icu/source/data/coll/
colfiles.mk 83 lt.txt lv.txt mk.txt ml.txt mr.txt\
collocal.mk 80 ko.txt lt.txt lv.txt\
  /external/chromium/third_party/icu/source/i18n/
astro.cpp 421 double lt = normalize((lst - getSiderealOffset()) * 0.9972695663, 24); local
426 //out(" lt =" + lt + " hours");
429 return base + (long)(lt * HOUR_MS);
    [all...]
  /external/icu4c/common/
locmap.c 400 ILCID_POSIX_ELEMENT_ARRAY(0x0427, lt, lt_LT)
699 ILCID_POSIX_MAP(lt), /* lt Lithuanian 0x27 */
    [all...]
  /external/icu4c/data/curr/
resfiles.mk 67 lag.txt lg.txt lt.txt luo.txt luy.txt\
  /external/icu4c/data/lang/
resfiles.mk 62 kw.txt lag.txt lg.txt lt.txt luo.txt\
  /external/icu4c/data/region/
resfiles.mk 62 lg.txt lt.txt luo.txt luy.txt lv.txt\
  /external/icu4c/data/zone/
resfiles.mk 63 lt.txt luo.txt luy.txt lv.txt mas.txt\
  /external/icu4c/i18n/
astro.cpp 421 double lt = normalize((lst - getSiderealOffset()) * 0.9972695663, 24); local
426 //out(" lt =" + lt + " hours");
429 return base + (long)(lt * HOUR_MS);
    [all...]

Completed in 3527 milliseconds

1 23 4 5 6