Searched refs:last (Results 101 - 125 of 186) sorted by relevance

12345678

/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Dbackwards-sec.tex57 last call. However, {\bf cputime/1} and related built-ins
H A Dkernel-lst.tex110 \item[delta_time(+TimerName, ?Delta)]{Get the time since the last call from an internal timer.}
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dxahcid.tex62 registers have been cleared. At last, if a client is registered for a port that
H A Dlibahci.tex74 pointers to the first and last free chunk are stored.
124 The last two functions (\lstinline+ahci_dma_region_copy_in+ and
/barrelfish-2018-10-04/lib/devif/backends/net/e10k/
H A Ddevif_backend_e10k.c257 int last; local
270 valid_length, flags, &last)) {
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dwidget.tcl480 ## a cheap trick to remove the last .child string from $wid
655 set last [lindex $args end]
689 if {[info exists last]} {
690 return -code error "value for \"$last\" missing"
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl_ciph.c850 CIPHER_ORDER *head, *tail, *curr, *curr2, *last; local
868 last = head;
873 last = tail;
879 if ((curr == NULL) || (curr == last)) break;
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dtkgetdir.tcl305 .dirsel.f1.dir.m delete 0 last
/barrelfish-2018-10-04/usr/drivers/e10k/
H A De10k_qdriver.c404 * It has to make sure to properly mark the last packet of an array of
406 * asynchronously later on. Only the last packet is marked with a
532 int last = 1; local
581 while ((res = e10k_queue_get_rxbuf(queue_handle, &op, &len, &last, &flags)) == 0 ||
595 if (last) {
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Duverbs_cmd.c81 * object. The underlying storage will not be freed until the last
1438 struct ib_send_wr *wr = NULL, *last, *next, *bad_wr; local
1464 last = NULL;
1486 if (!last)
1489 last->next = next;
1490 last = next;
1594 struct ib_recv_wr *wr = NULL, *last, *next; local
1611 last = NULL;
1632 if (!last)
1635 last
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_vfy.c239 /* Examine last certificate in chain and see if it
315 /* Is last certificate looked up self signed? */
620 /* Ignore self issued certs unless last in chain */
657 /* For now just check the last certificate in the chain */
676 int i, last, ok; local
680 last = sk_X509_num(ctx->chain) - 1;
686 last = 0;
688 for(i = 0; i <= last; i++)
1353 /* Else find CRL issuer: if not last certificate then issuer
1652 /* The last erro
[all...]
/barrelfish-2018-10-04/usr/tests/devif/
H A Dbench.c42 struct list_ele* last; member in struct:direct_state
H A Ddebug_test.c47 struct list_ele* last; member in struct:direct_state
H A Dqueue_interface.c58 struct list_ele* last; member in struct:direct_state
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dirq.c877 static uint64_t last = 0; local
880 last = now;
/barrelfish-2018-10-04/lib/zlib/
H A Dtrees.c104 * 3 .. 258, the last 256 values correspond to the top 8 bits of
326 # define SEPARATOR(i, last, width) \
327 ((i) == (last)? "\n};\n\n" : \
593 /* Check that the bit counts in bl_count are consistent. The last code
713 int prevlen = -1; /* last emitted length */
758 int prevlen = -1; /* last emitted length */
801 * bl_order of the last bit length code to send.
806 int max_blindex; /* index of last bit length code of non zero freq */
871 int eof; /* true if this is the last block for a file */
885 * last tw
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dca.c170 " -infiles .... - The last argument, requests to process\n",
1694 int ok= -1,i,j,last,nid; local
1806 last= -1;
1810 j=X509_NAME_get_index_by_OBJ(name,obj,last);
1813 if (last != -1) break;
1820 last=j;
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dkernel.tex443 \item[LCA] last cut action. Top of a conceptual stack of {\it cut action}
495 during the last garbage collection. Everything older than this
723 read_last_structure(F,ref(L)) & unify compound subterm which is last in term \\
728 read_last_list(ref(L)) & unify list subterm which is last in term \\
733 %read_last_meta(T,ref(L)) & unify attr variable which is last in term \\
788 match_last_meta & check for attr variable which is last in term \\
914 trust_me(D) & restore and pop choicepoint, last alternative follows inline \\
915 trust(D,ref(L)) & restore and pop choicepoint, last alternative at L \\
1238 The last word of the Call instruction is an environment
1250 variables that have their last occurrenc
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsmemory.tex165 before the last subgoal is called (due to tail recursion / last call
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ocsp/
H A Docsp.h442 int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last);
/barrelfish-2018-10-04/include/openssl/
H A Docsp.h442 int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last);
/barrelfish-2018-10-04/lib/tzcode/zic/
H A Dzic.c323 { "last-Sunday", TM_SUNDAY },
324 { "last-Monday", TM_MONDAY },
325 { "last-Tuesday", TM_TUESDAY },
326 { "last-Wednesday", TM_WEDNESDAY },
327 { "last-Thursday", TM_THURSDAY },
328 { "last-Friday", TM_FRIDAY },
329 { "last-Saturday", TM_SATURDAY },
1337 ** last-Sunday
1593 ** For some pre-2011 systems: if the last-to-be-written
2346 register long last local
[all...]
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwindRegistersRestore.S258 lwz r3,20(r3) ; do r3 last
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h179 u32 last; member in struct:mthca_alloc
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dmlx4.h257 uint32_t last; member in struct:mlx4_bitmap

Completed in 364 milliseconds

12345678