Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/tools/cert_create/include/
Dkey.h64 } key_t; typedef
/external/tensorflow/tensorflow/core/kernels/
Dstateless_random_ops_v2.cc74 const Tensor& key_t = ctx->input(1); in Compute() local
Dexample_parsing_ops.cc103 const Tensor* key_t; in GetTensorKeys() local
/external/tensorflow/tensorflow/core/ops/
Dlookup_ops.cc323 DataType key_t; in MutableHashTableShape() local
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h64 typedef int key_t; typedef
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c3447 typedef long key_t; typedef
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs13 pub type key_t = ::c_long; typedef
1397 pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; in ftok()
1398 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget()
1403 pub fn msgget(key: ::key_t, msgflg: ::c_int) -> ::c_int; in msgget()
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2392 key_t = __int32_t variable
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2392 key_t = __int32_t variable
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs14 pub type key_t = c_long; typedef
722 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget()
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs9 pub type key_t = ::c_int; typedef
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs34 pub type key_t = ::c_int; typedef
3511 pub fn semget(key: key_t, nsems: ::c_int, semflg: ::c_int) -> ::c_int; in semget()
3519 pub fn ftok(pathname: *const c_char, proj_id: ::c_int) -> key_t; in ftok()
3527 pub fn shmget(key: key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget()
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3042 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget()
3046 pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; in ftok()
3047 pub fn semget(key: ::key_t, nsems: ::c_int, semflag: ::c_int) -> ::c_int; in semget()
3051 pub fn msgget(key: ::key_t, msgflg: ::c_int) -> ::c_int; in msgget()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs41 pub type key_t = ::c_int; typedef
3935 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget()
3939 pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; in ftok()
3940 pub fn semget(key: ::key_t, nsems: ::c_int, semflag: ::c_int) -> ::c_int; in semget()
3944 pub fn msgget(key: ::key_t, msgflg: ::c_int) -> ::c_int; in msgget()
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs14 pub type key_t = ::c_int; typedef
2332 pub fn shmget(key: key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget()
/external/crosvm/net_sys/src/
Diff.rs560 pub type key_t = __key_t; typedef
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs5 pub type key_t = ::c_int; typedef
/external/rust/crates/libc/src/vxworks/
Dmod.rs64 pub type key_t = ::c_long; typedef