/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_debug.c | 93 get_prim_name(unsigned val) in get_prim_name() 437 BR13(struct debug_stream *stream, unsigned val) in BR13() 447 BR22(struct debug_stream *stream, unsigned val) in BR22() 455 BR23(struct debug_stream *stream, unsigned val) in BR23() 463 BR09(struct debug_stream *stream, unsigned val) in BR09() 469 BR26(struct debug_stream *stream, unsigned val) in BR26() 477 BR11(struct debug_stream *stream, unsigned val) in BR11() 484 BR12(struct debug_stream *stream, unsigned val) in BR12() 490 BR16(struct debug_stream *stream, unsigned val) in BR16() 901 unsigned long bytes = (unsigned long)(end - start) * 4; in i915_dump_batchbuffer() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/ |
H A D | p256-nistz_test.cc | 54 P256_POINT val; in TEST() local 70 P256_POINT val; in TEST() local 84 P256_POINT_AFFINE val; in TEST() local 100 P256_POINT_AFFINE val; in TEST() local 172 std::vector<uint8_t> bytes; in GetFieldElement() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | p256-x86_64_test.cc | 52 P256_POINT val; in TEST() local 68 P256_POINT val; in TEST() local 81 P256_POINT_AFFINE val; in TEST() local 97 P256_POINT_AFFINE val; in TEST() local 170 std::vector<uint8_t> bytes; in GetFieldElement() local
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/ec/ |
H A D | p256-nistz_test.cc | 54 P256_POINT val; in TEST() local 70 P256_POINT val; in TEST() local 84 P256_POINT_AFFINE val; in TEST() local 100 P256_POINT_AFFINE val; in TEST() local 172 std::vector<uint8_t> bytes; in GetFieldElement() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | p256-x86_64_test.cc | 52 P256_POINT val; in TEST() local 68 P256_POINT val; in TEST() local 81 P256_POINT_AFFINE val; in TEST() local 97 P256_POINT_AFFINE val; in TEST() local 170 std::vector<uint8_t> bytes; in GetFieldElement() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/ |
D | real.rs | 19 let bytes = BytesRef::decode_value(reader, header)?.as_slice(); in decode_value() localVariable 292 let val = 0.0; in encdec_normal() localVariable 312 let val = 1.0; in encdec_normal() localVariable 332 let val = -1.0; in encdec_normal() localVariable 352 let val = -1.0000000000000002; in encdec_normal() localVariable 373 let val = f64::MIN_POSITIVE; in encdec_normal() localVariable 393 let val = 1.0000000000000016; in encdec_normal() localVariable 413 let val = 31.0; in encdec_normal() localVariable 437 let val = core::f64::consts::PI; in encdec_irrationals() localVariable 458 let val = core::f64::consts::E; in encdec_irrationals() localVariable [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/ |
D | inet_net_pton.c | 191 int val; in getbits() local 226 unsigned int val; in ares_inet_pton6() local 320 size_t bytes; in ares_inet_net_pton_ipv6() local
|
/aosp_15_r20/external/tink/cc/util/ |
H A D | test_util.cc | 96 char val; in HexDecode() local 115 std::string HexEncode(absl::string_view bytes) { in HexEncode() 353 util::Status ZTestUniformString(absl::string_view bytes) { in ZTestUniformString() 377 std::string Rotate(absl::string_view bytes) { in Rotate() 399 util::Status ZTestAutocorrelationUniformString(absl::string_view bytes) { in ZTestAutocorrelationUniformString()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/test/ |
D | test_generated_code.cc | 74 upb_StringView val; in TEST() local 440 upb_StringView bytes = upb_StringView_FromString(data); in TEST() local 441 upb_StringView val; in TEST() local 579 double val; in TEST() local 646 upb_StringView val = in TEST() local 685 int32_t val; in check_int32_map_one_entry() local 767 int32_t val = in TEST() local
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/test/ |
H A D | test_generated_code.cc | 54 upb_StringView val; in TEST() local 420 upb_StringView bytes = upb_StringView_FromString(data); in TEST() local 421 upb_StringView val; in TEST() local 559 double val; in TEST() local 626 upb_StringView val = in TEST() local 665 int32_t val; in check_int32_map_one_entry() local 762 int32_t val = in TEST() local 940 upb_MessageValue key, val; in TEST() local
|
/aosp_15_r20/external/aws-crt-java/src/native/ |
H A D | crt.c | 353 …jobject val = (*env)->CallObjectMethod(env, jByteBuf, byte_buffer_properties.set_position, positio… in aws_jni_byte_buffer_set_position() local 362 jobject val = (*env)->CallObjectMethod(env, jByteBuf, byte_buffer_properties.set_limit, limit); in aws_jni_byte_buffer_set_limit() local 384 const char *bytes = (*env)->GetStringUTFChars(env, str, NULL); in aws_jni_byte_cursor_from_jstring_acquire() local 405 jbyte *bytes = (*env)->GetByteArrayElements(env, array, NULL); in aws_jni_byte_cursor_from_jbyteArray_acquire() local
|
/aosp_15_r20/tools/security/fuzzing/example_java_jni_fuzzer_no_crash/ |
H A D | ExampleJavaJniFuzzer.java | 23 int val = data.consumeInt(); in fuzzerTestOneInput() local 31 private native boolean parse(String bytes); in parse()
|
/aosp_15_r20/tools/security/fuzzing/example_java_jni_fuzzer/ |
H A D | ExampleJavaJniFuzzer.java | 23 int val = data.consumeInt(); in fuzzerTestOneInput() local 31 private native boolean parse(String bytes); in parse()
|
/aosp_15_r20/system/core/debuggerd/libdebuggerd/ |
H A D | utility.cpp | 150 size_t bytes = memory->Read(*addr, reinterpret_cast<uint8_t*>(out), len); in dump_memory() local 209 ssize_t bytes = dump_memory(data, sizeof(data), tags, sizeof(tags), &addr, memory); in dump_memory() local 236 for (size_t val = 0; val < sizeof(uintptr_t); val++, ptr++) { in dump_memory() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/ |
D | pool_resource.cpp | 105 void pool_resource::priv_limit_option(std::size_t &val, std::size_t min, std::size_t max) //static in priv_limit_option() 206 void* pool_resource::do_allocate(std::size_t bytes, std::size_t alignment) //virtual in do_allocate() 227 void pool_resource::do_deallocate(void* p, std::size_t bytes, std::size_t alignment) //virtual in do_deallocate()
|
/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/ |
H A D | byte_builder.h | 294 ByteBuilder& append(ConstByteSpan bytes) { in append() 303 ByteBuilder& PutUint8(uint8_t val) { return WriteInOrder(val); } in PutUint8() 305 ByteBuilder& PutInt8(int8_t val) { return WriteInOrder(val); } in PutInt8()
|
/aosp_15_r20/external/libevent/ |
H A D | arc4random.c | 257 int bytes, n, i, nybbles; in arc4_seed_proc_sys_kernel_random_uuid() local 432 unsigned int val; in arc4_getword() local 446 int val; in arc4random_stir() local 477 ARC4RANDOM_UINT32 val; in arc4random() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | Trie2.java | 61 public static Trie2 createFromSerialized(ByteBuffer bytes) throws IOException { in createFromSerialized() 577 int val = get(c); in next() local 592 int val = get(c); in previous() local 898 int val = 0; in next() local 979 int val = getFromU16SingleLead(startingLS); in rangeEndLS() local 1015 int rangeEnd(int start, int limitp, int val) { in rangeEnd()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/ |
H A D | escaping_test.cc | 141 for (const epair& val : oct_values) { in TEST() local 145 for (const epair& val : hex_values) { in TEST() local 149 for (const epair& val : utf8_oct_values) { in TEST() local 153 for (const epair& val : utf8_hex_values) { in TEST() local 167 for (const epair& val : tests) { in TEST() local 693 std::string bytes, hex; in TEST() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | Trie2.java | 59 public static Trie2 createFromSerialized(ByteBuffer bytes) throws IOException { in createFromSerialized() 571 int val = get(c); in next() local 586 int val = get(c); in previous() local 892 int val = 0; in next() local 973 int val = getFromU16SingleLead(startingLS); in rangeEndLS() local 1009 int rangeEnd(int start, int limitp, int val) { in rangeEnd()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/ |
H A D | escaping_test.cc | 141 for (const epair& val : oct_values) { in TEST() local 145 for (const epair& val : hex_values) { in TEST() local 149 for (const epair& val : utf8_oct_values) { in TEST() local 153 for (const epair& val : utf8_hex_values) { in TEST() local 167 for (const epair& val : tests) { in TEST() local 693 std::string bytes, hex; in TEST() local
|
/aosp_15_r20/external/abseil-cpp/absl/strings/ |
H A D | escaping_test.cc | 141 for (const epair& val : oct_values) { in TEST() local 145 for (const epair& val : hex_values) { in TEST() local 149 for (const epair& val : utf8_oct_values) { in TEST() local 153 for (const epair& val : utf8_hex_values) { in TEST() local 167 for (const epair& val : tests) { in TEST() local 693 std::string bytes, hex; in TEST() local
|
/aosp_15_r20/external/jazzer-api/examples/src/main/java/com/example/ |
H A D | ExampleFuzzerWithNative.java | 27 int val = data.consumeInt(); in fuzzerTestOneInput() local 35 private native boolean parse(String bytes); in parse()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | pwdmodule.c | 67 sets(PyObject *v, int i, const char* val) in sets() 87 #define SETS(i,val) sets(v, i, val) in mkpwent() argument 218 PyObject *bytes, *retval = NULL; in pwd_getpwnam_impl() local
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | byte_io_unittest.cc | 36 T val = 0; in CreateTestValue() local 88 uint8_t bytes[B + kAlignments]; in TestRead() local 111 uint8_t bytes[B + kAlignments]; in TestWrite() local
|