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:CONFIG_32
(Results
1 - 5
of
5
) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/
H
A
D
constants.c
76
#elif defined(
CONFIG_32
)
112
#error "CONFIG_64 or
CONFIG_32
must be defined."
H
A
D
mpdecimal.h
100
#if defined(CONFIG_64) || defined(
CONFIG_32
)
101
#error "cannot use CONFIG_64 or
CONFIG_32
with UNIVERSAL."
104
#define
CONFIG_32
macro
110
#define
CONFIG_32
macro
164
/* BEGIN
CONFIG_32
*/
165
#elif defined(
CONFIG_32
)
206
/* END
CONFIG_32
*/
209
#error "define CONFIG_64 or
CONFIG_32
"
H
A
D
typearith.h
305
#elif defined(
CONFIG_32
)
559
/* END
CONFIG_32
*/
563
#error "define CONFIG_64 or
CONFIG_32
"
H
A
D
mpdecimal.c
1198
#if defined(
CONFIG_32
) && !defined(LEGACY_COMPILER)
1258
#endif /*
CONFIG_32
&& !LEGACY_COMPILER */
1435
#if defined(
CONFIG_32
) && !defined(LEGACY_COMPILER)
1518
#endif /*
CONFIG_32
&& !LEGACY_COMPILER */
4330
* At this point (for CONFIG_64,
CONFIG_32
is not problematic):
in _mpd_get_exp_iterations()
4413
#elif defined(
CONFIG_32
)
in _mpd_qexp()
8239
#ifdef
CONFIG_32
8789
#ifdef
CONFIG_32
in mpd_from_uint128_triple()
/third_party/python/Modules/_decimal/
H
A
D
_decimal.c
250
#ifdef
CONFIG_32
847
#ifdef
CONFIG_32
4683
#elif defined(
CONFIG_32
) && _PyHASH_BITS == 31
in _dec_hash()
4692
#error "No valid combination of CONFIG_64,
CONFIG_32
and _PyHASH_BITS"
in _dec_hash()
5665
#ifdef
CONFIG_32
Completed in 23 milliseconds