Searched refs:up (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dsgidefs.h22 #error Use a Linux compiler or give up .
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-mips/asm/
H A Dsgidefs.h22 #error Use a Linux compiler or give up .
/bionic/libc/versioner-dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dsgidefs.h22 #error Use a Linux compiler or give up .
/bionic/libc/versioner-dependencies/mips64/kernel_uapi_asm-mips/asm/
H A Dsgidefs.h22 #error Use a Linux compiler or give up .
/bionic/libc/arch-mips/bionic/
H A D__bionic_clone.S39 # set up child stack
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgethex.c48 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local
319 up = 0;
326 up = 1;
329 up = 1 - sign;
332 up = sign;
334 if (up) {
/bionic/libc/kernel/uapi/linux/
H A Dtipc_config.h114 __be32 up; member in struct:tipc_node_info
119 __be32 up; member in struct:tipc_link_info
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dtipc_config.h114 __be32 up; member in struct:tipc_node_info
119 __be32 up; member in struct:tipc_link_info
/bionic/libc/arch-mips64/bionic/
H A D__bionic_clone.S50 # set up child stack
/bionic/libc/tzcode/
H A Dlocaltime.c74 ** for now, we just set things up so that in any of the five cases
389 register union input_buffer *up = &lsp->u.u; local
416 /* Set doaccess if '.' (as in "../") shows up in name. */
429 nread = TEMP_FAILURE_RETRY(read(fid, up->buf, entry_length));
431 nread = read(fid, up->buf, sizeof up->buf);
441 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt);
442 int_fast32_t ttisgmtcnt = detzcode(up->tzhead.tzh_ttisgmtcnt);
443 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt);
444 int_fast32_t timecnt = detzcode(up
[all...]

Completed in 315 milliseconds