OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:state_ptr
(Results
1 - 3
of
3
) sorted by null
/system/bt/btcore/src/
module.c
172
module_state_t *
state_ptr
= hash_map_get(metadata, module);
local
175
return
state_ptr
? *
state_ptr
: MODULE_STATE_NONE;
181
module_state_t *
state_ptr
= hash_map_get(metadata, module);
local
182
if (!
state_ptr
) {
183
state_ptr
= osi_malloc(sizeof(module_state_t));
184
hash_map_set(metadata, module,
state_ptr
);
189
*
state_ptr
= state;
/external/webrtc/webrtc/common_audio/signal_processing/
filter_ar.c
45
int16_t*
state_ptr
= &state[state_length - 1];
local
59
o -= *a_ptr * *
state_ptr
--;
/toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c
1336
emit_state **
state_ptr
;
local
[
all
...]
Completed in 183 milliseconds