Home
last modified time | relevance | path

Searched defs:key_t (Results 1 – 25 of 25) sorted by relevance

/third_party/iowow/src/fs/tests/
Dkbtree.h55 #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/
Dintervalset.h8 typedef int key_t; // TODO?! template <typename T> typedef
/third_party/musl/include/
Dalltypes.h.in50 TYPEDEF int key_t; variable
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h314 typedef int key_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h252 typedef int key_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h249 typedef int key_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h249 typedef int key_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h249 typedef int key_t; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs14 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/
Dmod.rs34 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/
Dinfinite_recursion.py2392 key_t = __int32_t variable
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs20 pub type key_t = ::c_int; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4087 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/
Dmod.rs41 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/
Dmod.rs1650 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/
Dmod.rs3914 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/
Dmod.rs43 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/
Dmod.rs84 pub type key_t = c_long; typedef
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs14 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/
Dmod.rs64 pub type key_t = ::c_long; typedef
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs8 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/
Dmod.rs6 pub type key_t = ::c_int; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs16 pub type key_t = ::c_long; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp5933 typedef __key_t key_t; typedef
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h31592 typedef __kernel_key_t key_t; typedef