Home
last modified time | relevance | path

Searched refs:has_lock (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBCard.cpp157 bool has_lock = false; in SetTuningParameter() local
173 if (!has_lock && status & DVB_STATUS_LOCK) { in SetTuningParameter()
174 has_lock = true; in SetTuningParameter()
/haiku/src/add-ons/accelerants/radeon/
H A DCP.h59 int state_buffer_idx, int state_buffer_size, bool has_lock );
H A DCP.c269 int state_buffer_idx, int state_buffer_size, bool has_lock ) in Radeon_SendIndirectBuffer() argument
287 (void)has_lock; in Radeon_SendIndirectBuffer()
/haiku/src/libs/zydis/Zydis/
H A DDecoder.c80 ZyanBool has_lock; member
2053 if (state->prefixes.has_lock) in ZydisSetAttributes()
3097 state->prefixes.has_lock = ZYAN_TRUE; in ZydisCollectOptionalPrefixes()
3634 if (state->prefixes.has_lock) in ZydisNodeHandlerOpcode()
3740 if (state->prefixes.has_lock) in ZydisNodeHandlerOpcode()
3768 if (state->prefixes.has_lock) in ZydisNodeHandlerOpcode()
4383 if (state->prefixes.has_lock && !def->accepts_LOCK) in ZydisCheckErrorConditions()