Home
last modified time | relevance | path

Searched refs:iter (Results 3201 - 3225 of 5604) sorted by relevance

1...<<121122123124125126127128129130>>...225

/kernel/linux/linux-6.6/include/linux/
H A Dnetfs.h242 struct iov_iter *iter,
250 struct iov_iter *iter,
/kernel/linux/linux-6.6/io_uring/
H A During_cmd.c160 struct iov_iter *iter, void *ioucmd) in io_uring_cmd_import_fixed()
164 return io_import_fixed(rw, iter, req->imu, ubuf, len); in io_uring_cmd_import_fixed()
159 io_uring_cmd_import_fixed(u64 ubuf, unsigned long len, int rw, struct iov_iter *iter, void *ioucmd) io_uring_cmd_import_fixed() argument
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcgroup_iter.c19 * post-order. For walking ancestors, the iter walks up from a cgroup to
22 * The iter program can terminate the walk early by returning 1. Walk
267 info->iter.cgroup.order = aux->cgroup.order; in bpf_iter_cgroup_fill_link_info()
268 info->iter.cgroup.cgroup_id = cgroup_id(aux->cgroup.start); in bpf_iter_cgroup_fill_link_info()
/kernel/linux/linux-6.6/include/uapi/drm/
H A Detnaviv_drm.h253 __u8 iter; /* in/out, select pm domain at index iter */ member
263 __u16 iter; /* in/out, select pm source at index iter */ member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_create.c204 static void report_progress(int iter, struct bench_res *res, long delta_ns) in report_progress() argument
212 iter, (delta_ns - 1000000000) / 1000.0); in report_progress()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Detnaviv_drm.h162 __u8 iter; member
171 __u16 iter; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Detnaviv_drm.h162 __u8 iter; member
171 __u16 iter; member
/third_party/ffmpeg/libavcodec/
H A Doptions.c58 static const AVClass *codec_child_class_iterate(void **iter) in codec_child_class_iterate() argument
62 while (c = av_codec_iterate(iter)) in codec_child_class_iterate()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DUnitsData.java156 Iterator<Integer> iter = simpleUnitCategories.iterator(); in put()
159 this.simpleUnitCategories[i] = iter.next().intValue(); in put()
/third_party/mesa3d/include/drm-uapi/
H A Detnaviv_drm.h253 __u8 iter; /* in/out, select pm domain at index iter */ member
263 __u16 iter; /* in/out, select pm source at index iter */ member
/third_party/libdrm/etnaviv/
H A Detnaviv_drm.h253 __u8 iter; /* in/out, select pm domain at index iter */ member
263 __u16 iter; /* in/out, select pm source at index iter */ member
/third_party/node/deps/v8/tools/testrunner/local/
H A Dpool.py76 for args in iter(work_queue.get, "STOP"):
168 gen = iter(gen)
/third_party/rust/crates/clang-sys/build/
H A Ddynamic.rs165 .iter() in search_libclang_directories()
179 .iter() in find()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/
H A Dalign.rs89 self.mc_fpstate.iter().zip(other.mc_fpstate.iter()) in eq()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
H A Dmru_cache.h124 typename PayloadList::iterator iter = index_iter->second; in Get()
127 ordering_.splice(ordering_.begin(), ordering_, iter); in Get()
/third_party/skia/src/gpu/effects/
H A DGrConvexPolyEffect.cpp43 SkPath::Iter iter(path, true); in Make()
50 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { in Make()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_add_copy_memory.cpp54 auto iter = fuzzerutil::GetIteratorForInstruction( in IsApplicable() local
56 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpCopyMemory, iter)) { in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_copy_memory.cpp54 auto iter = fuzzerutil::GetIteratorForInstruction( in IsApplicable() local
56 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpCopyMemory, iter)) { in IsApplicable()
/third_party/openssl/test/recipes/
H A D20-test_kdf.t28 { cmd => [qw{openssl kdf -keylen 25 -digest SHA256 -kdfopt pass:passwordPASSWORDpassword -kdfopt salt:saltSALTsaltSALTsaltSALTsaltSALTsalt -kdfopt iter:4096 PBKDF2}],
54 { cmd => [qw{openssl kdf -keylen 25 -kdfopt digest:SHA256 -kdfopt pass:passwordPASSWORDpassword -kdfopt salt:saltSALTsaltSALTsaltSALTsaltSALTsalt -kdfopt iter:4096 PBKDF2}],
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-cpal-table.hh216 for (const auto _ : retained_color_record_indices.iter ()) in serialize()
256 for (unsigned retained_color_idx : retained_color_indices.iter ()) in subset()
H A Dhb-set.hh152 iter_t iter () const { return iter_t (this->s); } in iter() function
153 operator iter_t () const { return iter (); } in operator iter_t()
/third_party/skia/tools/
H A Dget_images_from_skps.cpp154 SkOSFile::Iter iter(inputs, "skp"); in main()
155 for (SkString file; iter.next(&file); ) { in main()
/third_party/skia/fuzz/
H A DFuzzSkParagraph.cpp72 SkOSFile::Iter iter(fResourceDir.c_str()); in ResourceFontCollection()
75 while (iter.next(&path)) { in ResourceFontCollection()
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Daddr.rs49 for (i, b) in bytes.iter().enumerate() { in _new()
88 for (i, b) in name.iter().enumerate() { in new_abstract_name()
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dread_sockaddr.rs98 .iter()
165 .iter()

Completed in 16 milliseconds

1...<<121122123124125126127128129130>>...225