HomeSort by relevance Sort by last modified time
    Searched defs:size_t (Results 101 - 125 of 388) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/python/cpython3/Include/
longobject.h 20 PyAPI_FUNC(PyObject *) PyLong_FromSize_t(size_t); variable
26 PyAPI_FUNC(size_t) PyLong_AsSize_t(PyObject *);
114 (size_t)-1 is returned and OverflowError set if the true result doesn't
115 fit in a size_t.
117 PyAPI_FUNC(size_t) _PyLong_NumBits(PyObject *v);
141 const unsigned char* bytes, size_t n,
164 unsigned char* bytes, size_t n,
pythread.h 69 PyAPI_FUNC(size_t) PyThread_get_stacksize(void);
70 PyAPI_FUNC(int) PyThread_set_stacksize(size_t); variable
  /external/python/cpython3/Modules/expat/
macconfig.h 50 #undef size_t macro
  /external/syslinux/gpxe/src/arch/i386/include/bits/
stdint.h 6 typedef __SIZE_TYPE__ size_t; typedef
  /external/syslinux/gpxe/src/arch/x86_64/include/bits/
stdint.h 4 typedef __SIZE_TYPE__ size_t; typedef
  /hardware/intel/bootstub/
types.h 18 typedef unsigned int size_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_filebuf.h 59 typedef std::size_t size_t; typedef in class:stdio_filebuf
78 size_t __size = static_cast<size_t>(BUFSIZ));
91 size_t __size = static_cast<size_t>(BUFSIZ));
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size)
145 size_t __size)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_filebuf.h 59 typedef std::size_t size_t; typedef in class:stdio_filebuf
78 size_t __size = static_cast<size_t>(BUFSIZ));
91 size_t __size = static_cast<size_t>(BUFSIZ));
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size)
145 size_t __size)
  /prebuilts/gdb/darwin-x86/include/python2.7/
longobject.h 21 PyAPI_FUNC(PyObject *) PyLong_FromSize_t(size_t); variable
74 (size_t)-1 is returned and OverflowError set if the true result doesn't
75 fit in a size_t.
77 PyAPI_FUNC(size_t) _PyLong_NumBits(PyObject *v);
93 const unsigned char* bytes, size_t n,
116 unsigned char* bytes, size_t n,
pymem.h 52 PyAPI_FUNC(void *) PyMem_Malloc(size_t); variable
53 PyAPI_FUNC(void *) PyMem_Realloc(void *, size_t);
74 #define PyMem_MALLOC(n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \
76 #define PyMem_REALLOC(p, n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \
93 ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
96 ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
106 ( (p) = ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
109 ( (p) = ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
longobject.h 21 PyAPI_FUNC(PyObject *) PyLong_FromSize_t(size_t); variable
74 (size_t)-1 is returned and OverflowError set if the true result doesn't
75 fit in a size_t.
77 PyAPI_FUNC(size_t) _PyLong_NumBits(PyObject *v);
93 const unsigned char* bytes, size_t n,
116 unsigned char* bytes, size_t n,
pymem.h 52 PyAPI_FUNC(void *) PyMem_Malloc(size_t); variable
53 PyAPI_FUNC(void *) PyMem_Realloc(void *, size_t);
74 #define PyMem_MALLOC(n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \
76 #define PyMem_REALLOC(p, n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \
93 ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
96 ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
106 ( (p) = ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
109 ( (p) = ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stddef.h 38 /* Always define size_t when modules are available. */
42 typedef __SIZE_TYPE__ size_t; typedef
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stddef.h 38 /* Always define size_t when modules are available. */
42 typedef __SIZE_TYPE__ size_t; typedef
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/variant/variant.hash/
hash.pass.cpp 29 size_t operator()(const ::MakeEmptyT &) const {
49 ASSERT_SAME_TYPE(decltype(h(v)), std::size_t); member in class:std
104 ASSERT_SAME_TYPE(decltype(h(m1)), std::size_t); member in class:std
132 size_t operator()(B const&) const {
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longobject.h 21 PyAPI_FUNC(PyObject *) PyLong_FromSize_t(size_t); variable
74 (size_t)-1 is returned and OverflowError set if the true result doesn't
75 fit in a size_t.
77 PyAPI_FUNC(size_t) _PyLong_NumBits(PyObject *v);
93 const unsigned char* bytes, size_t n,
116 unsigned char* bytes, size_t n,
pymem.h 52 PyAPI_FUNC(void *) PyMem_Malloc(size_t); variable
53 PyAPI_FUNC(void *) PyMem_Realloc(void *, size_t);
74 #define PyMem_MALLOC(n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \
76 #define PyMem_REALLOC(p, n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \
93 ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
96 ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
106 ( (p) = ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
109 ( (p) = ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longobject.h 21 PyAPI_FUNC(PyObject *) PyLong_FromSize_t(size_t); variable
74 (size_t)-1 is returned and OverflowError set if the true result doesn't
75 fit in a size_t.
77 PyAPI_FUNC(size_t) _PyLong_NumBits(PyObject *v);
93 const unsigned char* bytes, size_t n,
116 unsigned char* bytes, size_t n,
pymem.h 52 PyAPI_FUNC(void *) PyMem_Malloc(size_t); variable
53 PyAPI_FUNC(void *) PyMem_Realloc(void *, size_t);
74 #define PyMem_MALLOC(n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \
76 #define PyMem_REALLOC(p, n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \
93 ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
96 ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
106 ( (p) = ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
109 ( (p) = ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :
    [all...]
  /system/libvintf/include/vintf/
Sepolicy.h 25 size_t value;
27 inline KernelSepolicyVersion(size_t v) : value(v) {}
28 inline operator size_t() const {
42 inline size_t kernelSepolicyVersion() const { return mKernelSepolicyVersion.value; }
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/
aligncomm-4.c 3 typedef __SIZE_TYPE__ size_t; typedef
14 return 15 & (int)(size_t)raddr;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
pr12365b.c 5 typedef __SIZE_TYPE__ size_t; typedef
7 extern void *memcpy (void *, const void *, size_t)
9 extern void bcopy (const void *, void *, size_t)
11 extern void *memset (void *, int, size_t)
13 extern void bzero (void *, size_t)
15 extern int memcmp (const void *, const void *, size_t);
pr12365c.c 3 typedef __SIZE_TYPE__ size_t; typedef
8 my_memcpy (void *d, const void *s, size_t n)
18 my_bcopy (const void *s, void *d, size_t n)
35 my_memset (void *d, int c, size_t n)
44 my_bzero (void *d, size_t n)
52 memcpy (void *d, const void *s, size_t n)
60 bcopy (const void *s, void *d, size_t n)
67 memset (void *d, int c, size_t n)
75 bzero (void *d, size_t n)
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 48 typedef __size_t size_t; typedef
81 void *bsearch(const void *, const void *, size_t,
82 size_t, int (*)(const void *, const void *));
83 void *calloc(size_t, size_t) __malloc_like;
90 void *malloc(size_t) __malloc_like;
91 int mblen(const char *, size_t);
92 void qsort(void *, size_t, size_t,
95 void *realloc(void *, size_t);
    [all...]
  /external/clang/test/Analysis/
coverage.c 4 typedef __typeof(sizeof(int)) size_t; typedef
5 void *malloc(size_t);

Completed in 505 milliseconds

1 2 3 45 6 7 8 91011>>