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:id_list
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-utils/alsactl/
H
A
D
daemon.c
34
struct
id_list
{
struct
43
struct
id_list
whitelist;
44
struct
id_list
blacklist;
69
static void free_list(struct
id_list
*list)
in free_list()
167
static int in_list(struct
id_list
*list, snd_ctl_elem_id_t *id)
in in_list()
182
static void remove_from_list(struct
id_list
*list, snd_ctl_elem_id_t *id)
in remove_from_list()
194
static void add_to_list(struct
id_list
*list, snd_ctl_elem_id_t *id)
in add_to_list()
/third_party/libcoap/examples/
H
A
D
coap-server.c
158
id_def_t *
id_list
;
member
1985
valid_ids.
id_list
[i].hint_match)) {
in verify_id_callback()
1989
if (coap_binary_equal(identity, valid_ids.
id_list
[i].identity_match)) {
in verify_id_callback()
1991
(int)valid_ids.
id_list
[i].new_key->length,
in verify_id_callback()
1992
valid_ids.
id_list
[i].new_key->s);
in verify_id_callback()
1993
return valid_ids.
id_list
[i].new_key;
in verify_id_callback()
2557
new_id_list = realloc(valid_ids.
id_list
,
in cmdline_read_identity_check()
2558
(valid_ids.count + 1)*sizeof(valid_ids.
id_list
[0]));
in cmdline_read_identity_check()
2562
valid_ids.
id_list
= new_id_list;
in cmdline_read_identity_check()
2563
valid_ids.
id_list
[valid_id
in cmdline_read_identity_check()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
h264_slice.c
2131
int
id_list
[16];
in h264_slice_init()
local
2134
id_list
[i] = 60;
in h264_slice_init()
2141
id_list
[i] = k;
in h264_slice_init()
2146
id_list
[i] = h->short_ref_count + k;
in h264_slice_init()
2155
ref2frm[i + 2] = 4 *
id_list
[i] + (sl->ref_list[j][i].reference & 3);
in h264_slice_init()
2159
ref2frm[i + 4] = 4 *
id_list
[(i - 16) >> 1] +
in h264_slice_init()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
msm_kgsl.h
1062
* @
id_list
: list of GPU buffer ids of the buffers to sync
1063
* @count: number of GPU buffer ids in
id_list
1071
unsigned int *
id_list
;
member
Completed in 17 milliseconds