Home
last modified time | relevance | path

Searched refs:value (Results 21701 - 21725 of 33862) sorted by relevance

1...<<861862863864865866867868869870>>...1355

/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dtopology.c47 tuple = tuples->value; in avs_tplg_vendor_array_lookup()
120 * @parse: parsing function, extracts and assigns value to object's field
146 *val = le32_to_cpu(tuple->value); in avs_parse_bool_token()
157 *val = le32_to_cpu(tuple->value); in avs_parse_byte_token()
168 *val = le32_to_cpu(tuple->value); in avs_parse_short_token()
179 *val = le32_to_cpu(tuple->value); in avs_parse_word_token()
256 tuple = &tuples->value[i]; in avs_parse_word_tokens()
338 idx = le32_to_cpu(tuple->value); \
361 audio_format->num_channels = le32_to_cpu(velem->value); in parse_audio_format_bitfield()
364 audio_format->valid_bit_depth = le32_to_cpu(velem->value); in parse_audio_format_bitfield()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvaapi_encode_h265.c456 VAConfigAttribValEncHEVCFeatures features = { .value = priv->va_features }; in vaapi_encode_h265_init_sequence_params()
470 VAConfigAttribValEncHEVCBlockSizes bs = { .value = priv->va_bs }; in vaapi_encode_h265_init_sequence_params()
584 VAConfigAttribValEncHEVCFeatures features = { .value = priv->va_features }; in vaapi_encode_h265_init_sequence_params()
591 // set diff_cu_qp_delta_depth as its max value if cu_qp_delta enabled. Otherwise in vaapi_encode_h265_init_sequence_params()
1182 } else if (attr.value == VA_ATTRIB_NOT_SUPPORTED) { in vaapi_encode_h265_get_encoder_caps()
1186 priv->va_features = attr.value; in vaapi_encode_h265_get_encoder_caps()
1196 } else if (attr.value == VA_ATTRIB_NOT_SUPPORTED) { in vaapi_encode_h265_get_encoder_caps()
1200 priv->va_bs = block_size.value = attr.value; in vaapi_encode_h265_get_encoder_caps()
1373 #define PROFILE(name, value) nam
[all...]
/third_party/glfw/deps/glad/
H A Dgles2.h734 * 64 bit value that wraps back to 0 every 584 years. Time intervals
742 * Dummy value used to pad enum types to 32 bits.
967 typedef void (GLAD_API_PTR *PFNGLSAMPLECOVERAGEPROC)(GLfloat value, GLboolean invert);
984 typedef void (GLAD_API_PTR *PFNGLUNIFORM1FVPROC)(GLint location, GLsizei count, const GLfloat * value);
986 typedef void (GLAD_API_PTR *PFNGLUNIFORM1IVPROC)(GLint location, GLsizei count, const GLint * value);
988 typedef void (GLAD_API_PTR *PFNGLUNIFORM2FVPROC)(GLint location, GLsizei count, const GLfloat * value);
990 typedef void (GLAD_API_PTR *PFNGLUNIFORM2IVPROC)(GLint location, GLsizei count, const GLint * value);
992 typedef void (GLAD_API_PTR *PFNGLUNIFORM3FVPROC)(GLint location, GLsizei count, const GLfloat * value);
994 typedef void (GLAD_API_PTR *PFNGLUNIFORM3IVPROC)(GLint location, GLsizei count, const GLint * value);
996 typedef void (GLAD_API_PTR *PFNGLUNIFORM4FVPROC)(GLint location, GLsizei count, const GLfloat * value);
[all...]
/third_party/backends/backend/pixma/
H A Dpixma.c351 SANE_Word value = va[i]; in clamp_value() local
352 if (value < range->min) in clamp_value()
354 value = range->min; in clamp_value()
356 else if (value > range->max) in clamp_value()
358 value = range->max; in clamp_value()
362 value = (value - range->min + range->quant / 2) / in clamp_value()
365 if (value != va[i]) in clamp_value()
367 va[i] = value; in clamp_value()
536 SANE_Word value in select_value_from_list() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java39 * CLDR string value "∅∅∅" prevents fallback to the parent bundle.
107 * @param omitDefault if true, omit keyword and value if default.
240 return fullBase; // Keyword value is default - no keyword needed in locale in getFunctionalEquivalent()
284 * default{ "phonebook"} } } If the value of "default" key needs to be
436 * for each child resource (passing it that resource's key and either its actual value or, if that value is an
437 * alias, the value you get by following the alias). Then walks back over the bundle's parent chain,
448 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in getAllChildrenWithFallback()
449 UResource.Table itemsTable = value.getTable(); in getAllChildrenWithFallback()
450 for (int i = 0; itemsTable.getKeyAndValue(i, key, value); in getAllChildrenWithFallback()
667 put(UResource.Key key, UResource.Value value, boolean noFallback) put() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberSkeletonImpl.java392 private static void roundingMode(RoundingMode value, StringBuilder sb) { in roundingMode() argument
393 switch (value) { in roundingMode()
423 private static void groupingStrategy(GroupingStrategy value, StringBuilder sb) { in groupingStrategy() argument
424 switch (value) { in groupingStrategy()
445 private static void unitWidth(UnitWidth value, StringBuilder sb) { in unitWidth() argument
446 switch (value) { in unitWidth()
473 private static void signDisplay(SignDisplay value, StringBuilder sb) { in signDisplay() argument
474 switch (value) { in signDisplay()
507 private static void decimalSeparatorDisplay(DecimalSeparatorDisplay value, StringBuilder sb) { in decimalSeparatorDisplay() argument
508 switch (value) { in decimalSeparatorDisplay()
1704 checkNull(Object value, CharSequence content) checkNull() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberSkeletonImpl.java373 private static void roundingMode(RoundingMode value, StringBuilder sb) { in roundingMode() argument
374 switch (value) { in roundingMode()
404 private static void groupingStrategy(GroupingStrategy value, StringBuilder sb) { in groupingStrategy() argument
405 switch (value) { in groupingStrategy()
426 private static void unitWidth(UnitWidth value, StringBuilder sb) { in unitWidth() argument
427 switch (value) { in unitWidth()
454 private static void signDisplay(SignDisplay value, StringBuilder sb) { in signDisplay() argument
455 switch (value) { in signDisplay()
482 private static void decimalSeparatorDisplay(DecimalSeparatorDisplay value, StringBuilder sb) { in decimalSeparatorDisplay() argument
483 switch (value) { in decimalSeparatorDisplay()
1593 checkNull(Object value, CharSequence content) checkNull() argument
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp152 exception_message(input_format, concat("expected end of input; last byte: 0x", get_token_string()), "value"), nullptr)); in sax_parse()
166 @return whether a valid BSON-value was passed to the SAX parser
286 string_t value; in parse_bson_element_internal() local
287 return get_number<std::int32_t, true>(input_format_t::bson, len) && get_bson_string(len, value) && sax->string(value); in parse_bson_element_internal()
303 binary_t value; in parse_bson_element_internal() local
304 return get_number<std::int32_t, true>(input_format_t::bson, len) && get_bson_binary(len, value) && sax->binary(value); in parse_bson_element_internal()
319 std::int32_t value{}; in parse_bson_element_internal()
320 return get_number<std::int32_t, true>(input_format_t::bson, value) in parse_bson_element_internal()
[all...]
/third_party/json/include/nlohmann/thirdparty/hedley/
H A Dhedley.hpp741 #define JSON_HEDLEY_PRAGMA(value) _Pragma(#value)
743 #define JSON_HEDLEY_PRAGMA(value) __pragma(value)
745 #define JSON_HEDLEY_PRAGMA(value)
1253 #define JSON_HEDLEY_UNREACHABLE_RETURN(value) return (JSON_HEDLEY_STATIC_CAST(void, JSON_HEDLEY_ASSUME(0)), (value))
1255 #define JSON_HEDLEY_UNREACHABLE_RETURN(value) JSON_HEDLEY_UNREACHABLE()
1258 #define JSON_HEDLEY_UNREACHABLE_RETURN(value) return (value)
[all...]
/third_party/mesa3d/src/glx/
H A Dglxcmds.c165 /* Initialize the extension, if needed . This has the added value in GetGLXPrivScreenConfig()
227 * Verifies context's GLX_RENDER_TYPE value with config.
231 * \return True if the value of context renderType was approved, or 0 if no
232 * valid value was found.
1039 * case, 0 is not a valid value of the transparent type, so we'll treat 0 in fbconfigs_compatible()
1193 * value).
1532 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) in glXQueryContext() argument
1538 *value = ctx->share_xid; in glXQueryContext()
1541 *value = ctx->config ? ctx->config->visualID : None; in glXQueryContext()
1544 *value in glXQueryContext()
1703 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig, int attribute, int *value) glXGetFBConfigAttrib() argument
[all...]
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
H A Ddescriptor.js3 Object.defineProperty(exports, "__esModule", { value: true });
105 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FieldDescriptorProto_Type");
148 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FieldDescriptorProto_Type");
171 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FieldDescriptorProto_Label");
184 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FieldDescriptorProto_Label");
210 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FileOptions_OptimizeMode");
223 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FileOptions_OptimizeMode");
246 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FieldOptions_CType");
259 throw new tsProtoGlobalThis.Error("Unrecognized enum value " + object + " for enum FieldOptions_CType");
284 throw new tsProtoGlobalThis.Error("Unrecognized enum value "
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h86 explicit CallFrequency(float value) : value_(value) { in CallFrequency() argument
87 DCHECK(!std::isnan(value)); in CallFrequency()
92 float value() const { in value() function in v8::internal::compiler::final
1162 V(Value, value, 0, Object) \
1316 V(Value, value, 2, Object) \
1336 V(Value, value, 2, Object) \
1594 V(Value, value, 1, Object) \
1613 V(Value, value, 1, Object) \
1630 V(Value, value,
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpmeth_lib.c1369 int cmd, uint64_t value) in EVP_PKEY_CTX_ctrl_uint64()
1371 return EVP_PKEY_CTX_ctrl(ctx, keytype, optype, cmd, 0, &value); in EVP_PKEY_CTX_ctrl_uint64()
1376 const char *name, const char *value) in evp_pkey_ctx_ctrl_str_int()
1387 return evp_pkey_ctx_ctrl_str_to_param(ctx, name, value); in evp_pkey_ctx_ctrl_str_int()
1397 EVP_PKEY_CTRL_MD, value); in evp_pkey_ctx_ctrl_str_int()
1399 ret = ctx->pmeth->ctrl_str(ctx, name, value); in evp_pkey_ctx_ctrl_str_int()
1407 const char *name, const char *value) in EVP_PKEY_CTX_ctrl_str()
1414 name, value, strlen(value) + 1); in EVP_PKEY_CTX_ctrl_str()
1428 return evp_pkey_ctx_ctrl_str_int(ctx, name, value); in EVP_PKEY_CTX_ctrl_str()
1368 EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, uint64_t value) EVP_PKEY_CTX_ctrl_uint64() argument
1375 evp_pkey_ctx_ctrl_str_int(EVP_PKEY_CTX *ctx, const char *name, const char *value) evp_pkey_ctx_ctrl_str_int() argument
1406 EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx, const char *name, const char *value) EVP_PKEY_CTX_ctrl_str() argument
1805 EVP_PKEY_meth_set_ctrl(EVP_PKEY_METHOD *pmeth, int (*ctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2), int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value)) EVP_PKEY_meth_set_ctrl() argument
2010 EVP_PKEY_meth_get_ctrl(const EVP_PKEY_METHOD *pmeth, int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2), int (**pctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value)) EVP_PKEY_meth_get_ctrl() argument
[all...]
/third_party/openssl/crypto/evp/
H A Dpmeth_lib.c1368 int cmd, uint64_t value) in EVP_PKEY_CTX_ctrl_uint64()
1370 return EVP_PKEY_CTX_ctrl(ctx, keytype, optype, cmd, 0, &value); in EVP_PKEY_CTX_ctrl_uint64()
1375 const char *name, const char *value) in evp_pkey_ctx_ctrl_str_int()
1386 return evp_pkey_ctx_ctrl_str_to_param(ctx, name, value); in evp_pkey_ctx_ctrl_str_int()
1396 EVP_PKEY_CTRL_MD, value); in evp_pkey_ctx_ctrl_str_int()
1398 ret = ctx->pmeth->ctrl_str(ctx, name, value); in evp_pkey_ctx_ctrl_str_int()
1406 const char *name, const char *value) in EVP_PKEY_CTX_ctrl_str()
1413 name, value, strlen(value) + 1); in EVP_PKEY_CTX_ctrl_str()
1427 return evp_pkey_ctx_ctrl_str_int(ctx, name, value); in EVP_PKEY_CTX_ctrl_str()
1367 EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, uint64_t value) EVP_PKEY_CTX_ctrl_uint64() argument
1374 evp_pkey_ctx_ctrl_str_int(EVP_PKEY_CTX *ctx, const char *name, const char *value) evp_pkey_ctx_ctrl_str_int() argument
1405 EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx, const char *name, const char *value) EVP_PKEY_CTX_ctrl_str() argument
1804 EVP_PKEY_meth_set_ctrl(EVP_PKEY_METHOD *pmeth, int (*ctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2), int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value)) EVP_PKEY_meth_set_ctrl() argument
2009 EVP_PKEY_meth_get_ctrl(const EVP_PKEY_METHOD *pmeth, int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2), int (**pctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value)) EVP_PKEY_meth_get_ctrl() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryRequirementsTests.cpp229 T nextEnum (T value) in nextEnum() argument
231 return static_cast<T>(static_cast<deUint32>(value) + 1); in nextEnum()
235 T nextFlag (T value) in nextFlag() argument
237 if (value) in nextFlag()
238 return static_cast<T>(static_cast<deUint32>(value) << 1); in nextFlag()
244 T nextFlagExcluding (T value, T excludedFlags) in nextFlagExcluding() argument
246 deUint32 tmp = static_cast<deUint32>(value); in nextFlagExcluding()
251 bool validValueVkBool32 (const VkBool32 value) in validValueVkBool32() argument
253 return (value == VK_FALSE || value in validValueVkBool32()
2209 VkImageTiling value; populateMultiplaneTestGroup() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryRequirementsTests.cpp227 T nextEnum (T value) in nextEnum() argument
229 return static_cast<T>(static_cast<deUint32>(value) + 1); in nextEnum()
233 T nextFlag (T value) in nextFlag() argument
235 if (value) in nextFlag()
236 return static_cast<T>(static_cast<deUint32>(value) << 1); in nextFlag()
242 T nextFlagExcluding (T value, T excludedFlags) in nextFlagExcluding() argument
244 deUint32 tmp = static_cast<deUint32>(value); in nextFlagExcluding()
249 bool validValueVkBool32 (const VkBool32 value) in validValueVkBool32() argument
251 return (value == VK_FALSE || value in validValueVkBool32()
2087 VkImageTiling value; populateMultiplaneTestGroup() member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h254 explicit Immediate(int32_t value) : value_(value) {} in Immediate() argument
258 int32_t value() const { return value_; } in value() function in Ice::X8632::AssemblerX8632::Immediate
262 // We currently only allow 32-bit fixups, and they usually have value = 0, in is_int8()
878 inline void emitUint8(uint8_t value);
887 inline void emitInt16(int16_t value);
888 inline void emitInt32(int32_t value);
940 inline void AssemblerX8632::emitUint8(uint8_t value) { in emitUint8() argument
941 Buffer.emit<uint8_t>(value); in emitUint8()
944 inline void AssemblerX8632::emitInt16(int16_t value) { in emitInt16() argument
948 emitInt32(int32_t value) emitInt32() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dci_dpm.c299 vid[i] = ci_convert_to_vid(pi->vddc_voltage_table.entries[i].value); in ci_populate_vddc_vid()
565 cache |= ((config_regs->value << config_regs->shift) & config_regs->mask); in ci_program_pt_config_registers()
580 data |= ((config_regs->value << config_regs->shift) & config_regs->mask); in ci_program_pt_config_registers()
1267 u16 reg_offset, u32 *value)
1273 value, pi->sram_end);
1278 u16 reg_offset, u32 value) in ci_write_smc_soft_register()
1284 value, pi->sram_end); in ci_write_smc_soft_register()
2112 voltage_table->entries[i].value = voltage_dependency_table->entries[i].v; in ci_get_svi2_voltage_table()
2192 smc_voltage_table->StdVoltageHiSidd = voltage_table->value * VOLTAGE_SCALE; in ci_populate_smc_voltage_table()
2193 smc_voltage_table->StdVoltageLoSidd = voltage_table->value * VOLTAGE_SCAL in ci_populate_smc_voltage_table()
1277 ci_write_smc_soft_register(struct radeon_device *rdev, u16 reg_offset, u32 value) ci_write_smc_soft_register() argument
3524 ci_find_boot_level(struct ci_single_dpm_table *table, u32 value, u32 *boot_level) ci_find_boot_level() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c143 u16 value, u8 core, bool off, in b43_nphy_rf_ctl_override_rev19()
151 u16 value, u8 core, bool off, in b43_nphy_rf_ctl_override_rev7()
174 b43err(dev->wl, "Invalid override value %d\n", override); in b43_nphy_rf_ctl_override_rev7()
190 b43_phy_maskset(dev, val_addr, ~e->val_mask, (value << e->val_shift)); in b43_nphy_rf_ctl_override_rev7()
199 u16 value, u8 core, bool off) in b43_nphy_rf_ctl_override_one_to_many()
208 b43_nphy_rf_ctl_override_rev7(dev, 0x20, value, core, off, 1); in b43_nphy_rf_ctl_override_one_to_many()
209 b43_nphy_rf_ctl_override_rev7(dev, 0x10, value, core, off, 1); in b43_nphy_rf_ctl_override_one_to_many()
210 b43_nphy_rf_ctl_override_rev7(dev, 0x08, value, core, off, 1); in b43_nphy_rf_ctl_override_one_to_many()
213 b43_nphy_rf_ctl_override_rev7(dev, 0x4, value, core, off, 1); in b43_nphy_rf_ctl_override_one_to_many()
214 b43_nphy_rf_ctl_override_rev7(dev, 0x2, value, cor in b43_nphy_rf_ctl_override_one_to_many()
142 b43_nphy_rf_ctl_override_rev19(struct b43_wldev *dev, u16 field, u16 value, u8 core, bool off, u8 override_id) b43_nphy_rf_ctl_override_rev19() argument
150 b43_nphy_rf_ctl_override_rev7(struct b43_wldev *dev, u16 field, u16 value, u8 core, bool off, u8 override) b43_nphy_rf_ctl_override_rev7() argument
197 b43_nphy_rf_ctl_override_one_to_many(struct b43_wldev *dev, enum n_rf_ctl_over_cmd cmd, u16 value, u8 core, bool off) b43_nphy_rf_ctl_override_one_to_many() argument
241 b43_nphy_rf_ctl_override(struct b43_wldev *dev, u16 field, u16 value, u8 core, bool off) b43_nphy_rf_ctl_override() argument
316 b43_nphy_rf_ctl_intc_override_rev7(struct b43_wldev *dev, enum n_intc_override intc_override, u16 value, u8 core_sel) b43_nphy_rf_ctl_intc_override_rev7() argument
386 b43_nphy_rf_ctl_intc_override(struct b43_wldev *dev, enum n_intc_override intc_override, u16 value, u8 core) b43_nphy_rf_ctl_intc_override() argument
1594 u16 value = b43_nphy_read_lpf_ctl(dev, 0); b43_nphy_run_samples() local
6588 b43_nphy_op_radio_write(struct b43_wldev *dev, u16 reg, u16 value) b43_nphy_op_radio_write() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c143 u16 value, u8 core, bool off, in b43_nphy_rf_ctl_override_rev19()
151 u16 value, u8 core, bool off, in b43_nphy_rf_ctl_override_rev7()
174 b43err(dev->wl, "Invalid override value %d\n", override); in b43_nphy_rf_ctl_override_rev7()
190 b43_phy_maskset(dev, val_addr, ~e->val_mask, (value << e->val_shift)); in b43_nphy_rf_ctl_override_rev7()
199 u16 value, u8 core, bool off) in b43_nphy_rf_ctl_override_one_to_many()
208 b43_nphy_rf_ctl_override_rev7(dev, 0x20, value, core, off, 1); in b43_nphy_rf_ctl_override_one_to_many()
209 b43_nphy_rf_ctl_override_rev7(dev, 0x10, value, core, off, 1); in b43_nphy_rf_ctl_override_one_to_many()
210 b43_nphy_rf_ctl_override_rev7(dev, 0x08, value, core, off, 1); in b43_nphy_rf_ctl_override_one_to_many()
213 b43_nphy_rf_ctl_override_rev7(dev, 0x4, value, core, off, 1); in b43_nphy_rf_ctl_override_one_to_many()
214 b43_nphy_rf_ctl_override_rev7(dev, 0x2, value, cor in b43_nphy_rf_ctl_override_one_to_many()
142 b43_nphy_rf_ctl_override_rev19(struct b43_wldev *dev, u16 field, u16 value, u8 core, bool off, u8 override_id) b43_nphy_rf_ctl_override_rev19() argument
150 b43_nphy_rf_ctl_override_rev7(struct b43_wldev *dev, u16 field, u16 value, u8 core, bool off, u8 override) b43_nphy_rf_ctl_override_rev7() argument
197 b43_nphy_rf_ctl_override_one_to_many(struct b43_wldev *dev, enum n_rf_ctl_over_cmd cmd, u16 value, u8 core, bool off) b43_nphy_rf_ctl_override_one_to_many() argument
241 b43_nphy_rf_ctl_override(struct b43_wldev *dev, u16 field, u16 value, u8 core, bool off) b43_nphy_rf_ctl_override() argument
316 b43_nphy_rf_ctl_intc_override_rev7(struct b43_wldev *dev, enum n_intc_override intc_override, u16 value, u8 core_sel) b43_nphy_rf_ctl_intc_override_rev7() argument
386 b43_nphy_rf_ctl_intc_override(struct b43_wldev *dev, enum n_intc_override intc_override, u16 value, u8 core) b43_nphy_rf_ctl_intc_override() argument
1594 u16 value = b43_nphy_read_lpf_ctl(dev, 0); b43_nphy_run_samples() local
6537 b43_nphy_op_radio_write(struct b43_wldev *dev, u16 reg, u16 value) b43_nphy_op_radio_write() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dci_dpm.c290 vid[i] = ci_convert_to_vid(pi->vddc_voltage_table.entries[i].value); in ci_populate_vddc_vid()
555 cache |= ((config_regs->value << config_regs->shift) & config_regs->mask); in ci_program_pt_config_registers()
570 data |= ((config_regs->value << config_regs->shift) & config_regs->mask); in ci_program_pt_config_registers()
1257 u16 reg_offset, u32 *value)
1263 value, pi->sram_end);
1268 u16 reg_offset, u32 value) in ci_write_smc_soft_register()
1274 value, pi->sram_end); in ci_write_smc_soft_register()
2088 voltage_table->entries[i].value = voltage_dependency_table->entries[i].v; in ci_get_svi2_voltage_table()
2168 smc_voltage_table->StdVoltageHiSidd = voltage_table->value * VOLTAGE_SCALE; in ci_populate_smc_voltage_table()
2169 smc_voltage_table->StdVoltageLoSidd = voltage_table->value * VOLTAGE_SCAL in ci_populate_smc_voltage_table()
1267 ci_write_smc_soft_register(struct radeon_device *rdev, u16 reg_offset, u32 value) ci_write_smc_soft_register() argument
3500 ci_find_boot_level(struct ci_single_dpm_table *table, u32 value, u32 *boot_level) ci_find_boot_level() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp578 if (isAstc_.has_value() && isAstc_.value()) {
1469 uint32_t ImageSource::ModifyImageProperty(const std::string &key, const std::string &value)
1478 if (!exifMetadata_->SetValue(key, value)) {
1486 const std::string &key, const std::string &value)
1488 uint32_t ret = ModifyImageProperty(key, value);
1503 uint32_t ImageSource::ModifyImageProperty(uint32_t index, const std::string &key, const std::string &value)
1506 return ModifyImageProperty(key, value);
1509 uint32_t ImageSource::ModifyImageProperty(uint32_t index, const std::string &key, const std::string &value,
1522 return ModifyImageProperty(metadataAccessor, key, value);
1525 uint32_t ImageSource::ModifyImageProperty(uint32_t index, const std::string &key, const std::string &value,
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-trace.c102 * strtoul: Go from a string to a value, i.e. for msr: MSR_FS_BASE to 0xc0000100
217 u##bits value; \
218 memcpy(&value, sample->raw_data + field->offset, sizeof(value)); \
219 return value; \
230 u##bits value; \
231 memcpy(&value, sample->raw_data + field->offset, sizeof(value)); \
232 return bswap_##bits(value);\
1511 size_t printed = scnprintf(bf, size, "\"%.*s\"", augmented_arg->size, augmented_arg->value); in syscall_arg__scnprintf_augmented_string()
3560 bool value = true; global() local
4604 trace__config(const char *var, const char *value, void *arg) global() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dcommand_parser_test.cc329 EXPECT_EQ("1: Missing integer vertex count value for draw arrays: ", in TEST_F()
382 EXPECT_EQ("1: Missing integer value for compute Z entry: ", r.Error()); in TEST_F()
393 EXPECT_EQ("1: Missing integer value for compute X entry: 1.2", r.Error()); in TEST_F()
404 EXPECT_EQ("1: Missing integer value for compute Y entry: a", r.Error()); in TEST_F()
415 EXPECT_EQ("1: Missing integer value for compute Z entry: 1.5", r.Error()); in TEST_F()
518 EXPECT_EQ("1: Missing stencil value for clear stencil command: ", r.Error()); in TEST_F()
540 EXPECT_EQ("1: Invalid stencil value for clear stencil command: 2.3", in TEST_F()
1366 Topology value; member
1381 EXPECT_EQ(test_data.value, cp.PipelineDataForTesting()->GetTopology()); in TEST_P()
1431 std::string("1: Invalid value fo in TEST_P()
1505 bool value = false; TEST_F() local
1522 bool value = true; TEST_F() local
1539 bool value = true; TEST_F() local
1834 PolygonMode value; global() member
1864 CullMode value; global() member
1899 FrontFace value; global() member
1928 LogicOp value; global() member
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc474 // whose first input operand is an OpSampledImage value.
518 // whose first input operand is an OpImage value.
619 // TODO(dneto): Consider visiting the labels in literal-value order. in VisitBackward()
1071 deco = builder_.Location(loc_deco->source, loc_deco->value + 1); in IncrementLocation()
1267 // Pipeline outputs are mapped to the return value. in EmitEntryPointAsWrapper()
1351 // Add the return-value statement. in EmitEntryPointAsWrapper()
1413 // The value is accessible by name. in ParseFunctionDeclaration()
1934 const auto value = branch->GetInOperand(iarg).AsLiteralUint64(); in FindSwitchCaseHeaders() local
1937 if (case_values.count(value)) { in FindSwitchCaseHeaders()
1938 return Fail() << "Duplicate case value " << valu in FindSwitchCaseHeaders()
3143 auto value = MakeExpression(terminator.GetSingleWordInOperand(0)); EmitNormalTerminator() local
5448 const ast::Expression* value = call_expr; EmitImageAccess() local
5799 ToI32(TypedExpression value) ToI32() argument
5807 ToSignedIfUnsigned(TypedExpression value) ToSignedIfUnsigned() argument
[all...]

Completed in 78 milliseconds

1...<<861862863864865866867868869870>>...1355