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

1 23 4 5

  /external/tensorflow/tensorflow/core/lib/strings/
strcat_test.cc 26 // ssize_t is not a standard C++ type.
27 typedef ptrdiff_t ssize_t; typedef
45 const ssize_t ssize = -11;
  /bionic/libc/include/sys/
types.h 123 /* Traditionally, bionic's ssize_t was "long int". This caused GCC to emit warnings when you
124 * pass a ssize_t to a printf-style function. The correct type is __kernel_ssize_t, which is
128 typedef __kernel_ssize_t ssize_t; typedef
  /external/boringssl/src/tool/
digest.cc 40 typedef int ssize_t; typedef
144 ssize_t n;
transport_common.cc 42 typedef int ssize_t; typedef
404 ssize_t n;
461 ssize_t n;
507 ssize_t n;
592 ssize_t n;
  /external/libpcap/
sockutils.c 701 * On UN*X, recv() returns ssize_t.
702 * On Windows, there *is* no ssize_t, and it returns an int.
703 * Define ssize_t as int on Windows so we can use it as the return value
707 typedef int ssize_t; typedef
715 ssize_t nread;
    [all...]
  /external/libvncserver/libvncserver/
httpd.c 51 #include <BaseTsd.h> /* For the missing ssize_t */
52 #define ssize_t SSIZE_T macro
307 ssize_t got;
  /external/llvm/include/llvm/Support/
DataTypes.h 114 typedef signed int ssize_t; typedef
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 114 typedef signed int ssize_t; typedef
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 114 typedef signed int ssize_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 103 typedef __ssize_t ssize_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 161 #undef ssize_t macro
163 __MINGW_EXTENSION typedef __int64 ssize_t; typedef
165 typedef int ssize_t; typedef
time.h 66 #undef ssize_t macro
68 __MINGW_EXTENSION typedef __int64 ssize_t; typedef
70 typedef int ssize_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 254 typedef _BSD_SSIZE_T_ ssize_t; typedef
  /external/clang/test/Analysis/
taint-tester.c 156 typedef long ssize_t; typedef
157 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
164 ssize_t read;
  /external/libvncserver/libvncclient/
tls_openssl.c 58 #include <BaseTsd.h> // That's for SSIZE_T
59 typedef SSIZE_T ssize_t; typedef
550 ssize_t ret;
571 ssize_t ret;
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 49 # define ssize_t int macro
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 13 typedef long ssize_t; typedef
225 CALL_WRITEPARAM(ssize_t) // ERROR
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stddef.h 214 typedef long ssize_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stddef.h 214 typedef long ssize_t; typedef
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
stddef.h 216 typedef long ssize_t; typedef
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
stddef.h 216 typedef long ssize_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stddef.h 214 typedef long ssize_t; typedef
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stddef.h 214 typedef long ssize_t; typedef
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stddef.h 214 typedef long ssize_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stddef.h 214 typedef long ssize_t; typedef

Completed in 836 milliseconds

1 23 4 5