/external/chromium_org/third_party/skia/third_party/lua/src/ |
lfunc.h | 22 LUAI_FUNC Closure *luaF_newCclosure (lua_State *L, int nelems); 23 LUAI_FUNC Closure *luaF_newLclosure (lua_State *L, int nelems);
|
lmem.h | 40 #define luaM_growvector(L,v,nelems,size,t,limit,e) \ 41 if ((nelems)+1 > (size)) \
|
lcode.h | 80 LUAI_FUNC void luaK_setlist (FuncState *fs, int base, int nelems, int tostore);
|
lcode.c | 867 void luaK_setlist (FuncState *fs, int base, int nelems, int tostore) { 868 int c = (nelems - 1)/LFIELDS_PER_FLUSH + 1;
|
/external/elfutils/0.153/lib/ |
fixedsizehash.h | 115 CONCAT(PREFIX,fshash_init) (size_t nelems) 122 if (nelems >= (max_size_t / 3) * 2) 129 nelems = next_prime (MAX ((nelems * 3) / 2, 10)); 134 + (nelems + 1) * sizeof (struct CONCAT(PREFIX,fshashent)), 1); 138 result->nslots = nelems;
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.h | 142 mDNSs32 nelems; // elements in table member in struct:__anon6408
|
dnsextd.c | 845 Log("Dumping Lease Table Contents (table contains %d resource records)", d->nelems); [all...] |
/external/blktrace/ |
blktrace.h | 43 unsigned int nelems; member in struct:per_cpu_info
|
blkparse.c | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
lc3bid.re | 375 nelems = NELEMS(g##_insn); \ 387 unsigned int nelems = NELEMS(empty_insn); 448 id_insn->num_info = nelems; 477 id_insn->num_info = NELEMS(empty_insn);
|