Home
last modified time | relevance | path

Searched defs:ALLOC (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/libopus/celt/
H A Dstack_alloc.h105 #define ALLOC(var, size, type) type var[(size) + ((SIMD_EXTRA_ALLOC_BYTES)/sizeof(type))] macro
118 # define ALLOC(var, size, type) var = \ macro
121 # define ALLOC(var, size, type) var = \ macro
175 #define ALLOC(var, size, type) var = PUSH(global_stack, size, type) macro
/aosp_15_r20/device/generic/goldfish/gralloc/
DDebugLevel.h22 ALLOC = 1, enumerator
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.h98 ALLOC, // API made to the caching allocator for new memory enumerator
183 ALLOC = 2, // additionally keep stacks for allocations in the trace history enumerator
/aosp_15_r20/external/mbedtls/library/
H A Dmd.c409 #define ALLOC(type) \ macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dmd.c409 #define ALLOC(type) \ macro
/aosp_15_r20/external/lz4/lib/
H A Dlz4.c210 # define ALLOC(s) lz4_error_memory_allocation_is_disabled macro
220 # define ALLOC(s) LZ4_malloc(s) macro
225 # define ALLOC(s) malloc(s) macro
H A Dlz4frame.c96 # define ALLOC(s) malloc(s) macro
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo.proto576 ALLOC = 0; // A memory region was allocated for the buffer. enumerator
/aosp_15_r20/external/libevent/test/
H A Dregress_bufferevent.c228 ALLOC, FREE, enumerator
/aosp_15_r20/external/zlib/contrib/minizip/
H A Dunzip.c106 # define ALLOC(size) (malloc(size)) macro
H A Dzip.c61 # define ALLOC(size) (malloc(size)) macro
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/minizip/
Dunzip.c112 # define ALLOC(size) (malloc(size)) macro
Dzip.c62 # define ALLOC(size) (malloc(size)) macro
/aosp_15_r20/external/mesa3d/src/freedreno/ir2/
H A Dinstr-a2xx.h175 ALLOC = 12, enumerator
/aosp_15_r20/external/python/cpython2/Modules/
D_elementtree.c86 #define ALLOC(size, comment) macro
/aosp_15_r20/external/mksh/src/
H A Dsh.h1794 #define ALLOC BIT(0) /* val.s has been allocated */ macro
/aosp_15_r20/external/cronet/third_party/netty4/src/jar/all-in-one/
HDnetty-all-4.1.9.Final.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/native/ io/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty-shaded/1.16.1/
HDgrpc-netty-shaded-1.16.1.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty-shaded/1.56.0/
HDgrpc-netty-shaded-1.56.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/
H A Dtokenizer.json44784 "ALLOC": 42372, number
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/
H A Dtokenizer.json44784 "ALLOC": 42372, number
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/
H A Dtokenizer.json44725 "ALLOC": 42372, number
/aosp_15_r20/tools/deviceinfra/prebuilts/
Dats_local_runner_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
Dats_console_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
Dlab_server_oss_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...

12