Home
last modified time | relevance | path

Searched refs:cdef_source (Results 1 – 6 of 6) sorted by relevance

/external/python/cryptography/src/_cffi_src/
Dutils.py56 cdef_source="\n".join(types + functions),
68 cdef_source, argument
76 cdef_source += "\nstatic const char *const CRYPTOGRAPHY_PACKAGE_VERSION;"
80 ffi.cdef(cdef_source)
Dbuild_padding.py24 cdef_source=types,
/external/libgav1/src/post_filter/
Dcdef.cc119 uint16_t* cdef_source, ptrdiff_t cdef_stride, in PrepareCdefBlock() argument
147 uint16_t* cdef_src = cdef_source + static_cast<int>(plane == kPlaneV) * in PrepareCdefBlock()
/external/libgav1/src/
Dpost_filter.h354 int column4x4, uint16_t* cdef_source,
/external/python/cffi/testing/cffi1/
Dtest_verify1.py1914 cdef_source = """
1935 cdef_source = (cdef_source
1939 ffi.cdef(cdef_source)
/external/python/cffi/testing/cffi0/
Dtest_verify.py1951 cdef_source = """
1972 cdef_source = (cdef_source
1976 ffi.cdef(cdef_source)