HomeSort by relevance Sort by last modified time
    Searched defs:fs (Results 351 - 375 of 704) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPencode.cc 88 int* fs,
282 int fs; local
487 NetEQTest_GetCodec_and_PT(argv[4], &usedCodec, &payloadType, packet_size, &fs,
576 NetEQTest_init_coders(usedCodec, packet_size, bitrate, fs, useVAD,
602 timestamp = 0xFFFFFFFF - fs * 10; /* should give wrap-around in 10 seconds */
633 (int)(sendtime - NTone * DTMF_PACKET_INTERVAL) * (fs / 1000) + len);
638 DTMF_DURATION * (fs / 1000));
646 offset = (uint32_t)sendtime; //(timestamp/(fs/1000));
674 NetEQTest_encode(usedCodec, org_data, packet_size, &rtp_data[12], fs,
736 //(timestamp/(fs/1000))
    [all...]
  /libcore/ojluni/src/main/java/java/io/
File.java 141 static private final FileSystem fs = FileSystem.getFileSystem(); field in class:File
200 public static final char separatorChar = fs.getSeparator();
219 public static final char pathSeparatorChar = fs.getPathSeparator();
247 this.path = fs.resolve(parent.path, child);
264 this.path = fs.normalize(pathname);
265 this.prefixLength = fs.prefixLength(this.path);
305 this.path = fs.resolve(fs.normalize(parent),
306 fs.normalize(child));
308 this.path = fs.normalize(child)
1140 File[] fs = new File[n]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
sigcontext.h 106 unsigned short fs, __fsh; member in struct:sigcontext
178 unsigned short fs; member in struct:sigcontext
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
user.h 73 unsigned long fs; member in struct:user_regs_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
sigcontext.h 106 unsigned short fs, __fsh; member in struct:sigcontext
178 unsigned short fs; member in struct:sigcontext
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
sigcontext.h 106 unsigned short fs, __fsh; member in struct:sigcontext
178 unsigned short fs; member in struct:sigcontext
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
user.h 73 unsigned long int fs; member in struct:user_regs_struct
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
sigcontext.h 84 unsigned short fs, __fsh; member in struct:sigcontext
160 __u16 fs; member in struct:sigcontext
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
sigcontext.h 84 unsigned short fs, __fsh; member in struct:sigcontext
160 __u16 fs; member in struct:sigcontext
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
sigcontext.h 84 unsigned short fs, __fsh; member in struct:sigcontext
160 __u16 fs; member in struct:sigcontext
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/
sigcontext.h 84 unsigned short fs, __fsh; member in struct:sigcontext
160 __u16 fs; member in struct:sigcontext
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/
sigcontext.h 84 unsigned short fs, __fsh; member in struct:sigcontext
160 __u16 fs; member in struct:sigcontext
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/
sigcontext.h 84 unsigned short fs, __fsh; member in struct:sigcontext
160 __u16 fs; member in struct:sigcontext
  /toolchain/binutils/binutils-2.25/bfd/hosts/
x86-64linux.h 103 a8_uint64_t fs; member in struct:user_regs64_struct
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
BootSector.java 20 package de.waldheinz.fs.fat;
22 import de.waldheinz.fs.BlockDevice;
FatLfnDirectory.java 20 package de.waldheinz.fs.fat;
22 import de.waldheinz.fs.AbstractFsObject;
23 import de.waldheinz.fs.FsDirectory;
24 import de.waldheinz.fs.FsDirectoryEntry;
371 * @see #linkEntry(de.waldheinz.fs.fat.FatLfnDirectoryEntry)
400 * @see #unlinkEntry(de.waldheinz.fs.fat.FatLfnDirectoryEntry)
  /bionic/libc/kernel/uapi/asm-x86/asm/
sigcontext.h 130 __u16 fs, __fsh; member in struct:sigcontext_32
184 __u16 fs; member in struct:sigcontext_64
201 __u16 fs, __fsh; member in struct:sigcontext
256 __u16 fs; member in struct:sigcontext
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
ModuleRepo.java 379 List<TestFilter> fs = filters.get(id); local
380 if (fs == null) {
381 fs = new ArrayList<>();
382 filters.put(id, fs);
384 return fs;
  /external/dng_sdk/source/
dng_xmp.cpp 2578 dng_urational fs = exif.fFNumber; local
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 58 static int process_block(ext2_filsys fs, blk64_t *blocknr,
61 static int process_bad_block(ext2_filsys fs, blk64_t *block_nr,
74 static errcode_t scan_callback(ext2_filsys fs, ext2_inode_scan scan,
78 /* static char *describe_illegal_block(ext2_filsys fs, blk64_t block); */
120 static void unwind_pass1(ext2_filsys fs EXT2FS_ATTR((unused)))
134 int e2fsck_pass1_check_device_inode(ext2_filsys fs EXT2FS_ATTR((unused)),
169 int e2fsck_pass1_check_symlink(ext2_filsys fs, ext2_ino_t ino,
184 if (inode->i_size > fs->blocksize)
186 if (ext2fs_extent_open2(fs, ino, inode, &handle))
196 (extent.e_pblk < fs->super->s_first_data_block) |
552 ext2_filsys fs = ctx->fs; local
1480 ext2_filsys fs = ctx->fs; local
1520 ext2_filsys fs = ctx->fs; local
1705 ext2_filsys fs = ctx->fs; local
1985 ext2_filsys fs = ctx->fs; local
2027 ext2_filsys fs = ctx->fs; local
2597 ext2_filsys fs = ctx->fs; local
2688 ext2_filsys fs = ctx->fs; local
2726 ext2_filsys fs = ctx->fs; local
2898 ext2_filsys fs = ctx->fs; local
    [all...]
unix.c 103 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 = ctx->fs local
1167 ext2_filsys fs = 0; local
    [all...]
  /external/e2fsprogs/misc/
e2image.c 225 static void write_image_file(ext2_filsys fs, int fd)
231 write_header(fd, NULL, sizeof(struct ext2_image_hdr), fs->blocksize);
235 retval = ext2fs_image_super_write(fs, fd, 0);
243 retval = ext2fs_image_inode_write(fs, fd,
252 retval = ext2fs_image_bitmap_write(fs, fd, 0);
260 retval = ext2fs_image_bitmap_write(fs, fd, IMAGER_FLAG_INODEMAP);
272 hdr.fs_blocksize = fs->blocksize;
281 memcpy(hdr.fs_uuid, fs->super->s_uuid, sizeof(hdr.fs_uuid));
284 write_header(fd, &hdr, sizeof(struct ext2_image_hdr), fs->blocksize);
308 static errcode_t meta_get_blocks(ext2_filsys fs EXT2FS_ATTR((unused))
1360 ext2_filsys fs; local
1434 ext2_filsys fs; local
    [all...]
fsck.c 15 * if it should ignore the fs type. This way more fsck programs
122 static const char *fsck_prefix_path = "/sbin:/sbin/fs.d:/sbin/fs:/etc/fs:/etc";
246 struct fs_info *fs; local
248 if (!(fs = malloc(sizeof(struct fs_info))))
251 fs->device = string_copy(device);
252 fs->mountpt = string_copy(mntpnt);
253 fs->type = string_copy(type);
254 fs->opts = string_copy(opts ? opts : "")
274 struct fs_info *fs; local
339 struct fs_info *fs; local
382 struct fs_info *fs; local
959 struct fs_info *fs = NULL; local
1258 struct fs_info *fs; local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 43 static void fix_uninit_block_bitmaps(ext2_filsys fs);
50 static errcode_t fix_resize_inode(ext2_filsys fs);
51 static errcode_t ext2fs_calculate_summary_stats(ext2_filsys fs);
52 static errcode_t fix_sb_journal_backup(ext2_filsys fs);
53 static errcode_t mark_table_blocks(ext2_filsys fs,
59 #define IS_BLOCK_BM(fs, i, blk) ((blk) == ext2fs_block_bitmap_loc((fs),(i)))
60 #define IS_INODE_BM(fs, i, blk) ((blk) == ext2fs_inode_bitmap_loc((fs),(i)))
62 #define IS_INODE_TB(fs, i, blk) (((blk) >= ext2fs_inode_table_loc((fs), (i))) &&
617 ext2_filsys fs; local
784 ext2_filsys fs = rfs->new_fs; local
860 ext2_filsys fs, old_fs; local
1160 ext2_filsys fs = rfs->new_fs; local
1214 ext2_filsys fs = rfs->new_fs; local
1720 ext2_filsys fs = rfs->new_fs; local
    [all...]
  /external/fio/
verify.c 45 struct frand_state *fs = &td->verify_state; local
48 return fill_random_buf_percentage(fs, p, o->compress_percentage, len, len, o->buffer_pattern, o->buffer_pattern_bytes);
    [all...]

Completed in 572 milliseconds

<<11121314151617181920>>