Home
last modified time | relevance | path

Searched refs:nth (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/glslang/Test/
DcppComplexExpr.vert52 …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/
Dmuxinternal.c101 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 …]
Dmuxi.h124 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,
Dmuxread.c25 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/
Ds-c.c556 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/
Dmemory-access.h64 #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/
Dsockfilt.c630 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/
Dif-mtu-change.sh101 local nth=$(($cnt % $mtu_array_len))
102 field=$(($nth + 1))
/third_party/skia/third_party/externals/libwebp/src/webp/
Dmux.h263 const WebPMux* mux, uint32_t nth, WebPMuxFrameInfo* frame);
275 WEBP_EXTERN WebPMuxError WebPMuxDeleteFrame(WebPMux* mux, uint32_t nth);
/third_party/alsa-lib/alsalisp/
Dtest.lisp207 (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/
Dlib.rs100 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()
Dversion.rs59 .nth(0) in parse()
/third_party/alsa-lib/src/conf/
Dsndo-mixer.alisp109 (sndo_mixer_close1 (nth 1 hctls) "c")
110 (sndo_mixer_close1 (nth 0 hctls) "p")
/third_party/rust/crates/regex/fuzz/fuzz_targets/
Dfuzz_regex_match.rs14 let char_index = data.char_indices().nth(split_off_point);
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
Dstring.rs27 .nth(1) in ends_with()
/third_party/FatFs/documents/
Dcss_e.css70 table.lst4 td:nth-child(2) {width: 45%;}
71 table.lst4 td:nth-child(3) {width: 45%;}
/third_party/python/Modules/_decimal/libmpdec/literature/
Dmatrix-transform.txt119 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/
Darkts-no-nested-funcs-10-error.ets19 Calculate the nth term of Fibonacci.
Darkts-no-nested-funcs-10-ok.ets19 Calculate the nth term of Fibonacci.
/third_party/ltp/tools/sparse/sparse-src/
Dptrlist.h82 #define ptr_list_nth(lst, nth) ({ \ argument
84 (PTRLIST_TYPE(lst)) ptr_list_nth_entry(head, nth);\
/third_party/rust/crates/libc/
Dbuild.rs145 let nightly_raw = otry!(pieces.next()).split('-').nth(1); in rustc_minor_nightly()
/third_party/rust/crates/syn/examples/dump-syntax/src/
Dmain.rs102 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/
Dcomp.rs165 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/
Dnested.rs30 if let Some(first_ns_elem) = api.namespace().iter().nth(depth) { in sort_by_inner_namespace()
/third_party/node/tools/gyp/tools/emacs/
Dgyp.el158 (if (= (nth 0 state) -1)

1234