HomeSort by relevance Sort by last modified time
    Searched refs:nelems (Results 1 - 25 of 37) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/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);
  /external/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);
  /external/syslinux/com32/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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
vec.h 416 SPACE is space allocated using alloca. NELEMS is the number of
421 va_stack::alloc (vec<T, va_stack, vl_ptr> &v, unsigned nelems,
426 v.vec_->embedded_init (nelems, 0);
430 /* Reserve NELEMS slots for a vector initially allocated on the stack.
438 va_stack::reserve (vec<T, va_stack, vl_embed> *&v, unsigned nelems, bool exact
448 nelems, exact PASS_MEM_STAT); local
453 nelems += v->vecpfx_.num_;
456 va_heap::reserve (reinterpret_cast<vec<T, va_heap, vl_embed> *&>(v), nelems, local
610 /* If V contains no room for NELEMS elements, return false. Otherwise,
614 vec_safe_space (const vec<T, A, vl_embed> *v, unsigned nelems)
    [all...]
  /external/elfutils/lib/
fixedsizehash.h 94 CONCAT(PREFIX,fshash_init) (size_t nelems)
101 if (nelems >= (max_size_t / 3) * 2)
108 nelems = next_prime (MAX ((nelems * 3) / 2, 10));
113 + (nelems + 1) * sizeof (struct CONCAT(PREFIX,fshashent)), 1);
117 result->nslots = nelems;
  /external/libcxxabi/src/
fallback_malloc.cpp 93 const size_t nelems = alloc_size ( len ); local
103 if (p->len > nelems) { // chunk is larger, shorten, and return the tail
106 p->len = static_cast<heap_size>(p->len - nelems);
109 q->len = static_cast<heap_size>(nelems);
113 if (p->len == nelems) { // exact size match
  /external/selinux/libsepol/cil/src/
cil_symtab.h 68 uint32_t nelems; member in struct:cil_complex_symtab
cil_symtab.c 160 symtab->nelems = 0;
218 symtab->nelems++;
283 symtab->nelems = 0;
  /external/mdnsresponder/mDNSShared/
dnsextd.h 142 mDNSs32 nelems; // elements in table member in struct:__anon26798
  /prebuilts/go/darwin-x86/src/runtime/
mgcsweep.go 260 for i := uintptr(0); i < s.nelems; i++ {
284 nalloc := uint16(s.nelems) - uint16(nfree)
287 print("runtime: nelems=", s.nelems, " nfree=", nfree, " nalloc=", nalloc, " previous allocCount=", s.allocCount, " nfreed=", nfreed, "\n")
292 wasempty := s.nextFreeIndex() == s.nelems
298 s.gcmarkBits = newMarkBits(s.nelems)
malloc.go 494 if result < s.nelems {
496 if freeidx%64 == 0 && freeidx != s.nelems {
519 if freeIndex == s.nelems {
521 if uintptr(s.allocCount) != s.nelems {
522 println("runtime: s.allocCount=", s.allocCount, "s.nelems=", s.nelems)
523 throw("s.allocCount != s.nelems && freeIndex == s.nelems")
534 if freeIndex >= s.nelems {
540 if uintptr(s.allocCount) > s.nelems {
    [all...]
mcache.go 113 if uintptr(s.allocCount) != s.nelems {
127 if uintptr(s.allocCount) == s.nelems {
mcentral.go 73 if freeIndex != s.nelems {
106 if n == 0 || s.freeindex == s.nelems || uintptr(s.allocCount) == s.nelems {
  /prebuilts/go/linux-x86/src/runtime/
mgcsweep.go 260 for i := uintptr(0); i < s.nelems; i++ {
284 nalloc := uint16(s.nelems) - uint16(nfree)
287 print("runtime: nelems=", s.nelems, " nfree=", nfree, " nalloc=", nalloc, " previous allocCount=", s.allocCount, " nfreed=", nfreed, "\n")
292 wasempty := s.nextFreeIndex() == s.nelems
298 s.gcmarkBits = newMarkBits(s.nelems)
malloc.go 494 if result < s.nelems {
496 if freeidx%64 == 0 && freeidx != s.nelems {
519 if freeIndex == s.nelems {
521 if uintptr(s.allocCount) != s.nelems {
522 println("runtime: s.allocCount=", s.allocCount, "s.nelems=", s.nelems)
523 throw("s.allocCount != s.nelems && freeIndex == s.nelems")
534 if freeIndex >= s.nelems {
540 if uintptr(s.allocCount) > s.nelems {
    [all...]
mcache.go 113 if uintptr(s.allocCount) != s.nelems {
127 if uintptr(s.allocCount) == s.nelems {
mcentral.go 73 if freeIndex != s.nelems {
106 if n == 0 || s.freeindex == s.nelems || uintptr(s.allocCount) == s.nelems {
  /external/blktrace/
blktrace.h 43 unsigned int nelems; member in struct:per_cpu_info
  /frameworks/base/media/java/android/media/
MediaDrm.java 591 int nelems = parcel.readInt(); local
592 List<KeyStatus> keyStatusList = new ArrayList(nelems);
593 while (nelems-- > 0) {
    [all...]

Completed in 1571 milliseconds

1 2