OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timespec_hz
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/
stat-time.h
216
long int
timespec_hz
= 1000000000;
local
224
long int q = ts->tv_nsec /
timespec_hz
;
225
long int r = ts->tv_nsec %
timespec_hz
;
228
r +=
timespec_hz
;
/src/external/gpl3/gdb.old/dist/gnulib/import/
stat-time.h
216
long int
timespec_hz
= 1000000000;
local
224
long int q = ts->tv_nsec /
timespec_hz
;
225
long int r = ts->tv_nsec %
timespec_hz
;
228
r +=
timespec_hz
;
Completed in 15 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026