Home
last modified time | relevance | path

Searched refs:val (Results 4676 - 4700 of 5921) sorted by relevance

1...<<181182183184185186187188189190>>...237

/third_party/node/src/
H A Dnode_http2.cc214 uint32_t val = buffer[IDX_SETTINGS_ ## name]; \
216 nghttp2_settings_entry {NGHTTP2_SETTINGS_ ## name, val}; \
565 #define SET(name, val) \ in GetDetails()
571 static_cast<double>(entry.details.val))).IsJust()) { \ in GetDetails()
580 #define SET(name, val) \ in GetDetails()
586 (entry.details.val - entry.details.start_time) / 1e6)) \ in GetDetails()
604 #define SET(name, val) \ in GetDetails()
610 static_cast<double>(entry.details.val))).IsJust()) { \ in GetDetails()
2556 uint32_t val = args[0]->Uint32Value(env->context()).ToChecked(); in HttpErrorString() local
2560 reinterpret_cast<const uint8_t*>(nghttp2_strerror(val)))); in HttpErrorString()
[all...]
/third_party/skia/tools/viewer/
H A DViewer.cpp2350 float val[3]; in drawImGui() local
2352 controls.findScalars(name, &count, val); in drawImGui()
2353 if (ImGui::SliderFloat(name, &val[0], val[1], val[2])) { in drawImGui()
2354 controls.setScalars(name, 3, val); in drawImGui()
2357 bool val; in drawImGui() local
2359 controls.findBool(name, &val); in drawImGui()
2360 if (ImGui::Checkbox(name, &val)) { in drawImGui()
2361 controls.setBool(name, val); in drawImGui()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp101 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \
124 #define X(val, is_signed, swapped64, C_32, C1_64, C2_64, C_V, INV_V, NEG_V) \
139 #define X(val, is_signed, swapped64, C_32, C1_64, C2_64, C_V, INV_V, NEG_V) \
161 #define X(val, is_signed, swapped64, C_32, C1_64, C2_64, C_V, INV_V, NEG_V) \
162 _icmp_ll_##val,
174 #define X(val, is_signed, swapped64, C_32, C1_64, C2_64, C_V, INV_V, NEG_V) \
176 _icmp_ll_##val == _icmp_hl_##val, \
177 "Inconsistency between ICMPARM32_TABLE and ICEINSTICMP_TABLE: " #val);
239 #define X(val, encod
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc2724 uint32_t val[kSimd128Size / sizeof(uint32_t)]; in VisitS128Const() local
2725 memcpy(val, S128ImmediateParameterOf(node->op()).data(), kSimd128Size); in VisitS128Const()
2727 bool all_zeros = !(val[0] || val[1] || val[2] || val[3]); in VisitS128Const()
2728 bool all_ones = val[0] == UINT32_MAX && val[1] == UINT32_MAX && in VisitS128Const()
2729 val[2] == UINT32_MAX && val[ in VisitS128Const()
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc3054 uint32_t val[kUint32Immediates]; in VisitS128Const() local
3055 memcpy(val, S128ImmediateParameterOf(node->op()).data(), kSimd128Size); in VisitS128Const()
3057 bool all_zeros = !(val[0] || val[1] || val[2] || val[3]); in VisitS128Const()
3058 bool all_ones = val[0] == UINT32_MAX && val[1] == UINT32_MAX && in VisitS128Const()
3059 val[2] == UINT32_MAX && val[ in VisitS128Const()
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc3198 uint32_t val[kUint32Immediates]; in VisitS128Const() local
3199 memcpy(val, S128ImmediateParameterOf(node->op()).data(), kSimd128Size); in VisitS128Const()
3201 bool all_zeros = !(val[0] || val[1] || val[2] || val[3]); in VisitS128Const()
3202 bool all_ones = val[0] == UINT32_MAX && val[1] == UINT32_MAX && in VisitS128Const()
3203 val[2] == UINT32_MAX && val[ in VisitS128Const()
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc2798 uint32_t val[kUint32Immediates]; in VisitS128Const() local
2799 memcpy(val, S128ImmediateParameterOf(node->op()).data(), kSimd128Size); in VisitS128Const()
2801 bool all_zeros = !(val[0] || val[1] || val[2] || val[3]); in VisitS128Const()
2802 bool all_ones = val[0] == UINT32_MAX && val[1] == UINT32_MAX && in VisitS128Const()
2803 val[2] == UINT32_MAX && val[ in VisitS128Const()
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc3026 uint32_t val[kUint32Immediates]; in VisitS128Const() local
3027 memcpy(val, S128ImmediateParameterOf(node->op()).data(), kSimd128Size); in VisitS128Const()
3029 bool all_zeros = !(val[0] || val[1] || val[2] || val[3]); in VisitS128Const()
3030 bool all_ones = val[0] == UINT32_MAX && val[1] == UINT32_MAX && in VisitS128Const()
3031 val[2] == UINT32_MAX && val[ in VisitS128Const()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp1714 tcu::Float16 val(bits); in readBaseTypeFromHalfFloatChannel()
1715 const GLdouble d_value = val.asDouble(); in readBaseTypeFromHalfFloatChannel()
1855 deUint32 val = *ptr; in read11F_11F_10F_Channel() local
1861 deUint32 bits = (val & 0x000007ff); in read11F_11F_10F_Channel()
1869 deUint32 bits = ((val >> 11) & 0x000007ff); in read11F_11F_10F_Channel()
1877 deUint32 bits = ((val >> 22) & 0x000003ff); in read11F_11F_10F_Channel()
1959 tcu::Float16 val(value); in writeBaseTypeToHalfFloatChannel()
1961 ptr[channel] = val.bits(); in writeBaseTypeToHalfFloatChannel()
2104 tcu::Float<deUint32, 5, 6, 15, tcu::FLOAT_SUPPORT_DENORM> val(value); in write11F_11F_10F_Channel()
2105 deUint32 bits = val in write11F_11F_10F_Channel()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c70 char *val);
73 static int set_bssid_filter(struct wpa_supplicant *wpa_s, char *val) in set_bssid_filter() argument
79 pos = val; in set_bssid_filter()
110 static int set_disallow_aps(struct wpa_supplicant *wpa_s, char *val) in set_disallow_aps() argument
124 pos = val; in set_disallow_aps()
473 long int val; in wpa_supplicant_ctrl_iface_set() local
474 val = strtol(value, NULL, 0); in wpa_supplicant_ctrl_iface_set()
475 if (val < 0 || val > 0xff) { in wpa_supplicant_ctrl_iface_set()
478 "wps_version_number %ld", val); in wpa_supplicant_ctrl_iface_set()
5498 long long unsigned val; p2p_parse_asp_provision_cmd() local
5983 long long unsigned val; p2p_ctrl_serv_disc_cancel_req() local
7069 freq_range_to_channel_list(struct wpa_supplicant *wpa_s, char *val) freq_range_to_channel_list() argument
9052 long int val; wpas_ctrl_iface_data_test_tx() local
[all...]
/third_party/glfw/deps/
H A Dnuklear.h841 /// void nk_input_scroll(struct nk_context *ctx, struct nk_vec2 val);
849 NK_API void nk_input_scroll(struct nk_context*, struct nk_vec2 val);
3184 NK_API float nk_slide_float(struct nk_context*, float min, float val, float max, float step);
3185 NK_API int nk_slide_int(struct nk_context*, int min, int val, int max, int step);
3186 NK_API int nk_slider_float(struct nk_context*, float min, float *val, float max, float step);
3187 NK_API int nk_slider_int(struct nk_context*, int min, int *val, int max, int step);
3286 /// void nk_property_int(struct nk_context *ctx, const char *name, int min, int *val, int max, int step, float inc_per_pixel);
3299 NK_API void nk_property_int(struct nk_context*, const char *name, int min, int *val, int max, int step, float inc_per_pixel);
3307 /// void nk_property_float(struct nk_context *ctx, const char *name, float min, float *val, float max, float step, float inc_per_pixel);
3320 NK_API void nk_property_float(struct nk_context*, const char *name, float min, float *val, floa
9480 float val[4]; nk_draw_vertex_color() local
14021 nk_input_scroll(struct nk_context *ctx, struct nk_vec2 val) nk_input_scroll() argument
21105 nk_do_slider(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, float min, float val, float max, float step, const struct nk_style_slider *style, struct nk_input *in, const struct nk_user_font *font) nk_do_slider() argument
21228 nk_slide_float(struct nk_context *ctx, float min, float val, float max, float step) nk_slide_float() argument
21233 nk_slide_int(struct nk_context *ctx, int min, int val, int max, int step) nk_slide_int() argument
21240 nk_slider_int(struct nk_context *ctx, int min, int *val, int max, int step) nk_slider_int() argument
23938 nk_property_int(struct nk_context *ctx, const char *name, int min, int *val, int max, int step, float inc_per_pixel) nk_property_int() argument
23952 nk_property_float(struct nk_context *ctx, const char *name, float min, float *val, float max, float step, float inc_per_pixel) nk_property_float() argument
23966 nk_property_double(struct nk_context *ctx, const char *name, double min, double *val, double max, double step, float inc_per_pixel) nk_property_double() argument
23980 nk_propertyi(struct nk_context *ctx, const char *name, int min, int val, int max, int step, float inc_per_pixel) nk_propertyi() argument
23994 nk_propertyf(struct nk_context *ctx, const char *name, float min, float val, float max, float step, float inc_per_pixel) nk_propertyf() argument
24008 nk_propertyd(struct nk_context *ctx, const char *name, double min, double val, double max, double step, float inc_per_pixel) nk_propertyd() argument
[all...]
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h251 *r = rg.val[0];
252 *g = rg.val[1];
272 *r = rgb.val[0];
273 *g = rgb.val[1];
274 *b = rgb.val[2];
285 *r = rgba.val[0];
286 *g = rgba.val[1];
287 *b = rgba.val[2];
288 *a = rgba.val[3];
309 *r = rg.val[
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf.c2803 void kbase_csf_interrupt(struct kbase_device *kbdev, u32 val) in kbase_csf_interrupt() argument
2806 u32 remaining = val; in kbase_csf_interrupt()
2810 KBASE_KTRACE_ADD(kbdev, CSF_INTERRUPT, NULL, val); in kbase_csf_interrupt()
2811 kbase_reg_write(kbdev, JOB_CONTROL_REG(JOB_IRQ_CLEAR), val); in kbase_csf_interrupt()
2813 if (val & JOB_IRQ_GLOBAL_IF) { in kbase_csf_interrupt()
2879 KBASE_KTRACE_ADD(kbdev, CSF_INTERRUPT_END, NULL, val); in kbase_csf_interrupt()
2894 KBASE_KTRACE_ADD(kbdev, CSF_INTERRUPT_END, NULL, val); in kbase_csf_interrupt()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DULocaleTest.java371 (valOK ? "" : "\n val !" + expValidActual + " actual")); in checklocs()
4124 String val; in TestConstructorAcceptsBCP47()
4127 val = loc1.getKeywordValue("numbers"); in TestConstructorAcceptsBCP47()
4128 assertEquals("BCP47 syntax has ICU keyword value", "latn", val); in TestConstructorAcceptsBCP47()
4130 val = loc2.getKeywordValue("numbers"); in TestConstructorAcceptsBCP47()
4131 assertEquals("ICU syntax has ICU keyword value", "latn", val); in TestConstructorAcceptsBCP47()
4133 val = loc3.getKeywordValue("numbers"); in TestConstructorAcceptsBCP47()
4134 assertEquals("Default, ICU keyword", null, val); in TestConstructorAcceptsBCP47()
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp1008 UInt32 val = prop.ulVal;
1009 if (val == NFileTimeType::kWindows)
1010 val = k_PropVar_TimePrec_100ns;
1012 else if (val > k_PropVar_TimePrec_1ns)
1014 val = k_PropVar_TimePrec_100ns;
1015 // val = k_PropVar_TimePrec_1ns;
1019 at.Prec = (UInt16)val;
1865 const int val = orderIndices[i];
1866 if (val != -1)
1867 orderIndices2.Add(val);
[all...]
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c2469 char *val; in symlink_f() local
2488 val = malloc(len + 1); in symlink_f()
2490 memset(val, 'x', len); in symlink_f()
2491 val[len] = '\0'; in symlink_f()
2493 val[i] = '/'; in symlink_f()
2494 e = symlink_path(val, &f) < 0 ? errno : 0; in symlink_f()
2498 free(val); in symlink_f()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_copy.c1752 uint32_t val; member
1781 nir_ssa_def *val = panvk_meta_fill_buf_get_info_field(&b, val); in panvk_meta_fill_buf_shader() local
1783 nir_store_global(&b, ptr, sizeof(uint32_t), val, 1); in panvk_meta_fill_buf_shader()
1840 uint32_t val) in panvk_meta_fill_buf()
1844 .val = val, in panvk_meta_fill_buf()
1837 panvk_meta_fill_buf(struct panvk_cmd_buffer *cmdbuf, const struct panvk_buffer *dst, VkDeviceSize size, VkDeviceSize offset, uint32_t val) panvk_meta_fill_buf() argument
/third_party/mesa3d/src/imgui/
H A Dimgui.h304 IMGUI_API void PushStyleVar(ImGuiStyleVar idx, float val);
305 IMGUI_API void PushStyleVar(ImGuiStyleVar idx, const ImVec2& val);
1624 IMGUI_API void SetInt(ImGuiID key, int val);
1626 IMGUI_API void SetBool(ImGuiID key, bool val);
1628 IMGUI_API void SetFloat(ImGuiID key, float val);
1630 IMGUI_API void SetVoidPtr(ImGuiID key, void* val);
1642 IMGUI_API void SetAllInt(int val);
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c846 #define SET_EXPECT(expect, val) ((expect) = (expect) < 0 ? (val) : ((expect) == (val) ? (val) : 0))
1251 CONF_VALUE *val; in set_multi_opts() local
1257 val = sk_CONF_VALUE_value(vals, i); in set_multi_opts()
1258 if (!set_table_opts(flags, val->name, in_tbl)) in set_multi_opts()
/third_party/openssl/apps/lib/
H A Dapps.c846 #define SET_EXPECT(expect, val) ((expect) = (expect) < 0 ? (val) : ((expect) == (val) ? (val) : 0))
1249 CONF_VALUE *val; in set_multi_opts() local
1255 val = sk_CONF_VALUE_value(vals, i); in set_multi_opts()
1256 if (!set_table_opts(flags, val->name, in_tbl)) in set_multi_opts()
/third_party/python/Lib/
H A Dtyping.py807 def is_str(val: Union[str, float]):
809 if isinstance(val, str):
810 # Type of ``val`` is narrowed to ``str``
813 # Else, type of ``val`` is narrowed to ``float``.
1290 def __setattr__(self, attr, val):
1293 super().__setattr__(attr, val)
1295 setattr(self.__origin__, attr, val)
2246 def cast(typ, val):
2254 return val
2257 def assert_type(val, ty
[all...]
/third_party/spirv-tools/source/opt/
H A Dconst_folding_rules.cpp74 // Returns a constants with the value |-val| of the given type. Only works for
77 const analysis::Constant* val, in NegateFPConst()
82 float fa = val->GetFloat(); in NegateFPConst()
85 double da = val->GetDouble(); in NegateFPConst()
91 // Returns a constants with the value |-val| of the given type.
93 const analysis::Constant* val, in NegateIntConst()
98 if (val->AsNullConstant()) { in NegateIntConst()
99 return val; in NegateIntConst()
102 uint64_t new_value = static_cast<uint64_t>(-val->GetSignExtendedValue()); in NegateIntConst()
76 NegateFPConst(const analysis::Type* result_type, const analysis::Constant* val, analysis::ConstantManager* const_mgr) NegateFPConst() argument
92 NegateIntConst(const analysis::Type* result_type, const analysis::Constant* val, analysis::ConstantManager* const_mgr) NegateIntConst() argument
/device/soc/hisilicon/common/platform/timer/
H A Dtimer_hi35xx.c37 uint32_t val = OSAL_READL(addr); in TimerHi35xxRegRead() local
38 return val; in TimerHi35xxRegRead()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H A Dcmd_loop.c195 hi_void tool_bit_set(hi_u8 *data, hi_u16 pos, hi_u8 val) in tool_bit_set() argument
199 bit_set(data[base], i, val); in tool_bit_set()
/third_party/elfutils/libdwfl/
H A DlibdwflP.h285 Dwarf_Addr *val)
291 Dwarf_Addr val)

Completed in 110 milliseconds

1...<<181182183184185186187188189190>>...237