/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | ctxgk104.c | 851 struct nvkm_device *device = gr->base.engine.subdev.device; in gk104_grctx_generate_r418800() 866 struct nvkm_device *device = chan->gr->base.engine.subdev.device; in gk104_grctx_generate_patch_ltc() 896 struct nvkm_device *device = gr->base.engine.subdev.device; in gk104_grctx_generate_unkn() 908 struct nvkm_device *device = gr->base.engine.subdev.device; in gk104_grctx_generate_r419f78() 917 struct nvkm_device *device = gr->base.engine.subdev.device; in gk104_grctx_generate_gpc_tpc_nr() 924 struct nvkm_device *device = gr->base.engine.subdev.device; in gk104_grctx_generate_alpha_beta_tables()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | sti_hqvdp.c | 1103 crtc->base.id, sti_mixer_to_str(to_sti_mixer(crtc)), in sti_hqvdp_atomic_check() 1104 drm_plane->base.id, sti_plane_to_str(plane)); in sti_hqvdp_atomic_check() 1183 DRM_DEBUG_DRIVER("drm FB:%d format:%.4s phys@:0x%lx\n", fb->base.id, in sti_hqvdp_atomic_update() 1256 drm_plane->base.id); in sti_hqvdp_atomic_disable() 1261 oldstate->crtc->base.id, in sti_hqvdp_atomic_disable() 1263 drm_plane->base.id, sti_plane_to_str(plane)); in sti_hqvdp_atomic_disable()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-img-scb.c | 368 void __iomem *base; member 416 writel(value, i2c->base + offset); in img_i2c_writel() 421 return readl(i2c->base + offset); in img_i2c_readl() 1340 i2c->base = devm_platform_ioremap_resource(pdev, 0); in img_i2c_probe() 1341 if (IS_ERR(i2c->base)) in img_i2c_probe() 1342 return PTR_ERR(i2c->base); in img_i2c_probe()
|
/kernel/linux/linux-6.6/drivers/iio/imu/ |
H A D | kmx61.c | 33 * we use only XOUT_L as a base register, all other addresses 769 static int kmx61_read_measurement(struct kmx61_data *data, u8 base, u8 offset) in kmx61_read_measurement() argument 772 u8 reg = base + offset * 2; in kmx61_read_measurement() 1194 u8 base; in kmx61_trigger_handler() local 1198 base = KMX61_ACC_XOUT_L; in kmx61_trigger_handler() 1200 base = KMX61_MAG_XOUT_L; in kmx61_trigger_handler() 1205 ret = kmx61_read_measurement(data, base, bit); in kmx61_trigger_handler()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | cs35l41-lib.c | 1407 { .type = WMFW_HALO_PM_PACKED, .base = CS35L41_DSP1_PMEM_0 }, 1408 { .type = WMFW_HALO_XM_PACKED, .base = CS35L41_DSP1_XMEM_PACK_0 }, 1409 { .type = WMFW_HALO_YM_PACKED, .base = CS35L41_DSP1_YMEM_PACK_0 }, 1410 {. type = WMFW_ADSP2_XM, .base = CS35L41_DSP1_XMEM_UNPACK24_0}, 1411 {. type = WMFW_ADSP2_YM, .base = CS35L41_DSP1_YMEM_UNPACK24_0}, 1421 dsp->base = CS35L41_DSP1_CTRL_BASE; in cs35l41_configure_cs_dsp()
|
H A D | cs35l45.c | 1171 { .type = WMFW_HALO_PM_PACKED, .base = CS35L45_DSP1_PMEM_0 }, 1172 { .type = WMFW_HALO_XM_PACKED, .base = CS35L45_DSP1_XMEM_PACK_0 }, 1173 { .type = WMFW_HALO_YM_PACKED, .base = CS35L45_DSP1_YMEM_PACK_0 }, 1174 {. type = WMFW_ADSP2_XM, .base = CS35L45_DSP1_XMEM_UNPACK24_0}, 1175 {. type = WMFW_ADSP2_YM, .base = CS35L45_DSP1_YMEM_UNPACK24_0}, 1191 dsp->cs_dsp.base = CS35L45_DSP1_CLOCK_FREQ; in cs35l45_dsp_init()
|
/kernel/linux/linux-6.6/sound/pci/nm256/ |
H A D | nm256.c | 90 /* The base offset of the mixer in the second memory area. */ 371 u32 base = chip->all_coeff_buf; in snd_nm256_load_coefficient() local 374 snd_nm256_writel(chip, addr, base + offset); in snd_nm256_load_coefficient() 377 snd_nm256_writel(chip, addr + 4, base + end_offset); in snd_nm256_load_coefficient() 1203 u32 base; in snd_nm256_ac97_write() local 1208 base = chip->mixer_base; in snd_nm256_ac97_write() 1214 snd_nm256_writew(chip, base + reg, val); in snd_nm256_ac97_write()
|
/kernel/linux/linux-6.6/mm/ |
H A D | nommu.c | 922 void *base; in do_mmap_private() local 961 base = alloc_pages_exact(total << PAGE_SHIFT, GFP_KERNEL); in do_mmap_private() 962 if (!base) in do_mmap_private() 969 region->vm_start = (unsigned long) base; in do_mmap_private() 983 ret = kernel_read(vma->vm_file, base, len, &fpos); in do_mmap_private() 989 memset(base + ret, 0, len - ret); in do_mmap_private()
|
/kernel/linux/linux-6.6/lib/ |
H A D | dynamic_debug.c | 159 *class_id = idx + map->base; in ddebug_find_valid_class() 403 * file <base-filename> 1110 (class_id >= map->base && class_id < map->base + map->length) 1118 return map->class_names[dp->class_id - map->base]; in ddebug_class_name() 1211 v2pr_info("class[%d]: module:%s base:%d len:%d ty:%d\n", i, in ddebug_attach_module_classes() 1212 cm->mod_name, cm->base, cm->length, cm->map_type); in ddebug_attach_module_classes() 1215 v3pr_info(" %d: %d %s\n", j + cm->base, j, in ddebug_attach_module_classes()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow.c | 651 key->nsh.base.flags = nsh_get_flags(nh); in parse_nsh() 652 key->nsh.base.ttl = nsh_get_ttl(nh); in parse_nsh() 653 key->nsh.base.mdtype = nh->mdtype; in parse_nsh() 654 key->nsh.base.np = nh->np; in parse_nsh() 655 key->nsh.base.path_hdr = nh->path_hdr; in parse_nsh() 656 switch (key->nsh.base.mdtype) { in parse_nsh()
|
/third_party/glfw/src/ |
H A D | input.c | 459 int base; in _glfwInputJoystickHat() local 471 base = js->buttonCount + hat * 4; in _glfwInputJoystickHat() 473 js->buttons[base + 0] = (value & 0x01) ? GLFW_PRESS : GLFW_RELEASE; in _glfwInputJoystickHat() 474 js->buttons[base + 1] = (value & 0x02) ? GLFW_PRESS : GLFW_RELEASE; in _glfwInputJoystickHat() 475 js->buttons[base + 2] = (value & 0x04) ? GLFW_PRESS : GLFW_RELEASE; in _glfwInputJoystickHat() 476 js->buttons[base + 3] = (value & 0x08) ? GLFW_PRESS : GLFW_RELEASE; in _glfwInputJoystickHat()
|
/third_party/ffmpeg/libswscale/ |
H A D | yuv2rgb.c | 805 int i, base, rbase, gbase, bbase, av_uninit(abase), needAlpha; in ff_yuv2rgb_c_init_tables() local 1000 base = (c->dstFormat == AV_PIX_FMT_RGB32_1 || in ff_yuv2rgb_c_init_tables() 1002 rbase = base + (isRgb ? 16 : 0); in ff_yuv2rgb_c_init_tables() 1003 gbase = base + 8; in ff_yuv2rgb_c_init_tables() 1004 bbase = base + (isRgb ? 0 : 16); in ff_yuv2rgb_c_init_tables() 1007 abase = (base + 24) & 31; in ff_yuv2rgb_c_init_tables()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-port-test.cc | 119 Base base = ::testing::internal::ImplicitCast_<Base>(derived); in TEST() local 120 EXPECT_EQ(derived.member(), base.member()); in TEST() 138 Base base = ::testing::internal::ImplicitCast_<Base>(castable); in TEST() local 157 Base base = ::testing::internal::ImplicitCast_<Base>(const_castable); in TEST() local 183 Base base = ::testing::internal::ImplicitCast_<Base>(castable); in TEST() local 190 base = ::testing::internal::ImplicitCast_<Base>(const_castable); in TEST()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | RuleBasedCollator.java | 57 * Create a RuleBasedCollator from a locale by calling the getInstance(Locale) factory method in the base class 60 * constructor with the appropriate rules. The customized RuleBasedCollator will base its ordering on the CLDR root collation, while 88 * <li>As mentioned in the documentation of the base class Collator, compatibility decomposition mode is not supported.</li> 172 * // suppose the last character before the first base letter 'a' in 220 CollationTailoring base = CollationRoot.getRoot(); in internalBuildTailoring() 223 // CollationBuilder builder = new CollationBuilder(base); in internalBuildTailoring() 228 Object builder = builderClass.getConstructor(CollationTailoring.class).newInstance(base); in internalBuildTailoring() 994 if(data.base != null) { in getTailoredSet() 1412 boolean thisIsRoot = data.base == null; in equals() 1413 boolean otherIsRoot = o.data.base in equals() [all...] |
/third_party/icu/icu4c/source/test/perf/collperf/ |
H A D | collperf.cpp | 351 void * base; //Start of target array. member 355 void * backup; //copy source of base 359 base = malloc(num * width); in CmdQsort() 364 free(base); in ~CmdQsort() 369 memcpy(base, backup, num * width); in empty_call() 384 memcpy(base, backup, num * width); in call() 385 qsort(base, num, width, fn); in call()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedCollator.java | 58 * Create a RuleBasedCollator from a locale by calling the getInstance(Locale) factory method in the base class 61 * constructor with the appropriate rules. The customized RuleBasedCollator will base its ordering on the CLDR root collation, while 89 * <li>As mentioned in the documentation of the base class Collator, compatibility decomposition mode is not supported.</li> 173 * // suppose the last character before the first base letter 'a' in 219 CollationTailoring base = CollationRoot.getRoot(); in internalBuildTailoring() 222 // CollationBuilder builder = new CollationBuilder(base); in internalBuildTailoring() 227 Object builder = builderClass.getConstructor(CollationTailoring.class).newInstance(base); in internalBuildTailoring() 968 if(data.base != null) { in getTailoredSet() 1375 boolean thisIsRoot = data.base == null; in equals() 1376 boolean otherIsRoot = o.data.base in equals() [all...] |
/third_party/ltp/lib/ |
H A D | tst_cgroup.c | 290 CGROUP_CTRL_MEMBER(base, CTRL_BASE), 810 int base = !strcmp(ctrl->ctrl_name, "base"); in tst_cg_require() local 812 if (base && options->needs_ver != TST_CG_V2) in tst_cg_require() 843 if (base) in tst_cg_require() 868 if (cgroup_ctrl_on_v2(ctrl) && !base) { in tst_cg_require() 883 if (!base) { in tst_cg_require() 1019 || !strcmp(ctrl->ctrl_name, "base")) in tst_cg_cleanup() 1072 if (strcmp(ctrl->ctrl_name, "base")) { in cgroup_group_add_dir()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_blend.c | 58 struct quad_stage base; member 1307 stage->base.softpipe = softpipe; in sp_quad_blend_stage() 1308 stage->base.begin = blend_begin; in sp_quad_blend_stage() 1309 stage->base.run = choose_blend_quad; in sp_quad_blend_stage() 1310 stage->base.destroy = blend_destroy; in sp_quad_blend_stage() 1312 return &stage->base; in sp_quad_blend_stage()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader.cpp | 1405 int Shader::remap_atomic_base(int base) in remap_atomic_base() argument 1407 return m_atomic_base_map[base]; in remap_atomic_base() 1416 const ShaderInput& Shader::input(int base) const in input() 1418 auto io = m_inputs.find(base); in input() 1423 const ShaderOutput& Shader::output(int base) const in output() 1425 auto io = m_outputs.find(base); in output()
|
/third_party/nghttp2/src/ |
H A D | shrpx_downstream.cc | 323 auto p = iov.base; in assemble_request_cookie() 346 if (p - iov.base >= 2) { in assemble_request_cookie() 350 return StringRef{iov.base, p}; in assemble_request_cookie() 453 auto p = iov.base; in alloc_header_name() 455 util::inp_strlower(iov.base, p); in alloc_header_name() 458 return StringRef{iov.base, p}; in alloc_header_name()
|
H A D | shrpx_worker.cc | 1194 std::copy(std::begin(host) + 1, std::end(host), rev_host_src.base); in match_downstream_addr_group_host() 1195 std::reverse(rev_host_src.base, ep); in match_downstream_addr_group_host() 1196 auto rev_host = StringRef{rev_host_src.base, ep}; in match_downstream_addr_group_host() 1294 auto ep = std::copy(std::begin(host), std::end(host), low_host.base); in match_downstream_addr_group() 1296 util::inp_strlower(low_host.base, ep); in match_downstream_addr_group() 1297 host = StringRef{low_host.base, ep}; in match_downstream_addr_group()
|
H A D | util.cc | 196 auto p = percent_encode_token(iov.base, target); in percent_encode_token() 200 return StringRef{iov.base, p}; in percent_encode_token() 242 auto p = quote_string(iov.base, target); in quote_string() 246 return StringRef{iov.base, p}; in quote_string() 516 auto p = iov.base; in format_hex() 526 return StringRef{iov.base, p}; in format_hex() 549 auto p = iov.base; in to_base64() 570 return StringRef{iov.base, p}; in to_base64() 1343 return make_http_hostport(iov.base, host, port); in make_http_hostport() 1349 return make_hostport(iov.base, hos in make_hostport() [all...] |
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 1168 Derived* CheckedDowncastToActualType(Base* base) { in CheckedDowncastToActualType() argument 1172 GTEST_CHECK_(base == nullptr || dynamic_cast<Derived*>(base) != nullptr); in CheckedDowncastToActualType() 1174 return static_cast<Derived*>(base); in CheckedDowncastToActualType() 1297 // non-templated base class for ThreadWithParam allows us to bypass this 1338 ThreadWithParamBase* const base = this; in ThreadWithParam() local 1342 pthread_create(&thread_, nullptr, &ThreadFuncWithCLinkage, base)); in ThreadWithParam() 1593 // Holds a value of T. Can be deleted via its base class without the caller
|
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 135 def __init__(self, base, nbins=None): 136 # note base needs to be floats to avoid integer pow issues 137 self.base = float(base) 139 super().__init__(self.base) 150 # find the best power, use this as our locator's actual base 151 scale = self.base ** (m.ceil(m.log((vmax-vmin) / (nbins+1), self.base))) 1122 help="Use base-2 prefixes for the x-axis.") 1126 help="Use base [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-assembler.h | 200 base::Optional<NodeChangedCallback> node_changed_callback = base::nullopt, 324 Node* UnsafePointerAdd(Node* base, Node* external); 532 base::Optional<NodeChangedCallback> node_changed_callback_; 807 base::Optional<NodeChangedCallback> node_changed_callback = base::nullopt, in JSGraphAssembler() 805 JSGraphAssembler( JSGraph* jsgraph, Zone* zone, base::Optional<NodeChangedCallback> node_changed_callback = base::nullopt, bool mark_loop_exits = false) JSGraphAssembler() argument
|