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:S64_MAX
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_malisw.h
35
#define
S64_MAX
((s64)(U64_MAX >> 1))
macro
36
#define S64_MIN ((s64)(-
S64_MAX
- 1))
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_malisw.h
42
#define
S64_MAX
((s64)(U64_MAX >> 1))
macro
43
#define S64_MIN ((s64)(-
S64_MAX
- 1))
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_malisw.h
37
#define
S64_MAX
((s64)(U64_MAX>>1))
macro
38
#define S64_MIN ((s64)(-
S64_MAX
- 1))
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ipa/
H
A
D
mali_kbase_ipa_vinstr_common.c
54
if (a > 0 && (
S64_MAX
- a) < b) {
in kbase_ipa_add_saturate()
55
rtn =
S64_MAX
;
in kbase_ipa_add_saturate()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ipa/backend/
H
A
D
mali_kbase_ipa_counter_common_csf.c
56
if (a > 0 && (
S64_MAX
- a) < b)
in kbase_ipa_add_saturate()
57
rtn =
S64_MAX
;
in kbase_ipa_add_saturate()
H
A
D
mali_kbase_ipa_counter_common_jm.c
56
if (a > 0 && (
S64_MAX
- a) < b)
in kbase_ipa_add_saturate()
57
rtn =
S64_MAX
;
in kbase_ipa_add_saturate()
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
verifier.c
610
if (reg->smax_value != reg->umax_value && reg->smax_value !=
S64_MAX
) {
in print_verifier_state()
1092
reg->smax_value =
S64_MAX
;
in verifier_mark_reg_unbounded()
1105
reg->smax_value =
S64_MAX
;
in verifier_mark_reg64_unbounded()
1135
reg->smax_value = min_t(s64, reg->smax_value, reg->var_off.value | (reg->var_off.mask &
S64_MAX
));
in verifier_update_reg64_bounds()
2252
return tnum_is_unknown(reg->var_off) && reg->smin_value == S64_MIN && reg->smax_value ==
S64_MAX
&&
in __is_scalar_unbounded()
6054
dst_reg->smax_value =
S64_MAX
;
in adjust_ptr_min_max_vals()
6107
dst_reg->smax_value =
S64_MAX
;
in adjust_ptr_min_max_vals()
6196
dst_reg->smax_value =
S64_MAX
;
in scalar_min_max_add()
6247
dst_reg->smax_value =
S64_MAX
;
in scalar_min_max_sub()
6306
* copy the result to signed (unless it exceeds
S64_MAX
)
in scalar_min_max_mul()
[all...]
Completed in 21 milliseconds