Home
last modified time | relevance | path

Searched refs:first (Results 1 – 13 of 13) sorted by relevance

/bionic/libstdc++/include/
Dstl_pair.h68 _T1 first; member
70 pair() : first(), second() {} in pair()
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} in pair()
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} in pair()
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
/bionic/libc/arch-mips/bionic/
Dcrtbegin.S34 # this is the small startup code that is first run when
/bionic/libc/arch-x86/string/
Dswab.S25 testl $7,%ecx # copy first group of 1 to 7 words
/bionic/libc/netbsd/isc/
Deventlib_p.h165 evWait * first; member
/bionic/libc/netbsd/nameser/
Dns_name.c485 int n, l, first = 1; in ns_name_pack() local
540 (dstp - msg) < 0x4000 && first) { in ns_name_pack()
543 first = 0; in ns_name_pack()
/bionic/libc/netbsd/resolv/
Dres_cache.c672 int first = 1; in _dnsPacket_bprintQName() local
691 if (first) in _dnsPacket_bprintQName()
692 first = 0; in _dnsPacket_bprintQName()
1082 Entry* first = list->mru_next; in entry_mru_add() local
1084 e->mru_next = first; in entry_mru_add()
1088 first->mru_prev = e; in entry_mru_add()
/bionic/libc/upstream-netbsd/libc/regex/
Dregcomp.c350 int first = 1; /* is this the first alternative? */ in p_ere() local
369 if (first) { in p_ere()
373 first = 0; in p_ere()
382 if (!first) { /* tail-end fixups */ in p_ere()
578 int first = 1; /* first subexpression? */ in p_bre() local
596 wasdollar = p_simp_re(p, first, reclimit); in p_bre()
597 first = 0; in p_bre()
Dengine.c1100 int first = 1; in print() local
1115 fprintf(d, "%s%d", (first) ? "\t" : ", ", i); in print()
1116 first = 0; in print()
/bionic/libc/arch-x86/bionic/
Dcrtbegin.S32 # this is the small startup code that is first run when
/bionic/libc/kernel/tools/
Dcpp.py1840 first = n
1842 first = 0
1867 first = i+1
1931 if i > first:
1932 blocks2.append( Block(b.tokens[first:i]))
1934 first = n
1938 if i > first:
1940 blocks2.append( Block(b.tokens[first:i]) )
/bionic/libc/arch-mips/string/
Dmemcpy.S122 pref 0,0(a1) # bring the first line of src, addr 0
/bionic/libc/kernel/common/sound/
Dasound.h364 unsigned int first; member
/bionic/libc/kernel/
DREADME.TXT112 for any new kernel header you want to add, first run tools/find_headers.py to be