Searched refs:block (Results 1 - 25 of 109) sorted by relevance

12345

/barrelfish-master/doc/025-sockeye/
H A Dexample-facts.pl10 node_accept(["LOCAL", "root"], [block(0, 4276092927, _142)]).
11 node_accept(["GDDR0", [1, 10], "RAM", "root"], [block(0, 4276092927, _152)]).
12 node_accept(["GDDR0", [1, 11], "RAM", "root"], [block(0, 4276092927, _152)]).
13 node_accept(["GDDR0", [2, 10], "RAM", "root"], [block(0, 4276092927, _152)]).
14 node_accept(["GDDR0", [2, 11], "RAM", "root"], [block(0, 4276092927, _152)]).
15 node_accept(["GDDR0", [10, 10], "RAM", "root"], [block(0, 4276092927, _152)]).
16 node_accept(["GDDR0", [10, 11], "RAM", "root"], [block(0, 4276092927, _152)]).
17 node_accept(["GDDR0", [11, 10], "RAM", "root"], [block(0, 4276092927, _152)]).
18 node_accept(["GDDR0", [11, 11], "RAM", "root"], [block(0, 4276092927, _151)]).
20 node_translate(["DRAMMAP", [1, 10], "RAM", "root"], [block(
[all...]
H A Dexample-out.pl6 assert(node_accept(ID_GDDR0,([block{base:0,limit:4276092927}]))),
7 assert(node_translate(ID_DRAMMAP,([block{base:0,limit:4276092927}]),ID_RAMOUT,([block{base:0,limit:4276092927}]))).
14 assert(node_accept(ID_LOCAL,([block{base:0,limit:4276092927}]))),
15 (block_values([block{base:1,limit:2},block{base:10,limit:11}],IDL_x),(foreach(IDT_x,IDL_x),param(Id),param(ID_LOCAL),param(ID_LOCAL_SRC),param(ID_RAM) do
17 (block_values([block{base:10,limit:11}],IDL_y),(foreach(IDT_y,IDL_y),param(Id),param(ID_LOCAL),param(ID_LOCAL_SRC),param(ID_RAM),param(IDT_x) do
20 assert(node_translate(ID_LOCAL_SRC,([block{base:4096,limit:8192}]),["GDDR0" | [[IDT_x,IDT_y] | ID_RAM]],([block{base:4096,limit:8192}])))
/barrelfish-master/lib/compiler-rt/builtins/arm/
H A Dumodsi3.S48 // This depends on the fixed instruction size of block.
51 // block(shift) implements the test-and-update-quotient core.
95 // Last block, no need to update r2 or r3.
104 #define block(shift) \ define
109 block(31)
110 block(30)
111 block(29)
112 block(28)
113 block(27)
114 block(2
[all...]
H A Dudivmodsi4.S49 // This depends on the fixed instruction size of block.
52 // block(shift) implements the test-and-update-quotient core.
100 // Last block, no need to update r3 or r4.
112 #define block(shift) \ define
118 block(31)
119 block(30)
120 block(29)
121 block(28)
122 block(27)
123 block(2
[all...]
H A Dudivsi3.S72 // This depends on the fixed instruction size of block.
75 // block(shift) implements the test-and-update-quotient core.
160 // Last block, no need to update r2 or r3.
185 // block closer
198 #define block(shift) \ define
208 // Label div0block must be word-aligned. First align block 31
213 #define block(shift) \ define
220 block(31)
221 block(30)
222 block(2
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/modes/
H A Dmodes.h20 unsigned char ivec[16], block128_f block);
23 unsigned char ivec[16], block128_f block);
28 unsigned int *num, block128_f block);
33 block128_f block);
38 int enc, block128_f block);
42 int enc, block128_f block);
46 int enc, block128_f block);
50 unsigned char ivec[16], block128_f block);
56 unsigned char ivec[16], block128_f block);
H A Dofb128.c71 * 128bit block we have used is contained in *num;
76 block128_f block)
97 (*block)(ivec, ivec, key);
107 (*block)(ivec, ivec, key);
120 (*block)(ivec, ivec, key);
73 CRYPTO_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], int *num, block128_f block) argument
H A Dcbc128.c72 unsigned char ivec[16], block128_f block)
85 (*block)(out, out, key);
96 (*block)(out, out, key);
109 (*block)(out, out, key);
121 unsigned char ivec[16], block128_f block)
135 (*block)(in, out, key);
146 (*block)(in, out, key);
161 (*block)(in, tmp.c, key);
175 (*block)(in, tmp.c, key);
191 (*block)(i
70 CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
119 CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
[all...]
H A Dcfb128.c71 * 128bit block we have used is contained in *num;
76 int enc, block128_f block)
98 (*block)(ivec, ivec, key);
109 (*block)(ivec, ivec, key);
122 (*block)(ivec, ivec, key);
143 (*block)(ivec, ivec, key);
155 (*block)(ivec, ivec, key);
170 (*block)(ivec, ivec, key);
180 /* This expects a single block of size nbits for both in and out. Note that
185 block128_f block)
73 CRYPTO_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) argument
182 cfbr_encrypt_block(const unsigned char *in,unsigned char *out, int nbits,const void *key, unsigned char ivec[16],int enc, block128_f block) argument
216 CRYPTO_cfb128_1_encrypt(const unsigned char *in, unsigned char *out, size_t bits, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) argument
236 CRYPTO_cfb128_8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) argument
[all...]
H A Dctr128.c113 * 128bit block we have used is contained in *num, and the
127 unsigned int *num, block128_f block)
150 (*block)(ivec, ecount_buf, key);
161 (*block)(ivec, ecount_buf, key);
175 (*block)(ivec, ecount_buf, key);
124 CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], unsigned char ecount_buf[16], unsigned int *num, block128_f block) argument
/barrelfish-master/include/openssl/
H A Dmodes.h20 unsigned char ivec[16], block128_f block);
23 unsigned char ivec[16], block128_f block);
28 unsigned int *num, block128_f block);
33 block128_f block);
38 int enc, block128_f block);
42 int enc, block128_f block);
46 int enc, block128_f block);
50 unsigned char ivec[16], block128_f block);
56 unsigned char ivec[16], block128_f block);
/barrelfish-master/lib/lua/src/
H A Dlmem.c29 ** * frealloc(ud, NULL, x, s) creates a new block of size `s' (no
32 ** * frealloc(ud, p, x, 0) frees the block `p'
46 void *luaM_growaux_ (lua_State *L, void *block, int *size, size_t size_elems, argument
60 newblock = luaM_reallocv(L, block, *size, newsize, size_elems);
67 luaG_runerror(L, "memory allocation error: block too big");
75 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { argument
78 size_t realosize = (block) ? osize : 0;
79 lua_assert((realosize == 0) == (block == NULL));
84 newblock = (*g->frealloc)(g->ud, block, osize, nsize);
87 "realloc cannot fail when shrinking a block");
[all...]
/barrelfish-master/usr/skb/programs/
H A Ddecoding_net4_tests.pl26 assert_translate(region(["IN"], block(0, 1000)), name(["OUT"], 400)),
28 translate_region(S, region(["IN"], block(0, 1000)), Out),
33 assert_translate(region(["IN"], block(0, 1000)), name(["OUT"], 400)),
35 translate_region(S, In, region(["OUT"], block(400, 1400))),
40 assert_translate(region(["IN"], block(0, 1000)), name(["OUT"], 400)),
42 not(translate_region(S, _, region(["OUT"], block(400, 1500)))).
48 translate_region(S, In, region(["OUT"], block(400, 1500))),
54 assert_translate(region(["NEXT"], block(0, 1000)), name(["OUT"], 400)),
56 decodes_region(S, region(["IN"], block(400, 1000)), Out),
62 assert_translate(region(["NEXT"], block(
[all...]
H A Ddecoding_net3.pl18 % IBlock block{..}
19 % Block = [kind, block{..}]
31 % block_meta(NodeId, Bits, OutNodeId) -- Metadata for block reconfigurable nodes
32 % block_conf(NodeId, VPN, PPN) -- For block reconfigurable nodes
43 :- export struct(block(base,limit)).
61 Reg = region{blocks: [_, block{base: B, limit: L}]},
72 not(state_query(S, mapping(region{node_id:NodeId,blocks:[_,block{base:Min}]}, _))),
76 Reg = region{blocks: [_, block{base: B}]},
90 region{node_id: ["IN"], blocks: [memory, block{base:100, limit:200}]},
93 region{node_id: ["Dummy"], blocks: [memory, block{bas
[all...]
H A Ddecoding_net4.pl16 % Block: block(Base : Addr, Limit : Addr)
131 region_size(region(_, block(B,L)), Size) :-
137 region(I, block(InB,InL)),
138 region(I, block(1,0)),
139 region(I, block(SplitB,SplitL)),
140 region(I, block(AfterB,AfterL))) :-
149 region(I, block(InB,InL)),
150 region(I, block(BeforeB,BeforeL)),
151 region(I, block(SplitB,SplitL)),
152 region(I, block(After
[all...]
H A Ddecoding_net3_multid.pl15 % IBlock [block{..}, block{...}]
16 % Block = [kind, [block{..}, block{..}]]
28 % block_meta(NodeId, Bits, OutNodeId) -- Metadata for block reconfigurable nodes
29 % block_conf(NodeId, VPN, PPN) -- For block reconfigurable nodes
40 :- export struct(block(base,limit)).
58 Reg = region{blocks: [_, [block{base: B, limit: L}]]},
69 not(state_query(S, mapping(region{node_id:NodeId,blocks:[_,[block{base:Min}]]}, _))),
73 Reg = region{blocks: [_, [block{bas
[all...]
H A Ddecoding_net2.pl15 % IBlock [block{..}, block{...}]
16 % Block = [kind, [block{..}, block{..}]]
23 %% node_accept(InNodeId, InAddr :: block).
26 %% node_translate_dyn(InNodeId, InAddr :: block, OutNodeId, OutAddr :: block).
39 :- export struct(block(base,limit,props)).
81 iblock_match(A, block{base: B, limit: L}) :-
85 iblock_nomatch(A, block{bas
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Denginetest.c97 ENGINE *block[512]; local
122 memset(block, 0, 512 * sizeof(ENGINE *));
226 if(((block[loop] = ENGINE_new()) == NULL) ||
227 !ENGINE_set_id(block[loop], id) ||
228 !ENGINE_set_name(block[loop], name))
230 printf("Couldn't create block of ENGINE structures.\n"
237 if(!ENGINE_add(block[loop]))
240 loop, ENGINE_get_id(block[loop]),
241 ENGINE_get_name(block[loop]));
261 OPENSSL_free((void *)ENGINE_get_id(block[loo
[all...]
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Denginetest.c97 ENGINE *block[512]; local
122 memset(block, 0, 512 * sizeof(ENGINE *));
226 if(((block[loop] = ENGINE_new()) == NULL) ||
227 !ENGINE_set_id(block[loop], id) ||
228 !ENGINE_set_name(block[loop], name))
230 printf("Couldn't create block of ENGINE structures.\n"
237 if(!ENGINE_add(block[loop]))
240 loop, ENGINE_get_id(block[loop]),
241 ENGINE_get_name(block[loop]));
261 OPENSSL_free((void *)ENGINE_get_id(block[loo
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dmem.c531 * a consecutive memory block, but separately pushed objects may not
691 /* there is a next block and it's big enough */
695 else /* insert a new block of sufficient size */
768 * block boundaries of the buffer, the user must make
787 struct buffer_block_header *block; local
791 block = (struct buffer_block_header *) hp_alloc(bytes_allocated);
794 block = (struct buffer_block_header *) alloc_pagewise(&private_heap,
799 block->first = first ? first : block;
800 block
831 register struct buffer_block_header *block; local
878 register struct buffer_block_header *block; local
927 struct buffer_block_header *block = bd->write_block->first; local
[all...]
/barrelfish-master/lib/libc/gen/
H A Dcrypt.c90 encrypt(char *block __unused, int flag __unused)
/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgosthash.h41 /* Hashes block of data */
42 int hash_block(gost_hash_ctx *ctx, const byte *block, size_t length);
H A Dgosthash.c177 * Hash block of arbitrary length
181 int hash_block(gost_hash_ctx *ctx,const byte *block, size_t length) argument
183 const byte *curptr=block;
184 const byte *barrier=block+(length-32);/* Last byte we can safely hash*/
193 memcpy(&(ctx->remainder[ctx->left]),block,add_bytes);
199 curptr=block+add_bytes;
213 if (curptr!=block+length)
215 ctx->left=block+length-curptr;
/barrelfish-master/tools/fastmodels/
H A Dmain.c470 /* An L1 entry for a 1GB block (page) */
474 /* Lower block attributes */
483 uint64_t base_address :18; // block base address
486 /* Upper block attributes */
492 } block; member in union:armv8_l1_entry
513 /* Allocate one L0 & one L1 table, in a contiguous block. An L0
517 void *block= calloc(2, PTABLE_SIZE); local
518 if(!block) fail("calloc");
521 (struct table_descriptor *)block;
523 (union armv8_l1_entry *)(block
[all...]
/barrelfish-master/lib/tftp/
H A Dclient.c51 uint32_t block; member in struct:tftp_client
100 TFTP_DEBUG("failed to decode block number in data packet\n");
104 if (blockno == tftp_client.block) {
117 tftp_client.block++;
119 tftp_client_send_data(socket, tftp_client.block, tftp_client.buf + offset, length,
145 TFTP_DEBUG("failed to decode block number in data packet\n");
149 if (blockno == tftp_client.block) {
156 TFTP_DEBUG_PACKETS("received block %u of size %lu bytes\n", blockno, length);
170 tftp_client.block++;
177 TFTP_DEBUG("got double packet: %u instead of %u\n", blockno, tftp_client.block);
[all...]

Completed in 171 milliseconds

12345