HomeSort by relevance Sort by last modified time
    Searched defs:size (Results 2026 - 2050 of 11184) sorted by null

<<81828384858687888990>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tempbuf.h 141 size() const function in class:_Temporary_buffer
144 /// Returns the size requested by the constructor; may be >size().
160 * Constructs a temporary buffer of a size somewhere between
161 * zero and the size of the given range.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
sbitmap.h 42 the size of the set universe:
72 size of the set universe (colloquially the number of bits in the bitmap).
78 representations like linked-list bitmaps. For larger problems, the size
89 unsigned int size; /* Size in elements. */ member in struct:simple_bitmap_def
93 /* Return the set size needed for N elements. */
133 /* The size of the bitmap. */
134 unsigned int size; member in struct:__anon41492
155 i->size = bmp->size;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_stack.h 151 size() const function in class:stack
152 { return c.size(); }
233 * @return True iff the size and elements of the stacks are equal.
237 * are: this relation is linear in the size of the sequences, and
254 * are: this relation is linear in the size of the sequences, the
stl_tempbuf.h 141 size() const function in class:_Temporary_buffer
144 /// Returns the size requested by the constructor; may be >size().
160 * Constructs a temporary buffer of a size somewhere between
161 * zero and the size of the given range.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtcapi.h 46 int size; member in struct:_RTC_vardesc
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyexpat.h 12 int size; /* set to sizeof(struct PyExpat_CAPI) */ member in struct:PyExpat_CAPI
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_largefile.py 18 # By ignoring it, system calls exceeding the file size resource
25 size = 2500000000 variable
44 f.seek(size)
48 print('check file size with os.fstat')
49 self.assertEqual(os.fstat(f.fileno())[stat.ST_SIZE], size+1)
53 print('check file size with os.stat')
54 self.assertEqual(os.stat(TESTFN)[stat.ST_SIZE], size+1)
76 self.assertEqual(f.tell(), size + 1 + 0)
78 self.assertEqual(f.tell(), size + 1 - 10)
79 f.seek(-size-1, 2
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyexpat.h 12 int size; /* set to sizeof(struct PyExpat_CAPI) */ member in struct:PyExpat_CAPI
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_largefile.py 18 # By ignoring it, system calls exceeding the file size resource
25 size = 2500000000 variable
44 f.seek(size)
48 print('check file size with os.fstat')
49 self.assertEqual(os.fstat(f.fileno())[stat.ST_SIZE], size+1)
53 print('check file size with os.stat')
54 self.assertEqual(os.stat(TESTFN)[stat.ST_SIZE], size+1)
76 self.assertEqual(f.tell(), size + 1 + 0)
78 self.assertEqual(f.tell(), size + 1 - 10)
79 f.seek(-size-1, 2
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_darwin_arm.c 57 size_t size; local
64 size = 0;
65 pthread_attr_getstacksize(&attr, &size);
66 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
67 ts->g->stackhi = size;
139 size_t size; local
143 pthread_attr_getstacksize(&attr, &size);
144 g->stacklo = (uintptr)&attr - size + 4096;
gcc_darwin_arm64.c 58 size_t size; local
66 size = 0;
67 pthread_attr_getstacksize(&attr, &size);
68 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
69 ts->g->stackhi = size;
141 size_t size; local
146 pthread_attr_getstacksize(&attr, &size);
147 g->stacklo = (uintptr)&attr - size + 4096;
gcc_openbsd_386.c 116 size_t size; local
120 pthread_attr_getstacksize(&attr, &size);
121 g->stacklo = (uintptr)&attr - size + 4096;
139 size_t size; local
146 pthread_attr_getstacksize(&attr, &size);
147 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
148 ts->g->stackhi = size;
gcc_openbsd_amd64.c 116 size_t size; local
120 pthread_attr_getstacksize(&attr, &size);
121 g->stacklo = (uintptr)&attr - size + 4096;
139 size_t size; local
146 pthread_attr_getstacksize(&attr, &size);
148 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
149 ts->g->stackhi = size;
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_darwin_arm.c 57 size_t size; local
64 size = 0;
65 pthread_attr_getstacksize(&attr, &size);
66 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
67 ts->g->stackhi = size;
139 size_t size; local
143 pthread_attr_getstacksize(&attr, &size);
144 g->stacklo = (uintptr)&attr - size + 4096;
gcc_darwin_arm64.c 58 size_t size; local
66 size = 0;
67 pthread_attr_getstacksize(&attr, &size);
68 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
69 ts->g->stackhi = size;
141 size_t size; local
146 pthread_attr_getstacksize(&attr, &size);
147 g->stacklo = (uintptr)&attr - size + 4096;
gcc_openbsd_386.c 116 size_t size; local
120 pthread_attr_getstacksize(&attr, &size);
121 g->stacklo = (uintptr)&attr - size + 4096;
139 size_t size; local
146 pthread_attr_getstacksize(&attr, &size);
147 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
148 ts->g->stackhi = size;
gcc_openbsd_amd64.c 116 size_t size; local
120 pthread_attr_getstacksize(&attr, &size);
121 g->stacklo = (uintptr)&attr - size + 4096;
139 size_t size; local
146 pthread_attr_getstacksize(&attr, &size);
148 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
149 ts->g->stackhi = size;
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/mtd/
blktrans.h 30 unsigned long size; member in struct:mtd_blktrans_dev
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 29 u_int32_t size; member in struct:hashlimit_cfg
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/mtd/
blktrans.h 30 unsigned long size; member in struct:mtd_blktrans_dev
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 29 u_int32_t size; member in struct:hashlimit_cfg
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/mtd/
blktrans.h 30 unsigned long size; member in struct:mtd_blktrans_dev
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 29 u_int32_t size; member in struct:hashlimit_cfg
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/mtd/
blktrans.h 30 unsigned long size; member in struct:mtd_blktrans_dev
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 29 u_int32_t size; member in struct:hashlimit_cfg

Completed in 654 milliseconds

<<81828384858687888990>>