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:triple
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H
A
D
dot11d.c
115
struct chnl_txpow_triple *
triple
;
in dot11d_update_country()
local
121
triple
= (struct chnl_txpow_triple *)(country + 3);
in dot11d_update_country()
123
if (max_channel_number >=
triple
->first_channel) {
in dot11d_update_country()
129
if (MAX_CHANNEL_NUMBER < (
triple
->first_channel +
in dot11d_update_country()
130
triple
->num_channels)) {
in dot11d_update_country()
137
for (j = 0; j <
triple
->num_channels; j++) {
in dot11d_update_country()
138
dot11d_info->channel_map[
triple
->first_channel + j] = 1;
in dot11d_update_country()
139
dot11d_info->max_tx_power_list[
triple
->first_channel + j] =
in dot11d_update_country()
140
triple
->max_tx_power;
in dot11d_update_country()
141
max_channel_number =
triple
in dot11d_update_country()
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H
A
D
dot11d.c
115
struct chnl_txpow_triple *
triple
;
in dot11d_update_country()
local
121
triple
= (struct chnl_txpow_triple *)(country + 3);
in dot11d_update_country()
123
if (max_channel_number >=
triple
->first_channel) {
in dot11d_update_country()
129
if (MAX_CHANNEL_NUMBER < (
triple
->first_channel +
in dot11d_update_country()
130
triple
->num_channels)) {
in dot11d_update_country()
137
for (j = 0; j <
triple
->num_channels; j++) {
in dot11d_update_country()
138
dot11d_info->channel_map[
triple
->first_channel + j] = 1;
in dot11d_update_country()
139
dot11d_info->max_tx_power_list[
triple
->first_channel + j] =
in dot11d_update_country()
140
triple
->max_tx_power;
in dot11d_update_country()
141
max_channel_number =
triple
in dot11d_update_country()
[all...]
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
jit_disasm.c
85
char *
triple
;
in init_context()
local
88
triple
= LLVMNormalizeTargetTriple(arch);
in init_context()
90
triple
= LLVMGetDefaultTargetTriple();
in init_context()
91
if (!
triple
) {
in init_context()
92
p_err("Failed to retrieve
triple
");
in init_context()
95
*ctx = LLVMCreateDisasm(
triple
, NULL, 0, NULL, symbol_lookup_callback);
in init_context()
96
LLVMDisposeMessage(
triple
);
in init_context()
/kernel/linux/linux-5.10/arch/arm/crypto/
H
A
D
poly1305-armv4.pl
616
@ data we are looking at
triple
as many addends...
/kernel/linux/linux-6.6/arch/arm/crypto/
H
A
D
poly1305-armv4.pl
616
@ data we are looking at
triple
as many addends...
Completed in 3 milliseconds