Home
last modified time | relevance | path

Searched defs:num_left (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/
H A Dio.c45 size_t num_left = count; in test_write() local
122 size_t num_left = count; in test_read() local
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Djson_escaping.cc131 int* num_left, int* num_read) { in ReadCodePoint()
308 int num_left = 0; // Num of chars to read to complete the code point. in Escape() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_escaping.cc131 int* num_left, int* num_read) { in ReadCodePoint()
308 int num_left = 0; // Num of chars to read to complete the code point. in Escape() local
/aosp_15_r20/external/libsrtp2/crypto/include/
H A Dkey.h80 srtp_xtd_seq_num_t num_left; member
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/sort/stable/
H A Dquicksort.rs192 num_left: usize, field
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/slice/sort/stable/
H A Dquicksort.rs192 num_left: usize, field
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/sort/stable/
H A Dquicksort.rs192 num_left: usize, field
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/handlers/
Dgraphical.rs694 let num_left = vbar_offset - start; localVariable
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dbinned_sah_shared.h110 uint num_left; // primref counts member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1528 uint16_t num_left = 0, num_flushed1 = 0, num_flushed2 = 0; in L2CA_FlushChannel() local
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/
H A Dgrl_structs.h281 uint num_left; // primref counts member
/aosp_15_r20/external/cronet/testing/libfuzzer/proto/
H A Dskia_image_filter_proto_converter.cc1916 int num_left = dash_impl.intervals_size(); in Visit() local
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dclang.rs614 let mut num_left = n; in has_at_least_num_children() localVariable