Searched refs:block (Results 251 - 275 of 1927) sorted by relevance

<<11121314151617181920>>

/external/clang/test/CodeGen/
H A Dblockstret.c72 const char *getBlockSignature(void *block) { argument
73 struct block_layout_abi *layout = (struct block_layout_abi *)block;
81 int usesStruct(void *block) { argument
82 struct block_layout_abi *layout = (struct block_layout_abi *)block;
/external/clang/test/Index/
H A Dcomplete-type-factors.m20 void (^block)(enum Color, int);
21 block(c, 17);
98 // CHECK-CC6: VarDecl:{ResultType void (^)(enum Color, int)}{TypedText block} (34)
/external/eigen/bench/
H A DbenchmarkSlice.cpp31 m.block(r,c,nr,nc) += Mat::Ones(nr,nc);
32 m.block(r,c,nr,nc) *= SCALAR(10);
33 m.block(r,c,nr,nc) -= Mat::constant(nr,nc,10);
34 m.block(r,c,nr,nc) /= SCALAR(10);
/external/freetype/src/base/
H A Dmd5.h38 MD5_u32plus block[16]; member in struct:__anon21538
/external/libnfc-nci/src/nfa/include/
H A Dnfa_nv_ci.h101 UINT8 block);
/external/libvorbis/lib/
H A Dhighlevel.h56 highlevel_byblocktype block[4]; /* padding, impulse, transition, long */ member in struct:highlevel_encode_setup
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_draw.c73 assert(format_desc->block.width == 1);
74 assert(format_desc->block.height == 1);
75 assert(format_desc->block.bits % 8 == 0);
76 format_size = format_desc->block.bits/8;
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A DMakefile8 C_SOURCES = block.c \
/external/openssl/crypto/modes/
H A Dofb128.c64 * 128bit block we have used is contained in *num;
69 block128_f block)
90 (*block)(ivec, ivec, key);
100 (*block)(ivec, ivec, key);
113 (*block)(ivec, ivec, key);
66 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
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dmd5.h38 MD5_u32plus block[16]; member in struct:__anon28786
/external/qemu/distrib/ext4_utils/src/
H A Dallocate.h35 u32 get_block(struct block_allocation *alloc, u32 block);
36 u32 get_oob_block(struct block_allocation *alloc, u32 block);
38 void get_region(struct block_allocation *alloc, u32 *block, u32 *len);
54 u32 block, u32 len, int bg);
/external/qemu/distrib/libsparse/include/sparse/
H A Dsparse.h38 * size of the file is 2**32 * block_size (16TB for 4k block size).
58 * @data - pointer to data block
59 * @len - length of the data block
60 * @block - offset in blocks into the sparse file to place the data chunk
63 * [block * block_size : block * block_size + len) must not already be used in
64 * the sparse file. If len is not a multiple of the block size the data
68 * data block is removed from the sparse file.
73 void *data, unsigned int len, unsigned int block);
80 * @len - length of the fill block
[all...]
/external/qemu/distrib/libsparse/src/
H A Dbacked_block.h33 unsigned int len, unsigned int block);
35 unsigned int len, unsigned int block);
37 int64_t offset, unsigned int len, unsigned int block);
39 int64_t offset, unsigned int len, unsigned int block);
/external/skia/experimental/FileReaderApp/
H A DReaderView.cpp51 void* block = sk_malloc_throw(toBeRead); local
52 fread(block, 1, toBeRead, f);
55 SkGPipeReader::Status fStatus = reader.playback(block, toBeRead, &bytesRead);
67 sk_free(block);
/external/stressapptest/src/
H A Ddisk_blocks.h32 // Data about a block written to disk so that it can be verified later.
48 int64 addr_; // address of first sector in block
49 int64 size_; // size of block
51 bool initialized_; // flag indicating the block was written on disk
68 // Get a random block from the list. Only returns if a element
77 // Return a new block in a unused address.
79 // Remove block from structure (called by write threads)
80 int RemoveBlock(BlockData *block);
81 // Release block to be erased (called by random threads)
82 int ReleaseBlock(BlockData *block);
92 BlockData *block; member in struct:DiskBlockTable::StorageData
[all...]
/external/valgrind/main/memcheck/tests/
H A Dmalloc1_ks_free.stderr.exp3 Address 0x........ is 1 bytes inside a block of size 10 free'd
9 Address 0x........ is 1 bytes before a block of size 10 alloc'd
/external/yaffs2/yaffs2/direct/
H A Dyaffs_ramem2k.c71 nandemul_Block**block; member in struct:__anon34304
100 blk = ned.block[blockNumber];
138 ned.block = YMALLOC(sizeof(nandemul_Block*) * nBlocks );
140 if(!ned.block) return YAFFS_FAIL;
151 if(!(blk = ned.block[i] = YMALLOC(sizeof(nandemul_Block))))
165 ned.block[i]->damaged = 0;
176 YFREE(ned.block[i]);
178 YFREE(ned.block);
207 x = ned.block[blk]->page[pg]->data;
214 ned.block[bl
[all...]
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dfilter_block_test.cc48 Slice block = builder.Finish(); local
49 ASSERT_EQ("\\x00\\x00\\x00\\x00\\x0b", EscapeString(block));
50 FilterBlockReader reader(&policy_, block);
65 Slice block = builder.Finish(); local
66 FilterBlockReader reader(&policy_, block);
96 Slice block = builder.Finish(); local
97 FilterBlockReader reader(&policy_, block);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c246 struct data_block *block, *tmp; local
248 for (block = list->head->next; block; block = tmp) {
249 tmp = block->next;
250 FREE(block);
278 struct cmd_block *block = lp_scene_alloc(scene, sizeof(struct cmd_block)); local
279 if (block) {
281 bin->tail->next = block;
282 bin->tail = block;
305 struct data_block *block = MALLOC_STRUCT(data_block); local
328 const struct data_block *block; local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dexpanddir.c37 char *block; local
59 retval = ext2fs_new_dir_block(fs, 0, 0, &block);
65 retval = ext2fs_write_dir_block(fs, new_blk, block);
67 retval = ext2fs_get_mem(fs->blocksize, &block);
72 memset(block, 0, fs->blocksize);
73 retval = io_channel_write_blk64(fs->io, new_blk, 1, block);
81 ext2fs_free_mem(&block);
122 * Update the size and block count fields in the inode.
H A Dtst_iscan.c38 static void iscan_test_read_blk64(unsigned long long block, int count, errcode_t err) argument
48 printf("%llu-%llu", block, block+count-1);
50 printf("%llu", block);
52 for (i=0; i < count; i++, block++) {
53 if (ext2fs_test_block_bitmap2(touched_map, block)) {
54 printf("\nDuplicate block?!? --- %llu\n", block);
58 ext2fs_mark_block_bitmap2(touched_map, block);
62 static void iscan_test_read_blk(unsigned long block, in argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c246 struct data_block *block, *tmp; local
248 for (block = list->head->next; block; block = tmp) {
249 tmp = block->next;
250 FREE(block);
278 struct cmd_block *block = lp_scene_alloc(scene, sizeof(struct cmd_block)); local
279 if (block) {
281 bin->tail->next = block;
282 bin->tail = block;
305 struct data_block *block = MALLOC_STRUCT(data_block); local
328 const struct data_block *block; local
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
H A Dfeed.css20 display: block;
42 display: block;
51 display: block;
59 display: block;
69 display: block;
/external/chromium_org/third_party/boringssl/src/crypto/modes/
H A Dcbc.c61 block128_f block) {
73 (*block)(out, out, key);
84 (*block)(out, out, key);
99 (*block)(out, out, key);
114 block128_f block) {
129 (*block)(in, out, key);
141 (*block)(in, out, key);
156 (*block)(in, tmp.c, key);
171 (*block)(in, tmp.c, key);
186 (*block)(i
59 CRYPTO_cbc128_encrypt(const uint8_t *in, uint8_t *out, size_t len, const void *key, uint8_t ivec[16], block128_f block) argument
112 CRYPTO_cbc128_decrypt(const uint8_t *in, uint8_t *out, size_t len, const void *key, uint8_t ivec[16], block128_f block) argument
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dmodes.h59 /* modes.h contains functions that implement various block-cipher modes. */
62 /* block128_f is the type of a 128-bit, block cipher. */
74 * |len| bytes from |in| to |out| using |block| in counter mode. There's no
83 unsigned int *num, block128_f block);
100 OPENSSL_EXPORT GCM128_CONTEXT *CRYPTO_gcm128_new(void *key, block128_f block);
102 /* CRYPTO_gcm128_init initialises |ctx| to use |block| (typically AES) with the
105 block128_f block);
164 * given IV and block cipher in CBC mode. The input need not be a multiple of
168 const void *key, uint8_t ivec[16], block128_f block);
171 * given IV and block ciphe
[all...]

Completed in 556 milliseconds

<<11121314151617181920>>