Searched refs:up (Results 1 - 14 of 14) 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/tools/versioner/dependencies/common/kernel_uapi/asm-mips/asm/
H A Dsgidefs.h22 #error Use a Linux compiler or give up .
/bionic/tools/versioner/dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dsgidefs.h22 #error Use a Linux compiler or give up .
/bionic/tools/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.h95 __be32 up; member in struct:tipc_node_info
99 __be32 up; member in struct:tipc_link_info
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dtipc_config.h95 __be32 up; member in struct:tipc_node_info
99 __be32 up; member in struct:tipc_link_info
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dtipc_config.h95 __be32 up; member in struct:tipc_node_info
99 __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
387 register union input_buffer *up = &lsp->u.u; local
415 /* Set doaccess if '.' (as in "../") shows up in name. */
428 nread = TEMP_FAILURE_RETRY(read(fid, up->buf, entry_length));
430 nread = read(fid, up->buf, sizeof up->buf);
440 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt);
441 int_fast32_t ttisgmtcnt = detzcode(up->tzhead.tzh_ttisgmtcnt);
442 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt);
443 int_fast32_t timecnt = detzcode(up
[all...]

Completed in 280 milliseconds