HomeSort by relevance Sort by last modified time
    Searched defs:ffi (Results 1 - 7 of 7) sorted by null

  /external/bcc/src/lua/bpf/
builtins.lua 16 local ffi = require('ffi')
20 local BPF, HELPER = ffi.typeof('struct bpf'), ffi.typeof('struct bpf_func_id')
25 [1] = ffi.typeof('uint8_t'), [2] = ffi.typeof('uint16_t'), [4] = ffi.typeof('uint32_t'), [8] = ffi.typeof('uint64_t'),
42 -- Note: ffi.typeof doesn't accept '?' as template
43 return const_width_type[w] or ffi.typeof(string.format('uint8_t [%d]', w)
    [all...]
  /external/skia/tests/
FontMgrAndroidParserTest.cpp 80 const FontFileInfo& ffi = fontFamily.fFonts[j]; local
81 SkDebugf(" file (%d) %s#%d", ffi.fWeight, ffi.fFileName.c_str(), ffi.fIndex);
82 for (const auto& coordinate : ffi.fVariationDesignPosition) {
  /external/skqp/tests/
FontMgrAndroidParserTest.cpp 80 const FontFileInfo& ffi = fontFamily.fFonts[j]; local
81 SkDebugf(" file (%d) %s#%d", ffi.fWeight, ffi.fFileName.c_str(), ffi.fIndex);
82 for (const auto& coordinate : ffi.fVariationDesignPosition) {
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 670 UnicodeString ffi=UNICODE_STRING_SIMPLE("ffi"); local
692 if((full==ffi && c==0xfb03) || (full==ss && (c==0xdf || c==0x1e9e))) {
    [all...]
  /external/python/cpython3/Python/
sysmodule.c 1116 VS_FIXEDFILEINFO *ffi; local
1120 VerQueryValueW(verblock, L"", (LPVOID)&ffi, &ffi_len)) {
1121 realMajor = HIWORD(ffi->dwProductVersionMS)
    [all...]
  /external/v8/src/wasm/
wasm-js.cc 611 Local<Value> ffi) {
627 GetValueAsImports(ffi, &thrower);
703 Local<Value> ffi = args[1]; local
705 GetValueAsImports(ffi, &thrower);
783 Local<Value> ffi = args[1]; local
785 GetValueAsImports(ffi, &thrower);
    [all...]
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp 2623 VS_FIXEDFILEINFO *ffi; local
    [all...]

Completed in 486 milliseconds