HomeSort by relevance Sort by last modified time
    Searched full:s_imp (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
inaddr.h 28 #define s_imp S_un.S_un_w.s_w2 macro
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Buffer.py 503 proto.putln("#define %s(type, buf, %s) (type)(%s_imp(buf, %s))" % (name, macroargs, name, macroargs))
506 proto.putln("static CYTHON_INLINE void* %s_imp(void* buf, %s);" % (name, funcargs))
508 static CYTHON_INLINE void* %s_imp(void* buf, %s) {

Completed in 1473 milliseconds