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

<<51525354555657585960>>

  /prebuilts/go/linux-x86/src/runtime/
signal_nacl_386.go 26 func (c *sigctxt) fs() uint32 { return ^uint32(0) } func
signal_nacl_amd64p32.go 36 func (c *sigctxt) fs() uint64 { return ^uint64(0) } func
signal_netbsd_386.go 26 func (c *sigctxt) fs() uint32 { return uint32(c.regs().__gregs[_REG_FS]) } func
signal_openbsd_386.go 29 func (c *sigctxt) fs() uint32 { return c.regs().sc_fs } func
signal_openbsd_amd64.go 37 func (c *sigctxt) fs() uint64 { return c.regs().sc_fs } func
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strtod.py 95 fs = float(s)
101 got = fs.hex()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strtod.py 95 fs = float(s)
101 got = fs.hex()
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-x86_64.s 162 .cfi_undefined fs ; nop
166 .cfi_undefined fs.base ; nop
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
bundle.s 76 lock addl $0xaabbccdd,%fs:0x10(%esi)
85 lock addl $0xaabbccdd,%fs:0x7ff(%esi)
equ.d 14 [ 0-9a-f]+:[ 0-9a-f]+mov[ ]+%fs:\(%ecx,%ecx,4\),%ecx
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
am33-2.c 61 sprintf (data->as_in, "fs%u", val);
78 sprintf (data->as_in, "fs%u", val);
475 def_am_insn (fabs, fs, 3, 0xf944, freg (0, 8));
478 def_am_insn (fneg, fs, 3, 0xf946, freg (0, 8));
481 def_am_insn (frsqrt, fs, 3, 0xf950, freg (0, 8));
484 def_am_insn (fsqrt, fs, 3, 0xf952, freg (0, 8));
518 am_insn (fabs, fs),
520 am_insn (fneg, fs),
522 am_insn (frsqrt, fs),
524 am_insn (fsqrt, fs),
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
BootSector.java 20 package de.waldheinz.fs.fat;
22 import de.waldheinz.fs.BlockDevice;
Fat.java 20 package de.waldheinz.fs.fat;
22 import de.waldheinz.fs.BlockDevice;
FatDirectoryEntry.java 20 package de.waldheinz.fs.fat;
22 import de.waldheinz.fs.AbstractFsObject;
329 * @see org.jnode.fs.FSDirectoryEntry#isFile()
  /external/valgrind/none/tests/mips32/
fpu_branches.stdout.exp 1 --- BC1F --- if fs != ft then out = fs else out = fs + ft
2 bc1f, c.eq.s out=0.000000, fs=0.000000, ft=-4578.500000
3 bc1f, c.eq.d out=0.000000, fs=0.000000, ft=-45786.500000
4 bc1f, c.eq.s out=912.500000, fs=456.250000, ft=456.250000
5 bc1f, c.eq.d out=912.500000, fs=456.250000, ft=456.250000
6 bc1f, c.eq.s out=3.000000, fs=3.000000, ft=34.031250
7 bc1f, c.eq.d out=3.000000, fs=3.000000, ft=34.031250
8 bc1f, c.eq.s out=-1.000000, fs=-1.000000, ft=4578.75000
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c 307 void *fs = NULL; local
311 fs = util_make_fragment_passthrough_shader(r->pipe);
314 fs = util_make_fragment_tex_shader(r->pipe,
318 fs = create_scissor_fs(r->pipe);
321 fs = create_white_fs(r->pipe);
324 assert(!"Unknown renderer fs id");
328 r->cached_fs[id] = fs;
453 void *fs,
460 cso_set_fragment_shader_handle(renderer->cso, fs);
468 /* upload fs constant buffer *
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java 3055 CompletableFuture<Integer>[] fs local
3072 CompletableFuture<Integer>[] fs local
3089 CompletableFuture<Integer>[] fs local
3130 CompletableFuture[] fs = new CompletableFuture[k]; local
3145 CompletableFuture[] fs = new CompletableFuture[k]; local
3164 CompletableFuture[] fs = new CompletableFuture[k]; local
3182 CompletableFuture[] fs = new CompletableFuture[k]; local
    [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
ModuleRepo.java 351 List<TestFilter> fs = filters.get(id); local
352 if (fs == null) {
353 fs = new ArrayList<>();
354 filters.put(id, fs);
356 return fs;
  /external/e2fsprogs/lib/ext2fs/
gen_bitmap.c 32 ext2_filsys fs; member in struct:ext2fs_struct_generic_bitmap
76 errcode_t ext2fs_make_generic_bitmap(errcode_t magic, ext2_filsys fs,
91 bitmap->fs = fs;
146 return (ext2fs_make_generic_bitmap(src->magic, src->fs,
  /external/llvm/test/MC/X86/
x86-64.s 173 // CHECK: fs
175 fs;movb 0(%eax), %al
893 push %fs
894 // CHECK: pushq %fs
900 pushw %fs
901 // CHECK: pushw %fs
908 pop %fs
909 // CHECK: popq %fs
915 popw %fs
916 // CHECK: popw %fs
    [all...]
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 112 if (sys::fs::equivalent(SourceFile, Files.first))
198 sys::fs::file_status Status;
199 if (sys::fs::status(LHS, Status))
202 if (sys::fs::status(RHS, Status))
362 if (std::error_code EC = sys::fs::make_absolute(Path)) {
  /external/opencv/cv/src/
cvhistogram.cpp     [all...]
  /external/skia/tests/
FontMgrTest.cpp 104 SkFontStyle fs; local
105 set->getStyle(j, &fs, &sname);
113 fs.weight(), fs.width(), fs.isItalic());
  /external/v8/test/mjsunit/harmony/
destructuring.js 642 let fs = [];
646 fs.push({fx : function() { return x; }, fy : function() { return y }});
650 assertSame(3, fs.length);
651 for (let i = 0; i < fs.length; i++) {
652 let {fx,fy} = fs[i];
673 var fs = [];
677 fs.push({fx : function() { return x; }, fy : function() { return y }});
681 assertSame(3, fs.length);
682 for (var i = 0; i < fs.length; i++) {
683 var {fx,fy} = fs[i]
    [all...]
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 238 struct stat fs; local
243 rv = stat(filename, &fs);
244 if (rv || !S_ISREG(fs.st_mode))
251 file_buffer = malloc(fs.st_size + 1);
255 real_size = fread(file_buffer, 1, fs.st_size, f);

Completed in 1517 milliseconds

<<51525354555657585960>>