/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_user.c | 165 u8 base, max; in legacy_ring_idx() member 180 return map[ring->class].base + ring->instance; in legacy_ring_idx()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_gem_evict.c | 43 return !kref_read(&vma->obj->base.refcount); in dying_vma() 492 (ww && (dma_resv_locking_ctx(vma->obj->base.resv) == &ww->ctx))) { in i915_gem_evict_vm()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.h | 210 uint32_t base; member 216 uint32_t base; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drv.h | 88 struct nvif_client base; member 220 u32 base; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | ctxgf117.c | 190 struct nvkm_device *device = gr->base.engine.subdev.device; in gf117_grctx_generate_dist_skip_table() 200 struct nvkm_device *device = gr->base.engine.subdev.device; in gf117_grctx_generate_rop_mapping()
|
/kernel/linux/linux-6.6/drivers/gpu/host1x/ |
H A D | dev.h | 87 unsigned int base; member 93 unsigned int base; member
|
/kernel/linux/linux-6.6/drivers/hid/surface-hid/ |
H A D | surface_kbd.c | 257 shid->notif.base.priority = 1; in surface_kbd_probe() 258 shid->notif.base.fn = ssam_kbd_event_fn; in surface_kbd_probe()
|
H A D | surface_hid.c | 210 shid->notif.base.priority = 1; in surface_hid_probe() 211 shid->notif.base.fn = ssam_hid_event_fn; in surface_hid_probe()
|
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-bcm6345-l1.c | 126 int base = idx * IRQS_PER_WORD; in bcm6345_l1_irq_handle() local 134 if (generic_handle_domain_irq(intc->domain, base + hwirq)) in bcm6345_l1_irq_handle()
|
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds-mlxcpld.c | 70 * @base_color: base color code for LED 94 * @base_color: base color code 247 static void mlxcpld_led_bus_access_func(u16 base, u8 offset, u8 rw_flag, in mlxcpld_led_bus_access_func() argument 250 u32 addr = base + offset; in mlxcpld_led_bus_access_func()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | chunk.c | 176 max_data = sctp_min_frag_point(sctp_sk(asoc->base.sk), in sctp_datamsg_from_user() 228 SCTP_INC_STATS(asoc->base.net, in sctp_datamsg_from_user()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | xapic_ipi_test.c | 86 uint64_t base = GET_APIC_BASE(msr); in verify_apic_base_addr() local 88 GUEST_ASSERT(base == APIC_DEFAULT_GPA); in verify_apic_base_addr()
|
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/ |
H A D | load.c | 92 secs->base = encl->encl_base; in encl_ioc_create() 99 munmap((void *)secs->base, encl->encl_size); in encl_ioc_create()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | vmwgfx_drm.h | 221 struct drm_event base; member 337 struct drm_vmw_gb_surface_create_req base; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | vmwgfx_drm.h | 221 struct drm_event base; member 337 struct drm_vmw_gb_surface_create_req base; member
|
/third_party/elfutils/libdwfl/ |
H A D | linux-proc-maps.c | 361 const char *module_name, Dwarf_Addr base, in dwfl_linux_proc_find_elf() 425 *elfp = elf_from_remote_memory (base, sysconf (_SC_PAGESIZE), NULL, in dwfl_linux_proc_find_elf() 359 dwfl_linux_proc_find_elf(Dwfl_Module *mod __attribute__ ((unused)), void **userdata __attribute__ ((unused)), const char *module_name, Dwarf_Addr base, char **file_name, Elf **elfp) dwfl_linux_proc_find_elf() argument
|
/third_party/curl/tests/libtest/ |
H A D | lib506.c | 168 static char *suburl(const char *base, int i) in suburl() argument 170 return curl_maprintf("%s%.4d", base, i); in suburl()
|
/third_party/gn/src/gn/ |
H A D | create_bundle_target_generator.cc | 9 #include "base/logging.h" 10 #include "base/strings/stringprintf.h" 38 base::StringPrintf( in GetValueFromScope() 130 base::StringPrintf("The given file should be in the bundle root " in FillBundleDir()
|
H A D | resolved_target_data.cc | 104 base::span<const Target*> deps, in ComputeInheritedLibsFor() 186 void ResolvedTargetData::ComputeRustLibsFor(base::span<const Target*> deps, in ComputeRustLibsFor()
|
H A D | rust_project_writer_helpers_unittest.cc | 7 #include "base/strings/string_util.h" 47 base::ReplaceSubstringsAfterOffset(&out, 0, "\r\n", "\n"); in TEST_F() 108 base::ReplaceSubstringsAfterOffset(&out, 0, "\r\n", "\n"); in TEST_F()
|
/third_party/glslang/glslang/Include/ |
H A D | Common.h | 100 // Put POOL_ALLOCATOR_NEW_DELETE in base classes to make them use this scheme. 207 inline const TString String(const int i, const int base = 10) in String() 209 char text[16]; // 32 bit ints are at most 10 digits in base 10 in String() 210 _itoa_s(i, text, sizeof(text), base); in String() 214 inline const TString String(const int i, const int /*base*/ = 10) in String() 216 char text[16]; // 32 bit ints are at most 10 digits in base 10 in String() 218 // we assume base 10 for all cases in String()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | vtzone.h | 330 * Gets the first time zone transition after the base time. 331 * @param base The base time. 332 * @param inclusive Whether the base time is inclusive or not. 333 * @param result Receives the first transition after the base time. 337 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const override; 340 * Gets the most recent time zone transition before the base time. 341 * @param base The base time. 342 * @param inclusive Whether the base tim [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | TransformsMapperTest.java | 5 import static com.google.common.base.Preconditions.checkArgument; 34 import com.google.common.base.Ascii;
|
H A D | DayPeriodsMapperTest.java | 25 import com.google.common.base.Ascii; 26 import com.google.common.base.Joiner;
|
H A D | PluralsMapperTest.java | 26 import com.google.common.base.Ascii; 27 import com.google.common.base.Joiner;
|