OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tuning
(Results
1 - 4
of
4
) sorted by null
/external/bison/lib/
hash.c
63
/*
Tuning
arguments, kept in a physicaly separate structure. */
64
const Hash_tuning *
tuning
;
member in struct:hash_table
128
/* Use this to initialize or reset a
TUNING
structure to
472
hash_reset_tuning (Hash_tuning *
tuning
)
474
*
tuning
= default_tuning;
477
/* For the given hash TABLE, check the user supplied
tuning
structure for
479
Otherwise, definitively reset the
TUNING
field to some acceptable default
481
tuning
arguments), and return false. */
486
const Hash_tuning *
tuning
= table->
tuning
;
local
959
const Hash_
tuning
*
tuning
= table->
tuning
;
local
1009
const Hash_
tuning
*
tuning
= table->
tuning
;
local
[
all
...]
/external/sonivox/arm-fm-22k/lib_src/
eas_sndlib.h
187
EAS_I16
tuning
;
member in struct:s_dls_articulation_tag
227
EAS_I16
tuning
;
member in struct:s_wt_region_tag
252
EAS_I16
tuning
;
member in struct:s_fm_oper_tag
/external/sonivox/arm-hybrid-22k/lib_src/
eas_sndlib.h
187
EAS_I16
tuning
;
member in struct:s_dls_articulation_tag
227
EAS_I16
tuning
;
member in struct:s_wt_region_tag
252
EAS_I16
tuning
;
member in struct:s_fm_oper_tag
/external/sonivox/arm-wt-22k/lib_src/
eas_sndlib.h
187
EAS_I16
tuning
;
member in struct:s_dls_articulation_tag
227
EAS_I16
tuning
;
member in struct:s_wt_region_tag
252
EAS_I16
tuning
;
member in struct:s_fm_oper_tag
Completed in 67 milliseconds