Searched refs:last (Results 26 - 50 of 186) sorted by relevance

12345678

/barrelfish-2018-10-04/lib/libc/regex/grot/
H A Ddebug.c30 int last; local
33 fprintf(d, ", first %ld last %ld", (long)g->firststate,
69 int last; local
118 last = -1;
121 if (last < 0) {
123 last = i;
126 if (last >= 0) {
127 if (last != i-1)
130 last = -1;
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dventry.tcl145 ;proc _delete {w first {last {}}} {
150 if {[string match {} $last]} {
151 set last [expr $first+1]
153 set last [$data(basecmd) index $last]
156 set new [string range $cur 0 [expr $first-1]][string range $cur $last end]
158 [expr $last-1]] $new $first delete} err]} {
162 return [uplevel [list $data(basecmd) delete $first] $last]
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_get.c142 lastptr where to put the pointer to the last entry
209 pcre_uchar *last = entry; local
216 while (last < lastentry)
219 (pcre_uchar *)(last + entrysize + IMM2_SIZE)) != 0) break;
220 last += entrysize;
224 *lastptr = (char *)last;
227 *lastptr = (PCRE_UCHAR16 *)last;
230 *lastptr = (PCRE_UCHAR32 *)last;
256 or the number of the last one if none are set,
278 char *first, *last; local
280 PCRE_UCHAR16 *first, *last; local
282 PCRE_UCHAR32 *first, *last; local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Alog/src/
H A Dmergelogs.c97 struct list_struct *last; local
142 last = NULL;
157 last = ptr;
164 if ( last != NULL )
165 last->next = NULL;
400 struct log_entry *last; local
437 last = NULL;
489 if ( (last != NULL) && (entry->time_slot != last->time_slot) )
493 last
[all...]
/barrelfish-2018-10-04/usr/webserver/
H A Dhttp_cache.c57 struct http_conn *last; /* for quick insertions at end */ member in struct:http_cache_entry
160 assert(e->last == NULL); /* NOTE: just for safety, not actually needed*/
162 e->last = cs;
166 e->last->next = cs;
167 e->last = cs;
262 e->last = NULL;
389 error_cache->last = e->last;
394 e->last = NULL;
482 entry3 *last local
[all...]
/barrelfish-2018-10-04/kernel/
H A Dschedule_rr.c132 struct dcb *last = NULL; local
135 i->prev = last;
136 last = i;
/barrelfish-2018-10-04/usr/tests/bomptest/
H A Dprogress.c47 uint64_t last = rdtsc(); local
88 if(rdtsc() >= last + PERIOD) {
94 last += PERIOD;
/barrelfish-2018-10-04/lib/libc/gen/
H A Dpopen.c197 struct pid *cur, *last = NULL; local
208 last = cur;
214 if (last == NULL)
217 SLIST_REMOVE_AFTER(last, next);
/barrelfish-2018-10-04/lib/zlib/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */
79 int last; /* true if processing last block */ member in struct:inflate_state
H A Dinffast.c73 unsigned char FAR *last; /* while in < last, enough input available */ local
100 last = in + (strm->avail_in - 5);
285 } while (in < last && out < end);
296 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
H A Dinflate.c46 * - Unroll last copy for window match in inflate_fast()
114 state->last = 0;
310 Update the window with the last wsize (normally 32K) bytes written before
318 advantage, since only the last 32K of output is copied to the sliding window
538 When there is a window, goto inf_leave will update the window with the last
568 code last; /* parent table entry */ local
776 if (state->last) {
782 state->last = BITS(1);
787 state->last ? " (last)"
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dumem.c321 vm_offset_t end, last, start; local
333 last = addr + size;
335 end = roundup2(last, PAGE_SIZE); /* Use PAGE_MASK safe operation. */
336 if (last < addr || end < addr)
469 * the last reference to our file and calls our release
490 vm_offset_t addr, end, last, start;
504 last = addr + size;
506 end = roundup2(last, PAGE_SIZE); Use PAGE_MASK safe operation.
/barrelfish-2018-10-04/usr/drivers/e10k/
H A De10k_queue.h115 size_t len, void* opaque, int first, int last, size_t totallen,
135 e10k_q_tdesc_adv_rd_rs_insert(d, (last == 1));
137 e10k_q_tdesc_adv_rd_eop_insert(d, last);
152 size_t len, void* opaque, int first, int last, size_t totallen)
154 return e10k_queue_add_txbuf_ctx(q, phys, len, opaque, first, last, totallen,
197 // Check the last written packet, which should be marked with a
206 // That last packet got written out, now go reclaim from the head pointer.
299 size_t* len, int* last, uint64_t *flags)
337 *last = 0;
346 // RSC: We just received part of a large receive (not the last packe
114 e10k_queue_add_txbuf_ctx(e10k_queue_t* q, uint64_t phys, size_t len, void* opaque, int first, int last, size_t totallen, uint8_t ctx, bool ixsm, bool txsm) argument
151 e10k_queue_add_txbuf(e10k_queue_t* q, uint64_t phys, size_t len, void* opaque, int first, int last, size_t totallen) argument
298 e10k_queue_get_rxbuf(e10k_queue_t* q, void** opaque, size_t* len, int* last, uint64_t *flags) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/tools/
H A Dc_rehash36 last;
99 last if($is_crl);
102 last if($is_cert);
H A Dc_rehash.bak36 last;
99 last if($is_crl);
102 last if($is_cert);
H A Dc_rehash.in36 last;
99 last if($is_crl);
102 last if($is_cert);
/barrelfish-2018-10-04/lib/bitmap/
H A Dbitmap.c40 uint32_t last; ///< caches the number of the last bit member in struct:bitmap
289 * \brief returns the bit number of the last set
291 * \param bm bitmap to get the last set bit
293 * \returns index of the last bit
299 return bm->last;
367 if (bm->last < i) {
368 bm->last = i;
374 bm->last = i;
398 if (bm->last
[all...]
/barrelfish-2018-10-04/lib/bulk_transfer/backends/net/
H A De10k_queue.h114 size_t len, void* opaque, int first, int last, size_t totallen,
132 e10k_q_tdesc_adv_rd_rs_insert(d, (last == 1));
134 e10k_q_tdesc_adv_rd_eop_insert(d, last);
148 size_t len, void* opaque, int first, int last, size_t totallen)
150 return e10k_queue_add_txbuf_ctx(q, phys, len, opaque, first, last, totallen,
305 // Not the last part of this packet yet
307 // RSC: We just received part of a large receive (not the last
327 size_t *hdr_len, size_t* len, int* last, uint64_t *flags)
353 // Flags can only be read from last descriptor, just return these for
363 *last
113 e10k_queue_add_txbuf_ctx(e10k_queue_t* q, uint64_t phys, size_t len, void* opaque, int first, int last, size_t totallen, uint8_t ctx, bool ixsm, bool txsm) argument
147 e10k_queue_add_txbuf(e10k_queue_t* q, uint64_t phys, size_t len, void* opaque, int first, int last, size_t totallen) argument
326 e10k_queue_get_rxbuf(e10k_queue_t* q, void** opaque, size_t *hdr_len, size_t* len, int* last, uint64_t *flags) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dpcy_tree.c268 * issued and not the last in the chain.
313 X509_POLICY_LEVEL *last = curr - 1; local
317 for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++)
319 node = sk_X509_POLICY_NODE_value(last->nodes, i);
320 if (policy_node_match(last, node, data->valid_policy))
327 if (!matched && last->anyPolicy)
329 if (!level_add_node(curr, data, last->anyPolicy, NULL))
407 const X509_POLICY_LEVEL *last = curr - 1; local
410 if ( (last->flags & X509_V_FLAG_INHIBIT_MAP)
449 X509_POLICY_LEVEL *last local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ocsp/
H A Docsp_cl.c235 int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last) argument
241 if (last < 0) last = 0;
242 else last++;
244 for (i = last; i < sk_OCSP_SINGLERESP_num(sresp); i++)
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_parallel.c79 amsg_ref_t *last; member in struct:__anon1622
111 dbag_descr->last->msg = msg;
112 dbag_descr->last->msg_data_hdr = (amsg_ref_t *) msg_data;
113 dbag_descr->last = (amsg_ref_t *) msg_data;
114 dbag_descr->last->msg_data_hdr = &dbag_descr->first;
138 dbag_descr->last = dbag_descr->first.msg_data_hdr = &dbag_descr->first;
/barrelfish-2018-10-04/lib/acpica/tests/aslts/bin/
H A Dcommon75 # Return separated by ':' sorted last and previous
80 local path previous last
87 echo ":$last:$previous:"
92 if [ -z "$last" ]; then
93 last="$filename"
98 if [ -n "$previous" -a -n "$last" ]; then
99 echo ":$last:$previous:"
/barrelfish-2018-10-04/usr/skb/octopus/
H A Dbitfield.c76 * \param last -1 to indicate a new run, last returned result otherwise.
78 int32_t bitfield_union(struct bitfield** fields, size_t field_count, int32_t last) argument
82 if (last == -1) {
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Damsg.c353 amsg_buffer_scratch_t * last; /* last message buffer */ member in struct:aport
369 amsg_buffer_scratch_t * last; /* last message buffer */ member in struct:aport
375 #define P_Empty(p) (!(p)->last)
395 port->last = (amsg_buffer_scratch_t *) 0;
679 (p)->last->next = (m); \
680 (p)->last = (m); \
688 (p)->last->next = (m); \
689 (p)->last
739 port_t * last; member in struct:__anon1688
[all...]
/barrelfish-2018-10-04/lib/lua/src/
H A Dltablib.c96 int i, last; local
100 last = luaL_opt(L, luaL_checkint, 4, luaL_len(L, 1));
102 for (; i < last; i++) {
106 if (i == last) /* add last value (if interval was not empty) */

Completed in 215 milliseconds

12345678