Searched refs:at (Results 1 - 11 of 11) sorted by relevance

/bionic/libc/kernel/uapi/linux/tc_act/
H A Dtc_pedit.h39 __u32 at; member in struct:tc_pedit_key
/bionic/libc/arch-mips/include/machine/
H A Dregdef.h41 #define AT $at /* assembler temp */
/bionic/libc/arch-mips64/include/machine/
H A Dregdef.h48 #define AT $at /* assembler temp */
/bionic/libc/kernel/uapi/linux/caif/
H A Dcaif_socket.h71 } at; member in union:sockaddr_caif::__anon207
/bionic/libc/arch-arm/bionic/
H A D__bionic_clone.S63 # Setting lr to 0 will make the unwinder stop at __start_thread
/bionic/libc/arch-mips/string/
H A Dmemset.S187 # There will be at most 1 32-byte chunk then
192 # Find out, if there are any 64-byte chunks after which will be still at least
201 # below we have at least 1 64-byte chunk which is "pref 30 safe"
225 nop # and 8 evict cycles, i.e. at least 32 instr.
314 .set at
H A Dmemcpy.S108 # There will be at most 1 32-byte chunk after it
125 pref 30,32(a0) # safe, as we have at least 64 bytes ahead
126 # In case the a0 > t9 don't use "pref 30" at all
262 # There will be at most 1 32-byte chunk after it
274 pref 30,32(a0) # safe, as we have at least 64 bytes ahead
275 # In case the a0 > t9 don't use "pref 30" at all
415 .set at
/bionic/libc/arch-mips64/string/
H A Dmemset.S187 # There will be at most 1 32-byte chunk then
192 # Find out, if there are any 64-byte chunks after which will be still at least
201 # below we have at least 1 64-byte chunk which is "pref 30 safe"
225 nop # and 8 evict cycles, i.e. at least 32 instr.
314 .set at
H A Dmemcpy.S108 # There will be at most 1 32-byte chunk after it
125 pref 30,32(a0) # safe, as we have at least 64 bytes ahead
126 # In case the a0 > t9 don't use "pref 30" at all
262 # There will be at most 1 32-byte chunk after it
274 pref 30,32(a0) # safe, as we have at least 64 bytes ahead
275 # In case the a0 > t9 don't use "pref 30" at all
415 .set at
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c89 #define at sat macro
101 #define at lat macro
148 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
161 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
767 - fast - step through the string at top speed
882 const char *matchp; /* last p at which a match ended */
1122 - at - print current situation
1124 == static void at(struct match *m, char *title, char *start, char *stop, \
1129 at( function
1186 #undef at macro
[all...]
/bionic/libc/tzcode/
H A Dlocaltime.c432 int_fast64_t at local
435 ? time_t_min <= at
436 : 0 <= at)
437 && at <= time_t_max);
439 if (i && !timecnt && at != time_t_min) {
448 sp->ats[timecnt++] = at;
477 sp->chars[i] = '\0'; /* ensure '\0' at end */
839 ** Given a year, a rule, and the offset from UT at the time that rule takes
1615 ** just 32 bits, its a max of 32 iterations (even at 64 bits it
2248 // TODO: check that there's TZ_MAGIC at thi
[all...]

Completed in 6011 milliseconds