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

1 2

  /toolchain/binutils/binutils-2.25/libiberty/
calloc.c 6 @deftypefn Supplemental void* calloc (size_t @var{nelem}, size_t @var{elsize})
8 Uses @code{malloc} to allocate storage for @var{nelem} objects of
23 calloc (size_t nelem, size_t elsize)
27 if (nelem == 0 || elsize == 0)
28 nelem = elsize = 1;
30 ptr = malloc (nelem * elsize);
31 if (ptr) bzero (ptr, nelem * elsize);
xmalloc.c 38 @deftypefn Replacement void* xcalloc (size_t @var{nelem}, size_t @var{elsize})
155 xcalloc (size_t nelem, size_t elsize)
159 if (nelem == 0 || elsize == 0)
160 nelem = elsize = 1;
162 newmem = calloc (nelem, elsize);
164 xmalloc_failed (nelem * elsize);
  /prebuilts/go/darwin-x86/test/
cmplxdivide.c 23 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
70 for(i=0; i<nelem(f); i++)
71 for(j=0; j<nelem(f); j++)
72 for(k=0; k<nelem(f); k++)
73 for(l=0; l<nelem(f); l++) {
  /prebuilts/go/linux-x86/test/
cmplxdivide.c 23 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
70 for(i=0; i<nelem(f); i++)
71 for(j=0; j<nelem(f); j++)
72 for(k=0; k<nelem(f); k++)
73 for(l=0; l<nelem(f); l++) {
  /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...]
  /prebuilts/go/darwin-x86/src/runtime/cgo/
libcgo.h 10 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
gcc_darwin_386.c 77 if(ntofree >= nelem(tofree)) {
gcc_darwin_amd64.c 48 if(ntofree >= nelem(tofree)) {
  /prebuilts/go/linux-x86/src/runtime/cgo/
libcgo.h 10 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
gcc_darwin_386.c 77 if(ntofree >= nelem(tofree)) {
gcc_darwin_amd64.c 48 if(ntofree >= nelem(tofree)) {
  /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/toybox/toys/posix/
cut.c 37 unsigned nelem;
95 TT.nelem++;
98 if (!TT.nelem) error_exit("missing positions list");
153 while (cpos < TT.nelem && buff) {
199 while (cpos < TT.nelem) {
234 TT.nelem = 0;
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /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/gdb/darwin-x86/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/gdb/linux-x86/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/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)

Completed in 813 milliseconds

1 2