Searched refs:last (Results 126 - 150 of 387) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-rx.c78 { RX_LAST_PACKET, 0, "last-pckt" },
624 /* Start the search where we last left off */
2301 int i, start, last; local
2364 for (i = 0, start = last = -2; i < rxa->nAcks; i++)
2374 if (last == -2) {
2385 * seperated from the last number by
2389 else if (last != i - 1) {
2395 * We always set last to the value of
2396 * the last ack we saw. Conversely, start
2401 last
[all...]
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dframe.c31 int last; member in struct:__anon2861
109 if (!Record(res->last >= 0, s[0])) {
134 if (n == 16 || !Record(n <= res->last, s[0])) {
192 res->last = -1;
195 res->last = n;
211 cost = VP8BitCost(res->last >= 0, p[0]);
212 if (res->last < 0) {
215 while (n <= res->last) {
230 cost += VP8BitCost(n <= res->last, p[0]);
268 it->top_nz_[x] = it->left_nz_[y] = (res.last >
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_scanline_bin.h200 m_spans.last().len++;
214 m_spans.last().len += coord_type(len);
/haiku-fatelf/src/add-ons/kernel/file_systems/shared/
H A DQueryParserUtils.cpp275 uint32 last = utf8ToUnicode(&pattern); local
277 if (c >= first && c <= last) {
/haiku-fatelf/src/apps/debugger/model/
H A DDisassembledCode.cpp139 ContiguousStatement* last local
142 last->AddressRange().End());
/haiku-fatelf/src/preferences/keymap/
H A DKeyboardLayout.cpp223 // 2) "<first>-<last>": keys are added for scancode <first> to scancode
224 // <last>.
511 int32 last; local
528 last = first + num - 1;
532 last = first;
535 last = strtoul(end + 1, NULL, 0);
536 if (first > last) {
541 num = last - first;
544 last = first + num - 1;
565 for (int32 i = first; i <= last;
[all...]
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/session/
H A Dscsi-mmc.h124 uint8 last; //!< Last track/session in reply member in struct:__anon2550
/haiku-fatelf/src/add-ons/media/plugins/aiff_reader/
H A Daiff_reader.cpp383 // XXX and instead use the last time returned from seek and count forward after decoding.
412 uint32 last; local
419 last = 0;
421 last = mantissa;
424 if (last & 1)
/haiku-fatelf/src/bin/gdb/bfd/
H A Dhash.c557 struct strtab_hash_entry *last;
624 table->last = NULL;
708 tab->last->next = entry;
709 tab->last = entry;
555 struct strtab_hash_entry *last; member in struct:bfd_strtab_hash
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhppa-tdep.h175 struct unwind_table_entry *cache; /* Pointer to last entry we found */
176 int last; /* Index of last entry */ member in struct:hppa_unwind_info
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/
H A Dquickreference.php72 /* finish the last partial page */
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dweave.h68 /* the last row that will be printed this */
122 int *first, int *last);
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprintui2/
H A Dcurve.h83 gint last; member in struct:_StpuiCurve
/haiku-fatelf/src/preferences/dun/
H A DDUNWindow.h103 struct last_active last; member in class:DUNWindow
/haiku-fatelf/src/libs/ncurses/ncurses/trace/
H A Dlib_traceatr.c57 static int last = -1; local
59 if (c != last) {
60 last = c;
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dmkchlog200 last;
257 last;
259 last;
/haiku-fatelf/src/system/boot/loader/
H A Dloader.cpp155 * way as the kernel module loader; it will cut off the last part
193 // cut off last name element (or stop trying if there are no more)
195 char *last = strrchr(moduleName, '/'); local
196 if (last != NULL)
197 last[0] = '\0';
/haiku-fatelf/src/bin/bfs_tools/
H A Dbfswhich.cpp225 parseBlockRun(Disk& disk, char* first, char* last) argument
229 if (last != NULL)
230 return block_run::Run(atol(first), atol(last), 1);
H A Dbfsinfo.cpp98 parseBlockRun(Disk &disk, char *first, char *last) argument
102 if (last) {
103 return block_run::Run(atol(first), atol(last), 1);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpointer.c1433 xmlNodePtr list = NULL, last = NULL, parent = NULL, tmp; local
1476 if (last != NULL)
1477 xmlAddNextSibling(last, tmp);
1486 if (last != NULL)
1487 xmlAddNextSibling(last, tmp);
1491 last = NULL;
1523 last = list = tmp;
1529 last = NULL;
1540 last = tmp;
1567 if ((list == NULL) || ((last
1603 xmlNodePtr list = NULL, last = NULL; local
[all...]
/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.cpp82 TRACE((" in: first: %lu, last: %lu, num: %lu, cont: %lu\n",
115 TRACE((" out0: first: %lu, last: %lu, num: %lu, cont: %lu\n",
193 TRACE((" out1: first: %lu, last: %lu, num: %lu, cont: %lu\n",
220 TRACE((" out2: first: %lu, last: %lu, num: %lu, cont: %lu\n",
457 tcp_sequence last = fFirstSequence; local
460 if (contiguous && buffer->sequence == last)
465 ASSERT(last <= buffer->sequence);
469 last = buffer->sequence + buffer->size;
472 ASSERT(last == fLastSequence);
/haiku-fatelf/src/apps/cortex/RouteApp/
H A DRouteApp.cpp381 const char* last; local
382 if(archive->FindString("lastDir", &last) == B_OK) {
383 m_lastIODir.SetTo(last);
384 m_openPanel.SetPanelDirectory(last);
385 m_savePanel.SetPanelDirectory(last);
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dgen.c289 struct irs_rule **rules, *last, *tmp, *new; local
337 for (last = NULL, tmp = *rules;
339 last = tmp, tmp = tmp->next)
341 if (last == NULL)
344 last->next = new;
/haiku-fatelf/src/bin/network/telnetd/
H A Dtelnetd.c579 char first[256], last[256]; local
595 (void) strncpy(last, terminaltype, sizeof(last)-1);
596 last[sizeof(last)-1] = '\0';
600 if ((strncmp(last, terminaltype, sizeof(last)) == 0) ||
/haiku-fatelf/src/bin/network/wget/src/
H A Dprogress.c208 the last printed dot */
273 row and last row have somewhat different stats requirements. It
277 print_row_stats (struct dot_progress *dp, double dltime, bool last)
285 if (last)
286 /* For last row also count bytes accumulated after last dot */
303 if (!last)
306 /* For last row also include bytes accumulated after last dot. */
318 if (!last)
276 print_row_stats(struct dot_progress *dp, double dltime, bool last) argument
1143 static int last = -1; local
[all...]

Completed in 306 milliseconds

1234567891011>>