OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stval
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/
midictl.c
450
uint16_t
stval
;
local in function:enter14
456
stval
= (present) ? store_extract(mc->store, c, chan, key) : 0;
457
if ( !(
stval
& (C14MSET|C14LSET) ) ) {
462
stval
= C14LSET | val | (
stval
& ~0x7f );
464
stval
= C14MSET | ( val << 7 ) | (
stval
& ~0x3f80 );
465
store_update(mc->store, c, chan, key,
stval
);
midictl.c
450
uint16_t
stval
;
local in function:enter14
456
stval
= (present) ? store_extract(mc->store, c, chan, key) : 0;
457
if ( !(
stval
& (C14MSET|C14LSET) ) ) {
462
stval
= C14LSET | val | (
stval
& ~0x7f );
464
stval
= C14MSET | ( val << 7 ) | (
stval
& ~0x3f80 );
465
store_update(mc->store, c, chan, key,
stval
);
Completed in 22 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025