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

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
xmalloc.c 41 static /*@only@*/ void *def_xcalloc(size_t nelem, size_t elsize);
52 /*@only@*/ void * (*yasm_xcalloc) (size_t nelem, size_t elsize) = def_xcalloc;
77 def_xcalloc(size_t nelem, size_t elsize)
81 if (nelem == 0 || elsize == 0)
82 nelem = elsize = 1;
84 newmem = calloc(nelem, elsize);
coretype.h 371 extern /*@only@*/ void * (*yasm_xcalloc) (size_t nelem, size_t elsize);
  /external/chromium_org/third_party/icu/source/tools/tzcode/
ialloc.c 26 icalloc(nelem, elsize)
27 int nelem;
30 if (nelem == 0 || elsize == 0)
31 nelem = elsize = 1;
32 return calloc((size_t) nelem, (size_t) elsize);
private.h 175 char * icalloc(int nelem, int elsize);
  /external/icu/icu4c/source/tools/tzcode/
ialloc.c 26 icalloc(nelem, elsize)
27 int nelem;
30 if (nelem == 0 || elsize == 0)
31 nelem = elsize = 1;
32 return calloc((size_t) nelem, (size_t) elsize);
private.h 175 char * icalloc(int nelem, int elsize);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utfdef.h 27 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
  /external/libutf/
utfdef.h 13 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
runetype.c 64 p = rbsearch(c, __isideographicr, nelem(__isideographicr)/2, 2);
runetypebody.h 22 p = rbsearch(c, __isspacer, nelem(__isspacer)/2, 2);
78 p = rbsearch(c, __isdigitr, nelem(__isdigitr)/2, 2);
581 p = rbsearch(c, __isalphar, nelem(__isalphar)/2, 2);
584 p = rbsearch(c, __isalphas, nelem(__isalphas), 1);
753 p = rbsearch(c, __isupperr, nelem(__isupperr)/2, 2);
756 p = rbsearch(c, __isupperp, nelem(__isupperp)/2, 2);
759 p = rbsearch(c, __isuppers, nelem(__isuppers), 1);
936 p = rbsearch(c, __islowerr, nelem(__islowerr)/2, 2);
939 p = rbsearch(c, __islowerp, nelem(__islowerp)/2, 2);
942 p = rbsearch(c, __islowers, nelem(__islowers), 1)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 975 set->nelem = 0;
987 set->nelem = 1;
991 set->alloc = set->nelem = 0;
1008 set->nelem = 1;
1013 set->nelem = 2;
1032 dest->nelem = src->nelem;
1033 if (src->nelem > 0)
1035 dest->alloc = dest->nelem;
1039 dest->alloc = dest->nelem = 0
    [all...]
regexec.c 695 if (dfa->init_state->nodes.nelem == 0
696 && dfa->init_state_word->nodes.nelem == 0
697 && (dfa->init_state_nl->nodes.nelem == 0
    [all...]
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 498 into the first NELEM elements of LOADAVG.
499 Return the number written (never more than 3, but may be less than NELEM),
503 getloadavg (double loadavg[], int nelem)
536 nelem = 0;
540 if (nelem >= 1)
543 if (nelem >= 2)
550 if (nelem >= 3)
570 if (nelem > 0)
572 if (nelem > 1)
574 if (nelem > 2
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prmem.h 66 NSPR_API(void *) PR_Calloc(PRUint32 nelem, PRUint32 elsize);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py 72 for nelem in [1, 2, 4] :
73 nelem = nelem*1024*1024 # Millions
74 self.db.set_h_nelem(nelem)
75 self.assertEqual(nelem, self.db.get_h_nelem())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py 72 for nelem in [1, 2, 4] :
73 nelem = nelem*1024*1024 # Millions
74 self.db.set_h_nelem(nelem)
75 self.assertEqual(nelem, self.db.get_h_nelem())
  /ndk/sources/host-tools/nawk-20071023/
tran.c 151 ap->nelem = 0;
175 tp->nelem--;
179 if (tp->nelem != 0)
203 tp->nelem--;
227 tp->nelem++;
228 if (tp->nelem > FULLTAB * tp->size)
awk.h 89 int nelem; /* elements in table right now */ member in struct:Array
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 169 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); local
177 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, quadIndices);
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 270 int nelem = sizeof(quadIndices)/sizeof(quadIndices[0]); local
272 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 353 def hashopen(file, flag='c', mode=0666, pgsize=None, ffactor=None, nelem=None,
363 if nelem is not None: d.set_h_nelem(nelem)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 353 def hashopen(file, flag='c', mode=0666, pgsize=None, ffactor=None, nelem=None,
363 if nelem is not None: d.set_h_nelem(nelem)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 71 nelem = dom.createElement("element")
72 root.insertBefore(nelem, elem)
75 and root.childNodes[0] is nelem
76 and root.childNodes.item(0) is nelem
79 and root.firstChild is nelem
83 nelem = dom.createElement("element")
84 root.insertBefore(nelem, None)
89 and root.childNodes[2] is nelem
90 and root.childNodes.item(2) is nelem
91 and root.lastChild is nelem
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 71 nelem = dom.createElement("element")
72 root.insertBefore(nelem, elem)
75 and root.childNodes[0] is nelem
76 and root.childNodes.item(0) is nelem
79 and root.firstChild is nelem
83 nelem = dom.createElement("element")
84 root.insertBefore(nelem, None)
89 and root.childNodes[2] is nelem
90 and root.childNodes.item(2) is nelem
91 and root.lastChild is nelem
    [all...]
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 361 int nelem = sizeof(indices)/sizeof(indices[0]);
363 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices);

Completed in 800 milliseconds

1 2