Home
last modified time | relevance | path

Searched refs:val (Results 1176 - 1200 of 5342) sorted by relevance

1...<<41424344454647484950>>...214

/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_validation.cpp35 struct dxil_validator *val = dxil_create_validator(NULL); in validate_dxil() local
38 bool res = dxil_validate_module(val, dxil_obj->binary.buffer, in validate_dxil()
43 dxil_destroy_validator(val); in validate_dxil()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Derrmsg.h33 U_CFUNC void setShowWarning(UBool val);
37 U_CFUNC void setStrict(UBool val);
41 U_CFUNC void setVerbose(UBool val);
/third_party/node/deps/npm/node_modules/util-deprecate/
H A Dbrowser.js64 var val = global.localStorage[name];
65 if (null == val) return false;
66 return String(val).toLowerCase() === 'true';
/third_party/icu/icu4c/source/tools/genrb/
H A Derrmsg.h33 U_CFUNC void setShowWarning(UBool val);
37 U_CFUNC void setStrict(UBool val);
41 U_CFUNC void setVerbose(UBool val);
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Derrmsg.h33 U_CFUNC void setShowWarning(UBool val);
37 U_CFUNC void setStrict(UBool val);
41 U_CFUNC void setVerbose(UBool val);
/third_party/typescript/tests/baselines/reference/
H A DglobalThisAmbientModules.js4 export var val: typ
6 namespace valueModule { export var val = 1 }
18 valueModule.val = 1;
H A DunionReductionMutualSubtypes.js10 declare const val: ReturnVal;
12 const something = options.something ?? val.something;
23 var something = (_a = options.something) !== null && _a !== void 0 ? _a : val.something;
/third_party/backends/backend/
H A Dsp15c.c426 SANE_Action action, void *val, in sane_control_option()
463 *(SANE_Word *) val = NUM_OPTIONS; in sane_control_option()
469 strcpy (val, "ADF"); in sane_control_option()
473 strcpy (val, "FB"); in sane_control_option()
481 strcpy (val, lineStr); in sane_control_option()
484 strcpy (val, halfStr); in sane_control_option()
487 strcpy (val, gray4Str); in sane_control_option()
490 strcpy (val, gray8Str); in sane_control_option()
493 strcpy (val, colorStr); in sane_control_option()
507 *(SANE_Word *) val in sane_control_option()
425 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_int64.h32 ir_if *f0013 = new(mem_ctx) ir_if(operand(r0016).val); in udivmod64()
55 ir_if *f001A = new(mem_ctx) ir_if(operand(r001B).val); in udivmod64()
75 ir_if *f001C = new(mem_ctx) ir_if(operand(r0021).val); in udivmod64()
102 ir_if *f0024 = new(mem_ctx) ir_if(operand(r0025).val); in udivmod64()
139 ir_if *f0028 = new(mem_ctx) ir_if(operand(r0029).val); in udivmod64()
159 ir_if *f002A = new(mem_ctx) ir_if(operand(r002F).val); in udivmod64()
186 ir_if *f0032 = new(mem_ctx) ir_if(operand(r0033).val); in udivmod64()
246 ir_if *f003D = new(mem_ctx) ir_if(operand(r0040).val); in udiv64()
269 ir_if *f0044 = new(mem_ctx) ir_if(operand(r0045).val); in udiv64()
289 ir_if *f0046 = new(mem_ctx) ir_if(operand(r004B).val); in udiv64()
[all...]
/drivers/peripheral/display/hal/
H A Ddisp_common.h40 #define DISPLAY_CHK_RETURN(val, ret, ...) \
42 if (val) { \
48 #define DISPLAY_CHK_RETURN_NOT_VALUE(val, ...) \
50 if (val) { \
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dauxv1ndk.cpp42 unsigned long int val; in Getauxval() local
45 val = getauxval(AT_BASE); in Getauxval()
47 val = getauxval(PARAM_UNNORMAL); in Getauxval()
50 if (val == PARAM_0) { in Getauxval()
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
H A Dtest_common.cpp57 std::string val = iter->second; in PrintMapString() local
58 HILOG_DEBUG("%s : %s", key.c_str(), val.c_str()); in PrintMapString()
65 std::string val = value[i]; in PrintVectorString() local
66 HILOG_DEBUG("%zu : %s", i, val.c_str()); in PrintVectorString()
/test/xts/acts/iothardware_lite/peripheral_hal/src/
H A Diot_gpio_test.c99 IotGpioValue val = {0}; variable
100 IoTGpioGetOutputVal(COMPILABILITY_TEST_GPIO, &val);
110 IotGpioValue val = {0}; variable
111 IoTGpioGetInputVal(COMPILABILITY_TEST_GPIO, &val);
/third_party/ffmpeg/libavutil/tests/
H A Ddict.c31 static void test_separators(const AVDictionary *m, const char pair, const char val) in test_separators() argument
35 char vals[] = {val, '\0'}; in test_separators()
42 av_dict_get_string(dict, &buffer, val, pair); in test_separators()
127 av_dict_set(&dict, e->key, "new val OK", 0); in main()
/third_party/googletest/googletest/include/gtest/
H A Dgtest-message.h116 inline Message& operator<<(const T& val) { in operator <<() argument
132 *ss_ << val; in operator <<()
165 Message& operator<<(BasicNarrowIoManip val) { in operator <<() argument
166 *ss_ << val; in operator <<() local
/third_party/alsa-lib/include/
H A Dpcm_extplug.h193 static __inline__ int snd_pcm_extplug_set_param(snd_pcm_extplug_t *extplug, int type, unsigned int val) in snd_pcm_extplug_set_param() argument
195 return snd_pcm_extplug_set_param_list(extplug, type, 1, &val); in snd_pcm_extplug_set_param()
201 static __inline__ int snd_pcm_extplug_set_slave_param(snd_pcm_extplug_t *extplug, int type, unsigned int val) in snd_pcm_extplug_set_slave_param() argument
203 return snd_pcm_extplug_set_slave_param_list(extplug, type, 1, &val); in snd_pcm_extplug_set_slave_param()
/third_party/lzma/CPP/7zip/Compress/
H A DBranchMisc.cpp95 UInt32 val = 0; in SetDecoderProperties2() local
100 val = GetUi32(props); in SetDecoderProperties2()
101 if ((val & 3) != 0) in SetDecoderProperties2()
104 _pc_Init = val; in SetDecoderProperties2()
/third_party/mbedtls/library/
H A Dtiming.c62 * \param val points to a timer structure
78 unsigned long mbedtls_timing_get_timer(struct mbedtls_timing_hr_time *val, int reset) in mbedtls_timing_get_timer() argument
80 struct _hr_time *t = (struct _hr_time *) val; in mbedtls_timing_get_timer()
98 unsigned long mbedtls_timing_get_timer(struct mbedtls_timing_hr_time *val, int reset) in mbedtls_timing_get_timer() argument
100 struct _hr_time *t = (struct _hr_time *) val; in mbedtls_timing_get_timer()
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-message.h112 inline Message& operator <<(const T& val) { in operator <<() argument
128 *ss_ << val; in operator <<()
161 Message& operator <<(BasicNarrowIoManip val) { in operator <<() argument
162 *ss_ << val; in operator <<() local
/third_party/node/test/parallel/
H A Dtest-stream-transform-split-objectmode.js40 callback(null, { val: chunk[0] });
52 assert.strictEqual(parsed.val, 42);
68 callback(null, Buffer.from([obj.val]));
77 serializer.write({ val: 42 });
/third_party/node/deps/npm/node_modules/fastest-levenshtein/
H A Dtest.js21 var val = 0;
23 val = row[j - 1];
26 val = Math.min(row[j - 1] + 1, prev + 1, row[j] + 1);
29 prev = val;
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld.h125 LLVMValueRef val = LLVMBuildLoad(B, PointerVal, Name); in LLVMBuildLoad2() local
126 return LLVMTypeOf(val) == Ty ? val : LLVMBuildBitCast(B, val, Ty, Name); in LLVMBuildLoad2()
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
H A Dast.js37 instruction(val) { return this.instructions_[val]; }
91 operand(val) { return this.operands_[val]; }
/third_party/skia/src/codec/
H A DSkParseEncodedOrigin.cpp38 uint16_t val = get_endian_short(data + 8, littleEndian); in parse_encoded_origin() local
39 if (0 < val && val <= kLast_SkEncodedOrigin) { in parse_encoded_origin()
40 *orientation = (SkEncodedOrigin)val; in parse_encoded_origin()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
H A Dast.js37 instruction(val) { return this.instructions_[val]; }
91 operand(val) { return this.operands_[val]; }

Completed in 11 milliseconds

1...<<41424344454647484950>>...214