HomeSort by relevance Sort by last modified time
    Searched defs:fs (Results 251 - 275 of 480) sorted by null

<<11121314151617181920

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_tgsi.c 644 void *vs, *fs; local
648 fs = shader_from_cache(sc->r->pipe, PIPE_SHADER_FRAGMENT,
651 debug_assert(vs && fs);
652 if (!vs || !fs)
656 shader.fs = fs;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 675 void *vs, *fs; local
679 fs = shader_from_cache(sc->r->pipe, PIPE_SHADER_FRAGMENT,
682 debug_assert(vs && fs);
683 if (!vs || !fs)
687 shader.fs = fs;
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c 115 int fs; local
119 case(-5):fs=-8000;break;
120 case(-6):fs=INT32_MAX;break;
121 case(-7):fs=INT32_MIN;break;
122 default:fs=i;
126 dec = opus_decoder_create(fs, c, &err);
129 dec = opus_decoder_create(fs, c, 0);
134 err = opus_decoder_init(dec,fs,c);
385 int fs; local
389 case(-5):fs=-8000;break
1095 int fs; local
    [all...]
  /external/e2fsprogs/e2fsck/
journal.c 7 * Parts of the code are based on fs/jfs/journal.c by Stephen C. Tweedie
61 retval= ext2fs_bmap(inode->i_ctx->fs, inode->i_ino,
71 int bufsize = sizeof(*bh) + kdev->k_ctx->fs->blocksize -
87 bh->b_io = kdev->k_ctx->fs->io;
101 io = kdev->k_ctx->fs->io;
190 ctx->fs->super->s_feature_incompat &= ~EXT3_FEATURE_INCOMPAT_RECOVER;
194 ctx->fs->super->s_state &= ~EXT2_VALID_FS;
195 ext2fs_mark_super_dirty(ctx->fs);
205 static int process_journal_block(ext2_filsys fs,
217 if (!blk || blk < fs->super->s_first_data_block |
925 ext2_filsys fs = ctx->fs; local
    [all...]
pass1b.c 85 static int process_pass1b_block(ext2_filsys fs, blk_t *blocknr,
211 ext2_filsys fs = ctx->fs; local
219 pctx.errcode = ext2fs_allocate_inode_bitmap(fs,
232 init_resource_track(&rtrack, ctx->fs->io);
234 print_resource_track(ctx, "Pass 1b", &rtrack, ctx->fs->io);
236 init_resource_track(&rtrack, ctx->fs->io);
238 print_resource_track(ctx, "Pass 1c", &rtrack, ctx->fs->io);
240 init_resource_track(&rtrack, ctx->fs->io);
242 print_resource_track(ctx, "Pass 1d", &rtrack, ctx->fs->io)
266 ext2_filsys fs = ctx->fs; local
407 ext2_filsys fs = ctx->fs; local
429 ext2_filsys fs = ctx->fs; local
594 ext2_filsys fs = ctx->fs; local
723 ext2_filsys fs = ctx->fs; local
815 ext2_filsys fs = ctx->fs; local
    [all...]
super.c 56 static int release_inode_block(ext2_filsys fs,
79 if ((blk < fs->super->s_first_data_block) ||
80 (blk >= fs->super->s_blocks_count)) {
87 if (!ext2fs_test_block_bitmap(fs->block_map, blk)) {
106 pb->errcode = io_channel_read_blk(fs->io, blk, 1,
111 limit = fs->blocksize >> 2;
128 pb->errcode = io_channel_read_blk(fs->io, blk, 1,
133 fs->blocksize - pb->truncate_offset);
134 pb->errcode = io_channel_write_blk(fs->io, blk, 1,
144 ext2fs_block_alloc_stats(fs, blk, -1)
158 ext2_filsys fs = ctx->fs; local
226 ext2_filsys fs = ctx->fs; local
309 ext2_filsys fs = ctx->fs; local
456 ext2_filsys fs = ctx->fs; local
901 ext2_filsys fs = ctx->fs; local
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 111 static void print_bg_opts(ext2_filsys fs, dgrp_t i)
115 if (fs->super->s_feature_ro_compat & EXT4_FEATURE_RO_COMPAT_GDT_CSUM)
116 bg_flags = fs->group_desc[i].bg_flags;
129 static void print_bg_rel_offset(ext2_filsys fs, blk64_t block, int itable,
136 } else if (fs->super->s_feature_incompat &
138 dgrp_t flex_grp = ext2fs_group_of_blk(fs, block);
140 (unsigned)(block-ext2fs_group_first_block(fs,flex_grp)));
144 static void list_desc (ext2_filsys fs)
153 blk_t blk_itr = fs->super->s_first_data_block;
156 block_nbytes = EXT2_BLOCKS_PER_GROUP(fs->super) / 8
490 ext2_filsys fs; local
    [all...]
e2image.c 90 static void write_image_file(ext2_filsys fs, int fd)
96 write_header(fd, NULL, fs->blocksize);
100 retval = ext2fs_image_super_write(fs, fd, 0);
107 retval = ext2fs_image_inode_write(fs, fd,
115 retval = ext2fs_image_bitmap_write(fs, fd, 0);
122 retval = ext2fs_image_bitmap_write(fs, fd, IMAGER_FLAG_INODEMAP);
133 hdr.fs_blocksize = fs->blocksize;
142 memcpy(hdr.fs_uuid, fs->super->s_uuid, sizeof(hdr.fs_uuid));
145 write_header(fd, &hdr, fs->blocksize);
168 static errcode_t meta_get_blocks(ext2_filsys fs EXT2FS_ATTR((unused))
561 ext2_filsys fs; local
633 ext2_filsys fs; local
    [all...]
  /external/kernel-headers/original/asm-x86/
sigcontext.h 63 unsigned short fs, __fsh; member in struct:sigcontext
126 unsigned short fs; member in struct:sigcontext
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 575 const struct draw_fragment_shader *fs = stage->draw->fs.fragment_shader; local
582 * outputs and the FS inputs to get to the interpolation mode.
601 if (fs) {
602 for (i = 0; i < fs->info.num_inputs; i++) {
603 if (fs->info.input_semantic_name[i] == TGSI_SEMANTIC_COLOR) {
604 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR)
605 indexed_interp[fs->info.input_semantic_index[i]] = fs->info.input_interpolate[i];
630 /* Otherwise, search in the FS inputs, with a decent defaul
    [all...]
draw_pipe_pstipple.c 87 struct pstip_fragment_shader *fs; member in struct:pstip_stage
341 const struct pipe_shader_state *orig_fs = &pstip->fs->state;
370 assert(pstip->fs);
372 pstip->fs->sampler_unit = transform.freeSampler;
373 assert(pstip->fs->sampler_unit < PIPE_MAX_SAMPLERS);
375 pstip->fs->pstip_fs = pstip->driver_create_fs_state(pstip->pipe, &pstip_fs);
379 if (!pstip->fs->pstip_fs)
503 if (!pstip->fs->pstip_fs &&
508 pstip->driver_bind_fs_state(pstip->pipe, pstip->fs->pstip_fs);
542 num_samplers = MAX2(num_samplers, pstip->fs->sampler_unit + 1)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 71 void *fs[PIPE_MAX_TEXTURE_TYPES][TGSI_WRITEMASK_XYZW + 1]; member in struct:blit_state
173 for (i = 0; i < Elements(ctx->fs); i++) {
174 for (j = 0; j < Elements(ctx->fs[i]); j++) {
175 if (ctx->fs[i][j])
176 pipe->delete_fs_state(pipe, ctx->fs[i][j]);
205 if (!ctx->fs[pipe_tex][writemask]) {
208 ctx->fs[pipe_tex][writemask] =
214 cso_set_fragment_shader_handle(ctx->cso, ctx->fs[pipe_tex][writemask]);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 66 struct sp_fragment_shader *fs; member in struct:softpipe_context
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 644 void *vs, *fs; local
648 fs = shader_from_cache(sc->r->pipe, PIPE_SHADER_FRAGMENT,
651 debug_assert(vs && fs);
652 if (!vs || !fs)
656 shader.fs = fs;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 675 void *vs, *fs; local
679 fs = shader_from_cache(sc->r->pipe, PIPE_SHADER_FRAGMENT,
682 debug_assert(vs && fs);
683 if (!vs || !fs)
687 shader.fs = fs;
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.c 100 short es,ds,fs,gs,ip,cs,sp,ss; member in struct:__anon25749
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.h 49 WebRtc_UWord32 fs; // Sampling frequency member in struct:__anon28676
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.h 53 WebRtc_UWord32 fs; member in struct:NSinst_t_
122 * - fs : Sampling frequency
130 int WebRtcNs_InitCore(NSinst_t* inst, WebRtc_UWord32 fs);
nsx_core.h 24 WebRtc_UWord32 fs; member in struct:NsxInst_t_
116 * - fs : Sampling frequency
124 WebRtc_Word32 WebRtcNsx_InitCore(NsxInst_t* inst, WebRtc_UWord32 fs);
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 463 int fs[] = {8000, 16000, 32000}; local
464 for (size_t i = 0; i < sizeof(fs) / sizeof(*fs); i++) {
465 EXPECT_EQ(apm_->kNoError, apm_->set_sample_rate_hz(fs[i]));
466 EXPECT_EQ(fs[i], apm_->sample_rate_hz());
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 235 FILE *fs = fopen (driverPath.c_str(), "rb"); local
236 if (!fs) {
240 fclose(fs);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 99 FILE *fs = fopen(authTokenFilePath.c_str(), "wb"); local
100 if (!fs) {
104 fseek(fs, 0, SEEK_SET);
105 fwrite((char *)so, 1, sizeof(mcSoAuthTokenCont_t), fs);
106 fflush(fs);
107 fclose(fs);
125 FILE *fs = fopen(authTokenFilePath.c_str(), "rb"); local
126 if (!fs) {
130 fseek(fs, 0, SEEK_END);
131 int32_t filesize = ftell(fs);
171 FILE *fs = fopen(rootContFilePath.c_str(), "wb"); local
197 FILE *fs = fopen(rootContFilePath.c_str(), "rb"); local
234 FILE *fs = fopen(spContFilePath.c_str(), "wb"); local
261 FILE *fs = fopen(spContFilePath.c_str(), "rb"); local
298 FILE *fs = fopen(tlContFilePath.c_str(), "wb"); local
325 FILE *fs = fopen(tlContFilePath.c_str(), "rb"); local
373 FILE *fs = fopen(filename.c_str(), "wb"); local
415 FILE *fs = fopen(filename.c_str(), "rb"); local
595 FILE *fs = fopen(tlBinFilePath.c_str(), "rb"); local
758 FILE *fs = fopen(driverFilename, "rb"); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sigcontext.h 62 unsigned short fs, __fsh; member in struct:sigcontext
125 unsigned short fs; member in struct:sigcontext
vm86.h 98 unsigned short fs, __fsh; member in struct:vm86_regs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigcontext.h 84 unsigned short fs, __fsh; member in struct:sigcontext
147 unsigned short fs; member in struct:sigcontext

Completed in 910 milliseconds

<<11121314151617181920