/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_trace.h | 124 TP_PROTO(int pid, char *name, int value), 125 TP_ARGS(pid, name, value), 129 __field(int, value) 134 __entry->value = value; 137 __get_str(counter_name), __entry->value) 960 #define DPU_ATRACE_INT(name, value) \ 961 trace_dpu_trace_counter(current->tgid, name, value)
|
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | netlabel_unlabeled.c | 53 * and addresses of unlabeled packets to a user specified secid value for the 223 * @secid: LSM secid value for entry 228 * a negative value is returned. 263 * @secid: LSM secid value for entry 268 * a negative value is returned. 356 * @secid: LSM secid value for the entry 726 * @value: desired value 730 * Set the value of the unlabeled accept flag to @value 733 netlbl_unlabel_acceptflg_set(u8 value, struct netlbl_audit *audit_info) netlbl_unlabel_acceptflg_set() argument 809 u8 value; netlbl_unlabel_accept() local [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tscs42xx.c | 275 memcpy(ucontrol->value.bytes.data, in coeff_ram_get() 300 ucontrol->value.bytes.data, params->max); in coeff_ram_put() 1225 unsigned int value; in tscs42xx_set_dai_bclk_ratio() local 1230 value = RV_DACSR_DBCM_32; in tscs42xx_set_dai_bclk_ratio() 1233 value = RV_DACSR_DBCM_40; in tscs42xx_set_dai_bclk_ratio() 1236 value = RV_DACSR_DBCM_64; in tscs42xx_set_dai_bclk_ratio() 1244 R_DACSR, RM_DACSR_DBCM, value); in tscs42xx_set_dai_bclk_ratio() 1251 R_ADCSR, RM_ADCSR_ABCM, value); in tscs42xx_set_dai_bclk_ratio()
|
H A D | cs35l34.c | 604 unsigned int value; in cs35l34_dai_set_sysclk() local 608 value = CS35L34_MCLK_RATE_5P6448; in cs35l34_dai_set_sysclk() 612 value = CS35L34_MCLK_RATE_6P0000; in cs35l34_dai_set_sysclk() 616 value = CS35L34_MCLK_RATE_6P1440; in cs35l34_dai_set_sysclk() 620 value = CS35L34_MCLK_DIV | CS35L34_MCLK_RATE_5P6448; in cs35l34_dai_set_sysclk() 624 value = CS35L34_MCLK_DIV | CS35L34_MCLK_RATE_6P0000; in cs35l34_dai_set_sysclk() 628 value = CS35L34_MCLK_DIV | CS35L34_MCLK_RATE_6P1440; in cs35l34_dai_set_sysclk() 637 CS35L34_MCLK_DIV | CS35L34_MCLK_RATE_MASK, value); in cs35l34_dai_set_sysclk()
|
H A D | hdmi-codec.c | 304 memcpy(ucontrol->value.bytes.data, hcp->eld, sizeof(hcp->eld)); in hdmi_eld_ctl_get() 377 ucontrol->value.integer.value[i] = 0; in hdmi_codec_chmap_ctl_get() 379 ucontrol->value.integer.value[i] = map[i]; in hdmi_codec_chmap_ctl_get() 399 memcpy(ucontrol->value.iec958.status, hcp->iec_status, in hdmi_codec_iec958_default_get() 411 memcpy(hcp->iec_status, ucontrol->value.iec958.status, in hdmi_codec_iec958_default_put() 420 memset(ucontrol->value.iec958.status, 0xff, in hdmi_codec_iec958_mask_get()
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | dev.c | 58 enum devlink_reload_limit limit, u32 value) in devlink_reload_stat_put() 67 nla_put_u32(msg, DEVLINK_ATTR_RELOAD_STATS_VALUE, value)) in devlink_reload_stat_put() 82 u32 value; in devlink_reload_stats_put() local 120 value = devlink->stats.reload_stats[stat_idx]; in devlink_reload_stats_put() 122 value = devlink->stats.remote_reload_stats[stat_idx]; in devlink_reload_stats_put() 123 if (devlink_reload_stat_put(msg, j, value)) in devlink_reload_stats_put() 476 limits_selected = limits.value & limits.selector; in devlink_nl_cmd_reload() 1094 params.overwrite_mask = sections.value & sections.selector; in devlink_nl_cmd_flash_update() 57 devlink_reload_stat_put(struct sk_buff *msg, enum devlink_reload_limit limit, u32 value) devlink_reload_stat_put() argument
|
/kernel/linux/linux-6.6/sound/sparc/ |
H A D | amd7930.c | 56 MODULE_PARM_DESC(index, "Index value for Sun AMD7930 soundcard."); 409 * the 0th being "infinity" (the magic value 9008). The remaining 774 uinfo->value.integer.min = 0; in snd_amd7930_info_volume() 775 uinfo->value.integer.max = 255; in snd_amd7930_info_volume() 799 ucontrol->value.integer.value[0] = *swval; in snd_amd7930_get_volume() 826 if (*swval != ucontrol->value.integer.value[0]) { in snd_amd7930_put_volume() 827 *swval = ucontrol->value.integer.value[ in snd_amd7930_put_volume() [all...] |
/third_party/curl/tests/libtest/ |
H A D | lib1560.c | 791 {"https://example.com/?param=value", 1051 char value[80]; in updateurl() local 1054 memset(value, 0, sizeof(value)); /* Avoid valgrind false positive. */ in updateurl() 1057 if(2 == sscanf(buf, "%79[^=]=%79[^,]", part, value)) { in updateurl() 1061 fprintf(stderr, "%s = \"%s\" [%d]\n", part, value, (int)what); in updateurl() 1066 if(!strcmp("NULL", value)) in updateurl() 1068 else if(!strcmp("\"\"", value)) in updateurl() 1071 uc = curl_url_set(u, what, value, setflags); in updateurl()
|
/third_party/curl/lib/ |
H A D | tftp.c | 290 const char **option, const char **value) in tftp_option_get() 306 *value = &buf[strlen(*option) + 1]; in tftp_option_get() 321 const char *option, *value; in tftp_parse_option_ack() local 323 tmp = tftp_option_get(tmp, ptr + len - tmp, &option, &value); in tftp_parse_option_ack() 329 infof(data, "got option=(%s) value=(%s)", option, value); in tftp_parse_option_ack() 334 blksize = strtol(value, NULL, 10); in tftp_parse_option_ack() 337 failf(data, "invalid blocksize value in OACK packet"); in tftp_parse_option_ack() 366 tsize = strtol(value, NULL, 10); in tftp_parse_option_ack() 373 failf(data, "invalid tsize -:%s:- value i in tftp_parse_option_ack() 289 tftp_option_get(const char *buf, size_t len, const char **option, const char **value) tftp_option_get() argument [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | localintermediate.h | 123 // within the same location range, component range, and index value. Locations don't alias unless 200 void addIfNonZero(const char* process, int value) 202 if (value != 0) { 204 addArgument(value); 279 MustBeAssigned(const T& v) : value(v) {} 280 operator const T&() const { assert(isSet); return value; } 281 const T* operator ->() const { assert(isSet); return &value; } 282 MustBeAssigned& operator = (const T& v) { value = v; isSet = true; return *this; } 284 T value;
|
/third_party/backends/backend/ |
H A D | hp5400_sane.c | 508 pDesc->title = SANE_I18N("Read copy count value"); in _InitOptions() 986 SANE_Word value = *(SANE_Word *) pVal; in sane_control_option() local 987 if ((value < s->aOptions[n].constraint.range->min) || in sane_control_option() 988 (value > s->aOptions[n].constraint.range->max)) in sane_control_option() 991 "sane_control_option: SANE_ACTION_SET_VALUE out of range X value\n"); in sane_control_option() 997 s->aValues[n].w = value; in sane_control_option() 1005 SANE_Word value = *(SANE_Word *) pVal; in sane_control_option() local 1006 if ((value < s->aOptions[n].constraint.range->min) || in sane_control_option() 1007 (value > s->aOptions[n].constraint.range->max)) in sane_control_option() 1010 "sane_control_option: SANE_ACTION_SET_VALUE out of range Y value\ in sane_control_option() [all...] |
/third_party/cmsis/CMSIS/Core/Include/ |
H A D | core_cm23.h | 1201 \brief Mask and shift a bit field value for use in a register bit range. 1203 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type. 1204 \return Masked and shifted value. 1206 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) 1209 \brief Mask and shift a register value to extract a bit filed value. 1211 \param[in] value Value of register. This parameter is interpreted as an uint32_t type. 1212 \return Masked and shifted bit field value. 1214 #define _FLD2VAL(field, value) (((uint32_ 1974 DCB_SetAuthCtrl(uint32_t value) DCB_SetAuthCtrl() argument 2001 TZ_DCB_SetAuthCtrl_NS(uint32_t value) TZ_DCB_SetAuthCtrl_NS() argument [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cnmdptst.c | 643 * Test the functioning of the secondary grouping value. 844 const char *value = NULL; in TestGetKeywordValuesForLocale() local 851 log_err_status(status, "ERROR getting keyword value for default locale. -> %s\n", u_errorName(status)); in TestGetKeywordValuesForLocale() 872 if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale() 873 if (uprv_strcmp(value, PREFERRED[i][j+1]) != 0) { in TestGetKeywordValuesForLocale() 874 log_err("ERROR: locale %s got keywords #%d %s expected %s\n", loc, j, value, PREFERRED[i][j+1]); in TestGetKeywordValuesForLocale() 881 log_err("ERROR getting keyword value for locale \"%s\"\n", loc); in TestGetKeywordValuesForLocale() 903 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale() 904 if (!ulist_containsString(ALLList, value, (int32_t)uprv_strlen(value))) { in TestGetKeywordValuesForLocale() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbimonkeytest.cpp | 64 NULL, // value comparator. in BreakRules() 77 // (the identifier is a unicode property name or value) in BreakRules() 232 bool BreakRules::setKeywordParameter(const UnicodeString &keyword, const UnicodeString &value, UErrorCode &status) { in setKeywordParameter() argument 235 localeName.append(CStr(value)(), -1, status); in setKeywordParameter() 240 if (value == UnicodeString("grapheme")) { in setKeywordParameter() 242 } else if (value == UnicodeString("word")) { in setKeywordParameter() 244 } else if (value == UnicodeString("line")) { in setKeywordParameter() 246 } else if (value == UnicodeString("sentence")) { in setKeywordParameter() 249 IntlTest::gTest->errln("%s:%d Unrecognized break type %s", __FILE__, __LINE__, CStr(value)()); in setKeywordParameter() 351 CharClass *cclass = static_cast<CharClass *>(el->value in compileRules() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | PluralRules.java | 99 * expr = ('n' | 'i' | 'f' | 'v' | 't') (mod value)? 103 * range_list = (range | value) (',' range_list)* 104 * value = digit+ 106 * range = value'..'value 327 * unique value to return. 413 * The double value of the entire number. 422 * The integer value, with the fraction digits truncated off. 479 * <p>Returns the integer value, but will fail if the number has fraction digits. 502 * Returns the value correspondin 825 getVisibleFractionCount(String value) getVisibleFractionCount() argument [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uloc.cpp | 663 /* now grab the value part. First we skip the '=' */ in ulocimp_getKeywords() 670 /* Premature end or zero-length value */ in ulocimp_getKeywords() 799 *status = U_ILLEGAL_ARGUMENT_ERROR; /* key must have =value */ in ulocimp_getKeywordValue() 845 /* Now copy the value, but check well-formedness */ in ulocimp_getKeywordValue() 847 *status = U_ILLEGAL_ARGUMENT_ERROR; /* empty key value name in passed-in locale */ in ulocimp_getKeywordValue() 852 *status = U_ILLEGAL_ARGUMENT_ERROR; /* malformed key value */ in ulocimp_getKeywordValue() 855 /* Should we lowercase value to return here? Tests expect as-is. */ in ulocimp_getKeywordValue() 912 *status = U_ILLEGAL_ARGUMENT_ERROR; /* malformed key value */ in uloc_setKeywordValue() 916 /* Should we force lowercase in value to set? */ in uloc_setKeywordValue() 963 *status = U_ILLEGAL_ARGUMENT_ERROR; /* key must have =value */ in uloc_setKeywordValue() 2145 uloc_toUnicodeLocaleType(const char* keyword, const char* value) uloc_toUnicodeLocaleType() argument 2209 uloc_toLegacyType(const char* keyword, const char* value) uloc_toLegacyType() argument [all...] |
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zIn.cpp | 193 UInt64 value = (UInt64)*p;
in ReadNumberSpec() local 203 value |= (high << (i * 8));
in ReadNumberSpec() 205 return value;
in ReadNumberSpec() 214 value |= ((UInt64)*p << (i * 8));
in ReadNumberSpec() 220 return value;
in ReadNumberSpec() 246 const UInt64 value = ReadNumber();
in ReadNum() local 247 if (value > kNumMax)
in ReadNum() 249 return (CNum)value;
in ReadNum()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_alu.c | 581 vtn_mediump_upconvert_value(struct vtn_builder *b, struct vtn_ssa_value *value) in vtn_mediump_upconvert_value() argument 583 enum glsl_base_type base_type = glsl_get_base_type(value->type); in vtn_mediump_upconvert_value() 585 if (glsl_type_is_vector_or_scalar(value->type)) { in vtn_mediump_upconvert_value() 586 value->def = vtn_mediump_upconvert(b, base_type, value->def); in vtn_mediump_upconvert_value() 588 for (int i = 0; i < glsl_get_matrix_columns(value->type); i++) in vtn_mediump_upconvert_value() 589 value->elems[i]->def = vtn_mediump_upconvert(b, base_type, value->elems[i]->def); in vtn_mediump_upconvert_value() 808 /* For all the SpvOpFOrd* comparisons apart from NotEqual, the value in vtn_handle_alu() 930 * value need in vtn_handle_alu() [all...] |
/third_party/ltp/lib/ |
H A D | tst_test.c | 228 tst_brk(TBROK, "Invalid ttype value %i", ttype); in print_result() 398 tst_brk(TBROK, "Invalid child (%i) exit value %i", pid, ret); in check_child_status() 589 fprintf(stderr, CVE_DB_URL "%s\n", tags[i].value); in print_test_tags() 591 fprintf(stderr, LINUX_GIT_URL "%s\n", tags[i].value); in print_test_tags() 593 fprintf(stderr, LINUX_STABLE_GIT_URL "%s\n", tags[i].value); in print_test_tags() 595 fprintf(stderr, GLIBC_GIT_URL "%s\n", tags[i].value); in print_test_tags() 597 fprintf(stderr, MUSL_GIT_URL "%s\n", tags[i].value); in print_test_tags() 599 fprintf(stderr, "%s: %s\n", tags[i].name, tags[i].value); in print_test_tags() 847 fprintf(stderr, "%s%s\n", url, tags[i].value); in print_failure_hint() 849 fprintf(stderr, "%s\n", tags[i].value); in print_failure_hint() [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_pipeline.c | 134 uint64_t value = 0; in set_image_access() local 139 value += get_set_layout(pipeline->layout, s)->stage[nir->info.stage].image_count; in set_image_access() 141 value += binding->stage[nir->info.stage].image_index; in set_image_access() 143 uint64_t mask = BITFIELD64_MASK(MAX2(size, 1)) << value; in set_image_access() 168 uint64_t value = 0; in set_buffer_access() 173 value += get_set_layout(pipeline->layout, s)->stage[nir->info.stage].shader_buffer_count; in set_buffer_access() 175 value += binding->stage[nir->info.stage].shader_buffer_index; in set_buffer_access() 178 uint64_t mask = BITFIELD64_MASK(MAX2(size, 1)) << value; in set_buffer_access()
|
/third_party/node/lib/internal/modules/cjs/ |
H A D | loader.js | 302 set(target, property, value, receiver) { 304 return ReflectSet(target, property, value, receiver); 319 set(value) { 321 wrap = value; 331 set(value) { 333 wrapperProxy = value; 350 * @param {Module} value 352 function setModuleParent(value) { 353 moduleParentCache.set(this, value);
|
/third_party/node/test/parallel/ |
H A D | test-buffer-alloc.js | 48 for (const [index, value] of e.entries()) { 49 assert.strictEqual(value, ui8[index]); 56 for (const [key, value] of e.entries()) { 57 assert.strictEqual(value, ui8[key]); 66 for (const [index, value] of e.entries()) { 67 assert.strictEqual(value, ui32[index]); 75 for (const [key, value] of e.entries()) { 76 assert.strictEqual(value, ui32[key]);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-serialization.cc | 52 void Write(const T& value) { in Write() argument 54 WriteUnalignedValue(reinterpret_cast<Address>(current_location()), value); in Write() 57 StdoutStream{} << "wrote: " << static_cast<size_t>(value) in Write() 97 T value = in Read() local 101 StdoutStream{} << "read: " << static_cast<size_t>(value) in Read() 104 return value; in Read() 274 static_assert(std::is_trivially_destructible<ExternalReferenceList>::value, 865 std::shared_ptr<WasmModule> module = std::move(decode_result).value(); in DeserializeNativeModule() 882 // {TierDownAllModulesPerIsolate}. The value is -2 so that it is different in DeserializeNativeModule() 884 // the sentinel value o in DeserializeNativeModule() [all...] |
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittnotify_static.h | 185 ITT_STUBV(ITTAPI, void, counter_inc_delta_v3, (const __itt_domain *domain, __itt_string_handle *name, unsigned long long value), (ITT_FORMAT domain, name, value), counter_inc_delta_v3, __itt_group_structure, "%p, %p, %lu") 187 ITT_STUBV(ITTAPI, void, counter_dec_delta_v3, (const __itt_domain *domain, __itt_string_handle *name, unsigned long long value), (ITT_FORMAT domain, name, value), counter_dec_delta_v3, __itt_group_structure, "%p, %p, %lu") 263 ITT_STUBV(ITTAPI, void, counter_inc_delta, (__itt_counter id, unsigned long long value), (ITT_FORMAT id, value), counter_inc_delta, __itt_group_counter, "%p, %lu") 265 ITT_STUBV(ITTAPI, void, counter_dec_delta, (__itt_counter id, unsigned long long value), (ITT_FORMAT id, value), counter_dec_delta, __itt_group_counter, "%p, %lu")
|
/third_party/node/deps/zlib/ |
H A D | trees.c | 203 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes() 204 unsigned code = 0; /* running code value */ in gen_codes() 248 * Send a value on a given number of bits. 249 * IN assertion: length <= 16 and value fits in length bits. 252 local void send_bits(deflate_state *s, int value, int length) { in send_bits() argument 253 Tracevv((stderr," l %2d v %4x ", length, value)); in send_bits() 258 * (16 - bi_valid) bits from value, leaving (width - (16 - bi_valid)) in send_bits() 259 * unused bits in value. in send_bits() 262 s->bi_buf |= (ush)value << s->bi_valid; in send_bits() 264 s->bi_buf = (ush)value >> (Buf_siz in send_bits() [all...] |