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
defs:ssize_t
(Results
26 - 50
of
86
) sorted by relevance
1
2
3
4
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H
A
D
DataTypes.h
114
typedef signed int
ssize_t
;
typedef
/kernel/liteos_a/testsuites/unittest/common/include/
H
A
D
los_typedef.h
76
typedef INT64
ssize_t
;
typedef
80
typedef INT32
ssize_t
;
typedef
/third_party/curl/lib/
H
A
D
config-win32ce.h
185
#define
ssize_t
__int64
macro
187
#define
ssize_t
int
macro
H
A
D
config-dos.h
113
#define
ssize_t
int
macro
H
A
D
config-riscos.h
64
#undef
ssize_t
macro
233
#undef
ssize_t
macro
H
A
D
config-os400.h
66
#undef
ssize_t
macro
H
A
D
config-win32.h
256
# define
ssize_t
__int64
macro
259
# define
ssize_t
int
macro
/third_party/lwip/src/include/lwip/
H
A
D
arch.h
202
typedef int
ssize_t
;
typedef
/kernel/liteos_a/kernel/include/
H
A
D
los_typedef.h
79
typedef INT64
ssize_t
;
typedef
83
typedef INT32
ssize_t
;
typedef
/kernel/linux/linux-6.6/tools/include/nolibc/
H
A
D
stdint.h
19
typedef signed long
ssize_t
;
typedef
/kernel/linux/linux-5.10/include/linux/
H
A
D
types.h
60
typedef __kernel_ssize_t
ssize_t
;
typedef
/kernel/linux/linux-6.6/include/linux/
H
A
D
types.h
66
typedef __kernel_ssize_t
ssize_t
;
typedef
/third_party/libwebsockets/include/
H
A
D
libwebsockets.h
533
#define
ssize_t
SSIZE_T
macro
/third_party/node/src/
H
A
D
node.h
215
typedef intptr_t
ssize_t
;
typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H
A
D
alltypes.h
147
typedef _Addr
ssize_t
;
typedef
/third_party/musl/porting/liteos_a/kernel/include/bits/
H
A
D
alltypes.h
126
typedef _Addr
ssize_t
;
typedef
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/bits/
H
A
D
alltypes.h
91
typedef _Addr
ssize_t
;
typedef
/third_party/libuv/include/uv/
H
A
D
win.h
27
typedef intptr_t
ssize_t
;
typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
H
A
D
alltypes.h
59
typedef _Addr
ssize_t
;
typedef
/third_party/musl/porting/liteos_m/user/include/bits/
H
A
D
alltypes.h
59
typedef _Addr
ssize_t
;
typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
H
A
D
alltypes.h
59
typedef _Addr
ssize_t
;
typedef
/third_party/node/deps/uv/include/uv/
H
A
D
win.h
27
typedef intptr_t
ssize_t
;
typedef
/kernel/linux/linux-5.10/tools/include/nolibc/
H
A
D
nolibc.h
130
typedef signed long
ssize_t
;
typedef
/third_party/skia/third_party/externals/microhttpd/src/include/
H
A
D
microhttpd.h
115
typedef intptr_t
ssize_t
;
typedef
/third_party/rust/crates/libc/src/windows/
H
A
D
mod.rs
20
pub type
ssize_t
= isize;
types
Completed in 27 milliseconds
1
2
3
4