Searched refs:fs (Results 176 - 200 of 927) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/mips32/
H A DMoveIns.stdout.exp2 mfc1 $t1, $f0 :: fs 4.676074, rt 0x4095a266
3 mfc1 $t2, $f1 :: fs 272008302207532160516096.000000, rt 0x66666666
4 mfc1 $t3, $f2 :: fs -1.875000, rt 0xbff00000
5 mfc1 $t4, $f3 :: fs 0.000000, rt 0x0
6 mfc1 $t5, $f4 :: fs 1.875000, rt 0x3ff00000
7 mfc1 $t6, $f5 :: fs 0.000000, rt 0x0
8 mfc1 $t7, $f6 :: fs 0.000000, rt 0x252a2e2b
9 mfc1 $v0, $f7 :: fs 0.000000, rt 0x262d2d2a
10 mfc1 $v1, $f8 :: fs nan, rt 0xffffffff
11 mfc1 $s0, $f9 :: fs na
[all...]
/external/e2fsprogs/e2fsck/
H A Dpass4.c30 ext2_filsys fs = ctx->fs; local
35 if (EXT2_INODE_SIZE(fs->super) > EXT2_GOOD_OLD_INODE_SIZE) {
36 e2fsck_read_inode_full(ctx, i, inode,EXT2_INODE_SIZE(fs->super),
46 if (EXT2_INODE_SIZE(fs->super) -EXT2_GOOD_OLD_INODE_SIZE -extra_size >0)
64 ext2fs_inode_alloc_stats2(fs, i, -1,
76 ext2fs_unmark_valid(fs);
83 ext2fs_unmark_valid(fs);
92 ext2_filsys fs = ctx->fs; local
[all...]
H A Drehash.c80 static int fill_dir_block(ext2_filsys fs, argument
97 offset = blockcnt * fs->blocksize;
98 if (offset + fs->blocksize > fd->inode->i_size) {
104 memset(dir, 0, fs->blocksize);
106 (void) ext2fs_set_rec_len(fs, fs->blocksize, dirent);
108 fd->err = ext2fs_read_dir_block3(fs, *block_nr, dir, 0);
112 hash_alg = fs->super->s_def_hash_version;
114 (fs->super->s_flags & EXT2_FLAGS_UNSIGNED_HASH))
118 while (dir_offset < fs
223 alloc_size_dir(ext2_filsys fs, struct out_dir *outdir, int blocks) argument
255 get_next_block(ext2_filsys fs, struct out_dir *outdir, char ** ret) argument
330 duplicate_search_and_fix(e2fsck_t ctx, ext2_filsys fs, ext2_ino_t ino, struct fill_dir_struct *fd) argument
401 ext2_filsys fs = ctx->fs; local
489 set_root_node(ext2_filsys fs, char *buf, ext2_ino_t ino, ext2_ino_t parent) argument
528 set_int_node(ext2_filsys fs, char *buf) argument
549 calculate_tree(ext2_filsys fs, struct out_dir *outdir, ext2_ino_t ino, ext2_ino_t parent) argument
634 write_dir_block(ext2_filsys fs, blk64_t *block_nr, e2_blkcnt_t blockcnt, blk64_t ref_block EXT2FS_ATTR((unused)), int ref_offset EXT2FS_ATTR((unused)), void *priv_data) argument
674 write_directory(e2fsck_t ctx, ext2_filsys fs, struct out_dir *outdir, ext2_ino_t ino, int compress) argument
712 ext2_filsys fs = ctx->fs; local
[all...]
H A Dunix.c103 ext2_filsys fs = ctx->fs; local
115 inodes = fs->super->s_inodes_count;
116 inodes_used = (fs->super->s_inodes_count -
117 fs->super->s_free_inodes_count);
118 blocks = ext2fs_blocks_count(fs->super);
119 blocks_used = (ext2fs_blocks_count(fs->super) -
120 ext2fs_free_blocks_count(fs->super));
145 mask = &ctx->fs->super->s_feature_compat;
333 ext2_filsys fs local
1081 e2fsck_check_mmp(ext2_filsys fs, e2fsck_t ctx) argument
1167 ext2_filsys fs = 0; local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dvalid_blk.c26 int ext2fs_inode_has_valid_blocks2(ext2_filsys fs, struct ext2_inode *inode) argument
41 if (ext2fs_file_acl_block(fs, inode) == 0) {
H A Ddblist_dir.c22 static int db_dir_proc(ext2_filsys fs, struct ext2_db_entry2 *db_info,
47 retval = ext2fs_get_mem(dblist->fs->blocksize, &ctx.buf);
64 static int db_dir_proc(ext2_filsys fs, struct ext2_db_entry2 *db_info, argument
74 ret = ext2fs_process_dir_block(fs, &db_info->blk,
H A Dext2fsP.h39 ext2_filsys fs; member in struct:ext2_struct_dblist
83 extern int ext2fs_process_dir_block(ext2_filsys fs,
98 extern void ext2fs_numeric_progress_init(ext2_filsys fs,
101 extern void ext2fs_numeric_progress_update(ext2_filsys fs,
104 extern void ext2fs_numeric_progress_close(ext2_filsys fs,
112 extern errcode_t ext2fs_alloc_generic_bmap(ext2_filsys fs, errcode_t magic,
145 extern int ext2fs_file_block_offset_too_big(ext2_filsys fs,
/external/e2fsprogs/misc/
H A Dutil.h25 extern unsigned int figure_journal_size(int size, ext2_filsys fs);
/external/llvm/lib/Support/
H A DToolOutputFile.cpp29 sys::fs::remove(Filename);
38 sys::fs::OpenFlags Flags)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc_translate.c129 i915_use_passthrough_shader(struct i915_fragment_shader *fs) argument
131 fs->program = (uint *) MALLOC(sizeof(passthrough_program));
132 fs->decl = (uint *) MALLOC(sizeof(passthrough_decl));
133 if (fs->program) {
134 memcpy(fs->program, passthrough_program, sizeof(passthrough_program));
135 memcpy(fs->decl, passthrough_decl, sizeof(passthrough_decl));
136 fs->program_len = Elements(passthrough_program);
137 fs->decl_len = Elements(passthrough_decl);
139 fs->num_constants = 0;
159 static uint get_mapping(struct i915_fragment_shader* fs, in argument
180 src_vector(struct i915_fp_compile *p, const struct i915_full_src_register *source, struct i915_fragment_shader* fs) argument
413 emit_tex(struct i915_fp_compile *p, const struct i915_full_instruction *inst, uint opcode, struct i915_fragment_shader* fs) argument
440 emit_simple_arith(struct i915_fp_compile *p, const struct i915_full_instruction *inst, uint opcode, uint numArgs, struct i915_fragment_shader* fs) argument
465 emit_simple_arith_swap2(struct i915_fp_compile *p, const struct i915_full_instruction *inst, uint opcode, uint numArgs, struct i915_fragment_shader* fs) argument
493 i915_translate_instruction(struct i915_fp_compile *p, const struct i915_full_instruction *inst, struct i915_fragment_shader *fs) argument
1112 i915_translate_token(struct i915_fp_compile *p, const union i915_full_token* token, struct i915_fragment_shader *fs) argument
1205 i915_translate_instructions(struct i915_fp_compile *p, const struct i915_token_list *tokens, struct i915_fragment_shader *fs) argument
1360 i915_translate_fragment_program( struct i915_context *i915, struct i915_fragment_shader *fs) argument
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c129 i915_use_passthrough_shader(struct i915_fragment_shader *fs) argument
131 fs->program = (uint *) MALLOC(sizeof(passthrough_program));
132 fs->decl = (uint *) MALLOC(sizeof(passthrough_decl));
133 if (fs->program) {
134 memcpy(fs->program, passthrough_program, sizeof(passthrough_program));
135 memcpy(fs->decl, passthrough_decl, sizeof(passthrough_decl));
136 fs->program_len = Elements(passthrough_program);
137 fs->decl_len = Elements(passthrough_decl);
139 fs->num_constants = 0;
159 static uint get_mapping(struct i915_fragment_shader* fs, in argument
180 src_vector(struct i915_fp_compile *p, const struct i915_full_src_register *source, struct i915_fragment_shader* fs) argument
413 emit_tex(struct i915_fp_compile *p, const struct i915_full_instruction *inst, uint opcode, struct i915_fragment_shader* fs) argument
440 emit_simple_arith(struct i915_fp_compile *p, const struct i915_full_instruction *inst, uint opcode, uint numArgs, struct i915_fragment_shader* fs) argument
465 emit_simple_arith_swap2(struct i915_fp_compile *p, const struct i915_full_instruction *inst, uint opcode, uint numArgs, struct i915_fragment_shader* fs) argument
493 i915_translate_instruction(struct i915_fp_compile *p, const struct i915_full_instruction *inst, struct i915_fragment_shader *fs) argument
1112 i915_translate_token(struct i915_fp_compile *p, const union i915_full_token* token, struct i915_fragment_shader *fs) argument
1205 i915_translate_instructions(struct i915_fp_compile *p, const struct i915_token_list *tokens, struct i915_fragment_shader *fs) argument
1360 i915_translate_fragment_program( struct i915_context *i915, struct i915_fragment_shader *fs) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
H A Dgenerate_builtins.py26 def read_ir_files(fs):
30 fs[function_name] = f.read()
32 def read_glsl_files(fs):
41 fs[function_name] = output;
45 fs = {}
46 generate_texture_functions(fs)
47 read_ir_files(fs)
48 read_glsl_files(fs)
49 return fs
68 fs
[all...]
/external/mesa3d/src/glsl/builtins/tools/
H A Dgenerate_builtins.py26 def read_ir_files(fs):
30 fs[function_name] = f.read()
32 def read_glsl_files(fs):
41 fs[function_name] = output;
45 fs = {}
46 generate_texture_functions(fs)
47 read_ir_files(fs)
48 read_glsl_files(fs)
49 return fs
68 fs
[all...]
/external/opencv/ml/src/
H A Dmlnbayes.cpp397 void CvNormalBayesClassifier::write( CvFileStorage* fs, const char* name ) argument
407 cvStartWriteStruct( fs, name, CV_NODE_MAP, CV_TYPE_NAME_ML_NBAYES );
409 CV_CALL( cvWriteInt( fs, "var_count", var_count ));
410 CV_CALL( cvWriteInt( fs, "var_all", var_all ));
413 CV_CALL( cvWrite( fs, "var_idx", var_idx ));
414 CV_CALL( cvWrite( fs, "cls_labels", cls_labels ));
416 CV_CALL( cvStartWriteStruct( fs, "count", CV_NODE_SEQ ));
418 CV_CALL( cvWrite( fs, NULL, count[i] ));
419 CV_CALL( cvEndWriteStruct( fs ));
421 CV_CALL( cvStartWriteStruct( fs, "su
454 read( CvFileStorage* fs, CvFileNode* root_node ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_fs.c55 static struct svga_shader_result *search_fs_key( struct svga_fragment_shader *fs, argument
58 struct svga_shader_result *result = fs->base.results;
104 struct svga_fragment_shader *fs,
111 result = svga_translate_fragment_program( fs, key );
120 FREE((void *) fs->base.tokens);
121 fs->base.tokens = dummy;
122 result = svga_translate_fragment_program(fs, key);
144 result->next = fs->base.results;
145 fs->base.results = result;
165 struct svga_fragment_shader *fs,
103 compile_fs( struct svga_context *svga, struct svga_fragment_shader *fs, const struct svga_fs_compile_key *key, struct svga_shader_result **out_result ) argument
164 make_fs_key(const struct svga_context *svga, struct svga_fragment_shader *fs, struct svga_fs_compile_key *key) argument
256 struct svga_fragment_shader *fs = svga->curr.fs; local
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_fs.c55 static struct svga_shader_result *search_fs_key( struct svga_fragment_shader *fs, argument
58 struct svga_shader_result *result = fs->base.results;
104 struct svga_fragment_shader *fs,
111 result = svga_translate_fragment_program( fs, key );
120 FREE((void *) fs->base.tokens);
121 fs->base.tokens = dummy;
122 result = svga_translate_fragment_program(fs, key);
144 result->next = fs->base.results;
145 fs->base.results = result;
165 struct svga_fragment_shader *fs,
103 compile_fs( struct svga_context *svga, struct svga_fragment_shader *fs, const struct svga_fs_compile_key *key, struct svga_shader_result **out_result ) argument
164 make_fs_key(const struct svga_context *svga, struct svga_fragment_shader *fs, struct svga_fs_compile_key *key) argument
256 struct svga_fragment_shader *fs = svga->curr.fs; local
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Ddeps_updater.py17 self.fs = host.filesystem
18 self.finder = WebKitFinder(self.fs)
68 if self.fs.exists(self.path_from_webkit_base('web-platform-tests')):
72 if self.fs.exists(self.path_from_webkit_base('csswg-test')):
88 files_to_delete = self.fs.files_under(dest_repo, file_filter=self.is_not_baseline)
101 previous_baselines = self.fs.files_under(dest_repo, file_filter=self.is_baseline)
103 full_path = self.fs.join(dest_repo, subpath)
104 if self.fs.glob(full_path.replace('-expected.txt', '*')) == [full_path]:
105 self.fs.remove(full_path)
126 self.fs
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_pstipple.h52 struct pipe_shader_state *fs,
/external/chromium_org/third_party/skia/gm/
H A Dfontmgr.cpp101 SkFontStyle fs; variable
102 set->getStyle(j, &fs, &sname);
103 sname.appendf(" [%d %d %d]", fs.weight(), fs.width(), fs.isItalic());
109 x = drawCharacter(canvas, 0x5203, x, y, paint, fm, fName.c_str(), "zh", fs);
110 x = drawCharacter(canvas, 0x5203, x, y, paint, fm, fName.c_str(), "ja", fs);
112 x = drawCharacter(canvas, 0x1f601, x, y, paint, fm, fName.c_str(), NULL, fs);
158 SkFontStyle fs; local
159 fset->getStyle(j, &fs,
[all...]
/external/chromium_org/third_party/webrtc/common_audio/vad/include/
H A Dwebrtc_vad.h65 // - fs [i] : Sampling frequency (Hz): 8000, 16000, or 32000
72 int WebRtcVad_Process(VadInst* handle, int fs, const int16_t* audio_frame,
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_dtmf_tone_generator.h25 int(int fs, int event, int attenuation));
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/include/
H A Dnoise_suppression_x.h56 * - fs : sampling frequency
64 int WebRtcNsx_Init(NsxHandle* nsxInst, uint32_t fs);
89 * - fs : sampling frequency
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.h52 struct pipe_shader_state *fs,
/external/webrtc/src/modules/audio_processing/ns/interface/
H A Dnoise_suppression.h70 * - fs : sampling frequency
78 int WebRtcNs_Init(NsHandle* NS_inst, WebRtc_UWord32 fs);
104 * - fs : sampling frequency
H A Dnoise_suppression_x.h70 * - fs : sampling frequency
78 int WebRtcNsx_Init(NsxHandle* nsxInst, WebRtc_UWord32 fs);
103 * - fs : sampling frequency

Completed in 2423 milliseconds

1234567891011>>