Home
last modified time | relevance | path

Searched refs:last_part (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/quickcheck/examples/
Dsort.rs16 let last_part = sort(&*larger_than(xs, x)); in sortk() localVariable
18 result.extend(last_part.iter().map(|x| x.clone())); in sortk()
/external/webp/src/dec/
Dvp8_dec.c208 size_t last_part; in ParsePartitions() local
212 last_part = dec->num_parts_minus_one_; in ParsePartitions()
213 if (size < 3 * last_part) { in ParsePartitions()
217 part_start = buf + last_part * 3; in ParsePartitions()
218 size_left -= last_part * 3; in ParsePartitions()
219 for (p = 0; p < last_part; ++p) { in ParsePartitions()
227 VP8InitBitReader(dec->parts_ + last_part, part_start, size_left); in ParsePartitions()
Didec_dec.c123 const uint32_t last_part = dec->num_parts_minus_one_; in DoRemap() local
126 for (p = 0; p <= last_part; ++p) { in DoRemap()
136 const uint8_t* const last_start = dec->parts_[last_part].buf_; in DoRemap()
137 VP8BitReaderSetBuffer(&dec->parts_[last_part], last_start, in DoRemap()
/external/grpc-grpc/test/core/security/
Djwt_verifier_test.cc287 static char* json_key_str(const char* last_part) { in json_key_str() argument
289 strlen(last_part); in json_key_str()
296 strcpy(current, last_part); in json_key_str()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Djwt_verifier_test.cc310 static char* json_key_str(const char* last_part) { in json_key_str() argument
312 strlen(last_part); in json_key_str()
319 strcpy(current, last_part); in json_key_str()
/external/rust/crates/protobuf-codegen/2.27.1/src/
Dprotobuf_name.rs215 fn last_part() { in last_part() function