Searched refs:in1 (Results 1 – 21 of 21) sorted by relevance
/l4re-core-master/l4sys/include/ |
A D | arm_smccc.h | 15 l4_umword_t in1, l4_umword_t in2, l4_umword_t in3, 22 l4_umword_t in1, l4_umword_t in2, l4_umword_t in3, 33 l4_umword_t in0, l4_umword_t in1, in l4_arm_smccc_call() argument 40 return l4_arm_smccc_call_u(pfc, func, in0, in1, in2, in3, in4, in5, in l4_arm_smccc_call() 47 l4_umword_t in1, l4_umword_t in2, l4_umword_t in3, in l4_arm_smccc_call_u() argument 56 v->mr[2] = in1; in l4_arm_smccc_call_u()
|
A D | arm_smccc | 30 (l4_umword_t func, l4_umword_t in0, l4_umword_t in1,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ia64/ |
A D | bcopy.S | 8 mov in0 = in1 10 mov in1 = r8
|
A D | strcmp.S | 33 #define s2 in1
|
A D | strncmp.S | 34 #define s2 in1
|
A D | memmove.S | 89 or tmp3 = in0, in1 ;; /* tmp3 = dest | src */ 92 mov src = in1 /* src */
|
A D | strncpy.S | 73 mov src = in1 /* src */ 204 (p6) ld1 c = [in1], 1 /* c = *src++ */
|
A D | strchr.S | 45 #define chr in1
|
A D | memchr.S | 71 extr.u chr = in1, 0, 8 /* chr = (unsigned char) in1 */
|
A D | strcpy.S | 69 mov src = in1 /* src */
|
A D | memcmp.S | 70 mov src = in1 /* src */
|
A D | memccpy.S | 79 mov src = in1 /* src */
|
A D | bzero.S | 41 #define cnt in1
|
A D | memset.S | 39 #define value in1
|
A D | memcpy.S | 176 mov src = in1 /* src */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/ia64/ |
A D | setjmp.S | 74 mov in1=1 80 mov in1=0 156 mov out1=in1
|
A D | clone2.S | 35 cmp.eq p7,p0=0,in1 38 mov out1=in1 /* Stack address. */
|
A D | __longjmp.S | 138 cmp.eq p8,p9=0,in1 154 (p9) mov r8=in1
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/ |
A D | sysdep-cancel.h | 123 #define COPY_ARGS_2 COPY_ARGS_1 mov out1 = in1;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | ranges_algo.h | 427 [[no_unique_address]] _Iter1 in1; in _GLIBCXX_VISIBILITY() member 435 { return {in1, in2}; } in _GLIBCXX_VISIBILITY() 442 { return {std::move(in1), std::move(in2)}; } in _GLIBCXX_VISIBILITY() 921 [[no_unique_address]] _Iter1 in1; in _GLIBCXX_VISIBILITY() member 931 { return {in1, in2, out}; } in _GLIBCXX_VISIBILITY() 939 { return {std::move(in1), std::move(in2), std::move(out)}; } in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | ranges_algo.h | 426 [[no_unique_address]] _Iter1 in1; in _GLIBCXX_VISIBILITY() member 434 { return {in1, in2}; } in _GLIBCXX_VISIBILITY() 441 { return {std::move(in1), std::move(in2)}; } in _GLIBCXX_VISIBILITY() 920 [[no_unique_address]] _Iter1 in1; in _GLIBCXX_VISIBILITY() member 930 { return {in1, in2, out}; } in _GLIBCXX_VISIBILITY() 938 { return {std::move(in1), std::move(in2), std::move(out)}; } in _GLIBCXX_VISIBILITY()
|
Completed in 30 milliseconds