HomeSort by relevance Sort by last modified time
    Searched defs:ssize_t (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/clang/test/Sema/
format-strings-fixit-ssize_t.c 14 typedef signed long int ssize_t; typedef
15 printf("%f", (ssize_t) 42);
18 // CHECK: printf("%zd", (ssize_t) 42);
attr-bounded.c 4 typedef long ssize_t; typedef
8 ssize_t read(int, void *, size_t)
darwin-align-cast.c 6 typedef __darwin_ssize_t ssize_t; typedef
19 ssize_t sendFileDescriptor(int fd, void *data, size_t nbytes, int sendfd) {
  /external/tensorflow/tensorflow/core/platform/windows/
integral_types.h 23 typedef std::ptrdiff_t ssize_t; typedef
  /bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/
foo.h 6 typedef int ssize_t; typedef
26 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64)
31 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset);
  /bionic/tools/versioner/tests/preprocessor_file_offset_bits/headers/
foo.h 6 typedef int ssize_t; typedef
24 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64)
27 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdio.h 56 typedef __ssize_t ssize_t; typedef
  /external/libcups/cups/
file.h 34 /* Windows does not support the ssize_t type, so map it to off_t... */
35 typedef off_t ssize_t; /* @private@ */ typedef
92 extern ssize_t cupsFilePutConf(cups_file_t *fp, const char *directive,
96 extern ssize_t cupsFileRead(cups_file_t *fp, char *buf, size_t bytes)
105 extern ssize_t cupsFileWrite(cups_file_t *fp, const char *buf,
string-private.h 48 /* Windows does not support the ssize_t type, so map it to long... */
49 typedef long ssize_t; /* @private@ */ typedef
155 extern ssize_t _cups_safe_vsnprintf(char *, size_t, const char *, va_list);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DataTypes.h 68 typedef signed __int64 ssize_t; typedef
70 typedef signed int ssize_t; typedef
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 53 typedef intptr_t ssize_t; typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
OobRx.h 37 #define ssize_t int macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
OobTx.h 38 #define ssize_t int macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/
RawIp4Rx.h 36 #define ssize_t int macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/
RawIp4Tx.h 38 #define ssize_t int macro
  /external/clang/test/Analysis/
taint-tester.cpp 7 typedef long ssize_t; typedef
8 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
14 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
21 ssize_t read;
  /external/jemalloc_new/include/jemalloc/internal/
jemalloc_internal_decls.h 55 # define SSIZE_MAX ((ssize_t)(SIZE_T_MAX >> 1))
71 typedef intptr_t ssize_t; typedef
  /external/lzma/CPP/Common/
C_FileIO.h 14 typedef size_t ssize_t; typedef
40 ssize_t Read(void *data, size_t size);
48 ssize_t Write(const void *data, size_t size);
  /external/conscrypt/common/src/jni/main/include/conscrypt/
compat.h 53 typedef long ssize_t; typedef
  /external/libchrome/base/strings/
safe_sprintf.h 15 // For ssize_t
25 // Define ssize_t inside of our namespace.
27 typedef __int64 ssize_t; typedef in namespace:base::strings
29 typedef long ssize_t;
118 // const size_t kMaxSize = std::numeric_limits<ssize_t>::max();
207 BASE_EXPORT ssize_t SafeSNPrintf(char* buf, size_t sz, const char* fmt,
213 // use, this constant should always be std::numeric_limits<ssize_t>::max().
221 ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, Args... args) {
229 ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, Args... args) {
237 BASE_EXPORT ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt)
    [all...]
  /external/libevent/
evutil_rand.c 120 #define ssize_t EVENT__ssize_t macro
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
uio.h 53 typedef _BSD_SSIZE_T_ ssize_t; typedef
114 ssize_t preadv(int, const struct iovec *, int, off_t);
115 ssize_t pwritev(int, const struct iovec *, int, off_t);
117 ssize_t readv(int, const struct iovec *, int);
118 ssize_t writev(int, const struct iovec *, int);
  /external/e2fsprogs/lib/ext2fs/
imager.c 38 typedef int ssize_t; typedef
67 ssize_t actual;
120 if (actual != (ssize_t) (fs->blocksize * d)) {
147 ssize_t actual;
170 if (actual != (ssize_t) (fs->blocksize * c)) {
196 ssize_t actual;
228 if (actual != (ssize_t) fs->blocksize) {
268 if (actual != (ssize_t) (fs->blocksize * fs->desc_blocks)) {
287 ssize_t actual, size;
330 ssize_t actual
    [all...]
  /external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
DataTypes.h 97 typedef signed __int64 ssize_t; typedef
99 typedef signed int ssize_t; typedef
  /external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/
DataTypes.h 97 typedef signed __int64 ssize_t; typedef
99 typedef signed int ssize_t; typedef

Completed in 866 milliseconds

1 2 3