Searched refs:CNAME (Results 1 - 12 of 12) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/m32r/
H A Dsysv.S33 #define CNAME(x) x define
34 #define ENTRY(x) .globl CNAME(x)! .type CNAME(x),%function! CNAME(x):
121 .size CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
H A Dsysv.S34 #define CNAME(x) CONCAT1 (__USER_LABEL_PREFIX__, x) define
36 #define CNAME(x) x define
46 .globl CNAME(ffi_call_SYSV)
48 .type CNAME(ffi_call_SYSV), #function
104 CNAME(ffi_call_SYSV):
203 .size CNAME(ffi_call_SYSV), .-CNAME(ffi_call_SYSV)
246 .globl CNAME(ffi_closure_SYSV)
251 CNAME(ffi_closure_SYSV):
297 bl CNAME(ffi_closure_SYSV_inne
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/arc/
H A Darcompact.S32 #define CNAME(x) x define
33 #define ENTRY(x) .globl CNAME(x)` .type CNAME(x),%function` CNAME(x):
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/
H A Dsysv.S39 #define CNAME(x) CONCAT1 (__USER_LABEL_PREFIX__, x) define
41 #define CNAME(x) x define
43 #define ENTRY(x) .globl CNAME(x); .type CNAME(x), %function; CNAME(x):
135 callr D1RtP, CNAME(ffi_prep_args@PLT)
137 callr D1RtP, CNAME(ffi_prep_args)
240 .size CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
276 callr D1RtP, CNAME(ffi_closure_SYSV_inne
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
H A Dsysv.S39 #define CNAME(x) CONCAT1 (__USER_LABEL_PREFIX__, x) define
41 #define CNAME(x) x define
46 #define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
175 bl CNAME(ffi_prep_args_SYSV)
242 .size CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
264 bl CNAME(ffi_closure_inner)
317 .size CNAME(ffi_closure_SYS
[all...]
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
H A Dsysv.asm37 ;#define CNAME(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
39 ;#define CNAME(x) x
41 ;#define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
158 ;.size CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
/external/python/cpython2/Modules/_ctypes/libffi/src/sh/
H A Dsysv.S34 #define CNAME(x) x define
35 #define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
493 .size CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
703 .size CNAME(ffi_closure_SYSV),.ffi_closure_SYSV_end-CNAME(ffi_closure_SYSV)
/external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
H A Dsysv.S35 #define CNAME(x) x define
36 #define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
320 .size CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
440 .size CNAME(ffi_closure_SYSV),.ffi_closure_SYSV_end-CNAME(ffi_closure_SYSV)
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_receiver.h63 int32_t CNAME(uint32_t remoteSSRC, char cName[RTCP_CNAME_SIZE]) const;
H A Drtcp_receiver_unittest.cc454 EXPECT_EQ(0, rtcp_receiver_->CNAME(kSenderSsrc, cName));
466 EXPECT_EQ(0, rtcp_receiver_->CNAME(kSenderSsrc, cName));
468 // Verify that BYE removes the CNAME.
473 EXPECT_EQ(-1, rtcp_receiver_->CNAME(kSenderSsrc, cName));
H A Drtp_rtcp_impl.cc511 return rtcp_receiver_.CNAME(remote_ssrc, c_name);
H A Drtcp_receiver.cc1427 int32_t RTCPReceiver::CNAME(uint32_t remoteSSRC, function in class:webrtc::RTCPReceiver

Completed in 250 milliseconds