HomeSort by relevance Sort by last modified time
    Searched defs:ALLOC (Results 1 - 9 of 9) sorted by null

  /external/speex/libspeex/
stack_alloc.h 78 * @def ALLOC(var, size, type)
105 #define ALLOC(var, size, type) type var[size]
108 #define ALLOC(var, size, type) var = alloca(sizeof(type)*(size))
111 #define ALLOC(var, size, type) var = PUSH(stack, size, type)
  /external/libopus/celt/
stack_alloc.h 82 * @def ALLOC(var, size, type)
94 #define ALLOC(var, size, type) type var[size]
106 # define ALLOC(var, size, type) var = ((type*)_alloca(sizeof(type)*(size)))
108 # define ALLOC(var, size, type) var = ((type*)alloca(sizeof(type)*(size)))
150 #define ALLOC(var, size, type) var = PUSH(global_stack, size, type)
  /external/zlib/src/contrib/minizip/
unzip.c 111 #ifndef ALLOC
112 # define ALLOC(size) (malloc(size))
430 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
498 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
755 s=(unz64_s*)ALLOC(sizeof(unz64_s));
    [all...]
zip.c 61 #ifndef ALLOC
62 # define ALLOC(size) (malloc(size))
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));
    [all...]
  /external/mksh/src/
sh.h 614 strdup_dst = alloc(strdup_len, (ap)); \
625 strdup_dst = alloc(strndup_len + 1, (ap)); \
1124 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */
1125 #define SHF_ALLOCB 0x0400 /* shf->buf was alloc()ed */
1688 #define alloc macro
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 
  /prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar 
jill-4.7.BETA.jar 

Completed in 157 milliseconds