Home
last modified time | relevance | path

Searched defs:flat (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/3rdparty/everest/library/kremlib/
H A DFStar_UInt128_extracted.c38 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add() local
46 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_underspec() local
53 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_mod() local
60 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub() local
68 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub_underspec() local
76 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub_mod_impl() local
87 FStar_UInt128_uint128 flat = { a.low & b.low, a.high & b.high }; in FStar_UInt128_logand() local
93 FStar_UInt128_uint128 flat = { a.low ^ b.low, a.high ^ b.high }; in FStar_UInt128_logxor() local
99 FStar_UInt128_uint128 flat = { a.low | b.low, a.high | b.high }; in FStar_UInt128_logor() local
105 FStar_UInt128_uint128 flat = { ~a.low, ~a.high }; in FStar_UInt128_lognot() local
[all …]
/aosp_15_r20/external/mbedtls/3rdparty/everest/library/kremlib/
H A DFStar_UInt128_extracted.c38 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add() local
46 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_underspec() local
53 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_mod() local
60 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub() local
68 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub_underspec() local
76 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub_mod_impl() local
87 FStar_UInt128_uint128 flat = { a.low & b.low, a.high & b.high }; in FStar_UInt128_logand() local
93 FStar_UInt128_uint128 flat = { a.low ^ b.low, a.high ^ b.high }; in FStar_UInt128_logxor() local
99 FStar_UInt128_uint128 flat = { a.low | b.low, a.high | b.high }; in FStar_UInt128_logor() local
105 FStar_UInt128_uint128 flat = { ~a.low, ~a.high }; in FStar_UInt128_lognot() local
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/nvidia/tegra/soc/t194/drivers/include/
Dt194_nvg.h152 uint64_t flat; member
160 uint64_t flat; member
169 uint64_t flat; member
180 uint64_t flat; member
189 uint64_t flat; member
200 uint64_t flat; member
210 uint64_t flat; member
218 uint64_t flat; member
232 uint32_t flat : U(32); member
249 uint64_t flat; member
[all …]
/aosp_15_r20/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t194/drivers/include/
H A Dt194_nvg.h152 uint64_t flat; member
160 uint64_t flat; member
169 uint64_t flat; member
180 uint64_t flat; member
189 uint64_t flat; member
200 uint64_t flat; member
210 uint64_t flat; member
218 uint64_t flat; member
232 uint32_t flat : U(32); member
249 uint64_t flat; member
[all …]
/aosp_15_r20/frameworks/native/opengl/libs/EGL/
H A DBlobCache_test.cpp319 uint8_t* flat = new uint8_t[size]; in roundTrip() local
367 uint8_t* flat = new uint8_t[size]; in TEST_F() local
389 uint8_t* flat = new uint8_t[size]; in TEST_F() local
401 uint8_t* flat = new uint8_t[size]; in TEST_F() local
418 uint8_t* flat = new uint8_t[size]; in TEST_F() local
437 uint8_t* flat = new uint8_t[size]; in TEST_F() local
456 uint8_t* flat = new uint8_t[size]; in TEST_F() local
486 uint8_t* flat = new uint8_t[size]; in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_test.cc322 CordRepFlat* flat = MakeFlat("Hello world"); in TEST() local
358 auto* flat = MakeFlat("a"); in TEST() local
442 CordRep* flat = MakeFlat("abc"); in TEST_P() local
456 CordRep* flat = MakeFlat("abc"); in TEST_P() local
863 CordRep* flat = MakeFlat(data); in TEST() local
1103 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1116 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1128 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1139 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1167 CordRepFlat* flat = MakeFlat("Hello world"); in TEST() local
[all …]
Dcordz_info_statistics_test.cc59 CordRepFlat* flat = CordRepFlat::New(size - kFlatOverhead); in Flat() local
206 auto* flat = ref.NeedsUnref(Flat(512)); in TEST() local
221 auto* flat = ref.Ref(ref.NeedsUnref(Flat(64))); in TEST() local
264 auto* flat = Flat(1024); in TEST() local
281 auto* flat = ref.Ref(Flat(511), 2); in TEST() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/
H A Dcord_rep_btree_test.cc322 CordRepFlat* flat = MakeFlat("Hello world"); in TEST() local
358 auto* flat = MakeFlat("a"); in TEST() local
442 CordRep* flat = MakeFlat("abc"); in TEST_P() local
456 CordRep* flat = MakeFlat("abc"); in TEST_P() local
863 CordRep* flat = MakeFlat(data); in TEST() local
1103 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1116 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1128 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1139 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1167 CordRepFlat* flat = MakeFlat("Hello world"); in TEST() local
[all …]
H A Dcordz_info_statistics_test.cc59 CordRepFlat* flat = CordRepFlat::New(size - kFlatOverhead); in Flat() local
206 auto* flat = ref.NeedsUnref(Flat(512)); in TEST() local
221 auto* flat = ref.Ref(ref.NeedsUnref(Flat(64))); in TEST() local
264 auto* flat = Flat(1024); in TEST() local
281 auto* flat = ref.Ref(Flat(511), 2); in TEST() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_test.cc322 CordRepFlat* flat = MakeFlat("Hello world"); in TEST() local
358 auto* flat = MakeFlat("a"); in TEST() local
442 CordRep* flat = MakeFlat("abc"); in TEST_P() local
456 CordRep* flat = MakeFlat("abc"); in TEST_P() local
863 CordRep* flat = MakeFlat(data); in TEST() local
1103 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1116 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1128 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1139 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1167 CordRepFlat* flat = MakeFlat("Hello world"); in TEST() local
[all …]
H A Dcordz_info_statistics_test.cc58 CordRepFlat* flat = CordRepFlat::New(size - kFlatOverhead); in Flat() local
205 auto* flat = ref.NeedsUnref(Flat(512)); in TEST() local
220 auto* flat = ref.Ref(ref.NeedsUnref(Flat(64))); in TEST() local
263 auto* flat = Flat(1024); in TEST() local
280 auto* flat = ref.Ref(Flat(511), 2); in TEST() local
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_test.cc322 CordRepFlat* flat = MakeFlat("Hello world"); in TEST() local
358 auto* flat = MakeFlat("a"); in TEST() local
442 CordRep* flat = MakeFlat("abc"); in TEST_P() local
456 CordRep* flat = MakeFlat("abc"); in TEST_P() local
863 CordRep* flat = MakeFlat(data); in TEST() local
1103 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1116 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1128 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1139 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1167 CordRepFlat* flat = MakeFlat("Hello world"); in TEST() local
[all …]
H A Dcordz_info_statistics_test.cc58 CordRepFlat* flat = CordRepFlat::New(size - kFlatOverhead); in Flat() local
195 auto* flat = ref.NeedsUnref(Flat(512)); in TEST() local
210 auto* flat = ref.Ref(ref.NeedsUnref(Flat(64))); in TEST() local
253 auto* flat = Flat(1024); in TEST() local
270 auto* flat = ref.Ref(Flat(511), 2); in TEST() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_test.cc322 CordRepFlat* flat = MakeFlat("Hello world"); in TEST() local
358 auto* flat = MakeFlat("a"); in TEST() local
442 CordRep* flat = MakeFlat("abc"); in TEST_P() local
456 CordRep* flat = MakeFlat("abc"); in TEST_P() local
863 CordRep* flat = MakeFlat(data); in TEST() local
1103 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1116 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1128 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1139 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1167 CordRepFlat* flat = MakeFlat("Hello world"); in TEST() local
[all …]
H A Dcordz_info_statistics_test.cc58 CordRepFlat* flat = CordRepFlat::New(size - kFlatOverhead); in Flat() local
195 auto* flat = ref.NeedsUnref(Flat(512)); in TEST() local
210 auto* flat = ref.Ref(ref.NeedsUnref(Flat(64))); in TEST() local
253 auto* flat = Flat(1024); in TEST() local
270 auto* flat = ref.Ref(Flat(511), 2); in TEST() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_test.cc322 CordRepFlat* flat = MakeFlat("Hello world"); in TEST() local
358 auto* flat = MakeFlat("a"); in TEST() local
442 CordRep* flat = MakeFlat("abc"); in TEST_P() local
456 CordRep* flat = MakeFlat("abc"); in TEST_P() local
863 CordRep* flat = MakeFlat(data); in TEST() local
1103 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1116 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1128 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1139 CordRepFlat* flat = MakeFlat("abc"); in TEST_P() local
1167 CordRepFlat* flat = MakeFlat("Hello world"); in TEST() local
[all …]
H A Dcordz_info_statistics_test.cc58 CordRepFlat* flat = CordRepFlat::New(size - kFlatOverhead); in Flat() local
195 auto* flat = ref.NeedsUnref(Flat(512)); in TEST() local
210 auto* flat = ref.Ref(ref.NeedsUnref(Flat(64))); in TEST() local
253 auto* flat = Flat(1024); in TEST() local
270 auto* flat = ref.Ref(Flat(511), 2); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dfallback_tensor_test.cc32 auto flat = immutable_tensor.tensor().flat<int32_t>(); in TEST() local
46 auto flat = immutable_tensor.tensor().flat<tensorflow::tstring>(); in TEST() local
62 auto flat = fallback_tensor.tensor().flat<int32_t>(); in TEST() local
74 auto flat = fallback_tensor.tensor().flat<int32_t>(); in TEST() local
/aosp_15_r20/external/libaom/aom_dsp/
H A Dloopfilter.c202 static inline void filter6(int8_t mask, uint8_t thresh, int8_t flat, in filter6()
219 static inline void filter8(int8_t mask, uint8_t thresh, int8_t flat, in filter8()
252 const int8_t flat = flat_mask3_chroma(1, p2, p1, p0, q0, q1, q2); in aom_lpf_horizontal_6_c() local
289 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in aom_lpf_horizontal_8_c() local
323 const int8_t flat = flat_mask3_chroma(1, p2, p1, p0, q0, q1, q2); in aom_lpf_vertical_6_c() local
355 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in aom_lpf_vertical_8_c() local
378 static inline void filter14(int8_t mask, uint8_t thresh, int8_t flat, in filter14()
441 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in mb_lpf_horizontal_edge_w() local
485 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in mb_lpf_vertical_edge_w() local
692 static inline void highbd_filter6(int8_t mask, uint8_t thresh, int8_t flat, in highbd_filter6()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_testutil.h58 auto flat = tensor->flat<T>(); in FillValues() local
68 auto flat = tensor->flat<T>(); in FillValues() local
83 auto flat = tensor->flat<T>(); in FillIota() local
92 auto flat = tensor->flat<T>(); in FillFn() local
/aosp_15_r20/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache_test.cpp506 uint8_t* flat = new uint8_t[size]; in roundTrip() local
566 uint8_t* flat = new uint8_t[size]; in TEST_P() local
588 uint8_t* flat = new uint8_t[size]; in TEST_P() local
600 uint8_t* flat = new uint8_t[size]; in TEST_P() local
617 uint8_t* flat = new uint8_t[size]; in TEST_P() local
636 uint8_t* flat = new uint8_t[size]; in TEST_P() local
655 uint8_t* flat = new uint8_t[size]; in TEST_P() local
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dloopfilter.c162 static INLINE void filter8(int8_t mask, uint8_t thresh, int8_t flat, in filter8()
196 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in vpx_lpf_horizontal_8_c() local
220 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in vpx_lpf_vertical_8_c() local
235 static INLINE void filter16(int8_t mask, uint8_t thresh, int8_t flat, in filter16()
304 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in mb_lpf_horizontal_edge_w() local
338 const int8_t flat = flat_mask4(1, p3, p2, p1, p0, q0, q1, q2, q3); in mb_lpf_vertical_edge_w() local
508 static INLINE void highbd_filter8(int8_t mask, uint8_t thresh, int8_t flat, in highbd_filter8()
543 const int8_t flat = in vpx_highbd_lpf_horizontal_8_c() local
570 const int8_t flat = in vpx_highbd_lpf_vertical_8_c() local
587 static INLINE void highbd_filter16(int8_t mask, uint8_t thresh, int8_t flat, in highbd_filter16()
[all …]
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dhighbd_loopfilter_neon.c35 static INLINE uint32_t calc_flat_status(const uint16x8_t flat) { in calc_flat_status()
73 const uint16x8_t q2, const uint16x8_t q3, uint16x8_t *flat, in filter_flat_hev_mask()
94 const uint16x8_t flat, in flat_mask5()
140 const uint16x8_t flat, const uint16x8_t sub0, const uint16x8_t sub1, in apply_15_tap_filter_kernel()
171 static INLINE void apply_7_tap_filter(const uint16x8_t flat, in apply_7_tap_filter()
290 static INLINE void filter8(const uint16x8_t mask, const uint16x8_t flat, in filter8()
314 const uint16x8_t mask, const uint16x8_t flat, const uint32_t flat_status, in filter16()
616 op2, op1, op0, oq0, oq1, oq2, mask, flat, hev; in vpx_highbd_lpf_horizontal_8_neon() local
640 op2, op1, op0, oq0, oq1, oq2, mask, flat, hev; in vpx_highbd_lpf_vertical_8_neon() local
680 uint16x8_t mask, flat, flat2, hev, p7, p6, p5, p4, p3, p2, p1, p0, q0, q1, q2, in lpf_horizontal_16_kernel() local
[all …]
/aosp_15_r20/external/libvpx/vp8/common/loongarch/
H A Dloopfilter_filters_lsx.c165 __m128i mask, hev, flat; in loop_filter_horizontal_4_dual_lsx() local
208 __m128i mask, hev, flat; in loop_filter_vertical_4_dual_lsx() local
306 __m128i mask, hev, flat, thresh, limit, b_limit; in loop_filter_horizontal_edge_uv_lsx() local
359 __m128i mask, hev, flat, thresh, limit, b_limit; in loop_filter_vertical_edge_uv_lsx() local
434 __m128i mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_horizontal_edge_y_lsx() local
467 __m128i mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_horizontal_edge_uv_lsx() local
527 __m128i mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_vertical_edge_y_lsx() local
604 __m128i mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_vertical_edge_uv_lsx() local
/aosp_15_r20/frameworks/native/libs/binder/
H A DParcel.cpp367 const flat_binder_object* flat = readObject(false); in unflattenBinder() local
600 flat_binder_object* flat = reinterpret_cast<flat_binder_object*>(mData + off); in appendFrom() local
763 const flat_binder_object* flat = in debugReadAllStrongBinders() local
787 const flat_binder_object* flat = in debugReadAllFileDescriptors() local
833 const flat_binder_object* flat = in hasBindersInRange() local
873 const flat_binder_object* flat = in hasFileDescriptorsInRange() local
2418 const flat_binder_object* flat = readObject(true); in readFileDescriptor() local
2679 const flat_binder_object* flat = in closeFileDescriptors() local
2748 const flat_binder_object* flat in ipcSetDataReference() local
2840 const flat_binder_object* flat = in print() local
[all …]

12345678910>>...18