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:type_refs
(Results
1 - 5
of
5
) sorted by relevance
/third_party/alsa-lib/src/alisp/
H
A
D
alisp_local.h
57
unsigned int
type_refs
; /* type and count of references */
member
72
return (p->
type_refs
>> ALISP_TYPE_SHIFT);
in alisp_get_type()
77
p->
type_refs
&= ~ALISP_TYPE_MASK;
in alisp_set_type()
78
p->
type_refs
|= (unsigned int)type << ALISP_TYPE_SHIFT;
in alisp_set_type()
84
(p->
type_refs
& ALISP_TYPE_MASK);
in alisp_compare_type()
89
p->
type_refs
&= ~ALISP_REFS_MASK;
in alisp_set_refs()
90
p->
type_refs
|= refs & ALISP_REFS_MASK;
in alisp_set_refs()
95
return p->
type_refs
& ALISP_REFS_MASK;
in alisp_get_refs()
/third_party/mesa3d/src/amd/registers/
H
A
D
makeregheader.py
120
for idx,
type_refs
in enumerate([field_in_type1.
type_refs
, field_in_type2.
type_refs
]):
122
for type_ref in
type_refs
:
151
type_refs
=set([type_ref]) if type_ref else set(),
171
type_refs
=set([type_ref]) if type_ref else set(),
198
prev.
type_refs
.update(line.
type_refs
)
227
prev.
type_refs
.update(line.
type_refs
)
[all...]
H
A
D
regdb.py
581
for
type_refs
in regtypes_merge.sets():
583
for type_ref in
type_refs
:
620
for
type_refs
in regtypes_merge.sets():
621
type_refs
= sorted(
type_refs
)
622
newname =
type_refs
[0] + '_' + newchip
625
newname =
type_refs
[0] + '_' + newchip + str(i)
629
for type_ref in
type_refs
:
648
[(type_ref, self.__register_types[type_ref]) for type_ref in
type_refs
],
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_hub.c
2481
udev->pwr_save.
type_refs
[xfer_type] += val;
in usbd_transfer_power_ref()
2542
(udev->pwr_save.
type_refs
[UE_ISOCHRONOUS] != 0) ||
in usb_peer_should_wakeup()
2563
usb_size_t
type_refs
[5];
in usb_bus_powerd()
local
2611
type_refs
[0] = 0;
in usb_bus_powerd()
2612
type_refs
[1] = 0;
in usb_bus_powerd()
2613
type_refs
[2] = 0;
in usb_bus_powerd()
2614
type_refs
[3] = 0;
in usb_bus_powerd()
2615
type_refs
[4] = 0;
in usb_bus_powerd()
2626
type_refs
[4] += 1;
in usb_bus_powerd()
2639
type_refs
[
in usb_bus_powerd()
[all...]
H
A
D
usb_device.h
109
usb_size_t
type_refs
[4]; /* transfer reference count */
member
Completed in 6 milliseconds