Searched refs:T_NONE (Results 1 – 11 of 11) sorted by relevance
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
D | shmnstest.c | 77 int r, use_clone = T_NONE; in main() 126 if (use_clone == T_NONE) in main() 132 if (use_clone == T_NONE) in main()
|
D | shmem_2nstest.c | 121 int ret, use_clone = T_NONE; in main() 164 if (use_clone == T_NONE) in main() 173 if (use_clone == T_NONE) in main()
|
D | sem_nstest.c | 77 int ret, use_clone = T_NONE, id; in main() 137 if (use_clone == T_NONE) in main() 145 if (use_clone == T_NONE) in main()
|
D | mesgq_nstest.c | 94 int ret, use_clone = T_NONE, id, n; in main() 154 if (use_clone == T_NONE) in main() 162 if (use_clone == T_NONE) in main()
|
D | semtest_2ns.c | 164 int ret, id, use_clone = T_NONE; in main() 211 if (use_clone == T_NONE) in main() 219 else if (use_clone == T_NONE) in main()
|
/third_party/ltp/testcases/kernel/containers/libclone/ |
D | libclone.c | 110 case T_NONE: in do_clone_unshare_test() 131 case T_NONE: in do_clone_unshare_tests()
|
D | libclone.h | 35 #define T_NONE 2 macro
|
/third_party/python/Include/ |
D | structmember.h | 56 #define T_NONE 20 /* Value is always None */ macro
|
/third_party/ffmpeg/libavformat/ |
D | nsvdec.c | 129 #define T_NONE MKTAG('N', 'O', 'N', 'E') /* null a/v 4CC */ macro 419 if (vtag != T_NONE) { in nsv_parse_NSVs_header() 451 if (atag != T_NONE) { in nsv_parse_NSVs_header()
|
/third_party/python/Python/ |
D | structmember.c | 87 case T_NONE: in PyMember_GetOne()
|
/third_party/ltp/testcases/kernel/containers/utsname/ |
D | utstest.c | 323 r = do_clone_unshare_tests(T_NONE, 0, P1, vtest, P2, vtest); in main()
|