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_OFF_T
(Results
1 - 16
of
16
) sorted by relevance
/third_party/python/Modules/_io/
H
A
D
_iomodule.h
107
#if (
SIZEOF_OFF_T
== SIZEOF_SIZE_T)
114
#elif (
SIZEOF_OFF_T
== SIZEOF_LONG_LONG)
121
#elif (
SIZEOF_OFF_T
== SIZEOF_LONG)
/third_party/curl/lib/
H
A
D
curl_setup.h
467
#ifndef
SIZEOF_OFF_T
470
# define
SIZEOF_OFF_T
8
macro
474
# define
SIZEOF_OFF_T
8
macro
478
# define
SIZEOF_OFF_T
8
macro
482
# define
SIZEOF_OFF_T
8
macro
485
# ifndef
SIZEOF_OFF_T
486
# define
SIZEOF_OFF_T
4
macro
H
A
D
config-win32.h
434
# define
SIZEOF_OFF_T
8
macro
436
# define
SIZEOF_OFF_T
4
macro
H
A
D
config-plan9.h
54
#define
SIZEOF_OFF_T
8
macro
H
A
D
version.c
482
( (
SIZEOF_OFF_T
> 4) || defined(USE_WIN32_LARGE_FILES) )
/third_party/libunwind/libunwind/src/coredump/
H
A
D
_UCD_internal.h
48
#if
SIZEOF_OFF_T
== 4
50
#elif
SIZEOF_OFF_T
== 8
/third_party/python/PC/
H
A
D
pyconfig.h
295
# define
SIZEOF_OFF_T
4
macro
310
# define
SIZEOF_OFF_T
4
macro
/third_party/libunwind/libunwind/include/
H
A
D
config.h
217
#define
SIZEOF_OFF_T
8
macro
/third_party/curl/src/
H
A
D
tool_cb_see.c
54
#if(SIZEOF_CURL_OFF_T >
SIZEOF_OFF_T
) && !defined(USE_WIN32_LARGE_FILES)
in tool_seek_cb()
/third_party/libsnd/include/
H
A
D
config.h
273
#define
SIZEOF_OFF_T
8
macro
/third_party/curl/customized/include/
H
A
D
curl_config_liteos_m.h
960
#define
SIZEOF_OFF_T
8
macro
H
A
D
curl_config_standard_http3.h
940
#define
SIZEOF_OFF_T
8
macro
H
A
D
curl_config_standard.h
939
#define
SIZEOF_OFF_T
8
macro
H
A
D
curl_config_liteos_a.h
906
#define
SIZEOF_OFF_T
8
macro
/third_party/libsnd/src/
H
A
D
file_io.c
508
#if (
SIZEOF_OFF_T
== 4 && HAVE_FSTAT64)
in psf_get_filelen_fd()
/third_party/python/Python/
H
A
D
marshal.c
1569
#if
SIZEOF_OFF_T
== 4
in getfilesize()
Completed in 16 milliseconds