Searched defs:up (Results 1 - 4 of 4) sorted by relevance

/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/
H A DAndroid.mk560 define patch-up-arch-specific-flags
588 $(eval $(call patch-up-arch-specific-flags,LOCAL_CFLAGS,libc_common_cflags))
626 $(eval $(call patch-up-arch-specific-flags,LOCAL_CFLAGS,libc_common_cflags))
662 $(eval $(call patch-up-arch-specific-flags,LOCAL_CFLAGS,libc_common_cflags))
691 $(eval $(call patch-up-arch-specific-flags,LOCAL_CFLAGS,libc_common_cflags))
721 $(eval $(call patch-up-arch-specific-flags,LOCAL_CFLAGS,libc_common_cflags))
722 $(eval $(call patch-up-arch-specific-flags,LOCAL_SRC_FILES,libc_netbsd_src_files))
753 $(eval $(call patch-up-arch-specific-flags,LOCAL_CFLAGS,libc_common_cflags))
785 $(eval $(call patch-up-arch-specific-flags,LOCAL_CFLAGS,libc_common_cflags))
807 $(eval $(call patch-up
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dtipc_config.h117 __be32 up; member in struct:tipc_node_info
122 __be32 up; member in struct:tipc_link_info
/bionic/libc/tzcode/
H A Dlocaltime.c67 ** for now, we just set things up so that in any of the five cases
373 register u_t *up; local
384 up = &lsp->u.u;
399 nread = read(fid, up->buf, sizeof up->buf);
407 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt);
408 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt);
409 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt);
410 sp->timecnt = (int) detzcode(up->tzhead.tzh_timecnt);
411 sp->typecnt = (int) detzcode(up
[all...]

Completed in 2179 milliseconds