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:limited
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/
H
A
D
csc.c
31
struct quantization
limited
;
member
49
.
limited
= {
63
.
limited
= {
79
.
limited
= {
93
.
limited
= {
197
coeff = csc_coeffs.y2r.r601.
limited
.coeff;
in csc_set_coeff()
202
coeff = csc_coeffs.y2r.r709.
limited
.coeff;
in csc_set_coeff()
225
coeff = csc_coeffs.r2y.r601.
limited
.coeff;
in csc_set_coeff()
230
coeff = csc_coeffs.r2y.r709.
limited
.coeff;
in csc_set_coeff()
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/
H
A
D
csc.c
31
struct quantization
limited
;
member
49
.
limited
= {
63
.
limited
= {
79
.
limited
= {
93
.
limited
= {
197
coeff = csc_coeffs.y2r.r601.
limited
.coeff;
in csc_set_coeff()
202
coeff = csc_coeffs.y2r.r709.
limited
.coeff;
in csc_set_coeff()
225
coeff = csc_coeffs.r2y.r601.
limited
.coeff;
in csc_set_coeff()
230
coeff = csc_coeffs.r2y.r709.
limited
.coeff;
in csc_set_coeff()
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
H
A
D
kvm-test-1-run.sh
140
echo CPU count
limited
from $cpu_count to $TORTURE_ALLOTED_CPUS | tee -a $resdir/Warnings
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H
A
D
rkisp1-params.c
1057
u16
limited
[9];
in rkisp1_csm_config()
member
1061
.
limited
= {
in rkisp1_csm_config()
1073
.
limited
= {
in rkisp1_csm_config()
1085
.
limited
= {
in rkisp1_csm_config()
1097
.
limited
= {
in rkisp1_csm_config()
1135
csm = coeffs->
limited
;
in rkisp1_csm_config()
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H
A
D
kvm-test-1-run.sh
148
echo CPU count
limited
from $cpu_count to $TORTURE_ALLOTED_CPUS | tee -a $resdir/Warnings
/kernel/linux/linux-5.10/arch/arm/crypto/
H
A
D
poly1305-armv4.pl
604
@ they are
limited
by 2^26+2^6. This in turn means that *sum*
618
@ In key setup procedure pre-reduced H0 is
limited
by 5*4+1 and
620
@ input H0 is
limited
by (5*4+1)*3 addends, or 58 bits, while
H
A
D
sha1-armv4-large.S
46
@ modes are
limited
. As result it takes more instructions to do
/kernel/linux/linux-6.6/arch/arm/crypto/
H
A
D
poly1305-armv4.pl
604
@ they are
limited
by 2^26+2^6. This in turn means that *sum*
618
@ In key setup procedure pre-reduced H0 is
limited
by 5*4+1 and
620
@ input H0 is
limited
by (5*4+1)*3 addends, or 58 bits, while
H
A
D
sha1-armv4-large.S
46
@ modes are
limited
. As result it takes more instructions to do
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_hdmi.c
1178
/* CEA VICs other than #1 requre
limited
range RGB
in vc4_hdmi_csc_setup()
1231
* CEA VICs other than #1 require
limited
range RGB
1368
(*vc5_hdmi_find_yuv_csc_coeffs(struct vc4_hdmi *vc4_hdmi, u32 colorspace, bool
limited
))[4]
in vc5_hdmi_find_yuv_csc_coeffs()
argument
1376
return vc5_hdmi_csc_full_rgb_to_yuv_bt601[
limited
];
in vc5_hdmi_find_yuv_csc_coeffs()
1384
return vc5_hdmi_csc_full_rgb_to_yuv_bt709[
limited
];
in vc5_hdmi_find_yuv_csc_coeffs()
1391
return vc5_hdmi_csc_full_rgb_to_yuv_bt2020[
limited
];
in vc5_hdmi_find_yuv_csc_coeffs()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
87
bool
limited
;
member
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
mgmt.c
1400
* and enabling
limited
discoverable requires a timeout.
in set_discoverable()
1437
/* Setting
limited
discoverable when powered off is
in set_discoverable()
1647
/* In
limited
privacy mode the change of bondable mode
in set_bondable()
3928
/* Parameters are
limited
to a single octet */
in set_exp_feature()
3977
/* Parameters are
limited
to a single octet */
in set_exp_feature()
4720
hdev->discovery.
limited
= true;
in start_discovery_internal()
4722
hdev->discovery.
limited
= false;
in start_discovery_internal()
8819
if (hdev->discovery.
limited
) {
in mgmt_device_found()
8820
/* Check for
limited
discoverable bit */
in mgmt_device_found()
H
A
D
hci_request.c
1449
/* If
limited
privacy mode is enabled don't use RPA if we're
in adv_use_rpa()
1456
/* We're neither bondable nor discoverable in the
limited
in adv_use_rpa()
1736
* and
limited
discoverable flags.
in create_instance_adv_data()
2763
* address in
limited
privacy mode.
in discoverable_update()
2839
/* SCO rejection has its own
limited
set of
in __hci_abort_conn()
2931
if (req->hdev->discovery.
limited
)
in bredr_inquiry()
3298
* the
limited
discoverable flag is cleared. Even in the case
in discov_off()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
90
bool
limited
;
member
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
mgmt.c
1055
* the
limited
discoverable flag is cleared. Even in the case
in discov_off()
1568
* and enabling
limited
discoverable requires a timeout.
in set_discoverable()
1605
/* Setting
limited
discoverable when powered off is
in set_discoverable()
1829
/* In
limited
privacy mode the change of bondable mode
in set_bondable()
4532
/* Parameters are
limited
to a single octet */
in set_debug_func()
4577
/* Parameters are
limited
to a single octet */
in set_mgmt_mesh_func()
4636
/* Parameters are
limited
to a single octet */
in set_rpa_resolution_func()
4694
/* Parameters are
limited
to a single octet */
in set_quality_report_func()
4768
/* Parameters are
limited
to a single octet */
in set_offload_codec_func()
4826
/* Parameters are
limited
t
in set_le_simultaneous_roles_func()
[all...]
H
A
D
hci_sync.c
864
/* If
limited
privacy mode is enabled don't use RPA if we're
in adv_use_rpa()
871
/* We're neither bondable nor discoverable in the
limited
in adv_use_rpa()
2355
* the
limited
discoverable flag is cleared. Even in the case
in hci_pause_advertising_sync()
5348
/* SCO rejection has its own
limited
set of
in hci_reject_sco_sync()
5586
* address in
limited
privacy mode.
in hci_update_discoverable_sync()
5665
if (hdev->discovery.
limited
)
in hci_inquiry_sync()
Completed in 45 milliseconds