OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modtab
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/i2c/
au8522.c
303
const struct au8522_modulation_table *
modtab
= NULL;
local in function:au8522_set_modulation
309
modtab
= au8522_modulation_8vsb;
313
modtab
= au8522_modulation_qam64;
317
modtab
= au8522_modulation_qam256;
325
au8522_write_1(au,
modtab
[n].reg,
modtab
[n].val);
/src/usr.bin/xlint/lint1/
op.h
136
extern const mod_t
modtab
[NOPS];
lint1.h
691
return
modtab
[op].m_name;
697
return
modtab
[tn->tn_op].m_binary;
tree.c
1057
if (
modtab
[op].m_comparison
2038
const mod_t *mp = &
modtab
[op];
2533
bool binary =
modtab
[op].m_binary;
3223
if (
modtab
[op].m_has_side_effect)
3367
if (!
modtab
[ln->tn_op].m_has_side_effect)
3397
const mod_t *mp = &
modtab
[op];
3490
const mod_t *mp = &
modtab
[op];
4144
else if (
modtab
[op].m_comparison) {
4775
if (!
modtab
[tn->tn_op].m_has_side_effect) {
4981
const mod_t *mp = &
modtab
[op]
[
all
...]
oper.c
38
const mod_t
modtab
[NOPS] = {
variable in typeref:typename:const mod_t[]
/src/usr.bin/xlint/common/
lint.h
147
#define has_operands(tn) (
modtab
[(tn)->tn_op].m_has_operands)
Completed in 18 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025