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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
_null.h 29 #ifndef NULL
32 #define NULL ((void *)0)
35 #define NULL nullptr
37 #define NULL __null
40 #define NULL (0L)
42 #define NULL 0
  /external/clang/test/CodeGen/
variadic-null-win64.c 4 // Make it possible to pass NULL through variadic functions on platforms where
5 // NULL has an integer type that is more narrow than a pointer. On such
6 // platforms we widen null pointer constants to a pointer-sized integer.
8 #define NULL 0
12 v(f, 1, 2, 3, NULL);
  /external/syslinux/com32/cmenu/
display.c 13 #ifndef NULL
14 #define NULL ((void *) 0)
32 init_help(NULL); // No base dir, so all filenames must be absolute
simple.c 13 #ifndef NULL
14 #define NULL ((void *) 0)
29 init_menusystem(NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
stddef.h 6 #undef NULL
8 #define NULL 0
10 #define NULL ((void *)0)
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
Fv.c 91 NULL,
94 NULL,
95 NULL
  /external/boringssl/src/decrepit/evp/
evp_do_all.c 22 callback(EVP_aes_128_cbc(), "AES-128-CBC", NULL, arg);
23 callback(EVP_aes_128_ctr(), "AES-128-CTR", NULL, arg);
24 callback(EVP_aes_128_ecb(), "AES-128-ECB", NULL, arg);
25 callback(EVP_aes_128_ofb(), "AES-128-OFB", NULL, arg);
26 callback(EVP_aes_256_cbc(), "AES-256-CBC", NULL, arg);
27 callback(EVP_aes_256_ctr(), "AES-256-CTR", NULL, arg);
28 callback(EVP_aes_256_ecb(), "AES-256-ECB", NULL, arg);
29 callback(EVP_aes_256_ofb(), "AES-256-OFB", NULL, arg);
30 callback(EVP_aes_256_xts(), "AES-256-XTS", NULL, arg);
31 callback(EVP_des_cbc(), "DES-CBC", NULL, arg)
    [all...]
  /external/fec/
init_rs.c 9 #if !defined(NULL)
10 #define NULL ((void *)0)
init_rs.h 5 #undef NULL
6 #define NULL ((void *)0)
11 rs = NULL;
27 if(rs == NULL)
35 if(rs->alpha_to == NULL){
37 rs = NULL;
41 if(rs->index_of == NULL){
44 rs = NULL;
65 rs = NULL;
71 if(rs->genpoly == NULL){
    [all...]
  /external/python/cpython2/PC/os2emx/
dllentry.c 5 #define NULL 0
  /external/strace/tests/
adjtimex.c 43 int state = adjtimex(NULL);
44 printf("adjtimex(NULL) = %s\n", sprintrc(state));
60 printflags(adjtimex_status, (unsigned int) tx->status, NULL);
89 printxval(adjtimex_state, (unsigned int) state, NULL);
  /external/strace/tests-m32/
adjtimex.c 43 int state = adjtimex(NULL);
44 printf("adjtimex(NULL) = %s\n", sprintrc(state));
60 printflags(adjtimex_status, (unsigned int) tx->status, NULL);
89 printxval(adjtimex_state, (unsigned int) state, NULL);
  /external/strace/tests-mx32/
adjtimex.c 43 int state = adjtimex(NULL);
44 printf("adjtimex(NULL) = %s\n", sprintrc(state));
60 printflags(adjtimex_status, (unsigned int) tx->status, NULL);
89 printxval(adjtimex_state, (unsigned int) state, NULL);
  /external/tpm2/
InternalRoutines.h 11 // NULL definition
13 #ifndef NULL
14 #define NULL (0)
  /frameworks/wilhelm/src/
handlers.c 22 #define NULL 0
  /external/clang/test/SemaCXX/
null_in_arithmetic_ops.cpp 14 a = 0 ? NULL + a : a + NULL; // expected-warning 2{{use of NULL in arithmetic operation}}
15 a = 0 ? NULL - a : a - NULL; // expected-warning 2{{use of NULL in arithmetic operation}}
16 a = 0 ? NULL / a : a / NULL; // expected-warning 2{{use of NULL in arithmetic operation}} \
18 a = 0 ? NULL * a : a * NULL; // expected-warning 2{{use of NULL in arithmetic operation}
    [all...]
  /external/iptables/libiptc/
linux_stddef.h 4 #undef NULL
6 #define NULL 0
8 #define NULL ((void *)0)
  /external/libese/libese-sysdeps/include/ese/
sysdeps.h 24 #ifndef NULL
25 #define NULL ((void *)(0))
  /external/syslinux/com32/include/
stddef.h 14 #undef NULL
16 # define NULL 0
18 # define NULL ((void *)0)
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
MemoryCallback.c 47 NULL
140 NULL,
143 NULL,
144 NULL
148 NULL,
151 NULL,
152 NULL
159 NULL,
162 NULL,
163 NULL
    [all...]
  /external/clang/test/Headers/
typedef_guards.c 4 // NULL is rdefined in stddef.h
5 #define NULL ((void*) 0)
25 void *baz() { return NULL; }
  /external/clang/test/PCH/
macro-undef.cpp 8 #define NULL 0
14 #undef NULL
25 // CHECK: fix-it:"{{.*}}":{11:10-11:10}:" = NULL"
  /external/syslinux/gpxe/src/include/
stddef.h 9 #undef NULL
10 #define NULL ((void *)0)
  /system/nfc/src/gki/ulinux/
data_types.h 24 #ifndef NULL
25 #define NULL 0
  /toolchain/binutils/binutils-2.27/opcodes/
cris-opc.c 26 #ifndef NULL
27 #define NULL (0)
34 {"bz", 0, 1, cris_ver_v32p, NULL},
35 {"p0", 0, 1, 0, NULL},
36 {"vr", 1, 1, 0, NULL},
37 {"p1", 1, 1, 0, NULL},
38 {"pid", 2, 1, cris_ver_v32p, NULL},
39 {"p2", 2, 1, cris_ver_v32p, NULL},
40 {"p2", 2, 1, cris_ver_warning, NULL},
41 {"srs", 3, 1, cris_ver_v32p, NULL},
    [all...]

Completed in 2473 milliseconds

1 2 3 4 5 6 7 8 91011>>