Home
last modified time | relevance | path

Searched defs:large (Results 1 – 25 of 159) sorted by relevance

1234567

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-195.md3 ### CVE Number
6 ### Impact
21 ### Patches
26 ### For more information
29 ### Attribution
Dtfsa-2021-196.md3 ### CVE Number
6 ### Impact
17 ### Patches
22 ### For more information
25 ### Attribution
Dtfsa-2022-042.md3 ### CVE Number
6 ### Impact
15 ### Patches
20 ### For more information
/external/clang/test/CodeGen/
Dsparcv9-abi.c50 struct large { struct
56 // CHECK-LABEL: define void @f_large(%struct.large* noalias sret %agg.result, %struct.large* %x) argument
/external/rust/android-crates-io/crates/half/benches/
Dconvert.rs119 let large: Vec<_> = iter::repeat(0) in bench_slice_f32_to_f16() localVariable
151 let large: Vec<_> = iter::repeat(0) in bench_slice_f64_to_f16() localVariable
183 let large: Vec<_> = iter::repeat(0) in bench_slice_f16_to_f32() localVariable
215 let large: Vec<_> = iter::repeat(0) in bench_slice_f16_to_f64() localVariable
/external/clang/test/SemaCXX/
Dbuiltin-object-size-cxx14.cpp67 LargeStruct large; in noWriteToBuf() local
75 LargeStruct large = {0, {}, 0}; in initTheBuf() local
86 LargeStruct large; in initTheBufWithALoop() local
/external/rust/android-crates-io/crates/pest/benches/
Dstack.rs64 let large = [""; 64]; in benchmark() localVariable
65 let large = repeat(large).take(times); in benchmark() localVariable
/external/openscreen/third_party/abseil/src/absl/container/
Dfixed_array_exception_safety_test.cc58 auto large = FixedArr(kLargeSize); in TEST() local
66 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
112 auto large = FixedArr(kLargeSize); in TEST() local
120 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
/external/cronet/stable/third_party/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc58 auto large = FixedArr(kLargeSize); in TEST() local
66 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
112 auto large = FixedArr(kLargeSize); in TEST() local
120 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
/external/cronet/tot/third_party/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc58 auto large = FixedArr(kLargeSize); in TEST() local
66 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
112 auto large = FixedArr(kLargeSize); in TEST() local
120 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
/external/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc58 auto large = FixedArr(kLargeSize); in TEST() local
66 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
112 auto large = FixedArr(kLargeSize); in TEST() local
120 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc58 auto large = FixedArr(kLargeSize); in TEST() local
66 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
112 auto large = FixedArr(kLargeSize); in TEST() local
120 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
/external/angle/third_party/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc58 auto large = FixedArr(kLargeSize); in TEST() local
66 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
112 auto large = FixedArr(kLargeSize); in TEST() local
120 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
/external/skia/docs/examples/
DIRect_width64.cpp6 SkIRect large = { -2147483647, 1, 2147483644, 2 }; in draw() local
DIRect_height64.cpp6 SkIRect large = { 1, -2147483647, 2, 2147483644 }; in draw() local
DRect_width.cpp8 SkRect large = { -2147483647.f, 1, 2147483644.f, 2 }; in draw() local
DRRect_width.cpp9 SkRRect large = SkRRect::MakeRect({ -FLT_MAX, 1, FLT_MAX, 2 }); in draw() local
DRect_height.cpp8 SkRect large = { 1, -2147483647.f, 2, 2147483644.f }; in draw() local
DIRect_width.cpp8 SkIRect large = { -2147483647, 1, 2147483644, 2 }; in draw() local
DIRect_height.cpp8 SkIRect large = { 1, -2147483647, 2, 2147483644 }; in draw() local
DRRect_height.cpp9 SkRRect large = SkRRect::MakeRect({ 1, -FLT_MAX, 2, FLT_MAX }); in draw() local
/external/stg/test_cases/info_tests/typedef/
Dusing_and_typedef.cc2 using large = int; typedef
Dsimple.c2 typedef int large; typedef
Dsimple.cc2 typedef int large; typedef
/external/stg/test_cases/diff_tests/typedef/
Dsimple.1.cc2 typedef int large; typedef

1234567