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

/bionic/libc/kernel/uapi/linux/
H A Dicmpv6.h54 __u8 reserved : 3, router_pref : 2, home_agent : 1, other : 1, managed : 1; member in struct:icmp6hdr::__anon388::icmpv6_nd_ra
56 __u8 managed : 1, other : 1, home_agent : 1, router_pref : 2, reserved : 3; member in struct:icmp6hdr::__anon388::icmpv6_nd_ra
80 #define icmp6_addrconf_other icmp6_dataun.u_nd_ra.other
H A Dpkt_sched.h217 __u32 other; member in struct:tc_red_xstats
246 __u32 other; member in struct:tc_gred_qopt
291 __u32 other; member in struct:tc_choke_xstats
/bionic/libc/bionic/
H A Dlocale.cpp12 * the documentation and/or other materials provided with the
50 __locale_t(const __locale_t* other) { argument
51 if (other == LC_GLOBAL_LOCALE) {
54 mb_cur_max = other->mb_cur_max;
/bionic/libc/malloc_debug/
H A DAndroid.mk57 # doesn't mix with the other default unwind code.
/bionic/libc/kernel/tools/
H A Dcpp.py163 def SourceRange__contains__(self, other):
165 if not isinstance(other, SourceLocation):
167 if other.file is None and self.start.file is None:
169 elif (self.start.file.name != other.file.name or
170 other.file.name != self.end.file.name):
174 if self.start.line < other.line < self.end.line:
177 elif self.start.line == other.line == self.end.line:
178 if self.start.column <= other.column <= self.end.column:
180 elif self.start.line == other.line:
182 if self.start.column <= other
[all...]
/bionic/libc/
H A Dcrt.mk2 # which are needed to build all other objects (shared/static libs and
H A DAndroid.mk1139 # to avoid infinite recursion. For the other architectures we just build an
1396 # WARNING: The only library libc.so should depend on is libdl.so! If you add other libraries,

Completed in 115 milliseconds