Home
last modified time | relevance | path

Searched refs:base (Results 12001 - 12025 of 17166) sorted by relevance

1...<<481482483484485486487488489490>>...687

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_engine_user.c165 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 Di915_gem_evict.c43 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 Drockchip_drm_vop.h210 uint32_t base; member
216 uint32_t base; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h88 struct nvif_client base; member
220 u32 base; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgf117.c190 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 Ddev.h87 unsigned int base; member
93 unsigned int base; member
/kernel/linux/linux-6.6/drivers/hid/surface-hid/
H A Dsurface_kbd.c257 shid->notif.base.priority = 1; in surface_kbd_probe()
258 shid->notif.base.fn = ssam_kbd_event_fn; in surface_kbd_probe()
H A Dsurface_hid.c210 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 Dirq-bcm6345-l1.c126 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 Dleds-mlxcpld.c70 * @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 Dchunk.c176 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 Dxapic_ipi_test.c86 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 Dload.c92 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 Dvmwgfx_drm.h221 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 Dvmwgfx_drm.h221 struct drm_event base; member
337 struct drm_vmw_gb_surface_create_req base; member
/third_party/elfutils/libdwfl/
H A Dlinux-proc-maps.c361 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 Dlib506.c168 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 Dcreate_bundle_target_generator.cc9 #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 Dresolved_target_data.cc104 base::span<const Target*> deps, in ComputeInheritedLibsFor()
186 void ResolvedTargetData::ComputeRustLibsFor(base::span<const Target*> deps, in ComputeRustLibsFor()
H A Drust_project_writer_helpers_unittest.cc7 #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 DCommon.h100 // 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 Dvtzone.h330 * 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 DTransformsMapperTest.java5 import static com.google.common.base.Preconditions.checkArgument;
34 import com.google.common.base.Ascii;
H A DDayPeriodsMapperTest.java25 import com.google.common.base.Ascii;
26 import com.google.common.base.Joiner;
H A DPluralsMapperTest.java26 import com.google.common.base.Ascii;
27 import com.google.common.base.Joiner;

Completed in 22 milliseconds

1...<<481482483484485486487488489490>>...687