OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tzp
(Results
1 - 7
of
7
) sorted by null
/external/libyuv/files/unit_test/
unit_test.h
56
struct timezone
tzp
;
local
57
gettimeofday(&t, &
tzp
);
/external/quake/quake/src/QW/server/
sys_unix.c
90
struct timezone
tzp
;
local
93
gettimeofday(&tp, &
tzp
);
/external/quake/quake/src/QW/client/
sys_android.c
291
struct timezone
tzp
;
local
294
gettimeofday(&tp, &
tzp
);
sys_linux.c
286
struct timezone
tzp
;
local
289
gettimeofday(&tp, &
tzp
);
/external/quake/quake/src/WinQuake/
sys_linux.cpp
284
struct timezone
tzp
;
local
287
gettimeofday(&tp, &
tzp
);
sys_sun.cpp
252
struct timezone
tzp
;
local
255
gettimeofday(&tp, &
tzp
);
sys_android.cpp
325
struct timezone
tzp
;
local
328
gettimeofday(&tp, &
tzp
);
Completed in 165 milliseconds