Home
last modified time | relevance | path

Searched defs:u_int64_t (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
Dx86_32-inline-asm.c11 typedef unsigned long long u_int64_t; typedef
/external/llvm-project/clang/test/CodeGen/X86/
Dx86_32-inline-asm.c11 typedef unsigned long long u_int64_t; typedef
/external/tcpdump/
Dconfigure.in793 [AC_DEFINE([u_int64_t], [uint64_t], definition
/external/openssh/
Ddefines.h284 typedef unsigned long int u_int64_t; typedef
287 typedef unsigned long long int u_int64_t; typedef
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py81 u_int64_t = c_ulonglong variable
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py81 u_int64_t = c_ulonglong variable
/external/f2fs-tools/include/
Df2fs_fs.h69 typedef uint64_t u_int64_t; typedef
/external/crosvm/net_sys/src/
Diff.rs571 pub type u_int64_t = ::std::os::raw::c_ulong; typedef