Home
last modified time | relevance | path

Searched refs:tend (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dtimer.h143 uint64_t tend; \
147 tend = AV_READ_TIME(); \
148 TIMER_REPORT(id, tend - tstart)
/third_party/skia/third_party/externals/expat/expat/tests/benchmark/
H A Dbenchmark.c67 clock_t tstart, tend; in main() local
135 tend = clock(); in main()
136 cpuTime += ((double)(tend - tstart)) / CLOCKS_PER_SEC; in main()
/third_party/python/Lib/
H A Dgettext.py366 tend = toff + tlen
367 if mend < buflen and tend < buflen:
369 tmsg = buf[toff:tend]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dikev2.c122 const u8 *tend; in ikev2_parse_transform() local
136 tend = pos + transform_len; in ikev2_parse_transform()
151 if (pos < tend) { in ikev2_parse_transform()
153 pos, tend - pos); in ikev2_parse_transform()
160 if (tend - pos != 4) { in ikev2_parse_transform()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Dikev2.c127 const u8 *tend; in ikev2_parse_transform() local
141 tend = pos + transform_len; in ikev2_parse_transform()
156 if (pos < tend) { in ikev2_parse_transform()
158 pos, tend - pos); in ikev2_parse_transform()
166 if (tend - pos != 4) { in ikev2_parse_transform()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dikev2.c122 const u8 *tend; in ikev2_parse_transform() local
136 tend = pos + transform_len; in ikev2_parse_transform()
151 if (pos < tend) { in ikev2_parse_transform()
153 pos, tend - pos); in ikev2_parse_transform()
160 if (tend - pos != 4) { in ikev2_parse_transform()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Dikev2.c127 const u8 *tend; in ikev2_parse_transform() local
141 tend = pos + transform_len; in ikev2_parse_transform()
156 if (pos < tend) { in ikev2_parse_transform()
158 pos, tend - pos); in ikev2_parse_transform()
166 if (tend - pos != 4) { in ikev2_parse_transform()
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_dl.c264 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) || in dl_pathbyaddr()
/third_party/openssl/crypto/dso/
H A Ddso_dl.c264 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) || in dl_pathbyaddr()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRuleBasedTimeZone.java628 long tend = getTransitionTime(historicTransitions.get(idx), in getOffset()
630 if (time > tend) { in getOffset()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DRuleBasedTimeZone.java603 long tend = getTransitionTime(historicTransitions.get(idx), in getOffset()
605 if (time > tend) { in getOffset()
/third_party/icu/icu4c/source/i18n/
H A Drbtz.cpp440 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal() local
442 if (date > tend) { in getOffsetInternal()
/third_party/node/deps/icu-small/source/i18n/
H A Drbtz.cpp440 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal() local
442 if (date > tend) { in getOffsetInternal()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drbtz.cpp444 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal() local
446 if (date > tend) { in getOffsetInternal()
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h1098 V(tend, TEND, 0xB2F8) /* type = S TRANSACTION END */ \
/third_party/node/deps/v8/src/codegen/ppc/
H A Dconstants-ppc.h1722 V(tend, TEND, 0x7C00055C) \
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 25 milliseconds