Searched refs:abi_llong (Results 1 – 6 of 6) sorted by relevance
241 abi_llong tv_sec;242 abi_llong tv_usec;252 abi_llong tv_sec;253 abi_llong tv_nsec;307 abi_llong offset; /* Time offset */308 abi_llong freq; /* Frequency offset */309 abi_llong maxerror; /* Maximum error (microseconds) */310 abi_llong esterror; /* Estimated error (microseconds) */313 abi_llong constant; /* PLL (phase-locked loop) time constant */314 abi_llong precision; /* Clock precision (microseconds, ro) */[all …]
6920 abi_llong l_start;6921 abi_llong l_len;8976 abi_llong key;8987 abi_llong key; in risc_hwprobe_fill_pairs()
38 rlim_t target_to_host_rlim(abi_llong target_rlim);39 abi_llong host_to_target_rlim(rlim_t rlim);
41 rlim_t target_to_host_rlim(abi_llong target_rlim) in target_to_host_rlim()46 abi_llong host_to_target_rlim(rlim_t rlim) in host_to_target_rlim()
145 abi_llong l_start;146 abi_llong l_len;
48 typedef int64_t abi_llong __attribute__((aligned(ABI_LLONG_ALIGNMENT))); typedef