Searched refs:other (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/bionic/
H A Dlocale.cpp12 * the documentation and/or other materials provided with the
45 __locale_t(const __locale_t* other) { argument
46 if (other == LC_GLOBAL_LOCALE) {
49 mb_cur_max = other->mb_cur_max;
/bionic/libc/kernel/uapi/linux/
H A Dicmpv6.h66 other:1, member in struct:icmp6hdr::__anon340::icmpv6_nd_ra
71 other:1, member in struct:icmp6hdr::__anon340::icmpv6_nd_ra
99 #define icmp6_addrconf_other icmp6_dataun.u_nd_ra.other
H A Dpkt_sched.h217 __u32 other; member in struct:tc_red_xstats
245 __u32 other; member in struct:tc_gred_qopt
290 __u32 other; member in struct:tc_choke_xstats
/bionic/libc/
H A Dcrt.mk2 # which are needed to build all other objects (shared/static libs and
H A DAndroid.mk855 # to avoid infinite recursion. For the other architectures we just build an
1020 # WARNING: The only library libc.so should depend on is libdl.so! If you add other libraries,
1091 # doesn't mix with the other default unwind code.
/bionic/libc/kernel/tools/
H A Dcpp.py1003 def is_equal(self,other):
1004 return self.is_equal_node(self.expr,other.expr)

Completed in 480 milliseconds