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:cparams
(Results
1 - 5
of
5
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci_pci.c
199
uint32_t
cparams
;
in xhci_pci_take_controller()
local
205
cparams
= XREAD4(sc, capa, XHCI_HCSPARAMS0);
in xhci_pci_take_controller()
210
for (eecp = XHCI_HCS0_XECP(
cparams
) << 2; (eecp != 0) && XHCI_XECP_NEXT(eec);
in xhci_pci_take_controller()
H
A
D
ehci.c
190
uint32_t
cparams
;
in ehci_init_sub()
local
194
cparams
= EREAD4(sc, EHCI_HCCPARAMS);
in ehci_init_sub()
196
DPRINTF("
cparams
=0x%x\n",
cparams
);
in ehci_init_sub()
198
if (EHCI_HCC_64BIT(
cparams
)) {
in ehci_init_sub()
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H
A
D
kmac_prov.c
300
const OSSL_PARAM
cparams
[] = {
in kmac_init()
local
304
(void)kmac_set_ctx_params(kctx,
cparams
);
in kmac_init()
/third_party/openssl/providers/implementations/macs/
H
A
D
kmac_prov.c
300
const OSSL_PARAM
cparams
[] = {
in kmac_init()
local
304
(void)kmac_set_ctx_params(kctx,
cparams
);
in kmac_init()
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_plug.c
765
static int check_access_change(snd_pcm_hw_params_t *
cparams
,
in check_access_change()
argument
789
snd_pcm_hw_param_get_mask(
cparams
,
in check_access_change()
Completed in 8 milliseconds