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

1 2

  /external/python/cpython2/Mac/scripts/
mkestrres-errno.h 4 #define ENOMEM 37 /* Cannot allocate memory */
  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 32 #define ENOMEM 12
  /device/google/contexthub/firmware/os/inc/
toolchain.h 31 #define ENOMEM 12
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 16 #define ENOMEM 12 /* Out of memory */
  /external/libusb/msvc/
errno.h 36 #define ENOMEM 12 /* Not enough space */
  /external/libcxx/include/
errno.h 360 #ifndef ENOMEM
361 #define ENOMEM 9971
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 61 #define ENOMEM 12 /* Cannot allocate memory */
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 74 #define ENOMEM 12 /* Cannot allocate memory */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 64 #define ENOMEM __ENOMEM /* 12 Cannot allocate memory */
  /external/curl/lib/
config-win32ce.h 443 #define ENOMEM 2
  /external/u-boot/fs/yaffs2/
yportenv.h 193 #ifndef ENOMEM
194 #define ENOMEM 12
  /external/curl/tests/server/
sockfilt.c 120 #undef ENOMEM
121 #define ENOMEM 12 /* errno.h value */
722 errno = ENOMEM;
730 errno = ENOMEM;
739 errno = ENOMEM;
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 20 ENOMEM = 12
  /external/u-boot/include/linux/
errno.h 15 #define ENOMEM 12 /* Out of memory */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 24 ENOMEM = 12
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 177 not_enough_memory, // ENOMEM
394 # ifndef ENOMEM
395 # define ENOMEM 12
558 no_stream_resources = ENOMEM,
572 not_enough_memory = ENOMEM,
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_solaris_amd64.go     [all...]
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 958 ENOMEM = 12
    [all...]

Completed in 2107 milliseconds

1 2