Home
last modified time | relevance | path

Searched refs:tend (Results 1 – 25 of 123) sorted by relevance

12345

/third_party/ffmpeg/libavutil/
Dtimer.h130 uint64_t tend; \
134 tend = AV_READ_TIME(); \
135 TIMER_REPORT(id, tend - tstart)
/third_party/skia/third_party/externals/expat/expat/tests/benchmark/
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/mbedtls/scripts/
Dci.requirements.txt5 # Use a known version of Pylint, because new versions tend to add warnings
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
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/
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_server/
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/src/eap_peer/
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/rust/crates/memchr/bench/data/sliceslice/
DREADME.md13 implementation can deal with tiny haystacks. The results of this benchmark tend
/third_party/python/Lib/
Dgettext.py408 tend = toff + tlen
409 if mend < buflen and tend < buflen:
411 tmsg = buf[toff:tend]
/third_party/zlib/doc/
Dtxtvsbin.txt70 The second observation is that most of the binary files tend to contain
74 labeled as textual, because the files that are genuinely binary tend to
/third_party/openssl/crypto/dso/
Ddso_dl.c264 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) || in dl_pathbyaddr()
/third_party/node/deps/openssl/openssl/crypto/dso/
Ddso_dl.c264 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) || in dl_pathbyaddr()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DRuleBasedTimeZone.java603 long tend = getTransitionTime(historicTransitions.get(idx), in getOffset() local
605 if (time > tend) { in getOffset()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DRuleBasedTimeZone.java628 long tend = getTransitionTime(historicTransitions.get(idx), in getOffset() local
630 if (time > tend) { in getOffset()
/third_party/openGLES/extensions/PGI/
DPGI_misc_hints.txt94 visuals. If <mode> is TRUE, the client will tend to choose
96 will tend to choose singlebuffer attributes.
/third_party/skia/third_party/externals/opengl-registry/extensions/PGI/
DPGI_misc_hints.txt94 visuals. If <mode> is TRUE, the client will tend to choose
96 will tend to choose singlebuffer attributes.
/third_party/tzdata/
DCONTRIBUTING26 <https://mm.icann.org/pipermail/tz/> for examples of patches that tend
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrHTM.td35 (outs), (ins u1imm:$A), "tend. $A", IIC_SprMTSPR, []>;
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_bali_timer_instruments.txt71 rasterization. Because most applications tend to be limited by
/third_party/openGLES/extensions/SGIX/
DSGIX_bali_timer_instruments.txt71 rasterization. Because most applications tend to be limited by
/third_party/rust/crates/serde/
DREADME.md87 repo but they tend not to get as many eyes as any of the above and may get
/third_party/rust/crates/serde/serde/
DREADME.md87 repo but they tend not to get as many eyes as any of the above and may get
/third_party/rust/crates/serde/serde_derive/
DREADME.md87 repo but they tend not to get as many eyes as any of the above and may get
/third_party/rust/crates/serde/serde_test/
DREADME.md87 repo but they tend not to get as many eyes as any of the above and may get
/third_party/rust/crates/cxx/book/src/
Dindex.md37 circular buffer which would tend to consist of 2 pieces, or fragments of a file

12345