Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SIZEOF_TIME_T
(Results
1 - 25
of
25
) sorted by relevance
/third_party/python/Include/
H
A
D
pymacconfig.h
16
# undef
SIZEOF_TIME_T
macro
44
# define
SIZEOF_TIME_T
8
macro
57
# define
SIZEOF_TIME_T
4
macro
/third_party/eudev/src/shared/
H
A
D
formats-util.h
49
#if
SIZEOF_TIME_T
== 8
51
#elif
SIZEOF_TIME_T
== 4
/third_party/curl/lib/
H
A
D
config-win32ce.h
240
# define
SIZEOF_TIME_T
8
macro
242
# define
SIZEOF_TIME_T
4
macro
H
A
D
config-win32.h
314
# define
SIZEOF_TIME_T
8
macro
316
# define
SIZEOF_TIME_T
4
macro
H
A
D
config-plan9.h
57
#define
SIZEOF_TIME_T
4
macro
H
A
D
curl_setup.h
440
#ifndef
SIZEOF_TIME_T
442
#define
SIZEOF_TIME_T
4
macro
498
#if (
SIZEOF_TIME_T
== 4)
H
A
D
parsedate.c
521
#if (
SIZEOF_TIME_T
< 5)
in parsedate()
H
A
D
curl_ntlm_core.c
461
#if
SIZEOF_TIME_T
> 4
in time2filetime()
H
A
D
smb.c
931
#if
SIZEOF_TIME_T
< SIZEOF_CURL_OFF_T
in get_posix_time()
/third_party/nghttp2/src/
H
A
D
timegm.c
48
#if
SIZEOF_TIME_T
== 4
in nghttp2_timegm()
52
#endif /*
SIZEOF_TIME_T
== 4 */
in nghttp2_timegm()
81
#if
SIZEOF_TIME_T
== 4
in nghttp2_timegm_without_yday()
85
#endif /*
SIZEOF_TIME_T
== 4 */
in nghttp2_timegm_without_yday()
/third_party/python/PC/
H
A
D
pyconfig.h
294
# define
SIZEOF_TIME_T
8
macro
317
# define
SIZEOF_TIME_T
8
macro
319
# define
SIZEOF_TIME_T
4
macro
/third_party/python/Python/
H
A
D
pytime.c
33
#if
SIZEOF_TIME_T
== SIZEOF_LONG_LONG
36
#elif
SIZEOF_TIME_T
== SIZEOF_LONG
171
#if
SIZEOF_TIME_T
== SIZEOF_LONG_LONG
in _PyLong_AsTime_t()
173
#elif
SIZEOF_TIME_T
<= SIZEOF_LONG
in _PyLong_AsTime_t()
191
#if
SIZEOF_TIME_T
== SIZEOF_LONG_LONG
in _PyLong_FromTime_t()
193
#elif
SIZEOF_TIME_T
<= SIZEOF_LONG
in _PyLong_FromTime_t()
206
#if
SIZEOF_TIME_T
< _SIZEOF_PYTIME_T
in _PyTime_AsTime_t()
1309
#if defined(_AIX) && (
SIZEOF_TIME_T
< 8)
in _PyTime_localtime()
/third_party/node/deps/nghttp2/lib/includes/
H
A
D
config.h
39
#define
SIZEOF_TIME_T
8
macro
/third_party/curl/tests/server/
H
A
D
disabled.c
100
#if (
SIZEOF_TIME_T
< 5)
/third_party/curl/tests/libtest/
H
A
D
lib517.c
135
#if
SIZEOF_TIME_T
> 4
H
A
D
lib1915.c
36
#if (
SIZEOF_TIME_T
< 5)
/third_party/node/deps/cares/config/cygwin/
H
A
D
ares_config.h
466
#define
SIZEOF_TIME_T
4
macro
/third_party/curl/customized/include/
H
A
D
curl_config_liteos_m.h
969
#define
SIZEOF_TIME_T
4
macro
H
A
D
curl_config_standard_http3.h
949
#define
SIZEOF_TIME_T
8
macro
H
A
D
curl_config_standard.h
948
#define
SIZEOF_TIME_T
8
macro
H
A
D
curl_config_liteos_a.h
915
#define
SIZEOF_TIME_T
4
macro
/third_party/python/Lib/test/
H
A
D
test_time.py
772
from _testcapi import
SIZEOF_TIME_T
namespace
773
bits =
SIZEOF_TIME_T
* 8 - 1
/third_party/curl/lib/vssh/
H
A
D
libssh.c
2904
#if
SIZEOF_TIME_T
> 4
in sftp_quote_stat()
H
A
D
libssh2.c
1783
#if
SIZEOF_TIME_T
> SIZEOF_LONG
in ssh_statemach_act()
/third_party/python/Modules/
H
A
D
_testcapimodule.c
89
CHECK_SIZEOF(
SIZEOF_TIME_T
, time_t);
in test_config()
8118
PyModule_AddObject(m, "
SIZEOF_TIME_T
", PyLong_FromSsize_t(sizeof(time_t)));
in PyInit__testcapi()
Completed in 34 milliseconds