Searched refs:first (Results 1 - 11 of 11) sorted by relevance

/bionic/libstdc++/include/
H A Dstl_pair.h68 _T1 first; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
86 return __x.first < __y.first ||
87 (!(__y.first < __
[all...]
/bionic/libc/arch-x86/string/
H A Dswab.S25 testl $7,%ecx # copy first group of 1 to 7 words
/bionic/libc/netbsd/nameser/
H A Dns_name.c485 int n, l, first = 1; local
540 (dstp - msg) < 0x4000 && first) {
543 first = 0;
734 * dnptrs is the pointer to the first name on the list,
/bionic/libc/upstream-netbsd/libc/isc/
H A Deventlib_p.h162 evWait * first; member in struct:evWaitList
/bionic/libc/upstream-netbsd/libc/regex/
H A Dregcomp.c350 int first = 1; /* is this the first alternative? */ local
369 if (first) {
373 first = 0;
382 if (!first) { /* tail-end fixups */
564 * This implementation is a bit of a kludge, in that a trailing $ is first
573 int end1, /* first terminating character */
578 int first = 1; /* first subexpression? */ local
596 wasdollar = p_simp_re(p, first, reclimi
[all...]
H A Dengine.c506 for (;;) { /* find first matching branch */
716 for (;;) { /* find first matching branch */
1049 case OCH_: /* mark the first two branches */
1100 int first = 1; local
1115 fprintf(d, "%s%d", (first) ? "\t" : ", ", i);
1116 first = 0;
/bionic/libc/netbsd/resolv/
H A Dres_cache.c78 * this will initialize the cache on first usage. the result can be NULL
109 /* the name of an environment variable that will be checked the first time
191 * - end : the address of the buffer's limit, i.e. of the first byte
670 int first = 1; local
689 if (first)
690 first = 0;
1134 Entry* first = list->mru_next; local
1136 e->mru_next = first;
1140 first->mru_prev = e;
1822 /* find the first cach
[all...]
/bionic/libc/kernel/tools/
H A Dcpp.py584 tester.setTokenizer( CppLinesTokenizer( ["first", "second"] ) )
585 tester.expectList( [ "first", tokLN, "second", tokLN, tokEOF ] )
587 tester.setTokenizer( CppLinesTokenizer( ["first second", " third"] ) )
588 tester.expectToken( "first", 1, 0 )
1620 space = -1 # index of first space, or -1
1626 # If we find a space, record its position if this is the first
1840 first = n
1842 first = 0
1867 first = i+1
1885 # Is it a variable or function definition. If so, first
[all...]
/bionic/libc/arch-mips/string/
H A Dmemcpy.S122 pref 0,0(a1) # bring the first line of src, addr 0
221 lw t3,0(a1) # the first t3 may be equal t0 ... optimize?
271 pref 0,0(a1) # bring the first line of src, addr 0
/bionic/libc/kernel/common/sound/
H A Dasound.h364 unsigned int first; member in struct:snd_pcm_channel_info
/bionic/libc/
H A DAndroid.mk465 ## the first source file for each unique $(1).

Completed in 2400 milliseconds