Searched refs:order (Results 1 – 12 of 12) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | tst-syscall-list.sh | 76 comm --check-order -2 -3 -- "$comm_1" "$comm_2" > "$comm_result" 92 comm --check-order -1 -3 -- "$comm_1" "$comm_2" > "$comm_result"
|
A D | syscall-names.list | 20 # alphabetical order. Lines which start with # are treated as comments.
|
/sysdeps/nptl/ |
A D | internaltypes.h | 170 # error Unsupported byte order.
|
/sysdeps/arm/armv6/ |
A D | strcpy.S | 140 @ aligned. Therefore we have to shift the data in order to be
|
/sysdeps/posix/ |
A D | getaddrinfo.c | 2265 size_t *order; in getaddrinfo() local 2285 order = (size_t *) (results + nresults); in getaddrinfo() 2303 order[i] = i; in getaddrinfo() 2449 __qsort_r (order, nresults, sizeof (order[0]), rfc3484_sort, &src); in getaddrinfo() 2453 __qsort_r (order, nresults, sizeof (order[0]), rfc3484_sort, &src); in getaddrinfo() 2456 q = p = results[order[0]].dest_addr; in getaddrinfo() 2458 q = q->ai_next = results[order[i]].dest_addr; in getaddrinfo()
|
/sysdeps/alpha/ |
A D | stxcpy.S | 161 ldq_u t2, 8(a1) # .. e1 : read next high-order source word 209 stq_u t1, 0(a0) # e0 : the null was in the high-order bits
|
A D | stxncpy.S | 191 ldq_u t2, 8(a1) # e0 : read next high-order source word 241 stq_u t0, 0(a0) # e0 : the null was in the high-order bits
|
/sysdeps/alpha/alphaev6/ |
A D | stxcpy.S | 173 ldq_u t2, 8(a1) # U : read next high-order source word 225 stq_u t1, 0(a0) # L : the null was in the high-order bits
|
A D | stxncpy.S | 221 ldq_u t2, 8(a1) # L : read next high-order source word 275 stq_u t0, 0(a0) # L : the null was in the high-order bits
|
/sysdeps/s390/ |
A D | configure | 78 …{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Use binutils with vector-support in order to use… 79 $as_echo "$as_me: WARNING: Use binutils with vector-support in order to use optimized implementatio…
|
A D | memcpy-z900.S | 104 # results since the length field is incremented by 1 in order to
|
A D | configure.ac | 58 AC_MSG_WARN([Use binutils with vector-support in order to use optimized implementations.])
|
Completed in 14 milliseconds