Home
last modified time | relevance | path

Searched refs:block_t (Results 1 – 21 of 21) sorted by relevance

/external/boringssl/src/crypto/evp/
Dscrypt.c31 typedef struct { uint32_t words[16]; } block_t; typedef
33 OPENSSL_STATIC_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/f2fs-tools/fsck/
Df2fs.h52 block_t nat_blkaddr;
53 block_t nat_blocks;
81 block_t sit_base_addr; /* start block address of SIT area */
82 block_t sit_blocks; /* # of blocks used by SIT area */
83 block_t written_valid_blocks; /* # of valid blocks in main area */
112 block_t seg0_blkaddr;
113 block_t main_blkaddr;
114 block_t ssa_blkaddr;
156 block_t data_blkaddr;
157 block_t node_blkaddr;
[all …]
Dresize.c170 block_t from, to; in migrate_main()
210 block_t new_sum_blk_addr) in move_ssa()
237 block_t old_sum_blkaddr = get_sb(ssa_blkaddr); in migrate_ssa()
238 block_t new_sum_blkaddr = get_newsb(ssa_blkaddr); in migrate_ssa()
239 block_t end_sum_blkaddr = get_newsb(main_blkaddr); in migrate_ssa()
240 block_t expand_sum_blkaddr = new_sum_blkaddr + in migrate_ssa()
242 block_t blkaddr; in migrate_ssa()
280 block_t old_nat_blkaddr = get_sb(nat_blkaddr); in shrink_nats()
328 block_t old_nat_blkaddr = get_sb(nat_blkaddr); in migrate_nat()
329 block_t new_nat_blkaddr = get_newsb(nat_blkaddr); in migrate_nat()
[all …]
Dfsck.h169 extern void update_sum_entry(struct f2fs_sb_info *, block_t,
192 extern void update_data_blkaddr(struct f2fs_sb_info *, nid_t, u16, block_t);
193 extern void update_nat_blkaddr(struct f2fs_sb_info *, nid_t, nid_t, block_t);
237 void reserve_new_block(struct f2fs_sb_info *, block_t *,
244 block_t new_node_block(struct f2fs_sb_info *,
262 const unsigned char *, int, nid_t, int, block_t, int);
Dsegment.c27 void reserve_new_block(struct f2fs_sb_info *sbi, block_t *to, in reserve_new_block()
60 *to = (block_t)blkaddr; in reserve_new_block()
104 block_t blkaddr; in f2fs_read()
186 block_t blkaddr; in f2fs_write()
Dnode.c58 block_t new_node_block(struct f2fs_sb_info *sbi, in new_node_block()
66 block_t blkaddr = NULL_ADDR; in new_node_block()
189 block_t nblk[4]; in get_dnode_of_data()
Dmount.c772 void *validate_checkpoint(struct f2fs_sb_info *sbi, block_t cp_addr, in validate_checkpoint()
930 block_t user_block_count; in sanity_check_ckpt()
1036 block_t start_blk; in f2fs_init_nid_bitmap()
1077 block_t addr; in f2fs_init_nid_bitmap()
1129 block_t blkaddr; in write_nat_bits()
1203 block_t blkaddr; in check_nat_bits()
1402 block_t start; in read_compacted_summaries()
1457 block_t addr; in restore_node_summary()
1483 block_t blk_addr = 0; in read_normal_summaries()
1516 void update_sum_entry(struct f2fs_sb_info *sbi, block_t blk_addr, in update_sum_entry()
[all …]
Ddir.c221 int file_type, block_t p_blkaddr, int inc_link) in f2fs_add_link()
339 block_t blkaddr = NULL_ADDR; in make_empty_dir()
379 block_t blkaddr = NULL_ADDR; in page_symlink()
482 block_t p_blkaddr) in convert_inline_dentry()
582 block_t blkaddr = NULL_ADDR; in f2fs_create()
Dnode.h39 static inline block_t datablock_addr(struct f2fs_node *node_page, in datablock_addr()
Dxattr.c75 block_t blkaddr; in write_all_xattrs()
Dfsck.c576 block_t blkaddr, int last) in check_extent_info()
821 block_t blkaddr = le32_to_cpu(node_blk->i.i_addr[ofs + idx]); in fsck_chk_inode_blk()
1057 block_t blkaddr = le32_to_cpu(node_blk->dn.addr[idx]); in fsck_chk_dnode_blk()
1661 block_t start_blk, orphan_blkaddr, i, j; in fsck_chk_orphan_node()
2027 block_t orphan_blks = 0; in fix_checkpoint()
2028 block_t cp_blocks; in fix_checkpoint()
2383 block_t addr = le32_to_cpu(node->i.i_addr[ofs + i]); in fsck_failed_reconnect_file()
/external/clang/test/Index/
Dcomplete-blocks.m3 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/
Darc-block-copy-escape.m3 typedef void (^block_t)(void);
4 void use_block(block_t);
10 block_t block = ^{ use_int(i); };
/external/clang/test/SemaObjC/
Dwarn-retain-cycle.m134 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/clang/test/FixIt/
Dformat.m61 typedef void (^block_t)(void);
62 void test_block_correction (block_t x) {
63 …g(@"%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'block_t'}}
64 …"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'block_t'}}
65 …%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'block_t'}}
/external/spirv-llvm/test/SPIRV/
Dglobal_block.ll3 ;; typedef int (^block_t)(int);
4 ;; constant block_t b1 = ^(int i) { return i + 1; };
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_truncate_node/
Dformat12 field:block_t blk_addr; offset:28; size:4; signed:0;
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_truncate_nodes_enter/
Dformat12 field:block_t blk_addr; offset:28; size:4; signed:0;
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_submit_write_page/
Dformat13 field:block_t block; offset:40; size:4; signed:0;
/external/f2fs-tools/mkfs/
Df2fs_format.c1384 static block_t f2fs_add_default_dentry_lpf(void) in f2fs_add_default_dentry_lpf()
1431 block_t data_blk_nor; in f2fs_write_lpf_inode()
/external/f2fs-tools/include/
Df2fs_fs.h73 typedef u32 block_t; typedef