Searched refs:fos (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DFastOutputStreamTest.java56 FastOutputStream fos = new FastOutputStream();
58 (FastOutputStream.DEFAULT_INIT_SIZE, fos.getBufferBytes().length);
61 fos.write(new byte[FastOutputStream.DEFAULT_INIT_SIZE + 1]);
64 fos.getBufferBytes().length);
67 fos.write(new byte[FastOutputStream.DEFAULT_INIT_SIZE + 1]);
70 fos.getBufferBytes().length);
H A DSharedTestUtils.java175 FileOutputStream fos = null;
178 fos = new FileOutputStream(toFile);
180 fos.write(data);
185 if (fos != null) {
186 fos.close();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Duser_32.h51 long fos; member in struct:user_i387_struct
63 long fos; member in struct:user_fxsr_struct
H A Duser32.h14 u32 fos; member in struct:user_i387_ia32_struct
27 int fos; member in struct:user32_fxsr_struct
H A Dprocessor.h290 u32 fos; /* FPU Operand Pointer Selector */ member in struct:i387_fsave_struct
313 u32 fos; /* FPU Operand Selector */ member in struct:i387_fxsave_struct::__anon10572::__anon10574
341 u32 fos; member in struct:i387_soft_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Di387.c139 fp->fos = 0xffff0000u;
394 asm("mov %%ds, %[fos]" : [fos] "=r" (env->fos));
399 env->fos = 0xffff0000 | tsk->thread.ds;
406 env->fos = fxsave->fos;
434 fxsave->fos = env->fos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djxl.jar ... file jxl.WorkbookSettings ws java.io.FileOutputStream fos jxl.write.WritableWorkbook w public static jxl. ...
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DSerialBindingTest.java194 FastOutputStream fos = super.getSerialOutput(object);
195 bufSize = fos.getBufferBytes().length;
196 return fos;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dsignal.c112 env[6] = fxsave->fos;
149 fxsave->fos = env[6];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_entry.c750 S387->fos |= 0xffff0000;
H A Dreg_ld_str.c1184 I387->soft.fos |= 0xffff0000;

Completed in 145 milliseconds