/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_video_state.h | 156 struct pipe_picture_desc base; member 180 struct pipe_macroblock base; member 220 struct pipe_picture_desc base; member 245 struct pipe_picture_desc base; member 336 struct pipe_picture_desc base; member 415 struct pipe_picture_desc base; member 518 struct pipe_picture_desc base; member 619 struct pipe_picture_desc base; member 648 struct pipe_picture_desc base; member 730 struct pipe_picture_desc base; member 802 struct pipe_picture_desc base; global() member 977 struct pipe_picture_desc base; global() member [all...] |
/third_party/icu/icu4c/source/tools/makeconv/ |
H A D | makeconv.cpp | 356 /* Changed to ignore directory and only compare base name in main() 514 * For delta (extension-only) tables, copy values from the base file in readHeader() 563 /* return true if a base table was read, false for an extension table */ 600 /* read the base table */ in readFile() 623 fprintf(stderr, "unexpected text after the base mapping table\n"); in readFile() 630 if(data->ucm->base->flagsType==UCM_FLAGS_MIXED || data->ucm->ext->flagsType==UCM_FLAGS_MIXED) { in readFile() 662 * Build a normal .cnv file with a base table in createConverter() 683 !ucm_checkBaseExt(states, data->ucm->base, data->ucm->ext, data->ucm->ext, false) in createConverter() 686 } else if(data->ucm->base->flagsType&UCM_FLAGS_EXPLICIT) { in createConverter() 688 ucm_sortTable(data->ucm->base); in createConverter() [all...] |
/third_party/lwip/src/netif/ppp/ |
H A D | utils.c | 138 int base, len, neg, quoted; in ppp_vslprintf() local 200 base = 0; in ppp_vslprintf() 213 base = 10; in ppp_vslprintf() 217 base = 10; in ppp_vslprintf() 233 base = 10; in ppp_vslprintf() 237 base = 10; in ppp_vslprintf() 241 base = 8; in ppp_vslprintf() 246 base = 16; in ppp_vslprintf() 251 base = 16; in ppp_vslprintf() 359 if (base ! in ppp_vslprintf() [all...] |
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_job_render.c | 53 struct pvr_winsys_free_list base; member 61 container_of(free_list, struct pvr_srv_winsys_free_list, base) 64 struct pvr_winsys_rt_dataset base; member 73 container_of(rt_dataset, struct pvr_srv_winsys_rt_dataset, base) 76 struct pvr_winsys_render_ctx base; member 86 container_of(ctx, struct pvr_srv_winsys_render_ctx, base) 139 srv_free_list->base.ws = ws; in pvr_srv_winsys_free_list_create() 141 *free_list_out = &srv_free_list->base; in pvr_srv_winsys_free_list_create() 249 srv_rt_dataset->base.ws = ws; in pvr_srv_render_target_dataset_create() 251 *rt_dataset_out = &srv_rt_dataset->base; in pvr_srv_render_target_dataset_create() [all...] |
/third_party/python/Lib/distutils/ |
H A D | ccompiler.py | 3 Contains CCompiler, an abstract base class that defines the interface 16 """Abstract base class to define the interface that must be implemented 43 # (UnixCCompiler, MSVCCompiler, etc.) -- or perhaps the base 483 base, ext = os.path.splitext(source) 852 base, ext = os.path.splitext(src_name) 853 base = os.path.splitdrive(base)[1] # Chop off the drive 854 base = base[os.path.isabs(base) [all...] |
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
H A D | makeconv.cpp | 356 /* Changed to ignore directory and only compare base name in main() 514 * For delta (extension-only) tables, copy values from the base file in readHeader() 563 /* return TRUE if a base table was read, FALSE for an extension table */ 600 /* read the base table */ in readFile() 623 fprintf(stderr, "unexpected text after the base mapping table\n"); in readFile() 630 if(data->ucm->base->flagsType==UCM_FLAGS_MIXED || data->ucm->ext->flagsType==UCM_FLAGS_MIXED) { in readFile() 662 * Build a normal .cnv file with a base table in createConverter() 683 !ucm_checkBaseExt(states, data->ucm->base, data->ucm->ext, data->ucm->ext, FALSE) in createConverter() 686 } else if(data->ucm->base->flagsType&UCM_FLAGS_EXPLICIT) { in createConverter() 688 ucm_sortTable(data->ucm->base); in createConverter() [all...] |
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | strutil.h | 353 int base); 355 int base); 357 inline int32 strto32(const char *nptr, char **endptr, int base) { in strto32() argument 359 return strtol(nptr, endptr, base); in strto32() 361 return strto32_adaptor(nptr, endptr, base); in strto32() 364 inline uint32 strtou32(const char *nptr, char **endptr, int base) { in strtou32() argument 366 return strtoul(nptr, endptr, base); in strtou32() 368 return strtou32_adaptor(nptr, endptr, base); in strtou32() 373 inline int64 strto64(const char *nptr, char **endptr, int base) { in strto64() argument 376 return strtoll(nptr, endptr, base); in strto64() 379 strtou64(const char *nptr, char **endptr, int base) strtou64() argument [all...] |
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | arm64-stub.c | 43 static bool check_image_region(u64 base, u64 size) in check_image_region() argument 59 * Find the region that covers base, and return whether in check_image_region() 60 * it covers base+size bytes. in check_image_region() 62 if (base >= md->phys_addr && base < end) { in check_image_region() 63 ret = (base + size) <= end; in check_image_region()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | fiq.c | 103 void *base = vectors_page; in set_fiq_handler() local 106 memcpy(base + offset, start, length); in set_fiq_handler() 108 flush_icache_range((unsigned long)base + offset, in set_fiq_handler() 109 (unsigned long)base + offset + length); in set_fiq_handler()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | timer32k.c | 172 void __iomem *base; in omap_32k_timer_init() local 175 base = ioremap(OMAP1_32KSYNC_TIMER_BASE, SZ_1K); in omap_32k_timer_init() 176 if (!base) { in omap_32k_timer_init() 177 pr_err("32k_counter: failed to map base addr\n"); in omap_32k_timer_init() 185 ret = omap_init_clocksource_32k(base); in omap_32k_timer_init()
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | pm-s3c2410.c | 38 void *base = phys_to_virt(H1940_SUSPEND_CHECK); in s3c2410_pm_prepare() local 45 calc += __raw_readl(base+ptr); in s3c2410_pm_prepare() 54 void *base = phys_to_virt(H1940_SUSPEND_CHECK); in s3c2410_pm_prepare() local 61 calc += __raw_readl(base+ptr); in s3c2410_pm_prepare()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-fpa.h | 86 /* The base memory address of whole block */ 87 void *base; member 112 * Return the base of the pool 114 * @pool: Pool to get the base of 115 * Returns The base 119 return cvmx_fpa_pool_info[pool].base; in cvmx_fpa_get_base() 133 return ((ptr >= cvmx_fpa_pool_info[pool].base) && in cvmx_fpa_is_member() 135 ((char *)(cvmx_fpa_pool_info[pool].base)) + in cvmx_fpa_is_member()
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | pci-vr41xx.h | 88 #define MBADD(base) ((base) & 0xfffff800U) 89 #define PMBA(base) ((base) & 0xffe00000U)
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | fsl_mpic_err.c | 22 static inline u32 mpic_fsl_err_read(u32 __iomem *base, unsigned int err_reg) in mpic_fsl_err_read() argument 24 return in_be32(base + (err_reg >> 2)); in mpic_fsl_err_read() 27 static inline void mpic_fsl_err_write(u32 __iomem *base, u32 value) in mpic_fsl_err_write() argument 29 out_be32(base + (MPIC_ERR_INT_EIMR >> 2), value); in mpic_fsl_err_write()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | desc_defs.h | 23 #define GDT_ENTRY_INIT(flags, base, limit) \ 27 .base0 = (u16) (base), \ 28 .base1 = ((base) >> 16) & 0xFF, \ 29 .base2 = ((base) >> 24) & 0xFF, \
|
/kernel/linux/linux-5.10/arch/arm/mach-tegra/ |
H A D | sleep.h | 42 /* waits until the microsecond counter (base) is > rn */ 43 .macro wait_until, rn, base, tmp variable 45 1001: ldr \tmp, [\base] 109 .macro tegra_get_soc_id base, tmp1 110 mov32 \tmp1, \base
|
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/ |
H A D | ccu_common.c | 28 addr = common->base + common->lock_reg; in ccu_helper_wait_for_lock() 30 addr = common->base + common->reg; in ccu_helper_wait_for_lock() 94 cclk->base = reg; in sunxi_ccu_probe() 128 reset->base = reg; in sunxi_ccu_probe()
|
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | acpi_pm.c | 228 unsigned int base; in parse_pmtmr() local 231 ret = kstrtouint(arg, 16, &base); in parse_pmtmr() 238 base); in parse_pmtmr() 239 pmtmr_ioport = base; in parse_pmtmr()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | rci2-table.c | 57 u16 *base = (u16 *)rci2_base; in checksum() local 66 chksum += *base; in checksum() 68 base++; in checksum() 72 buf[0] = *(u8 *)base; in checksum()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dce120/ |
H A D | dce120_clk_mgr.c | 60 struct dc_bios *bp = clk_mgr_dce->base.ctx->dc_bios; in dce121_clock_patch_xgmi_ss_info() 136 clk_mgr->base.dprefclk_khz = 600000; in dce120_clk_mgr_construct() 137 clk_mgr->base.funcs = &dce120_funcs; in dce120_clk_mgr_construct() 143 clk_mgr->base.dprefclk_khz = 625000; in dce121_clk_mgr_construct()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/ |
H A D | generic.c | 49 info->onenand.base = ioremap(res->start, size); in generic_onenand_probe() 50 if (!info->onenand.base) { in generic_onenand_probe() 79 iounmap(info->onenand.base); in generic_onenand_probe() 97 iounmap(info->onenand.base); in generic_onenand_remove()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nand_jedec.c | 26 struct nand_device *base = &chip->base; in nand_jedec_detect() local 37 memorg = nanddev_get_memorg(&chip->base); in nand_jedec_detect() 129 nanddev_set_ecc_requirements(base, &requirements); in nand_jedec_detect()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_osdep.h | 22 #define GBE_CONFIG_FLASH_WRITE(base, offset, count, data) \ 23 (iowrite16_rep(base + offset, data, count)) 25 #define GBE_CONFIG_FLASH_READ(base, offset, count, data) \ 26 (ioread16_rep(base + (offset << 1), data, count))
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-fpa.h | 86 /* The base memory address of whole block */ 87 void *base; member 112 * Return the base of the pool 114 * @pool: Pool to get the base of 115 * Returns The base 119 return cvmx_fpa_pool_info[pool].base; in cvmx_fpa_get_base() 133 return ((ptr >= cvmx_fpa_pool_info[pool].base) && in cvmx_fpa_is_member() 135 ((char *)(cvmx_fpa_pool_info[pool].base)) + in cvmx_fpa_is_member()
|
/kernel/linux/linux-6.6/arch/m68k/virt/ |
H A D | ints.c | 55 void __iomem *base = (void __iomem *)(virt_bi_data.pic.mmio + in gfpic_read() local 58 return ioread32be(base + reg); in gfpic_read() 63 void __iomem *base = (void __iomem *)(virt_bi_data.pic.mmio + in gfpic_write() local 66 iowrite32be(value, base + reg); in gfpic_write()
|