Searched defs:O (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sh64/ |
A D | memcpy.S | 48 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument 49 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument 50 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument 51 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | _stdio.h | 145 #define __STDIO_STREAM_TRANS_TO_WRITE(S,O) __stdio_trans2w_o((S), (O)) argument 146 #define __STDIO_STREAM_TRANS_TO_READ(S,O) __stdio_trans2r_o((S), (O)) argument 150 #define __STDIO_STREAM_TRANS_TO_WRITE(S,O) __stdio_trans2w((S)) argument 151 #define __STDIO_STREAM_TRANS_TO_READ(S,O) __stdio_trans2r((S)) argument
|
Completed in 5 milliseconds