OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_int8
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/misc/cgo/testcshared/
main1.c
9
int
check_int8
(void* handle, const char* fname, int8_t want) {
function
52
ret =
check_int8
(handle, "DidInitRun", 1);
57
ret =
check_int8
(handle, "DidMainRun", 0);
/prebuilts/go/linux-x86/misc/cgo/testcshared/
main1.c
9
int
check_int8
(void* handle, const char* fname, int8_t want) {
function
52
ret =
check_int8
(handle, "DidInitRun", 1);
57
ret =
check_int8
(handle, "DidMainRun", 0);
Completed in 103 milliseconds