Searched refs:in2 (Results 1 – 14 of 14) 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, 34 l4_umword_t in2, l4_umword_t in3, 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 57 v->mr[3] = in2; in l4_arm_smccc_call_u()
|
A D | arm_smccc | 31 l4_umword_t in2, l4_umword_t in3, l4_umword_t in4,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ia64/ |
A D | strncpy.S | 68 cmp.geu p6, p5 = 24, in2 71 mov len = in2 /* len */ 199 cmp.eq p5, p0 = in2, r0 200 adds loopcnt = -1, in2
|
A D | memchr.S | 72 mov len = in2 73 cmp.gtu p6, p0 = 16, in2 /* use a simple loop for short */
|
A D | memmove.S | 90 or tmp3 = tmp3, in2 /* tmp3 = dest | src | len */ 93 mov len = in2 /* len */ 95 cmp.eq p6, p0 = in2, r0 /* if (len == 0) */
|
A D | strncmp.S | 35 #define n in2
|
A D | memcpy.S | 179 cmp.eq p_scr, p0 = in2, r0 /* if (len == 0) */ 183 cmp.ge p_few, p0 = OP_T_THRES, in2 /* is len <= OP_T_THRESH */ 185 mov len = in2 /* len */
|
A D | memcmp.S | 71 mov len = in2 /* len */
|
A D | memccpy.S | 80 extr.u char = in2, 0, 8 /* char */
|
A D | memset.S | 40 #define cnt in2
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/ia64/ |
A D | clone2.S | 42 mov out2=in2 /* Stack size. */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/ |
A D | sysdep-cancel.h | 124 #define COPY_ARGS_3 COPY_ARGS_2 mov out2 = in2;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | ranges_algo.h | 428 [[no_unique_address]] _Iter2 in2; in _GLIBCXX_VISIBILITY() member 435 { return {in1, in2}; } in _GLIBCXX_VISIBILITY() 442 { return {std::move(in1), std::move(in2)}; } in _GLIBCXX_VISIBILITY() 922 [[no_unique_address]] _Iter2 in2; 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 | 427 [[no_unique_address]] _Iter2 in2; in _GLIBCXX_VISIBILITY() member 434 { return {in1, in2}; } in _GLIBCXX_VISIBILITY() 441 { return {std::move(in1), std::move(in2)}; } in _GLIBCXX_VISIBILITY() 921 [[no_unique_address]] _Iter2 in2; 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 22 milliseconds