OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ffi_type_test
(Results
1 - 5
of
5
) sorted by null
/external/libffi/include/
ffi_common.h
55
void
ffi_type_test
(ffi_type *a, char *file, int line);
59
#define FFI_ASSERT_VALID_TYPE(x)
ffi_type_test
(x, __FILE__, __LINE__)
/external/libffi/src/
debug.c
50
void
ffi_type_test
(ffi_type *a, char *file, int line)
function
/external/libffi/src/cris/
ffi.c
53
FFI_ASSERT (
ffi_type_test
((*ptr)));
/external/libffi/
ChangeLog.v1
531
* debug.c (
ffi_type_test
): Used "a" to eliminate compiler
ChangeLog
[
all
...]
Completed in 4697 milliseconds