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:max_int
(Results
1 - 6
of
6
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
presets.c
57
max_int
(int a, int b)
in max_int()
function
272
(void) lame_set_VBR_mean_bitrate_kbps(gfp,
max_int
(lame_get_VBR_mean_bitrate_kbps(gfp), 8));
in apply_abr_preset()
/third_party/node/deps/v8/src/execution/mips64/
H
A
D
simulator-mips64.cc
5753
const T_int
max_int
= std::numeric_limits<T_int>::max();
5773
result >
max_int
?
max_int
: result < min_int ? min_int : result);
5778
result >
max_int
?
max_int
: result < min_int ? min_int : result);
5795
result >
max_int
?
max_int
: result < min_int ? min_int : result);
5802
result >
max_int
?
max_int
: result < min_int ? min_int : result);
6272
const T_int
max_int
[all...]
/third_party/node/deps/v8/src/execution/mips/
H
A
D
simulator-mips.cc
5467
const T_int
max_int
= std::numeric_limits<T_int>::max();
5487
result >
max_int
?
max_int
: result < min_int ? min_int : result);
5492
result >
max_int
?
max_int
: result < min_int ? min_int : result);
5509
result >
max_int
?
max_int
: result < min_int ? min_int : result);
5516
result >
max_int
?
max_int
: result < min_int ? min_int : result);
5979
const T_int
max_int
[all...]
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir.c
979
const int64_t
max_int
= (1ull << (bit_size - 1)) - 1;
in nir_alu_binop_identity()
local
980
const int64_t min_int = -
max_int
- 1;
in nir_alu_binop_identity()
991
return const_value_int(
max_int
, bit_size);
in nir_alu_binop_identity()
/third_party/node/deps/v8/src/execution/arm/
H
A
D
simulator-arm.cc
3655
double
max_int
= static_cast<double>(kMaxInt);
in get_inv_op_vfp_flag()
local
3668
: (val >= (
max_int
+ 0.5)) || (val < (min_int - 0.5));
in get_inv_op_vfp_flag()
3672
: (val >= (
max_int
+ 1.0)) || (val < min_int);
in get_inv_op_vfp_flag()
3676
: (val >= (
max_int
+ 1.0)) || (val <= (min_int - 1.0));
in get_inv_op_vfp_flag()
/third_party/rust/crates/memchr/bench/data/code/
H
A
D
rust-library.rs
33843
(Internal(min_int), Internal(
max_int
)) => {
in full_range()
33845
max_node =
max_int
.descend();
in full_range()
[all...]
Completed in 72 milliseconds