Home
last modified time | relevance | path

Searched defs:CNAME (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dsysv.S34 #define CNAME(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
36 #define CNAME(x) x macro
/external/python/cpython2/Modules/_ctypes/libffi/src/arc/
Darcompact.S32 #define CNAME(x) x macro
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/
Dsysv.S39 #define CNAME(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
41 #define CNAME(x) x macro
/external/python/cpython2/Modules/_ctypes/libffi/src/m32r/
Dsysv.S33 #define CNAME(x) x macro
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dsysv.S39 #define CNAME(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
41 #define CNAME(x) x macro
/external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
Dsysv.S35 #define CNAME(x) x macro
/external/python/cpython2/Modules/_ctypes/libffi/src/sh/
Dsysv.S34 #define CNAME(x) x macro
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc1427 int32_t RTCPReceiver::CNAME(uint32_t remoteSSRC, in CNAME() function in webrtc::RTCPReceiver