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_bswap32
(Results
1 - 5
of
5
) sorted by relevance
/third_party/python/Include/internal/
H
A
D
pycore_bitutils.h
6
-
_Py_bswap32
(uint32_t)
49
_Py_bswap32
(uint32_t word)
in _Py_bswap32()
function
/third_party/python/Modules/
H
A
D
_testinternalcapi.c
16
#include "pycore_bitutils.h" //
_Py_bswap32
()
57
uint32_t u32 =
_Py_bswap32
(UINT32_C(0x78563412));
in test_bswap()
60
"
_Py_bswap32
(0x78563412) returns %lu", u32);
in test_bswap()
H
A
D
sha256module.c
23
#include "pycore_bitutils.h" //
_Py_bswap32
()
78
*buffer =
_Py_bswap32
(*buffer);
in longReverse()
/third_party/python/Modules/_ctypes/
H
A
D
cfield.c
11
#include "pycore_bitutils.h" //
_Py_bswap32
()
432
# define SWAP_INT
_Py_bswap32
438
# define SWAP_LONG
_Py_bswap32
/third_party/python/Objects/stringlib/
H
A
D
codecs.h
7
#include "pycore_bitutils.h" //
_Py_bswap32
()
756
return
_Py_bswap32
(word);
Completed in 5 milliseconds