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_VOID_P
(Results
1 - 21
of
21
) sorted by relevance
/third_party/python/Include/cpython/
H
A
D
objimpl.h
17
#if ((
SIZEOF_VOID_P
- 1) &
SIZEOF_VOID_P
) != 0
18
# error "_PyObject_VAR_SIZE requires
SIZEOF_VOID_P
be a power of 2"
24
SIZEOF_VOID_P
)
/third_party/python/Include/
H
A
D
pymacconfig.h
17
# undef
SIZEOF_VOID_P
macro
45
# define
SIZEOF_VOID_P
8
macro
58
# define
SIZEOF_VOID_P
4
macro
H
A
D
longobject.h
50
#if
SIZEOF_VOID_P
== SIZEOF_INT
53
#elif
SIZEOF_VOID_P
== SIZEOF_LONG
56
#elif defined(SIZEOF_LONG_LONG) &&
SIZEOF_VOID_P
== SIZEOF_LONG_LONG
61
#endif /*
SIZEOF_VOID_P
*/
H
A
D
pyhash.h
24
#if
SIZEOF_VOID_P
>= 8
H
A
D
pyport.h
133
#elif
SIZEOF_VOID_P
== SIZEOF_SIZE_T
/third_party/python/Include/internal/
H
A
D
pycore_pymem.h
48
#if
SIZEOF_VOID_P
== 8
in _PyMem_IsPtrFreed()
53
#elif
SIZEOF_VOID_P
== 4
in _PyMem_IsPtrFreed()
H
A
D
pycore_atomic_funcs.h
44
#if
SIZEOF_VOID_P
== 8
in _Py_atomic_size_get()
64
#if
SIZEOF_VOID_P
== 8
in _Py_atomic_size_set()
H
A
D
pycore_code.h
418
#if
SIZEOF_VOID_P
== 8
in write_obj()
420
#elif
SIZEOF_VOID_P
== 4
in write_obj()
423
#error "
SIZEOF_VOID_P
must be 4 or 8"
in write_obj()
431
#if
SIZEOF_VOID_P
== 8
in read_obj()
433
#elif
SIZEOF_VOID_P
== 4
in read_obj()
436
#error "
SIZEOF_VOID_P
must be 4 or 8"
in read_obj()
H
A
D
pycore_dict.h
120
Dynamically sized,
SIZEOF_VOID_P
is minimum. */
142
#if
SIZEOF_VOID_P
> 4
/third_party/python/Modules/_multiprocessing/
H
A
D
multiprocessing.h
54
#if
SIZEOF_VOID_P
== SIZEOF_LONG
57
#elif
SIZEOF_VOID_P
== SIZEOF_LONG_LONG
/third_party/python/PC/
H
A
D
pyconfig.h
293
# define
SIZEOF_VOID_P
8
macro
309
# define
SIZEOF_VOID_P
4
macro
/third_party/python/Modules/_sre/
H
A
D
sre.h
24
# define SRE_MAXGROUPS ((SRE_CODE)PY_SSIZE_T_MAX /
SIZEOF_VOID_P
/ 2)
/third_party/python/Modules/_ctypes/
H
A
D
cfield.c
1296
#if
SIZEOF_VOID_P
== SIZEOF_LONG_LONG
in z_set()
1334
#if
SIZEOF_VOID_P
== SIZEOF_LONG_LONG
in Z_set()
1451
#if
SIZEOF_VOID_P
<= SIZEOF_LONG
in P_set()
1454
#if SIZEOF_LONG_LONG <
SIZEOF_VOID_P
in P_set()
/third_party/python/Objects/
H
A
D
obmalloc.c
878
#if
SIZEOF_VOID_P
> 4
935
#if
SIZEOF_VOID_P
> 4
1331
#if
SIZEOF_VOID_P
== 8
1350
#elif
SIZEOF_VOID_P
== 4
1360
#endif /*
SIZEOF_VOID_P
*/
H
A
D
longobject.c
1063
#if
SIZEOF_VOID_P
<= SIZEOF_LONG
in PyLong_FromVoidPtr()
1067
#if SIZEOF_LONG_LONG <
SIZEOF_VOID_P
in PyLong_FromVoidPtr()
1071
#endif /*
SIZEOF_VOID_P
<= SIZEOF_LONG */
in PyLong_FromVoidPtr()
1080
#if
SIZEOF_VOID_P
<= SIZEOF_LONG
in PyLong_AsVoidPtr()
1089
#if SIZEOF_LONG_LONG <
SIZEOF_VOID_P
in PyLong_AsVoidPtr()
1099
#endif /*
SIZEOF_VOID_P
<= SIZEOF_LONG */
in PyLong_AsVoidPtr()
H
A
D
dictobject.c
343
#if
SIZEOF_VOID_P
> 4
in dictkeys_get_index()
376
#if
SIZEOF_VOID_P
> 4
in dictkeys_set_index()
610
#if
SIZEOF_VOID_P
> 4
in new_keys_object()
H
A
D
object.c
1083
_PyObject_ASSERT(obj, dictoffset %
SIZEOF_VOID_P
== 0);
in _PyObject_DictPointer()
H
A
D
unicodeobject.c
5045
#if SIZEOF_SIZE_T <=
SIZEOF_VOID_P
in ascii_decode()
/third_party/python/Python/
H
A
D
pyhash.c
143
y = (y >> 4) | (y << (8 *
SIZEOF_VOID_P
- 4));
in _Py_HashPointerRaw()
/third_party/python/Modules/
H
A
D
selectmodule.c
1756
#if (SIZEOF_UINTPTR_T !=
SIZEOF_VOID_P
)
H
A
D
_testcapimodule.c
88
CHECK_SIZEOF(
SIZEOF_VOID_P
, void*);
in test_config()
Completed in 63 milliseconds