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_INT
(Results
1 - 25
of
37
) sorted by relevance
1
2
/third_party/python/Include/
H
A
D
longobject.h
34
#if !defined(SIZEOF_PID_T) || SIZEOF_PID_T ==
SIZEOF_INT
50
#if SIZEOF_VOID_P ==
SIZEOF_INT
/third_party/python/PC/
H
A
D
pyconfig.h
331
#define
SIZEOF_INT
4
macro
638
#define SIZEOF_PID_T
SIZEOF_INT
/third_party/skia/third_party/externals/freetype/builds/vms/
H
A
D
ftconfig.h
45
#define
SIZEOF_INT
4
macro
/third_party/curl/lib/
H
A
D
config-mac.h
76
#define
SIZEOF_INT
4
macro
H
A
D
config-amigaos.h
64
#define
SIZEOF_INT
4
macro
H
A
D
config-dos.h
80
#define
SIZEOF_INT
4
macro
H
A
D
config-plan9.h
52
#define
SIZEOF_INT
4
macro
H
A
D
config-win32ce.h
195
#define
SIZEOF_INT
4
macro
H
A
D
config-os400.h
215
#define
SIZEOF_INT
4
macro
H
A
D
config-riscos.h
199
#define
SIZEOF_INT
4
macro
H
A
D
config-win32.h
268
#define
SIZEOF_INT
4
macro
/third_party/lame/mac/
H
A
D
Precompile_Common.h
35
#define
SIZEOF_INT
4
macro
/third_party/lame/
H
A
D
configMS.h
11
#define
SIZEOF_INT
4
macro
/third_party/node/deps/cares/config/cygwin/
H
A
D
ares_config.h
451
#define
SIZEOF_INT
4
macro
/third_party/python/Include/internal/
H
A
D
pycore_bitutils.h
99
#if
SIZEOF_INT
>= 4
in _Py_popcount32()
/third_party/python/Lib/test/
H
A
D
test_socket.py
175
SIZEOF_INT
= array.array("i").itemsize
variable
3518
self.assertEqual(len(cmsg_data) %
SIZEOF_INT
, 0)
3551
socket.CMSG_SPACE(4 *
SIZEOF_INT
)))
3561
socket.CMSG_LEN(4 *
SIZEOF_INT
)),
3603
socket.CMSG_SPACE(
SIZEOF_INT
) +
3604
socket.CMSG_LEN(
SIZEOF_INT
* num_fds)),
3656
self.assertLess(len(cmsg_data),
SIZEOF_INT
)
3740
SIZEOF_INT
* 2))
3792
self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(
SIZEOF_INT
),
3793
maxdata=
SIZEOF_INT
)
[all...]
/third_party/curl/customized/include/
H
A
D
curl_config_liteos_m.h
951
#define
SIZEOF_INT
4
macro
H
A
D
curl_config_standard_http3.h
931
#define
SIZEOF_INT
4
macro
H
A
D
curl_config_standard.h
930
#define
SIZEOF_INT
4
macro
H
A
D
curl_config_liteos_a.h
897
#define
SIZEOF_INT
4
macro
/third_party/python/Modules/
H
A
D
socketmodule.h
232
# define SIZEOF_SOCKET_T
SIZEOF_INT
H
A
D
sha1module.c
34
#if
SIZEOF_INT
== 4
/third_party/python/Modules/_ctypes/
H
A
D
cfield.c
431
#if
SIZEOF_INT
== 4
1501
#if SIZEOF__BOOL ==
SIZEOF_INT
1577
#elif SIZEOF__BOOL ==
SIZEOF_INT
in _ctypes_init_fielddesc()
/third_party/curl/tests/libtest/
H
A
D
lib557.c
258
#if (
SIZEOF_INT
== 2)
in test_unsigned_int_formatting()
279
#elif (
SIZEOF_INT
== 4)
in test_unsigned_int_formatting()
313
#elif (
SIZEOF_INT
== 8)
in test_unsigned_int_formatting()
408
#if (
SIZEOF_INT
== 2)
in test_signed_int_formatting()
451
#elif (
SIZEOF_INT
== 4)
in test_signed_int_formatting()
518
#elif (
SIZEOF_INT
== 8)
in test_signed_int_formatting()
/third_party/selinux/libselinux/src/
H
A
D
audit2why.c
3
#define SIZEOF_SOCKET_T
SIZEOF_INT
Completed in 24 milliseconds
1
2