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

1 23 4 5 6 7 8 91011>>

  /external/skqp/src/core/
SkBitmapProvider.h 44 void* operator new(size_t) = delete; member in class:SkBitmapProvider
45 void* operator new(size_t, void*) = delete;
  /prebuilts/gdb/darwin-x86/include/python2.7/
pythread.h 24 PyAPI_FUNC(size_t) PyThread_get_stacksize(void);
25 PyAPI_FUNC(int) PyThread_set_stacksize(size_t); variable
intobject.h 39 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t); variable
  /prebuilts/gdb/linux-x86/include/python2.7/
pythread.h 24 PyAPI_FUNC(size_t) PyThread_get_stacksize(void);
25 PyAPI_FUNC(int) PyThread_set_stacksize(size_t); variable
intobject.h 39 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t); variable
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythread.h 24 PyAPI_FUNC(size_t) PyThread_get_stacksize(void);
25 PyAPI_FUNC(int) PyThread_set_stacksize(size_t); variable
intobject.h 39 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t); variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythread.h 24 PyAPI_FUNC(size_t) PyThread_get_stacksize(void);
25 PyAPI_FUNC(int) PyThread_set_stacksize(size_t); variable
intobject.h 39 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t); variable
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cdtest/
cdtest-foo.cc 9 typedef __SIZE_TYPE__ size_t; typedef
11 typedef unsigned int size_t; typedef
15 char *strncpy (char* dest, const char* src, size_t len);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stddef.h 51 typedef __size_t size_t; typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
intobject.h 39 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t); variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
intobject.h 39 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t); variable
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
UefiLzma.h 29 typedef unsigned int size_t; typedef
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
UefiLzma.h 29 typedef unsigned int size_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/
stddef.h 32 /** size_t is the unsigned integer type of the result of the sizeof operator. **/
33 typedef _EFI_SIZE_T_ size_t; typedef
59 The macro expands to an integer constant expression that has type size_t,
  /external/clang/test/Analysis/
Malloc+MismatchedDeallocator_intersections.cpp 4 typedef __typeof(sizeof(int)) size_t; typedef
5 void *malloc(size_t);
NewDelete+MismatchedDeallocator_intersections.cpp 5 typedef __typeof(sizeof(int)) size_t; typedef
6 void *malloc(size_t);
NewDelete-variadic.cpp 5 typedef __typeof__(sizeof(int)) size_t; typedef in namespace:std
10 void *operator new(std::size_t, X, ...);
11 void *operator new[](std::size_t, X, ...);
malloc-overflow2.c 3 typedef __typeof__(sizeof(int)) size_t; typedef
4 extern void *malloc(size_t);
undef-buffers.c 2 typedef __typeof(sizeof(int)) size_t; typedef
3 void *malloc(size_t);
  /external/clang/test/CodeGenCXX/
delete-two-arg.cpp 4 typedef __typeof(sizeof(int)) size_t; typedef
7 struct A { void operator delete(void*,size_t); int x; };
24 void *operator new[](size_t);
25 void operator delete[](void *, size_t);
60 void operator delete[](void *, size_t);
  /external/clang/test/Sema/
darwin-align-cast.c 5 typedef __darwin_size_t size_t; typedef
19 ssize_t sendFileDescriptor(int fd, void *data, size_t nbytes, int sendfd) {
  /external/python/cpython2/Include/
intobject.h 39 PyAPI_FUNC(PyObject *) PyInt_FromSize_t(size_t); variable
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/
aligncomm-1.c 3 typedef __SIZE_TYPE__ size_t; typedef
11 return 15 & (int)(size_t)raddr;

Completed in 1294 milliseconds

1 23 4 5 6 7 8 91011>>