Searched refs:block (Results 51 - 75 of 109) sorted by relevance

12345

/barrelfish-master/lib/blk/blk_ahci/
H A Ddevice_impl.c149 uint64_t block = flags_get_block(flags); local
152 err = blk_ahci_port_dma_async(queue->port, slot, block, mem->paddr+offset,
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dmegalog.pl286 MegaLog : block/3 is deterministic
287 Sepia : block/3 backtracks
290 block(Goal,Tag,Recover) :- sepia_kernel::block((Goal,!),Tag,Recover).
311 ** context of block/3
319 block(Goal,Tag,(once_not_fail(Action),exit_block(Tag))).
322 block(Goal,Tag,(once_not_fail(Action),exit_block(Tag))),
329 block(Goal,Tag,(once_not_fail(Action),exit_block(Tag))),
333 block(Goal,Tag,(once_not_fail(Action),exit_block(Tag))),
H A Dprofile.pl68 block/4,
120 (block(Goal, _, EB = 1, M)->
H A Dremote_tools.pl167 "TimeOut": "Time-out interval (int/float or the atom block)",
177 remote development tools to connect. If TimeOut is the atom block, then
197 attach_tools(_, block, true).
217 6: "TimeOut is either too small or large or is an atom other than block"
H A Dsockets.pl147 TimeOut = block.
H A Ddevelopment_support.pl143 block(find_end_of_pred(SS, N, A, DM, Stop), _, (close(SS),fail)),
H A Dsource_storage.pl325 comma_to_list(block(G,T,R), [(G;R),'$block'(G,T,R)|List], List) :- !.
326 comma_to_list(block(G,T,R,_), [(G;R),'$block'(G,T,R)|List], List) :- !.
328 comma_to_list(gc_block_once(G,T,R), [(G;R),'$block'(G,T,R)|List], List) :- !.
329 comma_to_list(gc_block_once(G,T,R,_), [(G;R),'$block'(G,T,R)|List], List) :- !.
H A Dtracer_tty.pl221 % don't abort, we may not have any catching block!
423 block((
451 block(set_flag(F/A, spy, on)@DM, abort, true ) ,
461 block(set_flag(F/A, spy, off)@DM, abort, true ) ,
766 (block(get_attribute(CurrentTerm,RawAttribute,Choice), _, fail) ->
/barrelfish-master/doc/004-virtual_memory/
H A DVirtualMemory.tex78 A vregion represents a contiguous block of virtual address space.
79 There is only one vregion for a block of address space in a page table.
85 A memory object manages a block of memory of various types.
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dprogramanalysis.tex211 \item At the beginning of a code block.
212 \item Between predicate calls within a code block.
213 \item At the end of a code block.
216 A code block is defined to be a conjunction of predicate calls. ie. a
/barrelfish-master/lib/zlib/
H A Dzutil.h79 /* The three kinds of block type */
94 void _Cdecl farfree( void *block );
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Dmultiuser-sec.tex223 {\em block/3} construct. Another possibility is to remove all temporary
226 A simple example how to use the {\em block/3} construct is given below.
240 A safe version using {\em block/3} looks as follows.
244 block(ins_tup(p,X),
253 the {\em block/3} does invoke the {\em exit\_block/1} afterwards,
/barrelfish-master/doc/015-disk-driver-arch/
H A Dlibahci.tex80 chunk and the beginning of the block is left in the free list. If the entire
85 If there is no block large enough to satisfy the allocation request, the pool
91 Returning a block to the pool is similar: using the info in
93 the block is inserted into the free list.
H A Dblockdevfs.tex76 Currently the block device file system has two backends. One backend uses
132 In order to ensure that data written to a block device really gets written to
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dglobalstate.tex166 block remembers its own size, so it does not have to be passed as an
167 argument when the block gets freed. This implies some bookkeeping overhead.
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Darmv4-mont.pl43 #### argument block layout relative to &tp[num-1], a.k.a. $num
59 stmdb sp!,{r0,r2} @ sp points at argument block
/barrelfish-master/lib/cxx/cxx/filesystem/
H A Ddirectory_iterator.cpp33 return file_type::block;
/barrelfish-master/usr/eclipseclp/ecrc_solvers/chr/
H A Dgraphic.pl216 block((do_threshold(ListSender), wprintf("Done", [])),
294 block(solve_block, abort_block_tag, wprintf("Aborted", [])),
356 block(solve5_block, abort_block_tag, wprintf("Aborted", [])),
/barrelfish-master/usr/eclipseclp/icparc_solvers/ilog/
H A Dfd_min_max.pl153 block(call_local(branch_and_bound_restart(Goal, Template, List,
244 block(call_local(branch_and_bound(Goal, Template, List,
423 branch_and_bound/8, % called from block
/barrelfish-master/lib/vfs/
H A Dcache.c400 static void cache_op_stop(void *block, uint64_t transid, uintptr_t block_length) argument
405 if(block != NULL && transid == 0) {
406 // XXX: Hack to resolve block pointer back to ID
407 index = block - bcc->bulk_slave.mem;
480 /* get a unique identifier (key) for the block */
495 // Cache doesn't have this block -- read it into cache
587 // Cache doesn't have it and we're not writing an entire block
588 // Try to read the block first
855 // XXX: block for bind completion (broken API!)
/barrelfish-master/lib/lua/src/
H A Dlparser.c40 ** nodes for block list (list of active blocks)
44 short firstlabel; /* index of first label in this block */
45 short firstgoto; /* index of first pending goto in this block */
46 lu_byte nactvar; /* # active locals outside the block */
47 lu_byte upval; /* true if some variable in the block is an upvalue */
48 lu_byte isloop; /* true if `block' is a loop */
257 Mark block where variable at given level was defined
369 /* check labels in current block for a match */
400 ** block; solves forward jumps
416 ** outer labels; if the block bein
1082 static void block (LexState *ls) { function
[all...]
/barrelfish-master/tools/demo/Aquarium/
H A DWindow1.xaml.cs1840 TextBlock block;
1857 else if ((block = elements[i] as TextBlock) != null)
1859 oldblocks.Add(block);
1860 oldforeground.Add(block.Foreground);
1861 block.Foreground = this.brush;
/barrelfish-master/doc/014-bulk-transfer/
H A Dbulk-transfer.tex73 allocates the blocks and passes the index of the block to slave.
74 Once the block is passed to the slave, master should not touch it.
75 The slave can locate the block by adding the \texttt{(index*block-size)} to the
77 Now slave can read/modify the contents in the memory area of this block. Once
78 the slave is done with accessing the block, it can pass the block-index
79 back to the master. Master can either access the block or release it
819 \item Create a new contiguous memory block to maintain a
821 \item Initialize this memory block wit
[all...]
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsdeveltools.tex559 \item At the beginning of a code block.
560 \item Between predicate calls within a code block.
561 \item At the end of a code block.
563 A code block is defined to be a conjunction of predicate calls, i.e., a
/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost89.c139 /* Low-level encryption routine - encrypts one 64 bit block*/
172 /* Low-level decryption routine. Decrypts one 64-bit block */
265 /* Encrypts one block using specified key */
311 /* Compute GOST 28147 mac block
316 * block 8-byte block to process.
318 void mac_block(gost_ctx *c,byte *buffer,const byte *block) argument
324 buffer[i]^=block[i];

Completed in 200 milliseconds

12345