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

1 2 3 4 5 6 7 8 91011>>

  /external/tcpdump/
ipproto.c 54 { 0, NULL }
138 NULL, /* 61 (any host internal protocol) */
142 NULL, /* 63 (any local network) */
147 NULL, /* 68 (any distributed file system) */
184 NULL, /* 99 (any private encryption scheme) */
207 NULL, /* 114 (any 0-hop protocol) */
238 NULL, /* 143 (unassigned) */
239 NULL, /* 144 (unassigned) */
240 NULL, /* 145 (unassigned) */
241 NULL, /* 146 (unassigned) *
    [all...]
mib.h 14 NULL, NULL
18 NULL, &_proteon_obj
22 NULL, &_ibm_obj
26 NULL, &_cmu_obj
30 NULL, &_unix_obj
34 NULL, &_acc_obj
38 NULL, &_twg_obj
42 NULL, &_cayman_obj
46 NULL, &_nysernet_ob
    [all...]
  /external/python/cpython3/Python/
dynload_stub.c 9 const char *_PyImport_DynLoadFiletab[] = {NULL};
  /external/ltp/testcases/kernel/syscalls/setpgid/
setpgid03_child.c 26 TST_CHECKPOINT_INIT(NULL);
28 TST_SAFE_CHECKPOINT_WAKE(NULL, 0);
29 TST_SAFE_CHECKPOINT_WAIT(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/python/cpython3/Modules/
_testimportmultiple.c 13 NULL,
14 NULL,
15 NULL,
16 NULL,
17 NULL
30 NULL,
31 NULL,
32 NULL,
33 NULL,
34 NULL
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
ucnvstat.c 64 &_SBCSStaticData, &_DBCSStaticData, &_MBCSStaticData, NULL/*Lat1*/,
65 NULL/*UTF8*/, NULL/*UTF16be*/, NULL/*UTF16LE*/, NULL/*UTF32be*/, NULL/*UTF32LE*/, &_EBCDICStatefulStaticData,
66 NULL/*ISO2022*/,
67 /* LMBCS */ NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NUL
    [all...]
  /external/icu/icu4c/source/test/cintltst/
usrchdat.c 31 const char *collator; /* currently supported "fr" "es" "de", plus NULL/other => "en" */
34 const char *breaker; /* currently supported "wordbreaker" for EN_WORDBREAKER_, plus NULL/other => EN_CHARACTERBREAKER_ */
47 {"xxxxxxxxxxxxxxxxxxxx", "fisher", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {-1}, {0}},
48 {"silly spring string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {13, -1},
50 {"silly spring string string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL,
52 {"silly string spring string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL,
    [all...]
  /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
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
LibGlobalSt.c 32 EFI_SYSTEM_TABLE *gST = NULL;
33 EFI_BOOT_SERVICES *gBS = NULL;
34 EFI_RUNTIME_SERVICES *gRT = NULL;
LibGlobalDs.c 32 EFI_DXE_SERVICES *gDS = NULL;
  /external/grpc-grpc/test/build/
openssl-alpn.c 26 SSL_get0_alpn_selected(NULL, NULL, NULL);
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformData.c 22 NULL,
  /external/epid-sdk/ext/ipp/sources/ippcp/
gsmodmethod_mont.c 53 NULL,
56 NULL,
57 NULL,
58 NULL,
59 NULL,
60 NULL,
61 NULL,
62 NULL,
71 NULL,
74 NULL,
    [all...]
gsmodmethod_dlp.c 57 NULL,
58 NULL,
59 NULL,
60 NULL,
61 NULL,
62 NULL,
75 NULL,
76 NULL,
77 NULL,
78 NULL,
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
3-1-buildonly.c 8 Test that NULL is defined
13 #ifndef NULL
14 #error NULL not defined
  /external/perfetto/test/trace_processor/
nulls.sql 21 (1, "test", 2.0, NULL, NULL, NULL),
22 (2, NULL, NULL, NULL, "test", NULL),
23 (1, "other", NULL, NULL, NULL, NULL)
    [all...]
  /external/libxcam/wrapper/gstreamer/interface/
gstxcaminterface.c 38 NULL,
39 NULL,
40 NULL,
41 NULL,
44 NULL,
45 NULL
58 iface->set_white_balance_mode = NULL;
59 iface->set_awb_speed = NULL;
60 iface->set_wb_color_temperature_range = NULL;
61 iface->set_manual_wb_gain = NULL;
    [all...]
  /external/bcc/tests/cc/
test_static.c 4 void *mod = bpf_module_create_c_from_string("BPF_TABLE(\"array\", int, int, stats, 10);\n", 4, NULL, 0);
5 return !(mod != NULL);
  /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/e2fsprogs/lib/ss/
data.c 19 ss_data **_ss_table = (ss_data **)NULL;
20 char *_ss_pager_name = (char *)NULL;
  /external/jemalloc_new/src/
hooks.c 9 void (*hooks_arena_new_hook)() = NULL;
12 void (*hooks_libc_hook)() = NULL;
  /external/libcxx/test/std/language.support/support.types/
null.pass.cpp 12 #ifndef NULL
13 #error NULL not defined
  /external/mesa3d/src/gallium/state_trackers/clover/api/
dispatch.cpp 40 NULL, // clSetCommandQueueProperty
93 NULL, // clCreateFromGLBuffer
94 NULL, // clCreateFromGLTexture2D
95 NULL, // clCreateFromGLTexture3D
96 NULL, // clCreateFromGLRenderbuffer
97 NULL, // clGetGLObjectInfo
98 NULL, // clGetGLTextureInfo
99 NULL, // clEnqueueAcquireGLObjects
100 NULL, // clEnqueueReleaseGLObjects
101 NULL, // clGetGLContextInfoKH
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
strdup.c 8 if (str != NULL) {
10 if (copy != NULL)
13 return NULL;

Completed in 1295 milliseconds

1 2 3 4 5 6 7 8 91011>>