/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | container_memory_test.cc | 41 std::allocator<int8_t> alloc; in TEST() local 49 std::allocator<int64_t> alloc; in TEST() local 80 TypeCountingAllocator<int> alloc; in TEST() local 99 Alloc* alloc() { return &alloc_; } alloc() function in absl::container_internal::__anon19174::Fixture 242 alloc; TEST() local [all...] |
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder_alloc.h | 69 struct binder_alloc *alloc; member 115 static inline void binder_selftest_alloc(struct binder_alloc *alloc) {} in binder_selftest_alloc() argument 151 binder_alloc_get_free_async_space(struct binder_alloc *alloc) binder_alloc_get_free_async_space() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
H A D | mthca_allocator.c | 40 u32 mthca_alloc(struct mthca_alloc *alloc) in mthca_alloc() argument 64 mthca_free(struct mthca_alloc *alloc, u32 obj) mthca_free() argument 79 mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask, u32 reserved) mthca_alloc_init() argument 105 mthca_alloc_cleanup(struct mthca_alloc *alloc) mthca_alloc_cleanup() argument [all...] |
/kernel/linux/linux-5.10/include/net/tc_act/ |
H A D | tc_ife.h | 45 int (*alloc)(struct tcf_meta_info *, void *, gfp_t); member
|
/kernel/linux/linux-5.10/sound/isa/gus/ |
H A D | gus_mem.c | 18 void snd_gf1_mem_lock(struct snd_gf1_mem * alloc, int xup) in snd_gf1_mem_lock() argument 27 static struct snd_gf1_mem_block *snd_gf1_mem_xalloc(struct snd_gf1_mem * alloc, in snd_gf1_mem_xalloc() argument 63 snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) snd_gf1_mem_xfree() argument 93 snd_gf1_mem_look(struct snd_gf1_mem * alloc, unsigned int address) snd_gf1_mem_look() argument 106 snd_gf1_mem_share(struct snd_gf1_mem * alloc, unsigned int *share_id) snd_gf1_mem_share() argument 121 snd_gf1_mem_find(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block, unsigned int size, int w_16, int align) snd_gf1_mem_find() argument 173 snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner, char *name, int size, int w_16, int align, unsigned int *share_id) snd_gf1_mem_alloc() argument 207 snd_gf1_mem_free(struct snd_gf1_mem * alloc, unsigned int address) snd_gf1_mem_free() argument 224 struct snd_gf1_mem *alloc; snd_gf1_mem_init() local 255 struct snd_gf1_mem *alloc; snd_gf1_mem_done() local 273 struct snd_gf1_mem *alloc; snd_gf1_mem_info_read() local [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs3acl.c | 256 struct posix_acl *orig = acl, *dfacl = NULL, *alloc; in nfs3_set_acl() local [all...] |
/kernel/linux/linux-5.10/drivers/media/radio/ |
H A D | radio-isa.h | 45 struct radio_isa_card *(*alloc)(void); member
|
/kernel/linux/linux-5.10/include/drm/ttm/ |
H A D | ttm_resource.h | 70 int (*alloc)(struct ttm_resource_manager *man, member
|
/kernel/linux/linux-6.6/drivers/media/radio/ |
H A D | radio-isa.h | 45 struct radio_isa_card *(*alloc)(void); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
H A D | rx.c | 164 u32 contig, alloc; in mlx5e_xsk_alloc_rx_wqes_batched() local
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder_alloc.h | 72 struct binder_alloc *alloc; member 119 static inline void binder_selftest_alloc(struct binder_alloc *alloc) {} in binder_selftest_alloc() argument 155 binder_alloc_get_free_async_space(struct binder_alloc *alloc) binder_alloc_get_free_async_space() argument [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs3acl.c | 260 struct posix_acl *orig = acl, *dfacl = NULL, *alloc; in nfs3_set_acl() local [all...] |
/kernel/linux/linux-6.6/include/net/tc_act/ |
H A D | tc_ife.h | 45 int (*alloc)(struct tcf_meta_info *, void *, gfp_t); member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/ |
H A D | mthca_allocator.c | 40 u32 mthca_alloc(struct mthca_alloc *alloc) in mthca_alloc() argument 64 mthca_free(struct mthca_alloc *alloc, u32 obj) mthca_free() argument 79 mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask, u32 reserved) mthca_alloc_init() argument 100 mthca_alloc_cleanup(struct mthca_alloc *alloc) mthca_alloc_cleanup() argument [all...] |
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | alloc.rs | 94 pub unsafe fn alloc(layout: Layout) -> *mut u8 { alloc() functions [all...] |
/kernel/linux/linux-6.6/sound/isa/gus/ |
H A D | gus_mem.c | 18 void snd_gf1_mem_lock(struct snd_gf1_mem * alloc, int xup) in snd_gf1_mem_lock() argument 28 snd_gf1_mem_xalloc(struct snd_gf1_mem *alloc, struct snd_gf1_mem_block *block, in snd_gf1_mem_xalloc() argument 70 snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) snd_gf1_mem_xfree() argument 100 snd_gf1_mem_look(struct snd_gf1_mem * alloc, unsigned int address) snd_gf1_mem_look() argument 113 snd_gf1_mem_share(struct snd_gf1_mem * alloc, unsigned int *share_id) snd_gf1_mem_share() argument 128 snd_gf1_mem_find(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block, unsigned int size, int w_16, int align) snd_gf1_mem_find() argument 180 snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner, char *name, int size, int w_16, int align, unsigned int *share_id) snd_gf1_mem_alloc() argument 213 snd_gf1_mem_free(struct snd_gf1_mem * alloc, unsigned int address) snd_gf1_mem_free() argument 231 struct snd_gf1_mem *alloc; snd_gf1_mem_init() local 260 struct snd_gf1_mem *alloc; snd_gf1_mem_done() local 278 struct snd_gf1_mem *alloc; snd_gf1_mem_info_read() local [all...] |
/third_party/f2fs-tools/fsck/ |
H A D | compress.c | 53 size_t alloc = size + lzo1x_worst_compress(size) in lzo_compress_init() local 74 size_t alloc = size + LZ4_COMPRESSBOUND(size) in lz4_compress_init() local
|
/third_party/alsa-lib/src/mixer/ |
H A D | mixer_local.h | 72 unsigned int alloc; member
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_register_allocate.c | 262 unsigned *alloc = calloc(ctx->alloc, sizeof(unsigned)); in agx_ra() local
|
/third_party/musl/src/stdio/ |
H A D | vfwscanf.c | 90 int alloc; in vfwscanf() local
|
H A D | vfscanf.c | 69 int alloc = 0; in vfscanf() local
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | vfscanf.c | 69 int alloc = 0; in vfscanf() local
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_shader.h | 83 brw::simple_allocator alloc; member
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_image.c | 64 panvk_image_create(VkDevice _device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *alloc, VkImage *pImage, uint64_t modifier, const VkSubresourceLayout *plane_layouts) panvk_image_create() argument
|
/third_party/mesa3d/src/util/ |
H A D | register_allocate_internal.h | 136 unsigned int alloc; /**< count of nodes allocated. */ member
|