/third_party/glslang/Test/ |
D | cppComplexExpr.vert | 52 …nathoen uasoenuasoent asntoehsan tuosnthnu aohenuath eontha untoh eunth unth anth unth nth nth nt \ 53 …thansu tohe sanuthoe snathuoesntha snuothe anthusonehtasuntoeh asnuthonsa teauhntoeha onetuha nth \ 60 …nathoen uasoenuasoent asntoehsan tuosnthnu aohenuath eontha untoh eunth unth anth unth nth nth nt \ 61 …thansu tohe sanuthoe snathuoesntha snuothe anthusonehtasuntoeh asnuthonsa teauhntoeha onetuha nth \ 68 …nathoen uasoenuasoent asntoehsan tuosnthnu aohenuath eontha untoh eunth unth anth unth nth nth nt \ 69 …thansu tohe sanuthoe snathuoesntha snuothe anthusonehtasuntoeh asnuthonsa teauhntoeha onetuha nth \
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
D | muxinternal.c | 101 WebPChunk* ChunkSearchList(WebPChunk* first, uint32_t nth, uint32_t tag) { in ChunkSearchList() argument 102 uint32_t iter = nth; in ChunkSearchList() 111 return ((nth > 0) && (iter > 0)) ? NULL : first; in ChunkSearchList() 277 static int SearchImageToGetOrDelete(WebPMuxImage** wpi_list, uint32_t nth, in SearchImageToGetOrDelete() argument 283 if (nth == 0) { in SearchImageToGetOrDelete() 284 nth = MuxImageCount(*wpi_list, WEBP_CHUNK_NIL); in SearchImageToGetOrDelete() 285 if (nth == 0) return 0; // Not found. in SearchImageToGetOrDelete() 291 if (count == nth) return 1; // Found. in SearchImageToGetOrDelete() 333 WebPMuxError MuxImageDeleteNth(WebPMuxImage** wpi_list, uint32_t nth) { in MuxImageDeleteNth() argument 335 if (!SearchImageToGetOrDelete(wpi_list, nth, &wpi_list)) { in MuxImageDeleteNth() [all …]
|
D | muxi.h | 124 WebPChunk* ChunkSearchList(WebPChunk* first, uint32_t nth, uint32_t tag); 201 WebPMuxError MuxImageDeleteNth(WebPMuxImage** wpi_list, uint32_t nth); 204 WebPMuxError MuxImageGetNth(const WebPMuxImage** wpi_list, uint32_t nth,
|
D | muxread.c | 25 const WebPChunk* const chunk = ChunkSearchList((LIST), nth, \ 36 uint32_t nth, WebPData* const data) { in MuxGet() argument 479 const WebPMux* mux, uint32_t nth, WebPMuxFrameInfo* frame) { in WebPMuxGetFrame() argument 488 err = MuxImageGetNth((const WebPMuxImage**)&mux->images_, nth, &wpi); in WebPMuxGetFrame()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | s-c.c | 556 int ret, nth; in main() local 601 for (nth = 0; nth < NSCENAR; nth++) in main() 602 output(" %s", test_scenar[nth].desc); in main() 607 nth = 0; in main() 609 nth += 100 * SCALABILITY_FACTOR; in main() 617 m_tmp->nthreads = nth; in main() 621 dur = do_threads_test(nth, m_tmp); in main()
|
/third_party/elfutils/libdw/ |
D | memory-access.h | 64 #define get_uleb128_step(var, addr, nth) \ argument 67 (var) |= (typeof (var)) (__b & 0x7f) << ((nth) * 7); \ 112 #define get_sleb128_step(var, addr, nth) \ argument 115 (var) |= (typeof (var)) (__b & 0x7f) << ((nth) * 7); \ 119 (var) |= - ((typeof (var)) 1 << (((nth) + 1) * 7)); \
|
/third_party/curl/tests/server/ |
D | sockfilt.c | 630 DWORD timeout_ms, wait, nfd, nth, nws, i; in select_ws() local 685 nth = 0; /* number of internal waiting threads */ in select_ws() 721 data[nth].signal = signal; in select_ws() 722 data[nth].thread = handle; in select_ws() 724 nth++; in select_ws() 775 data[nth].signal = signal; in select_ws() 776 data[nth].thread = handle; in select_ws() 778 nth++; in select_ws() 805 for(i = 0; i < nth; i++) { in select_ws() 881 for(i = 0; i < nth; i++) { in select_ws()
|
/third_party/ltp/testcases/network/stress/interface/ |
D | if-mtu-change.sh | 101 local nth=$(($cnt % $mtu_array_len)) 102 field=$(($nth + 1))
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | mux.h | 263 const WebPMux* mux, uint32_t nth, WebPMuxFrameInfo* frame); 275 WEBP_EXTERN WebPMuxError WebPMuxDeleteFrame(WebPMux* mux, uint32_t nth);
|
/third_party/alsa-lib/alsalisp/ |
D | test.lisp | 207 (nth) (&check-memory) 208 (nth 2) (&check-memory) 209 (nth 2 nil) (&check-memory) 210 (nth 2 '(('one 'two 'three))) (&check-memory)
|
/third_party/rust/crates/version_check/src/ |
D | lib.rs | 100 let version = components.nth(1); in version_and_date_from_rustc_version() 110 let split = |s: &str| s.splitn(2, ":").nth(1).map(|s| s.trim().to_string()); in version_and_date_from_rustc_verbose_version() 111 match line.trim().split(" ").nth(0) { in version_and_date_from_rustc_verbose_version()
|
D | version.rs | 59 .nth(0) in parse()
|
/third_party/alsa-lib/src/conf/ |
D | sndo-mixer.alisp | 109 (sndo_mixer_close1 (nth 1 hctls) "c") 110 (sndo_mixer_close1 (nth 0 hctls) "p")
|
/third_party/rust/crates/regex/fuzz/fuzz_targets/ |
D | fuzz_regex_match.rs | 14 let char_index = data.char_indices().nth(split_off_point);
|
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/ |
D | string.rs | 27 .nth(1) in ends_with()
|
/third_party/FatFs/documents/ |
D | css_e.css | 70 table.lst4 td:nth-child(2) {width: 45%;} 71 table.lst4 td:nth-child(3) {width: 45%;}
|
/third_party/python/Modules/_decimal/libmpdec/literature/ |
D | matrix-transform.txt | 119 table with the mth element in the nth column at location m * C + n. 239 original matrix is now a lookup table with the ith element in the nth 244 table with the mth element in the nth column at location m * C + n,
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-nested-funcs/ |
D | arkts-no-nested-funcs-10-error.ets | 19 Calculate the nth term of Fibonacci.
|
D | arkts-no-nested-funcs-10-ok.ets | 19 Calculate the nth term of Fibonacci.
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | ptrlist.h | 82 #define ptr_list_nth(lst, nth) ({ \ argument 84 (PTRLIST_TYPE(lst)) ptr_list_nth_entry(head, nth);\
|
/third_party/rust/crates/libc/ |
D | build.rs | 145 let nightly_raw = otry!(pieces.next()).split('-').nth(1); in rustc_minor_nightly()
|
/third_party/rust/crates/syn/examples/dump-syntax/src/ |
D | main.rs | 102 let code_line = match start.line.checked_sub(1).and_then(|n| code.lines().nth(n)) { in render_location()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | comp.rs | 165 nth: usize, field 174 pub fn nth(&self) -> usize { in nth() method 175 self.nth in nth() 592 nth: *bitfield_unit_count, in bitfields_to_allocation_units()
|
/third_party/rust/crates/cxx/gen/src/ |
D | nested.rs | 30 if let Some(first_ns_elem) = api.namespace().iter().nth(depth) { in sort_by_inner_namespace()
|
/third_party/node/tools/gyp/tools/emacs/ |
D | gyp.el | 158 (if (= (nth 0 state) -1)
|