/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm.c | 885 LLVMValueRef values[4]; in si_llvm_translate_nir() local 886 values[0] = mask & 0x1 ? LLVMGetParam(main_fn, offset++) : undef; in si_llvm_translate_nir() 887 values[1] = mask & 0x2 ? LLVMGetParam(main_fn, offset++) : undef; in si_llvm_translate_nir() 888 values[2] = mask & 0x4 ? LLVMGetParam(main_fn, offset++) : undef; in si_llvm_translate_nir() 889 values[3] = mask & 0x8 ? LLVMGetParam(main_fn, offset++) : undef; in si_llvm_translate_nir() 890 ctx->abi.color0 = ac_to_integer(&ctx->ac, ac_build_gather_values(&ctx->ac, values, 4)); in si_llvm_translate_nir() 894 LLVMValueRef values[4]; in si_llvm_translate_nir() local 895 values[0] = mask & 0x1 ? LLVMGetParam(main_fn, offset++) : undef; in si_llvm_translate_nir() 896 values[1] = mask & 0x2 ? LLVMGetParam(main_fn, offset++) : undef; in si_llvm_translate_nir() 897 values[ in si_llvm_translate_nir() [all...] |
/third_party/protobuf/php/tests/ |
H A D | GeneratedClassTest.php | 1508 $values = [true]; variable 1509 array_walk($values, function (&$value) {}); 1511 $m->setOptionalBool($values[0]); 1514 $values = [1]; variable 1515 array_walk($values, function (&$value) {}); 1517 $m->setOptionalInt32($values[0]); 1520 $values = [1.0]; variable 1521 array_walk($values, function (&$value) {}); 1523 $m->setOptionalDouble($values[0]); 1526 $values variable [all...] |
/foundation/CastEngine/castengine_wifi_display/services/common/ |
H A D | kv_operator.h | 46 bool PutValues(const std::string &key, std::string values);
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | data_ability_operation_builder.h | 46 * @param values Indicates the data values to be set. 47 * @return Returns a DataAbilityOperationBuilder object containing the given values parameter. 49 std::shared_ptr<DataAbilityOperationBuilder> WithValuesBucket(std::shared_ptr<NativeRdb::ValuesBucket> &values);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | avrcp_media.h | 60 const std::vector<uint32_t> &attributes, const std::vector<std::string> &values);
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/ |
H A D | crop_efilter.h | 41 ErrorCode Restore(const EffectJsonPtr &values) override;
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/ |
H A D | photo_burst_operation.h | 41 std::string ToString(const std::vector<NativeRdb::ValueObject> &values);
|
/foundation/resourceschedule/ffrt/test/testfunc/ |
H A D | util.h | 48 uint64_t values[2]; // counter value member
|
/foundation/communication/dsoftbus/core/adapter/kv_store/include/ |
H A D | lnn_kv_adapter.h | 35 int32_t PutBatch(const std::map<std::string, std::string> &values);
|
/foundation/deviceprofile/device_info_manager/services/core/include/persistenceadapter/rdbadapter/ |
H A D | rdb_adapter.h | 35 int32_t Update(int32_t& changedRows, const std::string& table, const ValuesBucket& values,
|
H A D | irdb_adapter.h | 41 const ValuesBucket& values, const std::string& whereClause = "",
|
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/provider/include/ |
H A D | ext_special_controller.h | 40 int BatchInsert(const Uri &uri, const std::vector<DataShareValuesBucket> &values);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_watcher.h | 59 virtual int32_t OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeInfo &&values) = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/ |
H A D | kv_store_executor.h | 37 std::pair<std::string, std::string> &values, int isIdExist) const = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
H A D | runtime_shader_builder.h | 41 void SetUniform(const std::string& name, const float values[], size_t size);
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | vector_user.h | 55 char *values[MAXVARGS]; member
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | vector_user.h | 55 char *values[MAXVARGS]; member
|
/kernel/linux/linux-5.10/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600_timestamp.h | 25 * @val: current estimation of the value, the mean of all values 26 * @idx: current index of the next free place in values table 27 * @values: table of all measured values, use for computing the mean 32 uint32_t values[32]; member
|
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/ |
H A D | evsel.h | 20 uint64_t values[3]; member
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_mode_object.h | 37 * @properties: properties attached to this object, including values 45 * - It tracks attached properties and their values. This is used by &drm_crtc, 85 * @values: Array to store the property values, matching @properties. Do 86 * not read/write values directly, but use 90 * array, but only the decoded values in the corresponding state 102 uint64_t values[DRM_OBJECT_MAX_PROPERTY]; member
|
/kernel/linux/linux-6.6/include/linux/iio/common/ |
H A D | inv_sensors_timestamp.h | 33 * @val: current estimation of the value, the mean of all values 34 * @idx: current index of the next free place in values table 35 * @values: table of all measured values, use for computing the mean 40 uint32_t values[32]; member
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_mode_object.h | 37 * @properties: properties attached to this object, including values 45 * - It tracks attached properties and their values. This is used by &drm_crtc, 85 * @values: Array to store the property values, matching @properties. Do 86 * not read/write values directly, but use 90 * array, but only the decoded values in the corresponding state 106 uint64_t values[DRM_OBJECT_MAX_PROPERTY]; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bloom_filter_map.c | 31 __array(values, struct map_bloom_type);
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | gpio.h | 41 __u8 values[GPIOHANDLES_MAX]; member
|
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | intel-nhlt.h | 51 int find_set_values(struct dai_values *values, int size, snd_config_t *dai_cfg,
|