Searched defs:fs (Results 201 - 225 of 512) sorted by relevance

1234567891011>>

/external/e2fsprogs/resize/
H A Dmain.c108 static void determine_fs_stride(ext2_filsys fs) argument
114 int flexbg_size = 1 << fs->super->s_log_groups_per_flex;
116 if (fs->stride)
119 for (group = 0; group < fs->group_desc_count; group++) {
120 has_sb = ext2fs_bg_has_super(fs, group);
123 b_stride = ext2fs_block_bitmap_loc(fs, group) -
124 ext2fs_block_bitmap_loc(fs, group - 1) -
125 fs->super->s_blocks_per_group;
126 i_stride = ext2fs_inode_bitmap_loc(fs, group) -
127 ext2fs_inode_bitmap_loc(fs, grou
159 bigalloc_check(ext2_filsys fs, int force) argument
249 ext2_filsys fs; local
[all...]
/external/fio/engines/
H A Dlibhdfs.c24 hdfsFS fs; member in struct:hdfsio_data
140 if ( hdfsCloseFile(hd->fs, hd->fp) == -1) {
157 hd->fp = hdfsOpenFile(hd->fs, fname, open_flags, 0, 0,
178 hdfsTell(hd->fs, hd->fp) != offset && hdfsSeek(hd->fs, hd->fp, offset) != 0 ) {
187 ret = readDirect(hd->fs, hd->fp, io_u->xfer_buf, io_u->xfer_buflen);
189 ret = hdfsRead(hd->fs, hd->fp, io_u->xfer_buf, io_u->xfer_buflen);
192 ret = hdfsWrite(hd->fs, hd->fp, io_u->xfer_buf,
195 ret = hdfsFlush(hd->fs, hd->fp);
233 if ( hdfsCloseFile(hd->fs, h
[all...]
/external/fsck_msdos/
H A Dfat.c74 checkdirty(int fs, struct bootblock *boot) argument
92 if (lseek(fs, off, SEEK_SET) != off) {
97 if (read(fs, buffer, boot->BytesPerSec) != boot->BytesPerSec) {
169 _readfat(int fs, struct bootblock *boot, int no, u_char **buffer) argument
185 if (lseek(fs, off, SEEK_SET) != off) {
190 if (read(fs, *buffer, boot->FATsecs * boot->BytesPerSec)
207 readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp) argument
216 if (!_readfat(fs, boot, no, &buffer))
553 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) argument
603 if (!_readfat(fs, boo
[all...]
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_x86.h115 uint32_t fs; member in struct:__anon7479
/external/kernel-headers/original/uapi/video/
H A Duvesafb.h22 __u16 fs; member in struct:v86_regs
/external/libopus/tests/
H A Dtest_opus_decode.c79 int fs=fsv[t>>1]; local
82 dec[t] = opus_decoder_create(fs, c, &err);
84 fprintf(stdout," opus_decoder_create(%5d,%d) OK. Copy ",fs,c);
/external/linux-kselftest/tools/testing/selftests/gpio/
H A Dgpio-mockup-chardev.c39 struct libmnt_fs *fs; local
53 while (mnt_table_next_fs(tb, itr, &fs) == 0) {
54 const char *type = mnt_fs_get_fstype(fs);
62 asprintf(path, "%s/gpio", mnt_fs_get_target(fs));
/external/ltp/utils/ffsb-6.0-rc2/
H A Dfileops.c35 ffsb_thread_t * ft, ffsb_fs_t * fs, syscall_t sys)
40 if (!ft && !fs)
49 if (fs && fs_needs_stats(fs, sys))
50 fs_add_stat(fs, sys, value);
53 void fop_bench(ffsb_fs_t * fs, unsigned opnum) argument
55 fs_set_opdata(fs, fs_get_datafiles(fs), opnum);
58 void fop_age(ffsb_fs_t * fs, unsigned opnum) argument
60 fs_set_opdata(fs, fs_get_agefile
34 do_stats(struct timeval *start, struct timeval *end, ffsb_thread_t * ft, ffsb_fs_t * fs, syscall_t sys) argument
63 readfile_helper(int fd, uint64_t size, uint32_t blocksize, char *buf, ffsb_thread_t * ft, ffsb_fs_t * fs) argument
89 ffsb_readfile(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
192 ffsb_readall(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
220 ffsb_writefile_core(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum, uint64_t * filesize_ret, int fsync_file) argument
282 ffsb_writefile(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
292 ffsb_writefile_fsync(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
304 ffsb_writeall_core(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum, uint64_t * filesize_ret, int fsync_file) argument
341 ffsb_writeall(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
351 ffsb_writeall_fsync(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
361 ffsb_appendfile_core(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum, uint64_t * filesize_ret, int fsync_file) argument
397 ffsb_appendfile(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
407 ffsb_appendfile_fsync(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
417 ffsb_createfile_core(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum, uint64_t * filesize_ret, int fsync_file) argument
466 ffsb_createfile(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
476 ffsb_createfile_fsync(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
486 ffsb_deletefile(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
517 ffsb_open_close(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
531 ffsb_stat(ffsb_thread_t * ft, ffsb_fs_t * fs, unsigned opnum) argument
[all...]
/external/mesa3d/src/amd/common/
H A Dac_nir_to_llvm.h49 struct ac_fs_variant_key fs; member in union:ac_shader_variant_key
117 } fs; member in union:ac_shader_variant_info::__anon15783
/external/mesa3d/src/compiler/
H A Dshader_info.h132 } fs; member in union:shader_info::__anon16001
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c87 struct pstip_fragment_shader *fs; member in struct:pstip_stage
127 const struct pipe_shader_state *orig_fs = &pstip->fs->state;
137 &pstip->fs->sampler_unit,
143 assert(pstip->fs->sampler_unit < PIPE_MAX_SAMPLERS);
145 pstip->fs->pstip_fs = pstip->driver_create_fs_state(pipe, &pstip_fs);
149 if (!pstip->fs->pstip_fs)
164 if (!pstip->fs->pstip_fs &&
169 pstip->driver_bind_fs_state(pstip->pipe, pstip->fs->pstip_fs);
202 num_samplers = MAX2(pstip->num_samplers, pstip->fs->sampler_unit + 1);
206 pstip->state.samplers[pstip->fs
330 pstip_create_fs_state(struct pipe_context *pipe, const struct pipe_shader_state *fs) argument
348 pstip_bind_fs_state(struct pipe_context *pipe, void *fs) argument
361 pstip_delete_fs_state(struct pipe_context *pipe, void *fs) argument
[all...]
H A Ddraw_pipe_wide_point.c233 const struct draw_fragment_shader *fs = draw->fs.fragment_shader; local
236 assert(fs);
243 for (i = 0; i < fs->info.num_inputs; i++) {
245 const unsigned sn = fs->info.input_semantic_name[i];
246 const unsigned si = fs->info.input_semantic_index[i];
H A Ddraw_prim_assembler.c60 const struct draw_fragment_shader *fs = draw->fs.fragment_shader; local
62 if (fs && fs->info.uses_primid) {
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.h72 void *fs; member in struct:vl_compositor_layer
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_render_surface.c96 const struct ilo_shader_state *fs = vec->fs; local
105 if (!fs)
110 base = ilo_shader_get_kernel_param(fs, ILO_KERNEL_FS_SURFACE_RT_BASE);
111 count = ilo_shader_get_kernel_param(fs, ILO_KERNEL_FS_SURFACE_RT_COUNT);
206 if (!vec->fs)
209 sh = vec->fs;
262 if (!vec->fs)
265 sh = vec->fs;
332 if (!vec->fs)
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.h65 struct lp_fragment_shader *fs; member in struct:llvmpipe_context
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c566 struct r300_fragment_shader* fs = r300_fs(r300); local
573 if (!fs->first) {
575 fs->first = fs->shader = CALLOC_STRUCT(r300_fragment_shader_code);
577 memcpy(&fs->shader->compare_state, &state,
579 r300_translate_fragment_shader(r300, fs->shader, fs->state.tokens);
585 if (memcmp(&fs->shader->compare_state, &state, sizeof(state)) != 0) {
587 ptr = fs->first;
590 if (fs
[all...]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c165 isvalid(XFontStruct * fs, unsigned int which) argument
171 rows = fs->max_byte1 - fs->min_byte1 + 1;
172 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
176 if ((fs->min_char_or_byte2 > which) || (fs->max_char_or_byte2 < which))
183 if ((fs->min_char_or_byte2 > byte2) ||
184 (fs->max_char_or_byte2 < byte2) ||
185 (fs
219 XFontStruct *fs; local
[all...]
/external/mesa3d/src/gallium/tests/graw/
H A Dshader-leak.c147 void *fs = set_fragment_shader(); local
149 ctx->bind_fs_state(ctx, fs);
156 ctx->delete_fs_state(ctx, fs);
/external/mesa3d/src/gallium/tests/trivial/
H A Dquad-tex.c79 void *fs; member in struct:program
273 p->fs = util_make_fragment_tex_shader(p->pipe, TGSI_TEXTURE_2D,
284 p->pipe->delete_fs_state(p->pipe, p->fs);
322 cso_set_fragment_shader_handle(p->cso, p->fs);
H A Dtri.c76 void *fs; member in struct:program
218 p->fs = util_make_fragment_passthrough_shader(p->pipe,
227 p->pipe->delete_fs_state(p->pipe, p->fs);
255 cso_set_fragment_shader_handle(p->cso, p->fs);
/external/mesa3d/src/glx/
H A Dxfont.c170 isvalid(XFontStruct * fs, int which) argument
176 rows = fs->max_byte1 - fs->min_byte1 + 1;
177 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
181 if ((fs->min_char_or_byte2 > which) || (fs->max_char_or_byte2 < which))
188 if ((fs->min_char_or_byte2 > byte2) ||
189 (fs->max_char_or_byte2 < byte2) ||
190 (fs
223 XFontStruct *fs; local
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c165 isvalid(XFontStruct * fs, unsigned int which) argument
171 rows = fs->max_byte1 - fs->min_byte1 + 1;
172 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
176 if ((fs->min_char_or_byte2 > which) || (fs->max_char_or_byte2 < which))
183 if ((fs->min_char_or_byte2 > byte2) ||
184 (fs->max_char_or_byte2 < byte2) ||
185 (fs
219 XFontStruct *fs; local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_readpixels.c235 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format); local
236 if (!fs)
239 cso_set_fragment_shader_handle(cso, fs);
/external/python/cpython2/Python/
H A Dmactoolboxglue.c113 PyObject *fs, *exc; local
120 fs = PyMac_BuildFSSpec(fss);
121 if (!fs)
124 rv = PyObject_CallMethod(fs, "as_pathname", "");
136 Py_XDECREF(fs);
154 Py_XDECREF(fs);

Completed in 1179 milliseconds

1234567891011>>