Home
last modified time | relevance | path

Searched refs:ALLOC_SIZE (Results 1 – 8 of 8) sorted by relevance

/external/mksh/src/
Dlalloc.c32 #define ALLOC_ISUNALIGNED(p) (((size_t)(p)) % ALLOC_SIZE)
57 *lpp = (lp = ptr - ALLOC_SIZE); in findptr()
97 if (notoktoadd(numb, ALLOC_SIZE) || in aresize()
98 (lp = remalloc(lp, numb + ALLOC_SIZE)) == NULL in aresize()
108 return ((char *)lp + ALLOC_SIZE); in aresize()
Dmain.c113 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM); in rndsetup()
116 memset(cp, 0, sizeof(*bufptr) - ALLOC_SIZE); in rndsetup()
119 bufptr = (void *)(cp - ALLOC_SIZE); in rndsetup()
929 cp = alloc(sizeof(struct env) - ALLOC_SIZE, ATEMP); in newenv()
931 ep = (void *)(cp - ALLOC_SIZE); in newenv()
1027 afree(cp + ALLOC_SIZE, ATEMP); in quitenv()
Dsh.h708 #define ALLOC_SIZE (sizeof(ALLOC_ITEM)) macro
1062 #define LINE (4096 - ALLOC_SIZE)
Djobs.c48 char command[256 - (ALLOC_SIZE + sizeof(Proc *) + sizeof(pid_t) +
/external/deqp/framework/randomshaders/
DrsgToken.hpp237 ALLOC_SIZE = 64 enumerator
247 m_tokens.resize(m_numTokens+ALLOC_SIZE); in operator <<()
DrsgToken.cpp95 : m_tokens (ALLOC_SIZE) in TokenStream()
/external/libnl/lib/netfilter/
Dlog_obj.c248 diff |= NFNL_LOG_DIFF_VAL(ALLOC_SIZE, log_alloc_size); in nfnl_log_compare()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c756 #define ALLOC_SIZE 128 macro
761 pathname = malloc(ALLOC_SIZE); in _pathname()
778 *size = (res + ALLOC_SIZE) & ~(ALLOC_SIZE - 1); in _pathname()
793 static int size = ALLOC_SIZE; in pathname()
805 static int size = ALLOC_SIZE; in pathname_reader()
817 static int size = ALLOC_SIZE; in subpathname()
821 subpath = malloc(ALLOC_SIZE); in subpathname()
840 size = (res + ALLOC_SIZE) & ~(ALLOC_SIZE - 1); in subpathname()