/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | segment.c | 4109 unsigned int val, int alloc) in f2fs_lookup_journal_in_cursum() 4115 if (le32_to_cpu(nid_in_journal(journal, i)) == val) in f2fs_lookup_journal_in_cursum() 4122 if (le32_to_cpu(segno_in_journal(journal, i)) == val) in f2fs_lookup_journal_in_cursum() 4108 f2fs_lookup_journal_in_cursum(struct f2fs_journal *journal, int type, unsigned int val, int alloc) f2fs_lookup_journal_in_cursum() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ioctl.c | 3374 rel_ptr = ipath->fspath->val[i] - in btrfs_ioctl_ino_to_path() 3375 (u64)(unsigned long)ipath->fspath->val; in btrfs_ioctl_ino_to_path() 3376 ipath->fspath->val[i] = rel_ptr; in btrfs_ioctl_ino_to_path()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 4478 int val; \ 4489 val = simple_strtoul(buf, &cp, 0); \ 4492 session->field = val; \
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | fw.c | 108 u8 val; in _rtl8821ae_wait_for_h2c_cmd_finish() local 112 val = rtl_read_byte(rtlpriv, REG_HMETFR); in _rtl8821ae_wait_for_h2c_cmd_finish() 115 } while ((val & 0x0F) && (count < 1000)); in _rtl8821ae_wait_for_h2c_cmd_finish()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | core.c | 3734 u8 val; in rtw89_read_chip_ver() local 3748 ret = rtw89_mac_read_xtal_si(rtwdev, XTAL_SI_CV, &val); in rtw89_read_chip_ver() 3752 rtwdev->hal.acv = u8_get_bits(val, XTAL_SI_ACV_MASK); in rtw89_read_chip_ver()
|
/kernel/linux/linux-6.6/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed-g5.c | 2727 u32 val = (pattern << __ffs(desc->mask)); in aspeed_g5_sig_expr_set() local 2761 u32 value = ~val & desc->mask; in aspeed_g5_sig_expr_set() 2772 desc->mask, val); in aspeed_g5_sig_expr_set()
|
H A D | pinctrl-aspeed-g6.c | 2651 u32 val = (pattern << __ffs(desc->mask)); in aspeed_g6_sig_expr_set() local 2671 u32 clear = ~val & desc->mask; in aspeed_g6_sig_expr_set() 2681 desc->mask, val); in aspeed_g6_sig_expr_set()
|
/kernel/linux/linux-6.6/mm/ |
H A D | shmem.c | 1514 if (!swap.val) in shmem_writepage() 1878 folio->swap.val != swap.val || in shmem_swapin_folio()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_idct_msa.c | 603 int32_t val; in vp9_idct8x8_1_add_msa() local 608 val = ROUND_POWER_OF_TWO(out, 5); in vp9_idct8x8_1_add_msa() 609 vec = __msa_fill_h(val); in vp9_idct8x8_1_add_msa()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbitst.cpp | 3400 int32_t val = defaultVal; in getIntParam() local 3412 val = strtol(valString, NULL, 10); in getIntParam() 3419 return val; in getIntParam()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | device9.c | 79 static void nine_setup_set_fpu(uint16_t val) in nine_setup_set_fpu() argument 81 __asm__ __volatile__ ("fldcw %0" : : "m" (*&val)); in nine_setup_set_fpu() 99 static void nine_setup_set_fpu(UNUSED uint16_t val) in nine_setup_set_fpu() argument
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_match.c | 6248 #define LBL(val) case val: goto L_RM##val; in match()
|
/third_party/python/Lib/test/ |
H A D | test_tarfile.py | 1969 for key, val in tar.pax_headers.items(): 1971 self.assertIsNot(type(val), bytes) 1974 tarfile.PAX_NUMBER_FIELDS[key](val)
|
H A D | test_xml_etree.py | 2722 for val in falsey: 2723 sub_elem.text = val 2724 self.assertEqual(root_elem.findtext('./bar'), val)
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.c | 5816 static int add_named_array(const char *val, const struct kernel_param *kp) in add_named_array() argument 5819 * val must be "md_*" or "mdNNN". in add_named_array() 5821 * set the name to val. val must not already be an active name. in add_named_array() 5825 int len = strlen(val); in add_named_array() 5829 while (len && val[len-1] == '\n') in add_named_array() 5833 strlcpy(buf, val, len+1); in add_named_array() 9933 static int set_ro(const char *val, const struct kernel_param *kp) in set_ro() argument 9935 return kstrtouint(val, 10, (unsigned int *)&start_readonly); in set_ro()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.c | 5794 static int add_named_array(const char *val, const struct kernel_param *kp) in add_named_array() argument 5797 * val must be "md_*" or "mdNNN". in add_named_array() 5799 * set the name to val. val must not already be an active name. in add_named_array() 5803 int len = strlen(val); in add_named_array() 5807 while (len && val[len-1] == '\n') in add_named_array() 5811 strscpy(buf, val, len+1); in add_named_array() 10076 static int set_ro(const char *val, const struct kernel_param *kp) in set_ro() argument 10078 return kstrtouint(val, 10, (unsigned int *)&start_readonly); in set_ro()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 1135 i::Handle<i::Object> val = Utils::OpenHandle(*value); in SetEmbedderData() 1136 i::EmbedderDataSlot::store_tagged(*data, index, *val); in SetEmbedderData() 2170 i::Handle<i::Object> val(obj->resource_name(), isolate); in GetResourceName() 2171 return ToApiHandle<Value>(val); in GetResourceName() 2182 i::Handle<i::Object> val(obj->host_defined_options(), isolate); in HostDefinedOptions() 2183 return ToApiHandle<Data>(val); in HostDefinedOptions() 5956 i::Handle<i::Object> val = Utils::OpenHandle(*value); in SetInternalFieldImpl() 5957 i::Handle<i::JSObject>::cast(obj)->SetEmbedderField(index, *val); in SetInternalFieldImpl()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_msl.cpp | 6138 statement("constexpr spvYCbCrSampler() thread : val(build()) {}"); in emit_custom_functions() 6140 statement("constexpr spvYCbCrSampler(Ts... t) thread : val(build(t...)) {}"); in emit_custom_functions() 6145 statement("return spvFormatResolution((val & resolution_mask) >> resolution_base);"); in emit_custom_functions() 6149 statement("return spvChromaFilter((val & chroma_filter_mask) >> chroma_filter_base);"); in emit_custom_functions() 6153 statement("return spvXChromaLocation((val & x_chroma_off_mask) >> x_chroma_off_base);"); in emit_custom_functions() 6157 statement("return spvYChromaLocation((val & y_chroma_off_mask) >> y_chroma_off_base);"); in emit_custom_functions() 6161 statement("return spvYCbCrModelConversion((val & ycbcr_model_mask) >> ycbcr_model_base);"); in emit_custom_functions() 6165 statement("return spvYCbCrRange((val & ycbcr_range_mask) >> ycbcr_range_base);"); in emit_custom_functions() 6167 statement("int get_bpc() const thread { return (val & bpc_mask) >> bpc_base; }"); in emit_custom_functions() 6170 statement("ushort val;"); in emit_custom_functions() [all...] |
/third_party/python/Objects/ |
H A D | unicodeobject.c | 8690 int val; in charmap_encoding_error() local 8700 val = encoding_map_lookup(ch, mapping); in charmap_encoding_error() 8701 if (val != -1) in charmap_encoding_error() 14414 * val object to be converted 14423 _PyUnicode_FormatLong(PyObject *val, int alt, int prec, int type) in _PyUnicode_FormatLong() argument 14441 assert(PyLong_Check(val)); in _PyUnicode_FormatLong() 14451 result = PyNumber_ToBase(val, 10); in _PyUnicode_FormatLong() 14455 result = PyNumber_ToBase(val, 8); in _PyUnicode_FormatLong() 14460 result = PyNumber_ToBase(val, 16); in _PyUnicode_FormatLong()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v6_0.c | 2358 uint32_t reg, uint32_t val) in gfx_v6_0_ring_emit_wreg() 2367 amdgpu_ring_write(ring, val); in gfx_v6_0_ring_emit_wreg() 2357 gfx_v6_0_ring_emit_wreg(struct amdgpu_ring *ring, uint32_t reg, uint32_t val) gfx_v6_0_ring_emit_wreg() argument
|
/kernel/linux/linux-5.10/drivers/cdrom/ |
H A D | cdrom.c | 3476 static int cdrom_print_info(const char *header, int val, char *info, in cdrom_print_info() argument 3505 "\t%d", CDROM_CAN(val) != 0); in cdrom_print_info()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-mio-defs.h | 2419 uint64_t val:1; member 2423 uint64_t val:1;
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | cnic_defs.h | 3258 u16 val; member 3542 u16 val; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-mio-defs.h | 2419 uint64_t val:1; member 2423 uint64_t val:1;
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.c | 3156 ctx->val.vu32 = mlxsw_sp_acl_region_rehash_intrvl_get(mlxsw_sp); in mlxsw_sp_params_acl_region_rehash_intrvl_get() 3167 return mlxsw_sp_acl_region_rehash_intrvl_set(mlxsw_sp, ctx->val.vu32); in mlxsw_sp_params_acl_region_rehash_intrvl_set()
|