/external/speex/libspeexdsp/ |
D | stack_alloc.h | 105 #define ALLOC(var, size, type) type var[size] macro 108 #define ALLOC(var, size, type) var = alloca(sizeof(type)*(size)) macro 111 #define ALLOC(var, size, type) var = PUSH(stack, size, type) macro
|
/external/libopus/celt/ |
D | stack_alloc.h | 94 #define ALLOC(var, size, type) type var[size] macro 106 # define ALLOC(var, size, type) var = ((type*)_alloca(sizeof(type)*(size))) macro 108 # define ALLOC(var, size, type) var = ((type*)alloca(sizeof(type)*(size))) macro 156 #define ALLOC(var, size, type) var = PUSH(global_stack, size, type) macro
|
/external/ltp/testcases/kernel/io/disktest/ |
D | defs.h | 71 #define ALLOC(size) HeapAlloc(GetProcessHeap(), 0, size) macro 83 #define ALLOC(size) malloc(size) macro
|
/external/tensorflow/tensorflow/lite/ |
D | arena_planner.cc | 26 enum Type { ALLOC, DEALLOC } type; enumerator
|
/external/protobuf/php/ext/google/protobuf/ |
D | protobuf.h | 271 #define ALLOC(class_name) (class_name*) emalloc(sizeof(class_name)) macro
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo.proto | 397 ALLOC = 0; // A memory region was allocated for the buffer. enumerator
|
/external/libevent/test/ |
D | regress_bufferevent.c | 215 ALLOC, FREE, enumerator
|
/external/zlib/src/contrib/minizip/ |
D | unzip.c | 112 # define ALLOC(size) (malloc(size)) macro
|
D | zip.c | 62 # define ALLOC(size) (malloc(size)) macro
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | instr-a2xx.h | 184 ALLOC = 12, enumerator
|
/external/lz4/lib/ |
D | lz4frame.c | 66 #define ALLOC(s) malloc(s) macro
|
D | lz4.c | 165 #define ALLOC(s) malloc(s) macro
|
/external/python/cpython2/Modules/ |
D | _elementtree.c | 86 #define ALLOC(size, comment) macro
|
/external/python/cpython3/Modules/ |
D | _elementtree.c | 45 #define ALLOC(size, comment) macro
|
/external/mksh/src/ |
D | sh.h | 1724 #define ALLOC BIT(0) /* val.s has been allocated */ macro
|
/external/grpc-grpc-java/netty/shaded/ |
D | grpc-netty-shaded-1.14.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |