/third_party/ffmpeg/libavutil/ |
D | timer.h | 130 uint64_t tend; \ 134 tend = AV_READ_TIME(); \ 135 TIMER_REPORT(id, tend - tstart)
|
/third_party/skia/third_party/externals/expat/expat/tests/benchmark/ |
D | benchmark.c | 67 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/ |
D | ci.requirements.txt | 5 # 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/ |
D | ikev2.c | 122 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/ |
D | ikev2.c | 127 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/ |
D | ikev2.c | 127 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/ |
D | ikev2.c | 122 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/ |
D | README.md | 13 implementation can deal with tiny haystacks. The results of this benchmark tend
|
/third_party/python/Lib/ |
D | gettext.py | 408 tend = toff + tlen 409 if mend < buflen and tend < buflen: 411 tmsg = buf[toff:tend]
|
/third_party/zlib/doc/ |
D | txtvsbin.txt | 70 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/ |
D | dso_dl.c | 264 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) || in dl_pathbyaddr()
|
/third_party/node/deps/openssl/openssl/crypto/dso/ |
D | dso_dl.c | 264 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/ |
D | RuleBasedTimeZone.java | 603 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/ |
D | RuleBasedTimeZone.java | 628 long tend = getTransitionTime(historicTransitions.get(idx), in getOffset() local 630 if (time > tend) { in getOffset()
|
/third_party/openGLES/extensions/PGI/ |
D | PGI_misc_hints.txt | 94 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/ |
D | PGI_misc_hints.txt | 94 visuals. If <mode> is TRUE, the client will tend to choose 96 will tend to choose singlebuffer attributes.
|
/third_party/tzdata/ |
D | CONTRIBUTING | 26 <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/ |
D | PPCInstrHTM.td | 35 (outs), (ins u1imm:$A), "tend. $A", IIC_SprMTSPR, []>;
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_bali_timer_instruments.txt | 71 rasterization. Because most applications tend to be limited by
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_bali_timer_instruments.txt | 71 rasterization. Because most applications tend to be limited by
|
/third_party/rust/crates/serde/ |
D | README.md | 87 repo but they tend not to get as many eyes as any of the above and may get
|
/third_party/rust/crates/serde/serde/ |
D | README.md | 87 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/ |
D | README.md | 87 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/ |
D | README.md | 87 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/ |
D | index.md | 37 circular buffer which would tend to consist of 2 pieces, or fragments of a file
|