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:PY_BIG_ENDIAN
(Results
1 - 7
of
7
) sorted by relevance
/third_party/python/Include/
H
A
D
pyport.h
651
# define
PY_BIG_ENDIAN
1
macro
654
# define
PY_BIG_ENDIAN
0
macro
/third_party/python/Modules/_ctypes/
H
A
D
stgdict.c
381
big_endian = !
PY_BIG_ENDIAN
;
in PyCStructUnionType_update_stgdict()
384
big_endian =
PY_BIG_ENDIAN
;
in PyCStructUnionType_update_stgdict()
/third_party/python/Modules/
H
A
D
_randommodule.c
337
#if
PY_BIG_ENDIAN
in random_seed()
H
A
D
arraymodule.c
1828
const int is_big_endian =
PY_BIG_ENDIAN
;
in typecode_to_mformat_code()
/third_party/python/Modules/_io/
H
A
D
textio.c
721
#if
PY_BIG_ENDIAN
in utf16_encode()
750
#if
PY_BIG_ENDIAN
in utf32_encode()
2302
#if
PY_BIG_ENDIAN
/third_party/python/Python/
H
A
D
sysmodule.c
2920
#if
PY_BIG_ENDIAN
in _PySys_InitCore()
/third_party/python/Objects/
H
A
D
unicodeobject.c
6133
#if
PY_BIG_ENDIAN
in _PyUnicode_EncodeUTF16()
Completed in 33 milliseconds