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:options_list
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
sm3840.c
405
cap = s->
options_list
[option].cap;
in sane_control_option()
440
status = sanei_constrain_value (s->
options_list
+ option, val, info);
in sane_control_option()
481
return (&s->
options_list
[option]);
in sane_get_option_descriptor()
665
s->
options_list
[option].size = sizeof (SANE_Word);
in initialize_options_list()
666
s->
options_list
[option].cap =
in initialize_options_list()
670
s->
options_list
[OPT_NUM_OPTS].name = SANE_NAME_NUM_OPTIONS;
in initialize_options_list()
671
s->
options_list
[OPT_NUM_OPTS].title = SANE_TITLE_NUM_OPTIONS;
in initialize_options_list()
672
s->
options_list
[OPT_NUM_OPTS].desc = SANE_DESC_NUM_OPTIONS;
in initialize_options_list()
673
s->
options_list
[OPT_NUM_OPTS].type = SANE_TYPE_INT;
in initialize_options_list()
674
s->
options_list
[OPT_NUM_OPT
in initialize_options_list()
[all...]
H
A
D
as6e.c
423
cap = s->
options_list
[option].cap;
in sane_control_option()
453
/* status = sanei_constrain_value (s->
options_list
[option], val, info);*/
in sane_control_option()
491
return (&s->
options_list
[option]);
in sane_get_option_descriptor()
710
s->
options_list
[option].size = sizeof (SANE_Word);
in initialize_options_list()
711
s->
options_list
[option].cap =
in initialize_options_list()
715
s->
options_list
[OPT_NUM_OPTS].name = SANE_NAME_NUM_OPTIONS;
in initialize_options_list()
716
s->
options_list
[OPT_NUM_OPTS].title = SANE_TITLE_NUM_OPTIONS;
in initialize_options_list()
717
s->
options_list
[OPT_NUM_OPTS].desc = SANE_DESC_NUM_OPTIONS;
in initialize_options_list()
718
s->
options_list
[OPT_NUM_OPTS].type = SANE_TYPE_INT;
in initialize_options_list()
719
s->
options_list
[OPT_NUM_OPT
in initialize_options_list()
[all...]
H
A
D
as6e.h
95
SANE_Option_Descriptor
options_list
[NUM_OPTIONS];
member
H
A
D
sm3840.h
87
SANE_Option_Descriptor
options_list
[NUM_OPTIONS];
member
/third_party/toybox/toys/pending/
H
A
D
dhcp.c
207
static option_val_t
options_list
[] = {
variable
393
int count, size = ARRAY_LEN(
options_list
);
in strtoopt()
404
if ((
options_list
[count].code & 0X00FF) == optcode) {
in strtoopt()
405
flag = (
options_list
[count].code & 0XFF00);
in strtoopt()
412
if (!strcmp(
options_list
[count].key, option)) {
in strtoopt()
413
flag = (
options_list
[count].code & 0XFF00);
in strtoopt()
414
optcode = (
options_list
[count].code & 0X00FF);
in strtoopt()
428
options_list
[count].len = sizeof(uint32_t);
in strtoopt()
429
options_list
[count].val = xmalloc(sizeof(uint32_t));
in strtoopt()
433
memcpy(
options_list
[coun
in strtoopt()
[all...]
H
A
D
dhcpd.c
291
static option_val_t
options_list
[] = {
variable
547
int count, size = ARRAY_LEN(
options_list
);
in strtoopt()
558
if ((
options_list
[count].code & 0X00FF) == optcode) {
in strtoopt()
559
flag = (
options_list
[count].code & 0XFF00);
in strtoopt()
565
if (!strncmp(
options_list
[count].key, option, strlen(
options_list
[count].key))) {
in strtoopt()
566
flag = (
options_list
[count].code & 0XFF00);
in strtoopt()
567
optcode = (
options_list
[count].code & 0X00FF);
in strtoopt()
586
options_list
[count].len = sizeof(uint32_t);
in strtoopt()
587
options_list
[coun
in strtoopt()
[all...]
Completed in 6 milliseconds