Home
last modified time | relevance | path

Searched refs:destptr (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dparseurl.c208 char *streamname, *destptr, *p; in RTMP_ParsePlaypath() local
250 destptr = streamname; in RTMP_ParsePlaypath()
253 strcpy(destptr, "mp4:"); in RTMP_ParsePlaypath()
254 destptr += 4; in RTMP_ParsePlaypath()
260 strcpy(destptr, "mp3:"); in RTMP_ParsePlaypath()
261 destptr += 4; in RTMP_ParsePlaypath()
277 *destptr++ = c; in RTMP_ParsePlaypath()
281 *destptr++ = *p++; in RTMP_ParsePlaypath()
285 *destptr = '\0'; in RTMP_ParsePlaypath()
288 out->av_len = destptr - streamname; in RTMP_ParsePlaypath()
/OK3568_Linux_fs/kernel/arch/nios2/lib/
H A Dmemset.c15 int destptr, charcnt, dwordcnt, fill8reg, wrkrega; in memset() local
67 : "=r" (destptr), /* %0 Output */ in memset()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dxilinx_emaclite.c99 static void xemaclite_alignedread(u32 *srcptr, void *destptr, u32 bytecount) in xemaclite_alignedread() argument
111 to32ptr = (u32 *) destptr; in xemaclite_alignedread()
125 static void xemaclite_alignedwrite(void *srcptr, u32 *destptr, u32 bytecount) in xemaclite_alignedwrite() argument
129 u32 *to32ptr = (u32 *) destptr; in xemaclite_alignedwrite()
/OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/
H A Dparam_test.c900 char *destptr, *srcptr; in this_cpu_memcpy_buffer_push() local
909 destptr = (char *)&buffer->c[cpu].array[offset]; in this_cpu_memcpy_buffer_push()
918 destptr, srcptr, copylen, in this_cpu_memcpy_buffer_push()
922 offset, destptr, srcptr, copylen, in this_cpu_memcpy_buffer_push()
944 char *destptr, *srcptr; in this_cpu_memcpy_buffer_pop() local
953 destptr = (char *)item; in this_cpu_memcpy_buffer_pop()
960 offset, destptr, srcptr, copylen, in this_cpu_memcpy_buffer_pop()
/OK3568_Linux_fs/kernel/arch/parisc/math-emu/
H A Dsgl_float.h319 #define Sgl_copytoptr(src,destptr) *destptr = src argument