Searched refs:first (Results 126 - 150 of 1330) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp157 // If this is the first constant we find or if the old one is local,
211 if (Replacements[i].first->getAlignment() ||
214 Replacements[i].first->getAlignment(),
219 Replacements[i].first->replaceAllUsesWith(Replacements[i].second);
222 assert(Replacements[i].first->hasLocalLinkage() &&
224 Replacements[i].first->eraseFromParent();
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-telnet.c230 int first = 1; local
245 if (first)
253 printf("%s", (first) ? " [telnet " : ", ");
256 first = 0;
261 if (!first) {
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dgetcwd.c58 int first; local
90 * as necessary. Special * case the first stat, it's ".", not "..".
107 for (first = 1;; first = 0) {
175 /* Save the first error for later. */
190 if (bpt - pt < dp->d_namlen + (first ? 1 : 2)) {
207 if (!first)
/freebsd-10.0-release/lib/libc/gen/
H A Dgetcwd.c66 int first; local
120 for (first = 1;; first = 0) {
175 /* Save the first error for later. */
191 while (bpt - pt < dp->d_namlen + (first ? 1 : 2)) {
207 if (!first)
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c188 struct addrinfo *first = NULL; local
189 struct addrinfo **current = &first;
218 *res = first;
276 struct addrinfo *first = NULL; local
277 struct addrinfo **current = &first;
292 *res = first;
303 *res = first;
316 struct addrinfo *first = NULL; local
317 struct addrinfo **current = &first;
352 *res = first;
[all...]
/freebsd-10.0-release/games/fortune/strfile/
H A Dstrfile.c99 int first; member in struct:__anon5248
121 static STR *Firstch; /* first chars of each string */
147 int first; local
176 first = Oflag;
193 first = Oflag;
195 else if (first) {
201 fp->first = tolower((unsigned char)*nsp);
203 fp->first = *nsp;
205 first = false;
391 c1 = (unsigned char)p1->first;
[all...]
/freebsd-10.0-release/sys/arm/versatile/
H A Dsp804.c123 sp804_timer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
128 if (first != 0) {
131 count = ((uint32_t)et->et_frequency * first) >> 32;
310 uint32_t first, last; local
332 first = sp804_timer_tc_get_timecount(&sc->tc);
336 if (last == first)
338 if (last>first) {
339 counts -= (int32_t)(last - first);
341 counts -= (int32_t)((0xFFFFFFFF - first) + last);
343 first
[all...]
/freebsd-10.0-release/bin/rm/
H A Drm.c490 int ch, first; local
493 /* Check -i first. */
501 * first because we may not have stat'ed the file.
525 first = ch = getchar();
528 return (first == 'y' || first == 'Y');
556 int first; local
573 first = 0;
574 while (first != 'n' && first !
[all...]
/freebsd-10.0-release/contrib/gperf/src/
H A Dsearch.cc144 KeywordExt *keyword = temp->first();
167 KeywordExt *keyword = temp->first();
218 temp->first()->init_selchars_tuple(positions, alpha_unify);
226 temp->first()->delete_selchars();
246 KeywordExt *keyword = temp->first();
279 KeywordExt *keyword1 = l1->first();
282 KeywordExt *keyword2 = l2->first();
456 bool first = true; local
459 if (!first)
466 first
705 bool first = true; local
[all...]
H A Dkeyword-list.cc54 Keyword_List *new_cons = new Keyword_List (list->first());
103 if (less (list2->first(), list1->first()))
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh193 first=$1
196 first = i;
200 second = first + 1;
201 if ( $first == "chtype" ) {
203 } else if ( $first == "SCREEN" ) {
205 } else if ( $first == "WINDOW" ) {
207 } else if ( $first == "attr_t" || $second == "attrset" || $second == "standout" || $second == "standend" || $second == "wattrset" || $second == "wstandout" || $second == "wstandend" ) {
209 } else if ( $first == "bool" || $first == "NCURSES_BOOL" ) {
/freebsd-10.0-release/sys/arm/arm/
H A Dgeneric_timer.c192 arm_tmr_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
199 if (first != 0) {
200 counts = ((uint32_t)et->et_frequency * first) >> 32;
346 uint32_t first, last; local
377 first = get_cntpct();
381 counts -= (int32_t)(last - first);
382 first = last;
H A Dmpcore_timer.c160 * @first: the number of seconds and fractional sections to trigger in
164 * NULL and first will point to the time to trigger. If in periodic mode
165 * period will contain the time period and first may optionally contain
166 * the time for the first period.
172 arm_tmr_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
185 if (first != 0)
186 count = ((uint32_t)et->et_frequency * first) >> 32;
393 uint32_t first, last; local
419 first = tmr_gbl_read_4(GBL_TIMER_COUNT_LOW);
423 counts -= (int32_t)(last - first);
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_et.c159 * first - delay before first tick.
163 et_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
179 if (period == 0 || first != 0) {
180 if (first < et->et_min_period)
181 first = et->et_min_period;
182 else if (first > et->et_max_period)
183 first = et->et_max_period;
185 return (et->et_start(et, first, period));
/freebsd-10.0-release/sys/arm/ti/am335x/
H A Dam335x_dmtimer.c146 am335x_dmtimer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
160 if (first != 0)
161 count = ((uint32_t)et->et_frequency * first) >> 32;
352 uint32_t first, last; local
365 first = am335x_dmtimer_tc_read_4(DMTIMER_TCRR);
369 if (last>first) {
370 counts -= (int32_t)(last - first);
372 counts -= (int32_t)((0xFFFFFFFF - first) + last);
374 first = last;
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dnetware.c134 i386_nlm_encode_section_info (tree decl, rtx rtl, int first) argument
136 default_encode_section_info (decl, rtl, first);
138 if (first
160 /* These attributes must be present on first declaration,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp268 // first.
303 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
314 LineTable->AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID);
333 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
359 LineTable->AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID,
713 // After the first and second level caches, I see two common sorts of
893 Loc = getSLocEntry(LocInfo.first).getExpansion().getSpellingLoc();
904 Loc = getImmediateExpansionRange(Loc).first;
947 /// spelling location referenced by the ID. This is the first level down
953 Loc = getSLocEntry(LocInfo.first)
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DThreadSafeSTLMap.h106 key = pos->first;
132 match_key = pos->first;
136 match_key = pos->first;
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DCTagsEmitter.cpp45 OS << *Id << "\t" << BufferName << "\t" << LineAndColumn.first << "\n";
81 Tags.push_back(Tag(I->first, locate(I->second)));
85 Tags.push_back(Tag(I->first, locate(I->second)));
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Df_enum.c105 int num=0,slen=0,first=1; local
136 if (first)
138 first=0;
H A Df_string.c103 int num=0,slen=0,first=1; local
110 if (first)
115 first=0;
/freebsd-10.0-release/sys/dev/hpt27xx/
H A Dlist.h90 struct list_head *first = list->next; local
94 first->prev = head;
95 head->next = first;
/freebsd-10.0-release/sys/dev/hptnr/
H A Dlist.h89 struct list_head *first = list->next; local
93 first->prev = head;
94 head->next = first;
/freebsd-10.0-release/sys/dev/hptrr/
H A Dlist.h92 struct list_head *first = list->next; local
96 first->prev = head;
97 head->next = first;
/freebsd-10.0-release/usr.bin/from/
H A Dfrom.c148 char ch, pch, first; local
151 for (first = *sender++;;) {
157 if (ch != first)

Completed in 146 milliseconds

1234567891011>>