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:s_max
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/lib/
H
A
D
ubsan.h
88
typedef __int128
s_max
;
typedef
91
typedef s64
s_max
;
typedef
H
A
D
ubsan.c
79
static
s_max
get_signed_val(struct type_descriptor *type, void *val)
in get_signed_val()
82
unsigned extra_bits = sizeof(
s_max
)*8 - type_bit_width(type);
in get_signed_val()
85
return ((
s_max
)ulong_val) << extra_bits >> extra_bits;
in get_signed_val()
91
return *(
s_max
*)val;
in get_signed_val()
/kernel/linux/linux-6.6/lib/
H
A
D
ubsan.h
120
typedef __int128
s_max
;
typedef
123
typedef s64
s_max
;
typedef
H
A
D
ubsan.c
146
static
s_max
get_signed_val(struct type_descriptor *type, void *val)
in get_signed_val()
149
unsigned extra_bits = sizeof(
s_max
)*8 - type_bit_width(type);
in get_signed_val()
152
return ((
s_max
)ulong_val) << extra_bits >> extra_bits;
in get_signed_val()
158
return *(
s_max
*)val;
in get_signed_val()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
scan.c
1751
u8 j, k,
s_max
= 0, b_max = 0, n_used_bssid_entries;
in iwl_mvm_umac_scan_cfg_channels_v7_6g()
local
1824
s_max
++;
in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1830
s_max
++;
in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1882
force_passive = (
s_max
> 3 || b_max > 9);
in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1884
(
s_max
> 2 || b_max > 6));
in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1886
force_passive = (
s_max
> 2 || b_max > 6);
in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1889
force_passive = (
s_max
> 1 || b_max > 3);
in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1891
force_passive = (
s_max
> 2 || b_max > 6);
in iwl_mvm_umac_scan_cfg_channels_v7_6g()
1893
(
s_max
> 1 || b_max > 3));
in iwl_mvm_umac_scan_cfg_channels_v7_6g()
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H
A
D
maple.c
991
unsigned long s_min,
s_max
;
in check_erase2_testset()
local
1003
s_entry = mas_range_load(&mas_start, &s_min, &
s_max
);
in check_erase2_testset()
1008
if ((s_min == set[i+1]) && (
s_max
== set[i+2])) {
in check_erase2_testset()
1011
} else if ((s_min != set[i+1]) && (
s_max
!= set[i+2])) {
in check_erase2_testset()
1029
} else if ((s_min == e_min) && (
s_max
== e_max)) {
in check_erase2_testset()
[all...]
Completed in 26 milliseconds