/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_fs.c | 30 void init_ffsb_fs(ffsb_fs_t * fs, char *basedir, uint32_t num_data_dirs, in init_ffsb_fs() 47 void destroy_ffsb_fs(ffsb_fs_t * fs) in destroy_ffsb_fs() 83 static void add_files(ffsb_fs_t * fs, struct benchfiles *bf, int num, in add_files() 164 ffsb_fs_t *fs = (ffsb_fs_t *) data; in construct_ffsb_fs() local 187 ffsb_fs_t *fs = (ffsb_fs_t *) fs_ptr; in verify_file() local 229 static ffsb_fs_t *check_existing_fileset(ffsb_fs_t * fs) in check_existing_fileset() 310 static ffsb_fs_t *construct_new_fileset(ffsb_fs_t * fs) in construct_new_fileset() 365 ffsb_fs_t *fs; member 380 static void age_fs(ffsb_fs_t * fs, double utilization) in age_fs() 417 void fs_set_create_blocksize(ffsb_fs_t * fs, uint32_t blocksize) in fs_set_create_blocksize() [all …]
|
D | fh.c | 51 ffsb_thread_t * ft, ffsb_fs_t * fs, syscall_t sys) in do_stats() 70 ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopenhelper() 96 int fhopenread(char *filename, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopenread() 106 int fhopenappend(char *filename, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopenappend() 116 int fhopenwrite(char *filename, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopenwrite() 126 int fhopencreate(char *filename, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopencreate() 137 ffsb_fs_t * fs) in fhread() 163 ffsb_fs_t * fs) in fhwrite() 190 ffsb_fs_t * fs) in fhseek() 224 void fhclose(int fd, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhclose() [all …]
|
/external/syslinux/com32/lua/src/ |
D | lcode.c | 37 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil() 59 int luaK_jump (FuncState *fs) { in luaK_jump() 69 void luaK_ret (FuncState *fs, int first, int nret) { in luaK_ret() 74 static int condjump (FuncState *fs, OpCode op, int A, int B, int C) { in condjump() 80 static void fixjump (FuncState *fs, int pc, int dest) { in fixjump() 94 int luaK_getlabel (FuncState *fs) { in luaK_getlabel() 100 static int getjump (FuncState *fs, int pc) { in getjump() 109 static Instruction *getjumpcontrol (FuncState *fs, int pc) { in getjumpcontrol() 122 static int need_value (FuncState *fs, int list) { in need_value() 131 static int patchtestreg (FuncState *fs, int node, int reg) { in patchtestreg() [all …]
|
D | lparser.c | 83 static l_noret errorlimit (FuncState *fs, int limit, const char *what) { in errorlimit() 96 static void checklimit (FuncState *fs, int v, int l, const char *what) { in checklimit() 166 FuncState *fs = ls->fs; in registerlocalvar() local 179 FuncState *fs = ls->fs; in new_localvar() local 198 static LocVar *getlocvar (FuncState *fs, int i) { in getlocvar() 206 FuncState *fs = ls->fs; in adjustlocalvars() local 214 static void removevars (FuncState *fs, int tolevel) { in removevars() 221 static int searchupvalue (FuncState *fs, TString *name) { in searchupvalue() 231 static int newupvalue (FuncState *fs, TString *name, expdesc *v) { in newupvalue() 246 static int searchvar (FuncState *fs, TString *n) { in searchvar() [all …]
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/ |
D | pointer.pass.cpp | 25 std::ofstream fs(temp.c_str()); in main() local 29 std::ifstream fs(temp.c_str()); in main() local 35 std::ifstream fs(temp.c_str(), std::ios_base::out); in main() local 42 std::wofstream fs(temp.c_str()); in main() local 46 std::wifstream fs(temp.c_str()); in main() local 52 std::wifstream fs(temp.c_str(), std::ios_base::out); in main() local
|
D | string.pass.cpp | 25 std::ofstream fs(temp); in main() local 29 std::ifstream fs(temp); in main() local 35 std::ifstream fs(temp, std::ios_base::out); in main() local 42 std::wofstream fs(temp); in main() local 46 std::wifstream fs(temp); in main() local 52 std::wifstream fs(temp, std::ios_base::out); in main() local
|
D | move.pass.cpp | 28 std::ofstream fs = move(fso); in main() local 32 std::ifstream fs(temp.c_str()); in main() local 40 std::wofstream fs = move(fso); in main() local 44 std::wifstream fs(temp.c_str()); in main() local
|
/external/libcxx/test/libcxx/input.output/file.streams/fstreams/ofstream.cons/ |
D | wchar_pointer.pass.cpp | 26 std::ofstream fs(temp.c_str()); in main() local 30 std::ifstream fs(temp.c_str()); in main() local 36 std::ifstream fs(temp.c_str(), std::ios_base::out); in main() local 43 std::wofstream fs(temp.c_str()); in main() local 47 std::wifstream fs(temp.c_str()); in main() local 53 std::wifstream fs(temp.c_str(), std::ios_base::out); in main() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | blknum.c | 20 dgrp_t ext2fs_group_of_blk2(ext2_filsys fs, blk64_t blk) in ext2fs_group_of_blk2() 29 blk64_t ext2fs_group_first_block2(ext2_filsys fs, dgrp_t group) in ext2fs_group_first_block2() 38 blk64_t ext2fs_group_last_block2(ext2_filsys fs, dgrp_t group) in ext2fs_group_last_block2() 49 int ext2fs_group_blocks_count(ext2_filsys fs, dgrp_t group) in ext2fs_group_blocks_count() 68 blk64_t ext2fs_inode_data_blocks2(ext2_filsys fs, in ext2fs_inode_data_blocks2() 80 blk64_t ext2fs_inode_i_blocks(ext2_filsys fs, in ext2fs_inode_i_blocks() 184 struct ext2_group_desc *ext2fs_group_desc(ext2_filsys fs, in ext2fs_group_desc() 194 static struct ext4_group_desc *ext4fs_group_desc(ext2_filsys fs, in ext4fs_group_desc() 204 __u32 ext2fs_block_bitmap_checksum(ext2_filsys fs, dgrp_t group) in ext2fs_block_bitmap_checksum() 219 blk64_t ext2fs_block_bitmap_loc(ext2_filsys fs, dgrp_t group) in ext2fs_block_bitmap_loc() [all …]
|
D | alloc_stats.c | 18 void ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino, in ext2fs_inode_alloc_stats2() 56 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse) in ext2fs_inode_alloc_stats() 61 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_t blk, int inuse) in ext2fs_block_alloc_stats2() 88 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse) in ext2fs_block_alloc_stats() 93 void ext2fs_set_block_alloc_stats_callback(ext2_filsys fs, in ext2fs_set_block_alloc_stats_callback() 94 void (*func)(ext2_filsys fs, in ext2fs_set_block_alloc_stats_callback() 97 void (**old)(ext2_filsys fs, in ext2fs_set_block_alloc_stats_callback() 109 void ext2fs_block_alloc_stats_range(ext2_filsys fs, blk64_t blk, in ext2fs_block_alloc_stats_range() 152 void ext2fs_set_block_alloc_stats_range_callback(ext2_filsys fs, in ext2fs_set_block_alloc_stats_range_callback() 153 void (*func)(ext2_filsys fs, blk64_t blk, in ext2fs_set_block_alloc_stats_range_callback() [all …]
|
D | rw_bitmaps.c | 31 static errcode_t write_bitmaps(ext2_filsys fs, int do_inode, int do_block) in write_bitmaps() 159 static errcode_t mark_uninit_bg_group_blocks(ext2_filsys fs) in mark_uninit_bg_group_blocks() 196 static errcode_t read_bitmaps(ext2_filsys fs, int do_inode, int do_block) in read_bitmaps() 393 errcode_t ext2fs_read_inode_bitmap(ext2_filsys fs) in ext2fs_read_inode_bitmap() 398 errcode_t ext2fs_read_block_bitmap(ext2_filsys fs) in ext2fs_read_block_bitmap() 403 errcode_t ext2fs_write_inode_bitmap(ext2_filsys fs) in ext2fs_write_inode_bitmap() 408 errcode_t ext2fs_write_block_bitmap (ext2_filsys fs) in ext2fs_write_block_bitmap() 413 errcode_t ext2fs_read_bitmaps(ext2_filsys fs) in ext2fs_read_bitmaps() 421 errcode_t ext2fs_write_bitmaps(ext2_filsys fs) in ext2fs_write_bitmaps()
|
D | dirblock.c | 23 errcode_t ext2fs_read_dir_block4(ext2_filsys fs, blk64_t block, in ext2fs_read_dir_block4() 47 errcode_t ext2fs_read_dir_block3(ext2_filsys fs, blk64_t block, in ext2fs_read_dir_block3() 53 errcode_t ext2fs_read_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block2() 59 errcode_t ext2fs_read_dir_block(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block() 66 errcode_t ext2fs_write_dir_block4(ext2_filsys fs, blk64_t block, in ext2fs_write_dir_block4() 96 errcode_t ext2fs_write_dir_block3(ext2_filsys fs, blk64_t block, in ext2fs_write_dir_block3() 102 errcode_t ext2fs_write_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block2() 108 errcode_t ext2fs_write_dir_block(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block()
|
D | alloc.c | 42 void ext2fs_clear_block_uninit(ext2_filsys fs, dgrp_t group) in ext2fs_clear_block_uninit() 60 static void check_inode_uninit(ext2_filsys fs, ext2fs_inode_bitmap map, in check_inode_uninit() 88 errcode_t ext2fs_new_inode(ext2_filsys fs, ext2_ino_t dir, in ext2fs_new_inode() 147 errcode_t ext2fs_new_block3(ext2_filsys fs, blk64_t goal, in ext2fs_new_block3() 204 errcode_t ext2fs_new_block2(ext2_filsys fs, blk64_t goal, in ext2fs_new_block2() 210 errcode_t ext2fs_new_block(ext2_filsys fs, blk_t goal, in ext2fs_new_block() 225 errcode_t ext2fs_alloc_block3(ext2_filsys fs, blk64_t goal, char *block_buf, in ext2fs_alloc_block3() 266 errcode_t ext2fs_alloc_block2(ext2_filsys fs, blk64_t goal, in ext2fs_alloc_block2() 272 errcode_t ext2fs_alloc_block(ext2_filsys fs, blk_t goal, in ext2fs_alloc_block() 283 errcode_t ext2fs_get_free_blocks2(ext2_filsys fs, blk64_t start, blk64_t finish, in ext2fs_get_free_blocks2() [all …]
|
D | mmp.c | 42 errcode_t ext2fs_mmp_read(ext2_filsys fs, blk64_t mmp_blk, void *buf) in ext2fs_mmp_read() 111 errcode_t ext2fs_mmp_write(ext2_filsys fs, blk64_t mmp_blk, void *buf) in ext2fs_mmp_write() 180 static errcode_t ext2fs_mmp_reset(ext2_filsys fs) in ext2fs_mmp_reset() 215 errcode_t ext2fs_mmp_update(ext2_filsys fs) in ext2fs_mmp_update() 220 errcode_t ext2fs_mmp_clear(ext2_filsys fs) in ext2fs_mmp_clear() 236 errcode_t ext2fs_mmp_init(ext2_filsys fs) in ext2fs_mmp_init() 275 errcode_t ext2fs_mmp_start(ext2_filsys fs) in ext2fs_mmp_start() 378 errcode_t ext2fs_mmp_stop(ext2_filsys fs) in ext2fs_mmp_stop() 424 errcode_t ext2fs_mmp_update2(ext2_filsys fs, int immediately) in ext2fs_mmp_update2()
|
D | csum.c | 33 void ext2fs_init_csum_seed(ext2_filsys fs) in ext2fs_init_csum_seed() 42 static __u32 ext2fs_mmp_csum(ext2_filsys fs, struct mmp_struct *mmp) in ext2fs_mmp_csum() 49 int ext2fs_mmp_csum_verify(ext2_filsys fs, struct mmp_struct *mmp) in ext2fs_mmp_csum_verify() 61 errcode_t ext2fs_mmp_csum_set(ext2_filsys fs, struct mmp_struct *mmp) in ext2fs_mmp_csum_set() 74 int ext2fs_verify_csum_type(ext2_filsys fs, struct ext2_super_block *sb) in ext2fs_verify_csum_type() 91 int ext2fs_superblock_csum_verify(ext2_filsys fs, struct ext2_super_block *sb) in ext2fs_superblock_csum_verify() 109 errcode_t ext2fs_superblock_csum_set(ext2_filsys fs, in ext2fs_superblock_csum_set() 128 static errcode_t ext2fs_ext_attr_block_csum(ext2_filsys fs, in ext2fs_ext_attr_block_csum() 147 int ext2fs_ext_attr_block_csum_verify(ext2_filsys fs, ext2_ino_t inum, in ext2fs_ext_attr_block_csum_verify() 164 errcode_t ext2fs_ext_attr_block_csum_set(ext2_filsys fs, ext2_ino_t inum, in ext2fs_ext_attr_block_csum_set() [all …]
|
D | closefs.c | 36 int ext2fs_bg_has_super(ext2_filsys fs, dgrp_t group) in ext2fs_bg_has_super() 71 errcode_t ext2fs_super_and_bgd_loc2(ext2_filsys fs, in ext2fs_super_and_bgd_loc2() 145 int ext2fs_super_and_bgd_loc(ext2_filsys fs, in ext2fs_super_and_bgd_loc() 192 static errcode_t write_primary_superblock(ext2_filsys fs, in write_primary_superblock() 239 void ext2fs_update_dynamic_rev(ext2_filsys fs) in ext2fs_update_dynamic_rev() 253 static errcode_t write_backup_super(ext2_filsys fs, dgrp_t group, in write_backup_super() 275 errcode_t ext2fs_flush(ext2_filsys fs) in ext2fs_flush() 280 errcode_t ext2fs_flush2(ext2_filsys fs, int flags) in ext2fs_flush2() 456 ext2_filsys fs = *fs_ptr; in ext2fs_close_free() local 465 errcode_t ext2fs_close(ext2_filsys fs) in ext2fs_close() [all …]
|
D | read_bb_file.c | 33 errcode_t ext2fs_read_bb_FILE2(ext2_filsys fs, FILE *f, in ext2fs_read_bb_FILE2() 36 void (*invalid)(ext2_filsys fs, in ext2fs_read_bb_FILE2() 82 static void call_compat_invalid(ext2_filsys fs, blk_t blk, in call_compat_invalid() 97 errcode_t ext2fs_read_bb_FILE(ext2_filsys fs, FILE *f, in ext2fs_read_bb_FILE() 99 void (*invalid)(ext2_filsys fs, blk_t blk)) in ext2fs_read_bb_FILE()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_file_system_test.cc | 49 GcsFileSystem fs(std::unique_ptr<AuthProvider>(new FakeAuthProvider), in TEST() local 90 GcsFileSystem fs(std::unique_ptr<AuthProvider>(new FakeAuthProvider), in TEST() local 142 GcsFileSystem fs( in TEST() local 216 GcsFileSystem fs( in TEST() local 257 GcsFileSystem fs( in TEST() local 299 GcsFileSystem fs( in TEST() local 342 GcsFileSystem fs(std::unique_ptr<AuthProvider>(new FakeAuthProvider), in TEST() local 417 GcsFileSystem fs(std::unique_ptr<AuthProvider>(new FakeAuthProvider), in TEST() local 472 GcsFileSystem fs( in TEST() local 557 GcsFileSystem fs(std::unique_ptr<AuthProvider>(new FakeAuthProvider), in TEST() local [all …]
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/ |
D | open_string.pass.cpp | 25 std::ofstream fs; in main() local 35 std::ifstream fs(temp.c_str()); in main() local 42 std::wofstream fs; in main() local 52 std::wifstream fs(temp.c_str()); in main() local
|
D | open_pointer.pass.cpp | 25 std::ofstream fs; in main() local 35 std::ifstream fs(temp.c_str()); in main() local 42 std::wofstream fs; in main() local 52 std::wifstream fs(temp.c_str()); in main() local
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/ |
D | move_assign.pass.cpp | 28 std::ofstream fs; in main() local 33 std::ifstream fs(temp.c_str()); in main() local 41 std::wofstream fs; in main() local 46 std::wifstream fs(temp.c_str()); in main() local
|
D | member_swap.pass.cpp | 55 std::ifstream fs(temp1.c_str()); in main() local 64 std::ifstream fs(temp2.c_str()); in main() local 82 std::wifstream fs(temp1.c_str()); in main() local 91 std::wifstream fs(temp2.c_str()); in main() local
|
D | nonmember_swap.pass.cpp | 56 std::ifstream fs(temp1.c_str()); in main() local 65 std::ifstream fs(temp2.c_str()); in main() local 83 std::wifstream fs(temp1.c_str()); in main() local 92 std::wifstream fs(temp2.c_str()); in main() local
|
/external/libcxx/test/libcxx/input.output/file.streams/fstreams/ofstream.members/ |
D | open_wchar_pointer.pass.cpp | 26 std::ofstream fs; in main() local 36 std::ifstream fs(temp.c_str()); in main() local 43 std::wofstream fs; in main() local 53 std::wifstream fs(temp.c_str()); in main() local
|
/external/e2fsprogs/contrib/android/ |
D | basefs_allocator.c | 16 static void fs_free_blocks_range(ext2_filsys fs, struct block_range *blocks) in fs_free_blocks_range() 25 static void fs_reserve_blocks_range(ext2_filsys fs, struct block_range *blocks) in fs_reserve_blocks_range() 34 errcode_t base_fs_alloc_load(ext2_filsys fs, const char *file, in base_fs_alloc_load() 71 static errcode_t basefs_block_allocator(ext2_filsys fs, blk64_t goal, in basefs_block_allocator() 97 void base_fs_alloc_cleanup(ext2_filsys fs) in base_fs_alloc_cleanup() 115 errcode_t base_fs_alloc_set_target(ext2_filsys fs, const char *target_path, in base_fs_alloc_set_target() 132 errcode_t base_fs_alloc_unset_target(ext2_filsys fs, in base_fs_alloc_unset_target()
|