Searched defs:ALLOC (Results 1 - 6 of 6) sorted by relevance

/external/speex/libspeex/
H A Dstack_alloc.h78 * @def ALLOC(var, size, type)
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/
H A Dstack_alloc.h82 * @def ALLOC(var, size, type)
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
150 #define ALLOC(var, size, type) var = PUSH(global_stack, size, type) macro
/external/zlib/src/contrib/minizip/
H A Dunzip.c111 #ifndef ALLOC
112 # define ALLOC(size) (malloc(size)) macro
430 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
498 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
755 s=(unz64_s*)ALLOC(sizeof(unz64_s));
1500 pfile_in_zip_read_info = (file_in_zip64_read_info_s*)ALLOC(sizeof(file_in_zip64_read_info_s));
1504 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE);
H A Dzip.c61 #ifndef ALLOC
62 # define ALLOC(size) (malloc(size)) macro
193 ALLOC(sizeof(linkedlist_datablock_internal));
497 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
560 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
801 pziinit->globalcomment = (char*)ALLOC(size_comment+1);
815 void* buf_read = (void*)ALLOC(buf_size);
883 zi = (zip64_internal*)ALLOC(sizeof(zip64_internal));
1136 zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader + zi->ci.size_centralExtraFree);
1965 pNewHeader = (char*)ALLOC(*dataLe
[all...]
/external/mksh/src/
H A Dsh.h1197 #define ALLOC BIT(0) /* val.s has been allocated */ macro
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...

Completed in 562 milliseconds