HomeSort by relevance Sort by last modified time
    Searched refs:fs (Results 651 - 675 of 2103) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sigcontext.h 84 unsigned short fs, __fsh; member in struct:sigcontext
147 unsigned short fs; member in struct:sigcontext
  /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/bits/
sigcontext.h 84 unsigned short fs, __fsh; member in struct:sigcontext
147 unsigned short fs; member in struct:sigcontext
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
bundle-bad.s 11 lock addl $0xaabbccdd,%fs:0x10(%esi)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
tlspic1.s 137 movq %fs:0, %rcx
143 movq %fs:0, %r14
149 movq %fs:0, %rcx
155 movq %fs:0, %rcx
160 /* Direct access through %fs */
165 movq %fs:(%rcx), %rdx
171 movq %fs:(%r10), %r12
177 movq %fs:(%rdx), %rdx
183 movq %fs:(%rcx), %rdx
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat16BootSector.java 19 package de.waldheinz.fs.fat;
21 import de.waldheinz.fs.BlockDevice;
Fat32BootSector.java 19 package de.waldheinz.fs.fat;
21 import de.waldheinz.fs.BlockDevice;
FsInfoSector.java 19 package de.waldheinz.fs.fat;
21 import de.waldheinz.fs.BlockDevice;
33 * The offset to the free cluster count value in the FS info sector.
55 * @param bs the boot sector that specifies where the FS info sector is
57 * @return the FS info sector that was read
74 * @param bs the boot sector specifying the FS info sector storage
75 * @return the FS info sector instance that was created
83 "creating a FS info sector at offset 0 is strange");
135 * file system this FS info sector is part of.
173 throw new IOException("invalid FS info sector signature")
    [all...]
SuperFloppyFormatter.java 19 package de.waldheinz.fs.fat;
21 import de.waldheinz.fs.BlockDevice;
37 * FatFileSystem fs = SuperFloppyFormatter.get(dev).
210 /* create FS info sector */
259 FatFileSystem fs = FatFileSystem.read(device, false); local
262 fs.setVolumeLabel(label);
265 fs.flush();
266 return fs;
  /external/elfutils/libasm/
Makefile.am 70 $(AM_V_at)ln -fs $@ $@.$(VERSION)
75 ln -fs libasm-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libasm.so.$(VERSION)
76 ln -fs libasm.so.$(VERSION) $(DESTDIR)$(libdir)/libasm.so
  /external/javassist/sample/evolve/
Evolution.java 122 CtField[] fs = clazz.getDeclaredFields(); local
123 for (i = 0; i < fs.length; ++i) {
124 CtField f = fs[i];
174 CtField[] fs = clazz.getDeclaredFields(); local
175 for (i = 0; i < fs.length; ++i) {
176 CtField f = fs[i];
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 81 tool_output_file Out(Filename, EC, sys::fs::F_None);
137 std::error_code EC = sys::fs::createUniqueFile(
149 EC = sys::fs::createUniqueFile(OutputPrefix + "-input-%%%%%%%.bc", InputFD,
243 sys::fs::remove(OutputFilename);
246 sys::fs::remove(InputFilename.c_str());
291 sys::fs::remove(BitcodeResult);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 229 const struct draw_fragment_shader *fs = draw->fs.fragment_shader; local
232 assert(fs);
239 for (i = 0; i < fs->info.num_inputs; i++) {
240 if (fs->info.input_semantic_name[i] == TGSI_SEMANTIC_GENERIC) {
241 const int generic_index = fs->info.input_semantic_index[i];
  /external/webrtc/webrtc/base/
linux.cc 176 FileStream* fs = new FileStream(); local
177 if (!fs->Open(filename, "r", NULL)) {
180 instream_.reset(fs);
251 FileStream fs; local
254 if (!fs.Open(kCpuMaxFreqFile, "r", NULL) ||
255 SR_SUCCESS != fs.ReadLine(&str) ||
  /frameworks/av/cmds/screenrecord/
Program.cpp 114 GLuint vs, fs; local
121 err = compileShader(GL_FRAGMENT_SHADER, fragmentShader, &fs);
128 err = linkShaderProgram(vs, fs, &program);
130 glDeleteShader(fs);
169 status_t Program::linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm) {
177 glAttachShader(program, fs);
  /frameworks/compile/mclinker/lib/MC/
CommandAction.cpp 26 const sys::fs::Path& pPath)
50 const sys::fs::Path* path = NULL;
81 BitcodeAction::BitcodeAction(unsigned int pPosition, const sys::fs::Path& pPath)
223 pBuilder.createNode<InputTree::Positional>("defsym", sys::fs::Path("NAN"));
247 sys::fs::Path path(m_FileName);
250 const sys::fs::Path* res = m_SearchDirs.find(m_FileName, Input::Script);
  /prebuilts/go/darwin-x86/src/runtime/
defs_plan9_amd64.go 24 fs uint16
66 print("fs ", hex(u.fs), "\n")
  /prebuilts/go/linux-x86/src/runtime/
defs_plan9_amd64.go 24 fs uint16
66 print("fs ", hex(u.fs), "\n")
  /system/vold/
Android.mk 11 fs/Ext4.cpp \
12 fs/F2fs.cpp \
13 fs/Vfat.cpp \
  /external/e2fsprogs/lib/ext2fs/
icount.c 94 static errcode_t alloc_icount(ext2_filsys fs, int flags, ext2_icount_t *ret)
106 retval = ext2fs_allocate_inode_bitmap(fs, "icount", &icount->single);
111 retval = ext2fs_allocate_inode_bitmap(fs, "icount_inc",
119 icount->num_inodes = fs->super->s_inodes_count;
176 errcode_t ext2fs_create_icount_tdb(ext2_filsys fs, char *tdb_dir,
185 retval = alloc_icount(fs, flags, &icount);
192 uuid_unparse(fs->super->s_uuid, uuid);
206 num_inodes = fs->super->s_inodes_count - fs->super->s_free_inodes_count;
225 errcode_t ext2fs_create_icount2(ext2_filsys fs, int flags, unsigned int size
    [all...]
  /external/libvncserver/test/
bmp.c 111 FILE *fs=NULL; int retcode=0, scalefactor, dstpitch; local
115 if((fs=fdopen(*fd, "r"))==NULL) _throw(strerror(errno));
119 if(!fgets(temps, 255, fs)) _throw("Read error");
150 if(fscanf(fs, "%d%d%d", &pixel[0], &pixel[1], &pixel[2])!=3)
164 if(fread(tempbuf, (*w)*(*h)*3, 1, fs)!=1) _throw("Read error");
169 if(fs) {fclose(fs); *fd=-1;}
276 FILE *fs=NULL; int retcode=0; local
279 if((fs=fopen(filename, "wb"))==NULL) _throw(strerror(errno));
280 if(fprintf(fs, "P6\n")<1) _throw("Write error")
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 43 /* Convert info about FS input semantics to r300_shader_semantics. */
583 struct r300_fragment_shader* fs = r300_fs(r300); local
589 if (!fs->first) {
591 fs->first = fs->shader = CALLOC_STRUCT(r300_fragment_shader_code);
593 memcpy(&fs->shader->compare_state, &state,
595 r300_translate_fragment_shader(r300, fs->shader, fs->state.tokens);
601 if (memcmp(&fs->shader->compare_state, &state, sizeof(state)) != 0) {
603 ptr = fs->first
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.h 218 ext2_filsys fs; member in struct:e2fsck_struct
229 blk64_t superblock; /* sb used to open fs */
470 extern int e2fsck_pass1_check_device_inode(ext2_filsys fs,
472 extern int e2fsck_pass1_check_symlink(ext2_filsys fs, ext2_ino_t ino,
522 extern errcode_t e2fsck_zero_blocks(ext2_filsys fs, blk_t blk, int num,
551 extern blk64_t get_backup_sb(e2fsck_t ctx, ext2_filsys fs,
556 errcode_t e2fsck_mmp_update(ext2_filsys fs);
558 extern void e2fsck_set_bitmap_type(ext2_filsys fs,
562 extern errcode_t e2fsck_allocate_inode_bitmap(ext2_filsys fs,
567 extern errcode_t e2fsck_allocate_block_bitmap(ext2_filsys fs,
    [all...]
  /external/skia/tests/
SkNxTest.cpp 211 auto fs = Sk4f(0.0f, -0.0f, 2.0f, -4.0f).abs(); local
212 REPORTER_ASSERT(r, fs[0] == 0.0f);
213 REPORTER_ASSERT(r, fs[1] == 0.0f);
214 REPORTER_ASSERT(r, fs[2] == 2.0f);
215 REPORTER_ASSERT(r, fs[3] == 4.0f);
219 auto fs = Sk4f(0.4f, -0.4f, 0.6f, -0.6f).floor(); local
220 REPORTER_ASSERT(r, fs[0] == 0.0f);
221 REPORTER_ASSERT(r, fs[1] == -1.0f);
222 REPORTER_ASSERT(r, fs[2] == 0.0f);
223 REPORTER_ASSERT(r, fs[3] == -1.0f)
    [all...]

Completed in 2212 milliseconds

<<21222324252627282930>>