OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:founddata
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/src/platform/stm32f4xx/
eeData.c
30
void *
foundData
= NULL;
45
foundData
= data;
59
return
foundData
;
/external/libvorbis/examples/
encoder_example.c
56
int i,
founddata
;
local
84
for (i=0,
founddata
=0; i<30 && ! feof(stdin) && ! ferror(stdin); i++)
89
founddata
= 1;
Completed in 484 milliseconds