Searched refs:ffi (Results 1 - 7 of 7) sorted by relevance

/external/skia/tests/
H A DFontConfigParser.cpp87 const FontFileInfo& ffi = fontFamilies[i]->fFonts[j]; local
88 SkDebugf(" file (%d) %s#%d\n", ffi.fWeight, ffi.fFileName.c_str(), ffi.fIndex);
/external/e2fsprogs/debugfs/
H A Dro_debug_cmds.ct58 find_free_inode, ffi;
H A Ddebug_cmds.ct104 find_free_inode, ffi;
/external/fio/
H A Dserver.c483 struct fio_fork_item *ffi; local
485 ffi = malloc(sizeof(*ffi));
486 ffi->exitval = 0;
487 ffi->signal = 0;
488 ffi->exited = 0;
489 ffi->pid = pid;
490 flist_add_tail(&ffi->list, list);
505 static void fio_server_check_fork_item(struct fio_fork_item *ffi) argument
509 ret = waitpid(ffi
529 fio_server_fork_item_done(struct fio_fork_item *ffi) argument
545 struct fio_fork_item *ffi; local
[all...]
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp40 #include <ffi.h>
43 #include <ffi/ffi.h>
/external/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp541 UnicodeString ffi=UNICODE_STRING_SIMPLE("ffi"); local
563 if((full==ffi && c==0xfb03) || (full==ss && (c==0xdf || c==0x1e9e))) {
/external/llvm/
H A Dconfigure9316 for ac_lib in '' ffi; do
12998 for ac_header in ffi.h ffi/ffi.h

Completed in 331 milliseconds