Home
last modified time | relevance | path

Searched refs:val (Results 1676 - 1700 of 6392) sorted by relevance

1...<<61626364656667686970>>...256

/third_party/lzma/CPP/Windows/Control/
H A DToolBar.h21 const DWORD val = GetButtonSize(); in GetMaxSize() local
22 size->cx = LOWORD(val); in GetMaxSize()
23 size->cy = HIWORD(val); in GetMaxSize()
/third_party/mesa3d/src/amd/addrlib/src/chip/r800/
H A Dsi_gb_reg.h97 unsigned int val : 32;
158 unsigned int val : 32;
163 unsigned int val : 32;
/third_party/node/test/parallel/
H A Dtest-process-kill-pid.js41 ['SIGTERM', null, undefined, NaN, Infinity, -Infinity].forEach((val) => {
42 assert.throws(() => process.kill(val), {
46 common.invalidArgTypeHelper(val)
/third_party/musl/src/exit/
H A Dabort.c27 uint64_t val; in fetch_function_address() local
30 : "=r" (val) in fetch_function_address()
34 return val; in fetch_function_address()
/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress04.c86 unsigned char val = *(mmap_area + i); in mmapstress04() local
88 if (val != 'a') { in mmapstress04()
90 "i=%d,val=0x%x", i, val); in mmapstress04()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/
H A D11-1.c36 int val[2], sts[2]; in main() local
59 if (sem_getvalue(&mysemp[i], &val[i]) == -1) { in main()
67 if ((val[i] != 0) || (sts[i] != 0)) { in main()
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
H A DBitBuffer.java82 * buffer. Requires 0 &#x2264; len &#x2264; 31 and 0 &#x2264; val &lt; 2<sup>len</sup>.
83 * @param val the value to append
89 public void appendBits(int val, int len) { in appendBits() argument
90 if (len < 0 || len > 31 || val >>> len != 0) in appendBits()
95 data.set(bitLength, QrCode.getBit(val, i)); in appendBits()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsstack.h85 CF2_Int val );
88 CF2_Fixed val );
101 CF2_Fixed val );
/third_party/typescript/tests/baselines/reference/
H A DsymbolProperty61.js13 subscribe(next: (val: T) => void) {
23 [Symbol.obs]: () => { subscribe(next: (val: T) => void): void }
62 subscribe(next: (val: T) => void): void;
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DRuntimeShaderBuilder.java20 public RuntimeShaderBuilder setUniform(String name, float val) { in setUniform() argument
21 nSetUniformFloat(mNativeInstance, name, val); in setUniform()
53 private static native void nSetUniformFloat(long nativeInstance, String name, float val); in nSetUniformFloat() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dbitfield.c64 static int first_zero(u8 val) in first_zero() argument
68 if (!(val & 0x01)) in first_zero()
70 val >>= 1; in first_zero()
H A Dcommon.c529 int val; in printf_decode() local
564 val = hex2byte(pos); in printf_decode()
565 if (val < 0) { in printf_decode()
566 val = hex2num(*pos); in printf_decode()
567 if (val < 0) in printf_decode()
569 buf[len++] = val; in printf_decode()
572 buf[len++] = val; in printf_decode()
584 val = *pos++ - '0'; in printf_decode()
586 val = val * in printf_decode()
1242 char *val; get_param() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dbitfield.c64 static int first_zero(u8 val) in first_zero() argument
68 if (!(val & 0x01)) in first_zero()
70 val >>= 1; in first_zero()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp77 void APInt::initSlowCase(uint64_t val, bool isSigned) { in initSlowCase() argument
79 pVal[0] = val; in initSlowCase()
80 if (isSigned && int64_t(val) < 0) in initSlowCase()
439 uint64_t* val = getMemory(numWords); in AndSlowCase() local
441 val[i] = pVal[i] & RHS.pVal[i]; in AndSlowCase()
442 return APInt(val, getBitWidth()); in AndSlowCase()
447 uint64_t *val = getMemory(numWords); in OrSlowCase() local
449 val[i] = pVal[i] | RHS.pVal[i]; in OrSlowCase()
450 return APInt(val, getBitWidth()); in OrSlowCase()
455 uint64_t *val in XorSlowCase() local
1044 uint64_t * val = new uint64_t[getNumWords()]; ashr() local
[all...]
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dmixer.c789 float val; in vlVdpVideoMixerSetAttributeValues() local
828 val = *(float*)attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
829 if (val < 0.0f || val > 1.0f) { in vlVdpVideoMixerSetAttributeValues()
834 vmixer->noise_reduction.level = val * 10; in vlVdpVideoMixerSetAttributeValues()
839 val = *(float*)attribute_values[i]; in vlVdpVideoMixerSetAttributeValues()
840 if (val < 0.0f || val > 1.0f) { in vlVdpVideoMixerSetAttributeValues()
844 vmixer->luma_key.luma_min = val; in vlVdpVideoMixerSetAttributeValues()
854 val in vlVdpVideoMixerSetAttributeValues()
[all...]
/third_party/openssl/crypto/x509/
H A Dv3_asid.c525 CONF_VALUE *val = sk_CONF_VALUE_value(values, i);
531 if (!ossl_v3_name_cmp(val->name, "AS")) {
533 } else if (!ossl_v3_name_cmp(val->name, "RDI")) {
537 X509V3_conf_add_error_name_value(val);
544 if (strcmp(val->value, "inherit") == 0) {
548 X509V3_conf_add_error_name_value(val);
555 i1 = strspn(val->value, "0123456789");
556 if (val->value[i1] == '\0') {
560 i2 = i1 + strspn(val->value + i1, " \t");
561 if (val
[all...]
/third_party/spirv-headers/tools/buildHeaders/
H A Dheader.cpp127 virtual std::string fmtConstInt(unsigned val, const std::string& name, in fmtConstInt() argument
138 static std::string fmtNum(const char* fmt, unsigned val) { in fmtNum() argument
140 snprintf(buff, sizeof(buff), fmt, val); in fmtNum()
402 std::string fmtConstInt(unsigned val, const std::string& name,
404 return indent(3) + '"' + name + "\": " + fmtNum("%d", val) + (isLast ? "\n" : ",\n");
493 virtual std::string fmtConstInt(unsigned val, const std::string& name,
497 " = " + fmtNum(fmt, val) + (isLast ? ";\n\n" : ";\n");
695 virtual std::string fmtConstInt(unsigned val, const std::string& name,
698 return indent() + name + " = " + fmtNum(fmt, val) + (isLast ? ",\n\n" : ",\n");
724 std::string fmtConstInt(unsigned val, cons
[all...]
/third_party/lzma/CPP/7zip/Common/
H A DMethodProps.cpp11 UInt64 Calc_From_Val_Percents(UInt64 val, UInt64 percents) in Calc_From_Val_Percents() argument
20 if (val > (UInt64)(Int64)-1 / q) in Calc_From_Val_Percents()
22 res = val * q; in Calc_From_Val_Percents()
28 if (val <= (UInt64)(Int64)-1 / r) in Calc_From_Val_Percents()
29 v2 = val * r / 100; in Calc_From_Val_Percents()
31 v2 = val / 100 * r; in Calc_From_Val_Percents()
121 bool val; in ParseMtProp2() local
122 HRESULT res = PROPVARIANT_to_bool(prop, val); in ParseMtProp2()
125 if (!val) in ParseMtProp2()
271 void CProps::AddProp32(PROPID propid, UInt32 val) in AddProp32() argument
279 AddPropBool(PROPID propid, bool val) AddPropBool() argument
[all...]
/third_party/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp79 void Print_UInt64_and_String(AString &s, UInt64 val, const char *name);
80 void Print_UInt64_and_String(AString &s, UInt64 val, const char *name) in Print_UInt64_and_String() argument
83 ConvertUInt64ToString(val, temp); in Print_UInt64_and_String()
89 void PrintSize_bytes_Smart(AString &s, UInt64 val);
90 void PrintSize_bytes_Smart(AString &s, UInt64 val) in PrintSize_bytes_Smart() argument
92 Print_UInt64_and_String(s, val, "bytes"); in PrintSize_bytes_Smart()
94 if (val == 0) in PrintSize_bytes_Smart()
100 if (val >= ((UInt64)10 << 30)) { numBits = 30; c = 'G'; } in PrintSize_bytes_Smart()
101 else if (val >= ((UInt64)10 << 20)) { numBits = 20; c = 'M'; } in PrintSize_bytes_Smart()
104 Print_UInt64_and_String(s, ((val in PrintSize_bytes_Smart()
108 PrintSize_bytes_Smart_comma(AString &s, UInt64 val) PrintSize_bytes_Smart_comma() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.c959 uint64_t val; in fd_screen_create() local
986 if (fd_pipe_get_param(screen->pipe, FD_GMEM_SIZE, &val)) { in fd_screen_create()
990 screen->gmemsize_bytes = env_var_as_unsigned("FD_MESA_GMEM", val); in fd_screen_create()
996 if (fd_pipe_get_param(screen->pipe, FD_MAX_FREQ, &val)) { in fd_screen_create()
1003 screen->max_freq = val; in fd_screen_create()
1004 if (fd_pipe_get_param(screen->pipe, FD_TIMESTAMP, &val) == 0) in fd_screen_create()
1010 if (fd_pipe_get_param(screen->pipe, FD_GPU_ID, &val)) { in fd_screen_create()
1014 screen->gpu_id = val; in fd_screen_create()
1016 if (fd_pipe_get_param(screen->pipe, FD_CHIP_ID, &val)) { in fd_screen_create()
1023 val in fd_screen_create()
[all...]
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp651 napi_value val = nullptr; in GetAvailableIDs() local
652 napi_create_string_utf8(env, temp, strlen(temp), &val); in GetAvailableIDs()
653 napi_set_element(env, result, i, val); in GetAvailableIDs()
1591 napi_value val = I18nAddon::Init(env, exports); in Init() local
1592 val = I18nAddon::InitPhoneNumberFormat(env, val); in Init()
1593 val = I18nAddon::InitI18nBreakIterator(env, val); in Init()
1594 val = I18nCalendarAddon::InitI18nCalendar(env, val); in Init()
[all...]
/third_party/node/src/
H A Djs_native_api_v8.cc528 auto val = obj->GetPrivate(context, JSVM_PRIVATE_KEY(env->isolate, wrapper)) in Unwrap() local
530 RETURN_STATUS_IF_FALSE(env, val->IsExternal(), JSVM_INVALID_ARG); in Unwrap()
532 static_cast<v8impl::Reference*>(val.As<v8::External>()->Value()); in Unwrap()
706 v8::Local<v8::Value> val = v8impl::V8LocalValueFromJsValue(value); variable
707 _cbinfo.GetReturnValue().Set(val); variable
1048 v8::Local<T> val = v8impl::V8LocalValueFromJsValue(value).As<T>(); variable
1049 _cbInfo.GetReturnValue().Set(val); variable
1917 v8::Local<v8::Value> val = v8impl::V8LocalValueFromJsValue(json_string); in OH_JSVM_JsonParse() local
1918 RETURN_STATUS_IF_FALSE(env, val->IsString(), JSVM_STRING_EXPECTED); in OH_JSVM_JsonParse()
1920 auto maybe = v8::JSON::Parse(env->context(), val in OH_JSVM_JsonParse()
1932 v8::Local<v8::Value> val = v8impl::V8LocalValueFromJsValue(json_object); OH_JSVM_JsonStringify() local
2427 v8::Local<v8::Value> val = v8impl::V8LocalValueFromJsValue(value); OH_JSVM_SetProperty() local
2475 v8::Local<v8::Value> val = get_maybe.ToLocalChecked(); OH_JSVM_GetProperty() local
2536 v8::Local<v8::Value> val = v8impl::V8LocalValueFromJsValue(value); OH_JSVM_SetNamedProperty() local
2587 v8::Local<v8::Value> val = get_maybe.ToLocalChecked(); OH_JSVM_GetNamedProperty() local
2604 v8::Local<v8::Value> val = v8impl::V8LocalValueFromJsValue(value); OH_JSVM_SetElement() local
2801 v8::Local<v8::Value> val = v8impl::V8LocalValueFromJsValue(value); OH_JSVM_IsArray() local
2814 v8::Local<v8::Value> val = v8impl::V8LocalValueFromJsValue(value); OH_JSVM_IsRegExp() local
2827 v8::Local<v8::Value> val = v8impl::V8LocalValueFromJsValue(value); OH_JSVM_GetArrayLength() local
2880 v8::Local<v8::Value> val = obj->GetPrototype(); OH_JSVM_GetPrototype() local
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_instr_statistic.cpp41 void DfxInstrStatistic::AddInstrStatistic(InstrStatisticType type, uint64_t val, uint64_t err) in AddInstrStatistic() argument
44 DFXLOGE("type: %{public}u, val: %{public}" PRIx64 ", err: %{public}" PRIx64 "", type, val, err); in AddInstrStatistic()
46 DFXLOGU("type: %{public}u, val: %{public}" PRIx64 "", type, val); in AddInstrStatistic()
57 stats->push_back(std::make_pair(val, err)); in AddInstrStatistic()
/base/security/asset/frameworks/definition/src/
H A Dmacros.rs33 $($(#[$vmeta:meta])* $vname:ident $(= $val:expr)?,)*
37 $($(#[$vmeta])* $vname $(= $val)?,)*
81 $($(#[$vmeta:meta])* $vname:ident $(= $val:expr)?,)*
85 $($(#[$vmeta])* $vname $(= $val)?,)*
/base/security/device_auth/common_lib/impl/src/
H A Dstring_util.c127 char *val = (char *)HcMalloc(len + 1, 0); in DeepCopyString() local
128 if (val == NULL) { in DeepCopyString()
131 (void)memcpy_s(val, len, str, len); in DeepCopyString()
132 *newStr = val; in DeepCopyString()

Completed in 21 milliseconds

1...<<61626364656667686970>>...256