/third_party/iowow/src/fs/tests/ |
D | kbtree.h | 55 #define __KB_INIT(name, key_t) \ argument 97 #define __kb_get_first(key_t, b, ret) do { \ argument 104 #define __KB_GET_AUX0(name, key_t, __cmp) \ argument 118 #define __KB_GET_AUX1(name, key_t, __cmp) \ argument 134 #define __KB_GET(name, key_t) \ argument 152 #define __KB_INTERVAL(name, key_t) \ argument 175 #define __KB_PUT(name, key_t, __cmp) \ argument 232 #define __KB_DEL(name, key_t) \ argument 337 #define __kb_traverse(key_t, b, __func) do { \ argument 361 #define KBTREE_INIT(name, key_t, __cmp) \ argument
|
/third_party/cups-filters/filter/pdftopdf/ |
D | intervalset.h | 8 typedef int key_t; // TODO?! template <typename T> typedef
|
/third_party/musl/include/ |
D | alltypes.h.in | 50 TYPEDEF int key_t; variable
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | alltypes.h | 314 typedef int key_t; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | alltypes.h | 252 typedef int key_t; typedef
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | alltypes.h | 249 typedef int key_t; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | alltypes.h | 249 typedef int key_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | alltypes.h | 249 typedef int key_t; typedef
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 14 pub type key_t = c_long; typedef 735 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() 745 pub fn ftok(path: *const ::c_char, id: ::c_int) -> ::key_t; in ftok()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 34 pub type key_t = i32; typedef 1856 pub fn msgget(key: ::key_t, msgflg: ::c_int) -> ::c_int; in msgget() 1870 pub fn semget(key: ::key_t, nsems: ::c_int, semflg: ::c_int) -> ::c_int; in semget() 1873 pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; in ftok()
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2392 key_t = __int32_t variable
|
/third_party/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 20 pub type key_t = ::c_int; typedef
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 4087 pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; in ftok() 4088 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() 4092 pub fn semget(key: ::key_t, nsems: ::c_int, semflg: ::c_int) -> ::c_int; in semget() 4096 pub fn msgget(key: ::key_t, msgflg: ::c_int) -> ::c_int; in msgget()
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 41 pub type key_t = ::c_int; typedef 3955 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() 3959 pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; in ftok() 3960 pub fn semget(key: ::key_t, nsems: ::c_int, semflag: ::c_int) -> ::c_int; in semget() 3964 pub fn msgget(key: ::key_t, msgflg: ::c_int) -> ::c_int; in msgget()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1650 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3914 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() 3918 pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; in ftok() 3919 pub fn semget(key: ::key_t, nsems: ::c_int, semflag: ::c_int) -> ::c_int; in semget() 3923 pub fn msgget(key: ::key_t, msgflg: ::c_int) -> ::c_int; in msgget()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 43 pub type key_t = ::c_int; typedef 5142 pub fn semget(key: key_t, nsems: ::c_int, semflg: ::c_int) -> ::c_int; in semget() 5150 pub fn ftok(pathname: *const c_char, proj_id: ::c_int) -> key_t; in ftok() 5158 pub fn shmget(key: key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget()
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 84 pub type key_t = c_long; typedef
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 14 pub type key_t = ::c_int; typedef 2829 pub fn shmget(key: key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget()
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 64 pub type key_t = ::c_long; typedef
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 8 pub type key_t = ::c_uint; typedef 2767 pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; in ftok()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 6 pub type key_t = ::c_int; typedef
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 16 pub type key_t = ::c_long; typedef
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 5933 typedef __key_t key_t; typedef
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 31592 typedef __kernel_key_t key_t; typedef
|