/external/e2fsprogs/lib/ext2fs/ |
D | blknum.c | 19 dgrp_t ext2fs_group_of_blk2(ext2_filsys fs, blk64_t blk) in ext2fs_group_of_blk2() 28 blk64_t ext2fs_group_first_block2(ext2_filsys fs, dgrp_t group) in ext2fs_group_first_block2() 37 blk64_t ext2fs_group_last_block2(ext2_filsys fs, dgrp_t group) in ext2fs_group_last_block2() 48 int ext2fs_group_blocks_count(ext2_filsys fs, dgrp_t group) in ext2fs_group_blocks_count() 67 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() 185 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 blk64_t ext2fs_block_bitmap_loc(ext2_filsys fs, dgrp_t group) in ext2fs_block_bitmap_loc() 218 void ext2fs_block_bitmap_loc_set(ext2_filsys fs, dgrp_t group, blk64_t blk) in ext2fs_block_bitmap_loc_set() [all …]
|
D | alloc_stats.c | 17 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()
|
D | alloc.c | 31 static void check_block_uninit(ext2_filsys fs, ext2fs_block_bitmap map, in check_block_uninit() 80 static void check_inode_uninit(ext2_filsys fs, ext2fs_inode_bitmap map, in check_inode_uninit() 107 errcode_t ext2fs_new_inode(ext2_filsys fs, ext2_ino_t dir, in ext2fs_new_inode() 166 errcode_t ext2fs_new_block2(ext2_filsys fs, blk64_t goal, in ext2fs_new_block2() 205 errcode_t ext2fs_new_block(ext2_filsys fs, blk_t goal, in ext2fs_new_block() 220 errcode_t ext2fs_alloc_block2(ext2_filsys fs, blk64_t goal, in ext2fs_alloc_block2() 264 errcode_t ext2fs_alloc_block(ext2_filsys fs, blk_t goal, in ext2fs_alloc_block() 275 errcode_t ext2fs_get_free_blocks2(ext2_filsys fs, blk64_t start, blk64_t finish, in ext2fs_get_free_blocks2() 308 errcode_t ext2fs_get_free_blocks(ext2_filsys fs, blk_t start, blk_t finish, in ext2fs_get_free_blocks() 319 void ext2fs_set_alloc_block_callback(ext2_filsys fs, in ext2fs_set_alloc_block_callback() [all …]
|
D | rw_bitmaps.c | 30 static errcode_t write_bitmaps(ext2_filsys fs, int do_inode, int do_block) in write_bitmaps() 147 static errcode_t read_bitmaps(ext2_filsys fs, int do_inode, int do_block) in read_bitmaps() 319 errcode_t ext2fs_read_inode_bitmap(ext2_filsys fs) in ext2fs_read_inode_bitmap() 324 errcode_t ext2fs_read_block_bitmap(ext2_filsys fs) in ext2fs_read_block_bitmap() 329 errcode_t ext2fs_write_inode_bitmap(ext2_filsys fs) in ext2fs_write_inode_bitmap() 334 errcode_t ext2fs_write_block_bitmap (ext2_filsys fs) in ext2fs_write_block_bitmap() 339 errcode_t ext2fs_read_bitmaps(ext2_filsys fs) in ext2fs_read_bitmaps() 347 errcode_t ext2fs_write_bitmaps(ext2_filsys fs) in ext2fs_write_bitmaps()
|
D | mmp.c | 33 errcode_t ext2fs_mmp_read(ext2_filsys fs, blk64_t mmp_blk, void *buf) in ext2fs_mmp_read() 93 errcode_t ext2fs_mmp_write(ext2_filsys fs, blk64_t mmp_blk, void *buf) in ext2fs_mmp_write() 149 static errcode_t ext2fs_mmp_reset(ext2_filsys fs) in ext2fs_mmp_reset() 183 errcode_t ext2fs_mmp_clear(ext2_filsys fs) in ext2fs_mmp_clear() 195 errcode_t ext2fs_mmp_init(ext2_filsys fs) in ext2fs_mmp_init() 230 errcode_t ext2fs_mmp_start(ext2_filsys fs) in ext2fs_mmp_start() 329 errcode_t ext2fs_mmp_stop(ext2_filsys fs) in ext2fs_mmp_stop() 367 errcode_t ext2fs_mmp_update(ext2_filsys fs) in ext2fs_mmp_update()
|
D | closefs.c | 35 int ext2fs_bg_has_super(ext2_filsys fs, dgrp_t group) in ext2fs_bg_has_super() 63 errcode_t ext2fs_super_and_bgd_loc2(ext2_filsys fs, in ext2fs_super_and_bgd_loc2() 137 int ext2fs_super_and_bgd_loc(ext2_filsys fs, in ext2fs_super_and_bgd_loc() 184 static errcode_t write_primary_superblock(ext2_filsys fs, in write_primary_superblock() 231 void ext2fs_update_dynamic_rev(ext2_filsys fs) in ext2fs_update_dynamic_rev() 245 static errcode_t write_backup_super(ext2_filsys fs, dgrp_t group, in write_backup_super() 263 errcode_t ext2fs_flush(ext2_filsys fs) in ext2fs_flush() 268 errcode_t ext2fs_flush2(ext2_filsys fs, int flags) in ext2fs_flush2() 431 errcode_t ext2fs_close(ext2_filsys fs) in ext2fs_close() 436 errcode_t ext2fs_close2(ext2_filsys fs, int flags) in ext2fs_close2()
|
D | dirblock.c | 22 errcode_t ext2fs_read_dir_block3(ext2_filsys fs, blk64_t block, in ext2fs_read_dir_block3() 61 errcode_t ext2fs_read_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block2() 67 errcode_t ext2fs_read_dir_block(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block() 74 errcode_t ext2fs_write_dir_block3(ext2_filsys fs, blk64_t block, in ext2fs_write_dir_block3() 115 errcode_t ext2fs_write_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block2() 121 errcode_t ext2fs_write_dir_block(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block()
|
D | read_bb_file.c | 32 errcode_t ext2fs_read_bb_FILE2(ext2_filsys fs, FILE *f, in ext2fs_read_bb_FILE2() 35 void (*invalid)(ext2_filsys fs, in ext2fs_read_bb_FILE2() 81 static void call_compat_invalid(ext2_filsys fs, blk_t blk, in call_compat_invalid() 96 errcode_t ext2fs_read_bb_FILE(ext2_filsys fs, FILE *f, in ext2fs_read_bb_FILE() 98 void (*invalid)(ext2_filsys fs, blk_t blk)) in ext2fs_read_bb_FILE()
|
D | ext_attr.c | 63 errcode_t ext2fs_read_ext_attr2(ext2_filsys fs, blk64_t block, void *buf) in ext2fs_read_ext_attr2() 76 errcode_t ext2fs_read_ext_attr(ext2_filsys fs, blk_t block, void *buf) in ext2fs_read_ext_attr() 81 errcode_t ext2fs_write_ext_attr2(ext2_filsys fs, blk64_t block, void *inbuf) in ext2fs_write_ext_attr2() 105 errcode_t ext2fs_write_ext_attr(ext2_filsys fs, blk_t block, void *inbuf) in ext2fs_write_ext_attr() 113 errcode_t ext2fs_adjust_ea_refcount2(ext2_filsys fs, blk64_t blk, in ext2fs_adjust_ea_refcount2() 151 errcode_t ext2fs_adjust_ea_refcount(ext2_filsys fs, blk_t blk, in ext2fs_adjust_ea_refcount()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | persistence.hpp | 434 Ptr<CvFileStorage> fs; //!< the underlying C FileStorage structure member in cv::FileStorage 570 const CvFileStorage* fs; member in cv::FileNode 643 const CvFileStorage* fs; member in cv::FileNodeIterator 753 FileStorage* fs; member in cv::internal::WriteStructContext 767 FileStorage* fs; member in cv::internal::VecWriterProxy 781 FileStorage* fs; member in cv::internal::VecWriterProxy 826 void write(FileStorage& fs, const _Tp& value) in write() 832 void write( FileStorage& fs, const int& value ) in write() 838 void write( FileStorage& fs, const float& value ) in write() 844 void write( FileStorage& fs, const double& value ) in write() [all …]
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/ |
D | string.pass.cpp | 25 std::ofstream fs(temp); in main() local 29 std::ifstream fs(temp); in main() local 36 std::wofstream fs(temp); in main() local 40 std::wifstream fs(temp); in main() local
|
D | pointer.pass.cpp | 25 std::ofstream fs(temp.c_str()); in main() local 29 std::ifstream fs(temp.c_str()); in main() local 36 std::wofstream fs(temp.c_str()); in main() local 40 std::wifstream fs(temp.c_str()); in main() local
|
D | move.pass.cpp | 27 std::ofstream fs = move(fso); in main() local 31 std::ifstream fs(temp.c_str()); in main() local 39 std::wofstream fs = move(fso); in main() local 43 std::wifstream fs(temp.c_str()); in main() local
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 979 FPURegister fs, in GenInstrRegister() 992 FPURegister fs, in GenInstrRegister() 1005 FPURegister fs, in GenInstrRegister() 1018 FPUControlRegister fs, in GenInstrRegister() 2174 void Assembler::mtc1(Register rt, FPURegister fs) { in mtc1() 2179 void Assembler::mthc1(Register rt, FPURegister fs) { in mthc1() 2184 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() 2189 void Assembler::mfhc1(Register rt, FPURegister fs) { in mfhc1() 2194 void Assembler::ctc1(Register rt, FPUControlRegister fs) { in ctc1() 2199 void Assembler::cfc1(Register rt, FPUControlRegister fs) { in cfc1() [all …]
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/ |
D | string.pass.cpp | 23 std::ifstream fs(std::string("test.dat")); in main() local 29 std::ifstream fs(std::string("test.dat"), std::ios_base::out); in main() local 35 std::wifstream fs(std::string("test.dat")); in main() local 41 std::wifstream fs(std::string("test.dat"), std::ios_base::out); in main() local
|
D | pointer.pass.cpp | 23 std::ifstream fs("test.dat"); in main() local 29 std::ifstream fs("test.dat", std::ios_base::out); in main() local 35 std::wifstream fs("test.dat"); in main() local 41 std::wifstream fs("test.dat", std::ios_base::out); in main() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_feedback.c | 121 struct feedback_stage *fs = feedback_stage(stage); in feedback_tri() local 134 struct feedback_stage *fs = feedback_stage(stage); in feedback_line() local 151 struct feedback_stage *fs = feedback_stage(stage); in feedback_point() local 168 struct feedback_stage *fs = feedback_stage(stage); in feedback_reset_stipple_counter() local 185 struct feedback_stage *fs = ST_CALLOC_STRUCT(feedback_stage); in draw_glfeedback_stage() local 209 struct feedback_stage *fs = feedback_stage(stage); in select_tri() local 218 struct feedback_stage *fs = feedback_stage(stage); in select_line() local 227 struct feedback_stage *fs = feedback_stage(stage); in select_point() local 258 struct feedback_stage *fs = ST_CALLOC_STRUCT(feedback_stage); in draw_glselect_stage() local
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/ |
D | move_assign.pass.cpp | 27 std::ofstream fs; in main() local 32 std::ifstream fs(temp.c_str()); in main() local 40 std::wofstream fs; in main() local 45 std::wifstream fs(temp.c_str()); in main() local
|
D | member_swap.pass.cpp | 35 std::ifstream fs(temp1.c_str()); in main() local 44 std::ifstream fs(temp2.c_str()); in main() local 62 std::wifstream fs(temp1.c_str()); in main() local 71 std::wifstream fs(temp2.c_str()); in main() local
|
D | nonmember_swap.pass.cpp | 36 std::ifstream fs(temp1.c_str()); in main() local 45 std::ifstream fs(temp2.c_str()); in main() local 63 std::wifstream fs(temp1.c_str()); in main() local 72 std::wifstream fs(temp2.c_str()); in main() local
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/ |
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
|
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
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 245 static void icvPuts( CvFileStorage* fs, const char* str ) in icvPuts() 259 static char* icvGets( CvFileStorage* fs, char* str, int maxCount ) in icvGets() 289 static int icvEof( CvFileStorage* fs ) in icvEof() 302 static void icvCloseFile( CvFileStorage* fs ) in icvCloseFile() 317 static void icvRewind( CvFileStorage* fs ) in icvRewind() 334 #define CV_IS_FILE_STORAGE(fs) ((fs) != 0 && (fs)->flags == CV_FILE_STORAGE) argument 336 #define CV_CHECK_FILE_STORAGE(fs) \ argument 343 #define CV_CHECK_OUTPUT_FILE_STORAGE(fs) \ argument 392 icvParseError( CvFileStorage* fs, const char* func_name, in icvParseError() 402 icvFSCreateCollection( CvFileStorage* fs, int tag, CvFileNode* collection ) in icvFSCreateCollection() [all …]
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 59 #define IS_BLOCK_BM(fs, i, blk) ((blk) == ext2fs_block_bitmap_loc((fs),(i))) argument 60 #define IS_INODE_BM(fs, i, blk) ((blk) == ext2fs_inode_bitmap_loc((fs),(i))) argument 62 #define IS_INODE_TB(fs, i, blk) (((blk) >= ext2fs_inode_table_loc((fs), (i))) && \ argument 80 errcode_t resize_fs(ext2_filsys fs, blk64_t *new_size, int flags, in resize_fs() 226 static void fix_uninit_block_bitmaps(ext2_filsys fs) in fix_uninit_block_bitmaps() 273 static void free_gdp_blocks(ext2_filsys fs, in free_gdp_blocks() 313 errcode_t adjust_fs_info(ext2_filsys fs, ext2_filsys old_fs, in adjust_fs_info() 617 ext2_filsys fs; in adjust_superblock() local 741 static errcode_t mark_table_blocks(ext2_filsys fs, in mark_table_blocks() 784 ext2_filsys fs = rfs->new_fs; in mark_fs_metablock() local [all …]
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 163 #define CV_IS_FILE_STORAGE(fs) ((fs) != 0 && (fs)->flags == CV_FILE_STORAGE) argument 165 #define CV_CHECK_FILE_STORAGE(fs) \ argument 172 #define CV_CHECK_OUTPUT_FILE_STORAGE(fs) \ argument 237 icvParseError( CvFileStorage* fs, const char* func_name, in icvParseError() 247 icvFSCreateCollection( CvFileStorage* fs, int tag, CvFileNode* collection ) in icvFSCreateCollection() 311 icvFSDoResize( CvFileStorage* fs, char* ptr, int len ) in icvFSDoResize() 335 inline char* icvFSResizeWriteBuffer( CvFileStorage* fs, char* ptr, int len ) in icvFSResizeWriteBuffer() 342 icvFSFlush( CvFileStorage* fs ) in icvFSFlush() 383 CvFileStorage* fs = *p_fs; in cvReleaseFileStorage() local 422 cvGetHashedKey( CvFileStorage* fs, const char* str, int len, int create_missing ) in cvGetHashedKey() [all …]
|