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

1234

/barrelfish-2018-10-04/lib/compiler-rt/builtins/arm/
H A Dudivsi3.S49 * This depends on the fixed instruction size of block.
52 * block(shift) implements the test-and-update-quotient core.
91 /* Last block, no need to update r2 or r3. */
102 #define block(shift) \ define
108 block(31)
109 block(30)
110 block(29)
111 block(28)
112 block(27)
113 block(2
[all...]
H A Dumodsi3.S48 * This depends on the fixed instruction size of block.
51 * block(shift) implements the test-and-update-quotient core.
88 /* Last block, no need to update r2 or r3. */
97 #define block(shift) \ define
102 block(31)
103 block(30)
104 block(29)
105 block(28)
106 block(27)
107 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.
93 /* Last block, no need to update r3 or r4. */
105 #define block(shift) \ define
111 block(31)
112 block(30)
113 block(29)
114 block(28)
115 block(27)
116 block(2
[all...]
/barrelfish-2018-10-04/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-2018-10-04/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-2018-10-04/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...]
H A Dlmem.h50 LUAI_FUNC void *luaM_realloc_ (lua_State *L, void *block, size_t oldsize,
52 LUAI_FUNC void *luaM_growaux_ (lua_State *L, void *block, int *size,
/barrelfish-2018-10-04/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-2018-10-04/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-2018-10-04/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-2018-10-04/lib/libc/gen/
H A Dcrypt.c90 encrypt(char *block __unused, int flag __unused)
/barrelfish-2018-10-04/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-2018-10-04/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-2018-10-04/include/barrelfish/
H A Dslab.h31 struct block_head *blocks; ///< Pointer to free block list
46 void slab_free(struct slab_allocator *slabs, void *block);
50 // size of block header
52 // should be able to fit the header into the block
/barrelfish-2018-10-04/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);
171 tftp_client.block++;
258 tftp_client.block
[all...]
/barrelfish-2018-10-04/lib/blk/blk_ahci/
H A Dblk_ahci.h112 errval_t blk_ahci_port_dma(struct ahci_port *port, uint64_t block, struct dma_mem *buffer, bool write);
113 errval_t blk_ahci_port_dma_async(struct ahci_port *port, size_t slot, uint64_t block, lpaddr_t base, size_t length, bool write);
/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A Dalloc.c179 #define Next_Bit(block, ptr, mask) { \
185 ++block; \
186 if (! pages->map[block]) \
187 pages->map[block] = _new_bitmap_block(hd);\
188 ptr = pages->map[block]; \
193 #define Prev_Bit(block, ptr, mask) { \
199 --block; \
200 if (! pages->map[block]) \
201 pages->map[block] = _new_bitmap_block(hd);\
202 ptr = pages->map[block]
339 int block; local
547 int block; local
[all...]
/barrelfish-2018-10-04/usr/skb/programs/
H A Ddecoding_net.pl26 :- local struct(block(base,limit,props)).
81 %% Address range in block
83 block{
101 block{base:SrcBase} = SrcBlock,
195 TSSpec = map(block(Base, Limit, _), _, _, _),
/barrelfish-2018-10-04/lib/barrelfish/
H A Dslab.c23 struct block_head *next;///< Pointer to next block in free list
80 * \brief Allocate a new block from the slab allocator
84 * \returns Pointer to block on success, NULL on error (out of memory)
110 /* dequeue top block from freelist */
120 * \brief Free a block to the slab allocator
123 * \param block Pointer to block previously returned by #slab_alloc
125 void slab_free(struct slab_allocator *slabs, void *block) argument
127 if (block == NULL) {
131 struct block_head *bh = (struct block_head *)block;
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dmkstack.pl62 if (m|^/\* This block of defines is updated by util/mkstack.pl, please do not touch! \*/|) {
65 if (m|^/\* End of util/mkstack.pl block, you may now edit :-\) \*/|) {
71 $new_stackfile .= "/* This block of defines is updated by util/mkstack.pl, please do not touch! */";
177 $new_stackfile .= "/* End of util/mkstack.pl block, you may now edit :-) */\n";

Completed in 120 milliseconds

1234