/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | gss_rpc_xdr.c | 103 err = gssx_enc_buffer(xdr, &opt->value); in gssx_enc_option() 115 err = gssx_dec_buffer(xdr, &opt->value); in gssx_dec_option() 259 oa->data[0].value.data = (void *)creds; in gssx_dec_option_array() 260 oa->data[0].value.len = 0; in gssx_dec_option_array() 286 oa->data[0].value.len = 1; /* presence */ in gssx_dec_option_array() 374 opt.value.data = LUCID_VALUE; in gssx_enc_call_ctx() 375 opt.value.len = sizeof(LUCID_VALUE); in gssx_enc_call_ctx() 381 opt.value.data = CREDS_VALUE; in gssx_enc_call_ctx() 382 opt.value.len = sizeof(CREDS_VALUE); in gssx_enc_call_ctx() 398 /* attr->value */ in gssx_dec_name_attr() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | devlink.sh | 74 '.[][][].values[] | select(.cmode == "driverinit").value' 80 local value=$2 82 devlink dev param set $DL_HANDLE name $name cmode driverinit value $value 91 local value 93 value=$(param_get $name) 94 check_err $? "Failed to get $name param value" 95 [ "$value" == "$expected_param_value" ] 96 check_err $? "Unexpected $phase_name $name param value" 97 value [all...] |
/kernel/linux/linux-6.6/sound/firewire/bebob/ |
H A D | bebob_maudio.c | 159 /* if synced, this value is the same as SFC of FDF in CIP header */ in check_clk_sync() 372 uval->value.enumerated.item[0] = params->clk_src; in special_clk_ctl_get() 382 id = uval->value.enumerated.item[0]; in special_clk_ctl_put() 414 einf->value.integer.min = 0; in special_sync_ctl_info() 415 einf->value.integer.max = 1; in special_sync_ctl_info() 428 uval->value.integer.value[0] = synced; in special_sync_ctl_get() 469 /* encoded id for user value */ in special_dig_in_iface_ctl_get() 476 uval->value.enumerated.item[0] = val; in special_dig_in_iface_ctl_get() 489 id = uval->value in special_dig_in_iface_ctl_set() [all...] |
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_stream.c | 51 * snd_hdac_get_stream_stripe_ctl - get stripe control value 62 max_sdo_lines, value, sdo_line; in snd_hdac_get_stream_stripe_ctl() local 70 value = (channels * bits_per_sample * in snd_hdac_get_stream_stripe_ctl() 73 value = (channels * bits_per_sample) / sdo_line; in snd_hdac_get_stream_stripe_ctl() 75 if (value >= bus->sdo_limit) in snd_hdac_get_stream_stripe_ctl() 79 /* stripe value: 0 for 1SDO, 1 for 2SDO, 2 for 4SDO lines */ in snd_hdac_get_stream_stripe_ctl() 280 /* this value needs to be the same as the one programmed */ in snd_hdac_stream_setup() 305 /* when LPIB delay correction gives a small negative value, in snd_hdac_stream_setup() 568 * @format_val: format value parameter 571 * and passed format value 782 snd_hdac_stream_set_spib(struct hdac_bus *bus, struct hdac_stream *azx_dev, u32 value) snd_hdac_stream_set_spib() argument 868 snd_hdac_stream_set_dpibr(struct hdac_bus *bus, struct hdac_stream *azx_dev, u32 value) snd_hdac_stream_set_dpibr() argument 887 snd_hdac_stream_set_lpib(struct hdac_stream *azx_dev, u32 value) snd_hdac_stream_set_lpib() argument [all...] |
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | wm8776.c | 459 uinfo->value.integer.min = wm->ctl[n].min; in snd_wm8776_volume_info() 460 uinfo->value.integer.max = wm->ctl[n].max; in snd_wm8776_volume_info() 499 ucontrol->value.integer.value[0] = val1; in snd_wm8776_ctl_get() 501 ucontrol->value.integer.value[1] = val2; in snd_wm8776_ctl_get() 513 /* this also works for enum because value is a union */ in snd_wm8776_ctl_put() 514 regval1 = ucontrol->value.integer.value[0]; in snd_wm8776_ctl_put() 515 regval2 = ucontrol->value in snd_wm8776_ctl_put() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | mp3enc.c | 45 av_strlcpy(buf, tag->value, buf_size); in id3v1_set_string() 64 av_strlcpy(buf + 93, tag->value, 4 + 1); in id3v1_create_tag() 67 av_strlcpy(buf + 93, tag->value, 4 + 1); in id3v1_create_tag() 70 av_strlcpy(buf + 93, tag->value, 4 + 1); in id3v1_create_tag() 77 buf[126] = atoi(tag->value); in id3v1_create_tag() 83 if (!av_strcasecmp(tag->value, ff_id3v1_genre_str[i])) { in id3v1_create_tag() 249 if ( strlen(enc->value) > sizeof(encoder_str) in mp3_write_xing() 250 && !strcmp("Lavc libmp3lame", enc->value)) { in mp3_write_xing() 253 memcpy(encoder_str, enc->value, FFMIN(strlen(enc->value), sizeo in mp3_write_xing() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_libvmaf.c | 242 feature_name = e->value; in parse_features() 247 e->value); in parse_features() 251 feature_name, e->key, e->value); in parse_features() 303 model_cfg.flags |= av_stristr(e->value, "true") ? in parse_models() 309 model_cfg.flags |= av_stristr(e->value, "true") ? in parse_models() 315 model_cfg.name = e->value; in parse_models() 320 version = e->value; in parse_models() 325 path = e->value; in parse_models() 366 feature_opt, e->value); in parse_models() 370 feature_name, feature_opt, e->value); in parse_models() [all...] |
/third_party/EGL/api/EGL/ |
H A D | egl.h | 114 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGATTRIBPROC) (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value); 123 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value); 125 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACEPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value); 139 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value); 148 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value); 150 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value); 176 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSURFACEATTRIBPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value); 181 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value); 317 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBPROC) (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value); 328 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value); [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UnicodeSetStringSpan.java | 593 outCount.value = count; in spanAndCount() 601 outCount.value = count; in spanAndCount() 632 outCount.value = count; in spanContainedAndCount() 637 count = outCount.value; in spanContainedAndCount() 641 outCount.value = count; in spanContainedAndCount() 858 outCount.value = count = count + outCount.value; in spanNot() 894 outCount.value = count; in spanNot() 1152 if (outCount != null) { outCount.value = count; } in popMinimum() 1169 if (outCount != null) { outCount.value in popMinimum() [all...] |
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
H A D | test-ieee.cc | 43 CHECK_EQ(3512700564088504e-318, Double(ordered).value()); in TEST() 46 CHECK_EQ(5e-324, Double(min_double64).value()); in TEST() 49 CHECK_EQ(1.7976931348623157e308, Double(max_double64).value()); in TEST() 56 CHECK_EQ(2.9988165487136453e-38f, Single(ordered).value()); in TEST() 59 CHECK_EQ(1.4e-45f, Single(min_float32).value()); in TEST() 62 CHECK_EQ(3.4028234e38f, Single(max_float32).value()); in TEST() 298 // min-value does not have a significand of the form 2^p (for some p). in TEST() 330 // max-value does not have a significand of the form 2^p (for some p). in TEST() 370 // min-value does not have a significand of the form 2^p (for some p). in TEST() 404 // max-value doe in TEST() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | IntlTestDecimalFormatAPIC.java | 101 logln("" + Double.toString(d) + " is the double value"); in TestAPI() 483 Object value = iterator.getAttribute(attribute); in findFields() 484 result.add(new FieldContainer(start, end, attribute, value)); in findFields() 486 // " + value ); in findFields() 488 // end +"," + attribute+ "," + value+ "));"); in findFields() 499 Object value; field in IntlTestDecimalFormatAPIC.FieldContainer 508 public FieldContainer(int start, int end, AttributedCharacterIterator.Attribute attribute, int value) { in FieldContainer() argument 509 this(start, end, attribute, new Integer(value)); in FieldContainer() 514 Object value) { in FieldContainer() 518 this.value in FieldContainer() 513 FieldContainer(int start, int end, AttributedCharacterIterator.Attribute attribute, Object value) FieldContainer() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UnicodeSetStringSpan.java | 590 outCount.value = count; in spanAndCount() 598 outCount.value = count; in spanAndCount() 629 outCount.value = count; in spanContainedAndCount() 634 count = outCount.value; in spanContainedAndCount() 638 outCount.value = count; in spanContainedAndCount() 855 outCount.value = count = count + outCount.value; in spanNot() 891 outCount.value = count; in spanNot() 1149 if (outCount != null) { outCount.value = count; } in popMinimum() 1166 if (outCount != null) { outCount.value in popMinimum() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | IntlTestDecimalFormatAPIC.java | 104 logln("" + Double.toString(d) + " is the double value"); in TestAPI() 486 Object value = iterator.getAttribute(attribute); in findFields() 487 result.add(new FieldContainer(start, end, attribute, value)); in findFields() 489 // " + value ); in findFields() 491 // end +"," + attribute+ "," + value+ "));"); in findFields() 502 Object value; field in IntlTestDecimalFormatAPIC.FieldContainer 511 public FieldContainer(int start, int end, AttributedCharacterIterator.Attribute attribute, int value) { in FieldContainer() argument 512 this(start, end, attribute, new Integer(value)); in FieldContainer() 517 Object value) { in FieldContainer() 521 this.value in FieldContainer() 516 FieldContainer(int start, int end, AttributedCharacterIterator.Attribute attribute, Object value) FieldContainer() argument [all...] |
/third_party/mesa3d/include/EGL/ |
H A D | egl.h | 114 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGATTRIBPROC) (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value); 123 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value); 125 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACEPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value); 139 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value); 148 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value); 150 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value); 176 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSURFACEATTRIBPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value); 181 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value); 317 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBPROC) (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value); 328 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value); [all...] |
/third_party/libbpf/src/ |
H A D | bpf_helper_defs.h | 53 * Map value associated to *key*, or **NULL** if no entry was 61 * Add or update the value of the entry associated to *key* in 62 * *map* with *value*. *flags* is one of: 71 * Flag value **BPF_NOEXIST** cannot be used for maps of types 78 static long (*bpf_map_update_elem)(void *map, const void *key, const void *value, __u64 flags) = (void *) 2; 152 * * ``0x00000001`` is a fake value used by BPF for the 191 * A random 32-bit unsigned value. 234 * must know the former value of the header field that was 235 * modified (*from*), the new value of this field (*to*), and the 263 * helper must know the former value o [all...] |
/third_party/lzma/C/Util/7z/ |
H A D | 7zMain.c | 266 static void UInt64ToStr(UInt64 value, char *s, int numDigits)
in UInt64ToStr() argument 272 temp[pos++] = (char)('0' + (unsigned)(value % 10));
in UInt64ToStr() 273 value /= 10;
in UInt64ToStr() 275 while (value != 0);
in UInt64ToStr() 286 static char *UIntToStr(char *s, unsigned value, int numDigits)
in UIntToStr() argument 291 temp[pos++] = (char)('0' + (value % 10));
in UIntToStr() 292 while (value /= 10);
in UIntToStr() 304 static void UIntToStr_2(char *s, unsigned value)
in UIntToStr_2() argument 306 s[0] = (char)('0' + (value / 10));
in UIntToStr_2() 307 s[1] = (char)('0' + (value in UIntToStr_2() [all...] |
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-parser-internal.h | 111 PARSER_PATTERN_TARGET_DEFAULT = (1u << 2), /**< perform default value comparison for assignment target */ 227 #define PARSER_PLUS_EQUAL_U16(base, value) (base) = (uint16_t) ((base) + (value)) 228 #define PARSER_MINUS_EQUAL_U16(base, value) (base) = (uint16_t) ((base) - (value)) 229 #define PARSER_PLUS_EQUAL_LC(base, value) (base) = (parser_line_counter_t) ((base) + (value)) 237 uint16_t value; /**< other argument (second literal or byte). */ member 395 * Note: the name of the function is the previous value in the scope stack 440 uint32_t value; /**< lin member [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_rss.c | 48 #define EMIT_RS(svga, value, token) \ 51 if (svga->state.hw_draw.rs[SVGA3D_RS_##token] != value) { \ 52 svga_queue_rs(&queue, SVGA3D_RS_##token, value); \ 53 svga->state.hw_draw.rs[SVGA3D_RS_##token] = value; \ 59 unsigned value = fui(fvalue); \ 61 if (svga->state.hw_draw.rs[SVGA3D_RS_##token] != value) { \ 62 svga_queue_rs(&queue, SVGA3D_RS_##token, value); \ 63 svga->state.hw_draw.rs[SVGA3D_RS_##token] = value; \ 69 svga_queue_rs(struct rs_queue *q, unsigned rss, unsigned value) in svga_queue_rs() argument 73 q->rs[q->rs_count].uintValue = value; in svga_queue_rs() [all...] |
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/ |
H A D | wrapKey_unwrapKey.https.any.js | 32 // like IV - just any legal value will do. 335 var value = obj[keyName]; 336 if (typeof value === "object") { 337 value = objectToString(value); 338 } else if (typeof value === "array") { 339 value = "[" + value.map(function(elem){return objectToString(elem);}).join(", ") + "]"; 341 value = value [all...] |
/third_party/node/deps/v8/include/ |
H A D | v8-template.h | 50 * The property must be defined either as a primitive value, or a template. 52 void Set(Local<Name> name, Local<Data> value, 54 void SetPrivate(Local<Private> name, Local<Data> value, 56 V8_INLINE void Set(Isolate* isolate, const char* name, Local<Data> value, 134 * During template instantiation, sets the value with the intrinsic property 153 * Use `info.GetReturnValue().Set()` to set the return value of the 159 * isolate, receiver, return value, or whether running in `'use strict`' mode. 195 * `info.GetReturnValue().Set(value)`. If the setter 201 * \param value The value whic 1042 Set(Isolate* isolate, const char* name, Local<Data> value, PropertyAttribute attributes) Set() argument [all...] |
H A D | v8-persistent-handle.h | 65 static_assert(std::is_base_of<T, S>::value, "type check"); in Set() 87 * the V8 engine which holds an object value and which is updated by 290 static_assert(std::is_base_of<T, S>::value, "type check"); in Persistent() 300 static_assert(std::is_base_of<T, S>::value, "type check"); in Persistent() 387 static_assert(std::is_base_of<T, S>::value, "type check"); in Global() 398 static_assert(std::is_base_of<T, S>::value, "type check"); in Global() 443 virtual void VisitPersistentHandle(Persistent<Value>* value, in VisitPersistentHandle() argument 458 static_assert(std::is_base_of<T, S>::value, "type check"); in Copy() 488 static_assert(std::is_base_of<T, S>::value, "type check"); in Reset() 502 static_assert(std::is_base_of<T, S>::value, "typ in Reset() [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-template.h | 51 * The property must be defined either as a primitive value, or a template. 53 void Set(Local<Name> name, Local<Data> value, 55 void SetPrivate(Local<Private> name, Local<Data> value, 57 V8_INLINE void Set(Isolate* isolate, const char* name, Local<Data> value, 114 * During template instantiation, sets the value with the intrinsic property 133 * Use `info.GetReturnValue().Set()` to set the return value of the 140 * isolate, receiver, return value, or whether running in `'use strict`' mode. 176 * `info.GetReturnValue().Set(value)`. If the setter did not intercept the 182 * \param value The value whic 988 Set(Isolate* isolate, const char* name, Local<Data> value, PropertyAttribute attributes) Set() argument [all...] |
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | scriptutil.py | 130 for value in item.strip().replace(',', ' ').split(): 131 if not value: 134 if possible and value not in possible and value != 'all': 135 unsupported.append(value) 136 _selected.add(value) 154 for name, value in kwargs.items(): 155 args.append(f'{name}={value!r}') 273 for value in many.split(sep): 274 if value no [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
H A D | os2_table.cc | 169 void OS2Table::Panose(std::vector<uint8_t>* value) { in Panose() argument 170 assert(value); in Panose() 171 value->clear(); in Panose() 172 value->resize(10); in Panose() 173 data_->ReadBytes(Offset::kPanose, &((*value)[0]), 0, 10); in Panose() 418 void OS2Table::Builder::Panose(std::vector<uint8_t>* value) { in Panose() argument 419 assert(value); in Panose() 420 value->clear(); in Panose() 421 value->resize(Offset::kPanoseLength); in Panose() 423 &((*value)[ in Panose() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | promiseType.js | 229 function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
231 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
232 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
233 function step(result) { result.done ? resolve(result.value) : adopt(result.value) [all...] |