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
1 - 25
of
86
) sorted by relevance
1
2
3
4
/third_party/mesa3d/src/util/
H
A
D
os_socket.h
15
typedef SSIZE_T
ssize_t
;
typedef
H
A
D
os_file.c
86
typedef ptrdiff_t
ssize_t
;
typedef
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/bti/
H
A
D
system.h
14
typedef __kernel_ssize_t
ssize_t
;
typedef
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H
A
D
libcoap.h
24
typedef SSIZE_T
ssize_t
;
typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H
A
D
no_size_t_is_usize.h
4
typedef long
ssize_t
;
typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H
A
D
no_size_t_is_usize.rs
9
pub type
ssize_t
= ::std::os::raw::c_long;
types
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H
A
D
DataTypes.h
68
typedef signed __int64
ssize_t
;
typedef
70
typedef signed int
ssize_t
;
typedef
/third_party/node/deps/ngtcp2/
H
A
D
config.h
6
typedef intptr_t
ssize_t
;
typedef
/third_party/libcoap/include/coap3/
H
A
D
libcoap.h
33
typedef SSIZE_T
ssize_t
;
typedef
/third_party/node/deps/nghttp2/lib/includes/
H
A
D
config.h
9
typedef intptr_t
ssize_t
;
typedef
/third_party/libsnd/src/
H
A
D
sfconfig.h
136
#define
ssize_t
intptr_t
macro
/third_party/ltp/testcases/kernel/kvm/include/
H
A
D
kvm_guest.h
31
typedef long
ssize_t
;
typedef
/third_party/mesa3d/src/util/tests/
H
A
D
blob_test.cpp
31
typedef SSIZE_T
ssize_t
;
typedef
/third_party/rust/crates/libc/src/hermit/
H
A
D
mod.rs
23
pub type
ssize_t
= isize;
types
/third_party/rust/crates/libc/src/
H
A
D
sgx.rs
20
pub type
ssize_t
= isize;
types
H
A
D
switch.rs
20
pub type
ssize_t
= isize;
types
/third_party/skia/third_party/externals/microhttpd/src/include/
H
A
D
platform.h
169
typedef intptr_t
ssize_t
;
typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
H
A
D
DataTypes.h
97
typedef signed __int64
ssize_t
;
typedef
99
typedef signed int
ssize_t
;
typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/
H
A
D
DataTypes.h
97
typedef signed __int64
ssize_t
;
typedef
99
typedef signed int
ssize_t
;
typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
H
A
D
DataTypes.h
97
typedef signed __int64
ssize_t
;
typedef
99
typedef signed int
ssize_t
;
typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
H
A
D
DataTypes.h
97
typedef signed __int64
ssize_t
;
typedef
99
typedef signed int
ssize_t
;
typedef
/third_party/jerryscript/jerry-ext/debugger/
H
A
D
debugger-tcp.c
26
typedef SSIZE_T
ssize_t
;
typedef
/third_party/lzma/C/
H
A
D
7zFile.c
17
typedef int
ssize_t
;
typedef
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H
A
D
transport.h
23
typedef int
ssize_t
;
typedef
/third_party/rust/crates/linux-raw-sys/gen/include/
H
A
D
support.h
14
typedef __PTRDIFF_TYPE__
ssize_t
;
typedef
Completed in 7 milliseconds
1
2
3
4