/external/boringssl/src/crypto/evp/ |
D | scrypt.c | 31 typedef struct { uint32_t words[16]; } block_t; typedef 33 OPENSSL_COMPILE_ASSERT(sizeof(block_t) == 64, block_t_has_padding); 40 static void salsa208_word_specification(block_t *inout) { in salsa208_word_specification() 41 block_t x; in salsa208_word_specification() 85 static void xor_block(block_t *out, const block_t *a, const block_t *b) { in xor_block() 94 static void scryptBlockMix(block_t *out, const block_t *B, uint64_t r) { in scryptBlockMix() 97 block_t X; in scryptBlockMix() 113 static void scryptROMix(block_t *B, uint64_t r, uint64_t N, block_t *T, in scryptROMix() 114 block_t *V) { in scryptROMix() 116 OPENSSL_memcpy(V, B, 2 * r * sizeof(block_t)); in scryptROMix() [all …]
|
/external/syslinux/core/fs/ext2/ |
D | bmap.c | 17 block_t block) in ext4_find_leaf() 20 block_t blk; in ext4_find_leaf() 45 static block_t 52 block_t start; in bmap_extent() 74 start = ((block_t)ext[i].ee_start_hi << 32) + ext[i].ee_start_lo; in bmap_extent() 116 static block_t 143 static block_t 144 bmap_traditional(struct inode *inode, block_t block, size_t *nblocks) in bmap_traditional() 194 block_t ext2_bmap(struct inode *inode, block_t block, size_t *nblocks) in ext2_bmap() 196 block_t ret; in ext2_bmap() [all …]
|
D | ext2.c | 82 ext2_get_cache(struct inode *inode, block_t lblock) in ext2_get_cache() 84 block_t pblock = ext2_bmap(inode, lblock, NULL); in ext2_get_cache() 94 block_t index = 0; in ext2_find_entry() 248 block_t index = file->offset >> fs->block_shift; in ext2_readdir()
|
D | ext2_fs.h | 308 block_t ext2_bmap(struct inode *, block_t, size_t *);
|
/external/f2fs-tools/fsck/ |
D | f2fs.h | 51 block_t nat_blkaddr; 85 block_t sit_base_addr; /* start block address of SIT area */ 86 block_t sit_blocks; /* # of blocks used by SIT area */ 87 block_t written_valid_blocks; /* # of valid blocks in main area */ 116 block_t seg0_blkaddr; 117 block_t main_blkaddr; 118 block_t ssa_blkaddr; 159 block_t data_blkaddr; 160 block_t node_blkaddr; 193 block_t user_block_count; /* # of user blocks */ [all …]
|
D | resize.c | 139 block_t from, to; in migrate_main() 179 block_t new_sum_blk_addr) in move_ssa() 206 block_t old_sum_blkaddr = get_sb(ssa_blkaddr); in migrate_ssa() 207 block_t new_sum_blkaddr = get_newsb(ssa_blkaddr); in migrate_ssa() 208 block_t end_sum_blkaddr = get_newsb(main_blkaddr); in migrate_ssa() 209 block_t expand_sum_blkaddr = new_sum_blkaddr + in migrate_ssa() 211 block_t blkaddr; in migrate_ssa() 249 block_t old_nat_blkaddr = get_sb(nat_blkaddr); in shrink_nats() 297 block_t old_nat_blkaddr = get_sb(nat_blkaddr); in migrate_nat() 298 block_t new_nat_blkaddr = get_newsb(nat_blkaddr); in migrate_nat() [all …]
|
D | fsck.h | 150 extern void update_sum_entry(struct f2fs_sb_info *, block_t, 170 extern void update_data_blkaddr(struct f2fs_sb_info *, nid_t, u16, block_t); 171 extern void update_nat_blkaddr(struct f2fs_sb_info *, nid_t, nid_t, block_t); 213 void reserve_new_block(struct f2fs_sb_info *, block_t *, 220 block_t new_node_block(struct f2fs_sb_info *,
|
D | segment.c | 19 void reserve_new_block(struct f2fs_sb_info *sbi, block_t *to, in reserve_new_block() 42 *to = (block_t)blkaddr; in reserve_new_block() 113 block_t blkaddr; in f2fs_write_block()
|
D | node.c | 58 block_t new_node_block(struct f2fs_sb_info *sbi, in new_node_block() 66 block_t blkaddr; in new_node_block() 189 block_t nblk[4]; in get_dnode_of_data()
|
D | dir.c | 194 int file_type, block_t p_blkaddr, int inc_link) in f2fs_add_link() 310 block_t blkaddr; in make_empty_dir() 350 block_t blkaddr; in page_symlink() 440 block_t p_blkaddr) in convert_inline_dentry() 540 block_t blkaddr; in f2fs_create()
|
D | mount.c | 535 void *validate_checkpoint(struct f2fs_sb_info *sbi, block_t cp_addr, in validate_checkpoint() 721 block_t start_blk; in f2fs_init_nid_bitmap() 751 block_t addr; in f2fs_init_nid_bitmap() 791 block_t blkaddr; in write_nat_bits() 961 block_t start; in read_compacted_summaries() 1014 block_t addr; in restore_node_summary() 1040 block_t blk_addr = 0; in read_normal_summaries() 1071 void update_sum_entry(struct f2fs_sb_info *sbi, block_t blk_addr, in update_sum_entry() 1158 block_t blk_addr = sit_i->sit_base_addr + offset; in get_current_sit_page() 1181 block_t blk_addr = sit_i->sit_base_addr + offset; in rewrite_current_sit_page() [all …]
|
/external/syslinux/core/include/ |
D | cache.h | 11 block_t block; 19 const void *get_cache(struct device *, block_t); 20 struct cache *_get_cache_block(struct device *, block_t);
|
D | disk.h | 10 typedef uint64_t block_t; typedef 37 extern void getoneblk(struct disk *, char *, block_t, int);
|
/external/clang/test/Index/ |
D | complete-blocks.m | 3 typedef void (^block_t)(float f, double d); 5 void g(block_t b); 13 - method2:(block_t)b; argument 38 - method6:(void(^)(block_t block))arg; 65 // CHECK-CC5: TypedefDecl:{TypedText block_t} (50) 71 // CHECK-CC6: ObjCInstanceMethodDecl:{ResultType id}{TypedText method6:}{Placeholder ^(block_t bloc…
|
/external/clang/test/CodeGenObjC/ |
D | arc-block-copy-escape.m | 3 typedef void (^block_t)(void); 4 void use_block(block_t); 10 block_t block = ^{ use_int(i); };
|
/external/syslinux/core/fs/xfs/ |
D | xfs_dir2.h | 26 const void *xfs_dir2_dirblks_get_cached(struct fs_info *fs, block_t startblock, 32 block_t xfs_dir2_get_right_blk(struct fs_info *fs, xfs_dinode_t *core, 33 block_t fsblkno, int *error);
|
D | xfs_dir2.c | 34 block_t dc_startblock; 69 static void *get_dirblks(struct fs_info *fs, block_t startblock, in get_dirblks() 92 const void *xfs_dir2_dirblks_get_cached(struct fs_info *fs, block_t startblock, in xfs_dir2_dirblks_get_cached() 129 block_t block; in xfs_dir2_dirblks_get_cached() 251 block_t dir_blk; in xfs_dir2_block_find_entry() 353 block_t leaf_blk, dir_blk; in xfs_dir2_leaf_find_entry() 514 block_t xfs_dir2_get_right_blk(struct fs_info *fs, xfs_dinode_t *core, in xfs_dir2_get_right_blk() 515 block_t fsblkno, int *error) in xfs_dir2_get_right_blk() 519 block_t bno; in xfs_dir2_get_right_blk() 520 block_t nextbno; in xfs_dir2_get_right_blk() [all …]
|
D | xfs_dinode.c | 32 block_t blk; in xfs_dinode_get_core()
|
/external/clang/test/SemaObjC/ |
D | warn-retain-cycle.m | 134 typedef void (^block_t)(void); 138 block_t a1 = ^{ 143 block_t a2; 148 __block block_t b1 = ^{ // expected-note{{block will be retained by the captured object}} 152 __block block_t b2; 167 typedef void (^block_t)(void); 173 …[obj addBlock:(__bridge_transfer block_t)_Block_copy((__bridge void *)^{ // expected-note{{block w… 181 extern block_t someRandomFunctionReturningABlock(block_t);
|
/external/syslinux/core/fs/ |
D | cache.c | 78 struct cache *_get_cache_block(struct device *dev, block_t block) in _get_cache_block() 116 const void *get_cache(struct device *dev, block_t block) in get_cache() 141 block_t block; in cache_read()
|
D | diskio.c | 14 void getoneblk(struct disk *disk, char *buf, block_t block, int block_size) in getoneblk()
|
/external/syslinux/core/fs/iso9660/ |
D | susp_rr.c | 48 typedef uint32_t block_t; typedef 75 static char *dummy_get_cache(struct device *fs_dev, block_t lba) in dummy_get_cache() 128 block_t next_lba; /* Block number of start of next Continuation Area */ 185 block_t num_blocks, i; in susp_rr_switch_to_ca() 439 block_t lba; in susp_rr_check_signatures()
|
/external/syslinux/core/fs/ufs/ |
D | ufs.c | 84 ufs_get_cache(struct inode *inode, block_t lblock) in ufs_get_cache() 91 block_t pblock; in ufs_get_cache() 119 block_t index = 0; in ufs_find_entry() 380 block_t index = file->offset >> fs->block_shift; in ufs_readdir()
|
D | bmap.c | 120 uint64_t ufs_bmap (struct inode *inode, block_t block, size_t *nblocks) in ufs_bmap() 178 block_t block; in ufs_next_extent()
|
D | ufs.h | 146 static inline block_t frag_to_blk(struct fs_info *fs, uint64_t frag) in frag_to_blk() 248 extern uint64_t ufs_bmap (struct inode *, block_t, size_t *);
|