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_VALUE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H
A
D
ethtool-ring.sh
51
MAX_VALUE
=$((RANDOM % $((2**32-1))))
55
echo $
MAX_VALUE
> $NSIM_DEV_DFS/ethtool/ring/$ring_max_entry
67
value=$((RANDOM % $
MAX_VALUE
))
/kernel/linux/linux-5.10/drivers/video/backlight/
H
A
D
pandora_bl.c
32
#define
MAX_VALUE
63
macro
33
#define MAX_USER_VALUE (
MAX_VALUE
- MIN_VALUE)
75
twl_i2c_write_u8(TWL_MODULE_PWM,
MAX_VALUE
, TWL_PWM0_OFF);
in pandora_backlight_update_status()
/kernel/linux/linux-6.6/drivers/video/backlight/
H
A
D
pandora_bl.c
32
#define
MAX_VALUE
63
macro
33
#define MAX_USER_VALUE (
MAX_VALUE
- MIN_VALUE)
75
twl_i2c_write_u8(TWL_MODULE_PWM,
MAX_VALUE
, TWL_PWM0_OFF);
in pandora_backlight_update_status()
/kernel/linux/linux-6.6/drivers/platform/x86/dell/dell-wmi-sysman/
H
A
D
int-attributes.c
11
enum int_properties {MIN_VALUE = 6,
MAX_VALUE
, SCALAR_INCR};
enumerator
168
if (check_property_type(integer,
MAX_VALUE
, ACPI_TYPE_INTEGER))
in populate_int_data()
171
(uintptr_t)integer_obj[
MAX_VALUE
].string.pointer;
in populate_int_data()
Completed in 3 milliseconds