/third_party/cups-filters/cupsfilters/ |
H A D | testdriver.c | 155 const char *base; /* Base name of program */ in list_ppds() local
|
/third_party/gn/src/gn/ |
H A D | ninja_build_writer.h | 23 namespace base { namespace
|
H A D | string_output_buffer.h | 15 namespace base { namespace
|
H A D | path_output.h | 19 namespace base { namespace
|
/third_party/FreeBSD/lib/libc/stdlib/ |
H A D | strtoimax.c | 56 strtoimax_l(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoimax_l() argument 158 strtoimax(const char * __restrict nptr, char ** __restrict endptr, int base) strtoimax() argument [all...] |
H A D | strtoumax.c | 56 strtoumax_l(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoumax_l() argument 136 strtoumax(const char * __restrict nptr, char ** __restrict endptr, int base) strtoumax() argument [all...] |
H A D | strtoul.c | 56 strtoul_l(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoul_l() argument 136 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) strtoul() argument [all...] |
/third_party/libdrm/exynos/ |
H A D | exynos_drmif.h | 71 drmEventContext base; member
|
/third_party/mbedtls/3rdparty/everest/library/ |
H A D | x25519.c | 66 uint8_t base[MBEDTLS_X25519_KEY_SIZE_BYTES] = {0}; in mbedtls_x25519_make_params() local 151 unsigned char base[MBEDTLS_X25519_KEY_SIZE_BYTES] = { 0 }; in mbedtls_x25519_make_public() local [all...] |
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_cs.h | 58 radv_amdgpu_ctx(struct radeon_winsys_ctx *base) in radv_amdgpu_ctx() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_surface.h | 45 struct pipe_surface base; member
|
/third_party/mesa3d/src/glx/ |
H A D | dri_common.h | 50 struct glx_config base; member
|
H A D | glxconfig.c | 224 struct glx_config *base = NULL; in glx_config_create_list() local
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_context.h | 33 struct pipe_context base; member 48 struct pipe_sampler_view base; member 69 struct pipe_transfer base; member
|
H A D | tegra_resource.h | 32 struct pipe_resource base; member 58 struct pipe_surface base; member
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | query9.h | 37 struct NineUnknown base; member
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_screen.h | 41 struct pipe_screen base; member
|
H A D | sp_texture.h | 46 struct pipe_resource base; member 77 struct pipe_transfer base; member
|
/third_party/node/lib/ |
H A D | path.js | [all...] |
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | variant.py | 5 from . import base namespace
|
H A D | seed.py | 8 from . import base namespace
|
/third_party/musl/porting/liteos_a/user/src/stdlib/ |
H A D | qsort.c | 46 void __qsort_r(void *base, size_t nel, size_t width, cmpfun cmp, void *arg) in __qsort_r() argument
|
/third_party/musl/src/malloc/mallocng/ |
H A D | realloc.c | 31 size_t base = (unsigned char *)p-start; in realloc() local
|
/third_party/musl/src/stdlib/liteos_a/ |
H A D | qsort.c | 46 void __qsort_r(void *base, size_t nel, size_t width, cmpfun cmp, void *arg) in __qsort_r() argument
|
/third_party/musl/src/stdlib/ |
H A D | wcstol.c | 32 static unsigned long long wcstox(const wchar_t *s, wchar_t **p, int base, unsigned long long lim) in wcstox() argument 53 unsigned long long wcstoull(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoull() argument 58 long long wcstoll(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoll() argument 63 unsigned long wcstoul(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoul() argument 68 long wcstol(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstol() argument 73 wcstoimax(const wchar_t *restrict s, wchar_t **restrict p, int base) wcstoimax() argument 78 wcstoumax(const wchar_t *restrict s, wchar_t **restrict p, int base) wcstoumax() argument [all...] |