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:INT32_MAX
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/tools/include/nolibc/
H
A
D
stdint.h
54
#define
INT32_MAX
(2147483647)
macro
69
#define INT_LEAST32_MAX
INT32_MAX
/kernel/linux/linux-5.10/include/linux/
H
A
D
libfdt_env.h
10
#define
INT32_MAX
S32_MAX
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
libfdt_env.h
10
#define
INT32_MAX
S32_MAX
macro
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
libfdt_env.h
10
#define
INT32_MAX
((s32)(UINT32_MAX >> 1))
macro
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
libfdt_env.h
10
#define
INT32_MAX
((s32)(UINT32_MAX >> 1))
macro
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H
A
D
It_posix_queue_097.cpp
63
ts.tv_sec =
INT32_MAX
;
in PthreadF02()
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H
A
D
fdt.c
42
if (totalsize <
INT32_MAX
)
in fdt_ro_probe_()
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H
A
D
fdt.c
46
if (totalsize <
INT32_MAX
)
in fdt_ro_probe_()
/kernel/liteos_m/kal/posix/src/
H
A
D
pthread_cond.c
84
attr->clock =
INT32_MAX
;
in pthread_condattr_destroy()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
gen_loader.c
57
if (size >
INT32_MAX
|| off + size >
INT32_MAX
) {
in realloc_insn_buf()
80
if (size >
INT32_MAX
|| off + size >
INT32_MAX
) {
in realloc_data_buf()
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/
H
A
D
nolibc-test.c
970
CASE_TEST(limit_int32_max); EXPECT_EQ(1,
INT32_MAX
, (int32_t) 0x7fffffff); break;
in run_stdlib()
Completed in 7 milliseconds