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:map_id
(Results
1 - 9
of
9
) sorted by relevance
/third_party/alsa-lib/src/control/
H
A
D
control_remap.c
71
snd_ctl_elem_id_t
map_id
;
member
220
if (numid == map->
map_id
.numid)
in remap_find_map_numid()
235
if (snd_ctl_elem_id_compare_set(id, &map->
map_id
) == 0)
in remap_find_map_id()
378
*id = map->
map_id
;
in snd_ctl_remap_elem_list()
448
info->id = map->
map_id
;
in remap_map_elem_info()
492
control->id = map->
map_id
;
in remap_map_elem_read()
554
control->id = map->
map_id
;
in remap_map_elem_write()
819
debug_id(&map->
map_id
, "%s found (all)\n", __func__);
in remap_event_for_all_map_controls()
831
debug_id(&map->
map_id
, "%s marking for read\n", __func__);
in remap_event_for_all_map_controls()
852
event->data.elem.id = map->
map_id
;
in snd_ctl_remap_read()
[all...]
/third_party/backends/backend/
H
A
D
plustek-pp_ptdrv.c
797
map.len, map.
map_id
, (u_long)map.map );
in ptdrvIoctl()
809
if( _MAP_MASTER == map.
map_id
) {
in ptdrvIoctl()
820
if( map.
map_id
== _MAP_GREEN )
in ptdrvIoctl()
822
if( map.
map_id
== _MAP_BLUE )
in ptdrvIoctl()
834
MapAdjust( ps, map.
map_id
);
in ptdrvIoctl()
H
A
D
plustek-pp_wrapper.c
292
m.
map_id
= channel;
in ppDev_setMap()
H
A
D
plustek-pp.h
93
int
map_id
; /**< what map */
member
/third_party/node/deps/v8/src/web-snapshot/
H
A
D
web-snapshot.cc
970
uint32_t
map_id
= GetMapId(*map);
in SerializeObject()
local
971
object_serializer_.WriteUint32(
map_id
);
in SerializeObject()
1943
uint32_t
map_id
;
in DeserializeObjects()
local
1944
if (!deserializer_.ReadUint32(&
map_id
) ||
map_id
>= map_count_) {
in DeserializeObjects()
1948
Map raw_map = Map::cast(maps_.get(
map_id
));
in DeserializeObjects()
/third_party/libbpf/src/
H
A
D
skel_internal.h
272
attr.
map_id
= id;
in skel_map_get_fd_by_id()
H
A
D
bpf.c
1074
attr.
map_id
= id;
in bpf_map_get_fd_by_id_opts()
/third_party/libbpf/include/uapi/linux/
H
A
D
bpf.h
409
* *
map_id
*.
1532
__u32
map_id
;
member
6529
__u32
map_id
;
member
6551
__u32
map_id
;
member
/third_party/ltp/include/lapi/
H
A
D
bpf.h
276
uint32_t
map_id
;
member
Completed in 27 milliseconds