Home
last modified time | relevance | path

Searched defs:flat (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
H A DramdaToolsNoInfinite2.js
H A DunderscoreTest1.js666 var flat = _.reduceRight(list, (a, b) => a.concat(b), []); variable
914 var flat = _.reduceRight(list, function (a, b) { return a.concat(b); }, []); variable
/third_party/json/tests/src/
H A Dunit-json_patch.cpp656 json flat = j.flatten(); variable
/third_party/libinput/udev/
H A Dtest-libinput-fuzz-extract.c39 int min, max, res, fuzz, flat; in START_TEST() member
/third_party/python/Tools/scripts/
H A Dobjgraph.py50 def flat(list): function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_ring_reader_test.cc38 CordRepFlat* flat = CordRepFlat::New(s.length()); in MakeFlat() local
/third_party/node/deps/v8/src/objects/
H A Doption-utils.h113 const String::FlatContent& flat = value_str->GetFlatContent(no_gc); in GetStringOrBooleanOption() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSetupProcessor.cpp144 bool flat = point; in update() local
[all...]
H A DSetupProcessor.hpp62 bool flat : 1; member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_flat.h132 inline CordRepFlat* CordRep::flat() { in flat() function in absl::cord_internal::CordRep
137 inline const CordRepFlat* CordRep::flat() const { in flat() function in absl::cord_internal::CordRep
H A Dcord_rep_consume_test.cc51 auto* flat = CordRepFlat::New(length); in CreateFlatWithLength() local
67 CordRep* flat[6]; member
[all...]
H A Dcordz_statistics.h33 size_t flat = 0; // #flats member
H A Dcord_rep_test_util.h59 auto* flat = cord_internal::CordRepFlat::New(value.length()); in MakeFlat() local
H A Dcordz_info_statistics_test.cc57 CordRepFlat* flat = CordRepFlat::New(size - kFlatOverhead); in Flat() local
218 auto* flat = ref.NeedsUnref(Flat(512)); in TEST() local
233 auto* flat = ref.Ref(ref.NeedsUnref(Flat(64))); TEST() local
276 auto* flat = Flat(1024); TEST() local
293 auto* flat = ref.Ref(Flat(511), 2); TEST() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_ashmem_helper_test.cpp77 flat_binder_object* flat = reinterpret_cast<flat_binder_object*>(data + object[i]); in CreateMessageParcel() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c62 const struct flat_stage *flat = flat_stage(stage); in copy_flats() local
78 const struct flat_stage *flat = flat_stage(stage); in copy_flats2() local
199 struct flat_stage *flat = flat_stage(stage); in flatshade_init_state() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_ashmem_helper.cpp189 const flat_binder_object* flat = reinterpret_cast<flat_binder_object*>(data + object[i]); in CopyFileDescriptor() local
208 flat_binder_object* flat = reinterpret_cast<flat_binder_object*>(data + object[i]); in InjectFileDescriptor() local
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_util.cpp167 napi_value flat = nullptr; in GetDeviceAxisInfo() local
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_device.cpp156 InputDevice::AxisInfo::AxisInfo(int32_t type, int32_t min, int32_t max, int32_t fuzz, int32_t flat, int32_t resolution) in AxisInfo() argument
199 void InputDevice::AxisInfo::SetFlat(int32_t flat) in SetFlat() argument
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dmessage_parcel.cpp53 void AcquireObject(flat_binder_object *flat, const void *cookie) in AcquireObject() argument
284 const flat_binder_object *flat = nullptr; in ClearFileDescriptor() local
314 const flat_binder_object *flat = nullptr; ContainFileDescriptors() local
583 flat_binder_object *flat = reinterpret_cast<flat_binder_object *>(this->GetData() + offset); Append() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_assembler.cpp507 FLAT_instruction& flat = instr->flatlike(); in emit_instruction() local
[all...]
H A Daco_print_ir.cpp485 const FLAT_instruction& flat = instr->flatlike(); in print_instr_format_specific() local
[all...]
/third_party/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) }; FStar_UInt128_sub_mod_impl() local
87 FStar_UInt128_uint128 flat = { a.low & b.low, a.high & b.high }; FStar_UInt128_logand() local
93 FStar_UInt128_uint128 flat = { a.low ^ b.low, a.high ^ b.high }; FStar_UInt128_logxor() local
99 FStar_UInt128_uint128 flat = { a.low | b.low, a.high | b.high }; FStar_UInt128_logor() local
105 FStar_UInt128_uint128 flat = { ~a.low, ~a.high }; FStar_UInt128_lognot() local
131 flat = { a.low << s, FStar_UInt128_add_u64_shift_left_respec(a.high, a.low, s) }; FStar_UInt128_shift_left_small() local
139 FStar_UInt128_uint128 flat = { (uint64_t)0U, a.low << (s - FStar_UInt128_u32_64) }; FStar_UInt128_shift_left_large() local
175 flat = { FStar_UInt128_add_u64_shift_right_respec(a.high, a.low, s), a.high >> s }; FStar_UInt128_shift_right_small() local
183 FStar_UInt128_uint128 flat = { a.high >> (s - FStar_UInt128_u32_64), (uint64_t)0U }; FStar_UInt128_shift_right_large() local
227 flat = FStar_UInt128_eq_mask() local
242 flat = FStar_UInt128_gte_mask() local
254 FStar_UInt128_uint128 flat = { a, (uint64_t)0U }; FStar_UInt128_uint64_to_uint128() local
344 flat = FStar_UInt128_mul32() local
371 flat = FStar_UInt128_mul_wide_impl_t_() local
397 flat = FStar_UInt128_mul_wide_impl() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io_to_vector.c479 bool flat = old_var->data.mode == nir_var_shader_in ? in nir_lower_io_to_vector_impl() local
532 bool flat = flat_outputs[loc]; in nir_lower_io_to_vector_impl() local
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_pack.c452 bool flat = (I->op == AGX_OPCODE_LD_VARY_FLAT); in agx_pack_instr() local

Completed in 21 milliseconds

1234