/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/ |
processor_32.h | 191 unsigned short fs, __fsh; member in struct:i386_hw_tss 216 unsigned long fs; member in struct:thread_struct 232 #define INIT_THREAD { .esp0 = sizeof(init_stack) + (long)&init_stack, .vm86_info = NULL, .sysenter_cs = __KERNEL_CS, .io_bitmap_ptr = NULL, .fs = __KERNEL_PERCPU, }
|
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/ |
processor_32.h | 191 unsigned short fs, __fsh; member in struct:i386_hw_tss 216 unsigned long fs; member in struct:thread_struct 232 #define INIT_THREAD { .esp0 = sizeof(init_stack) + (long)&init_stack, .vm86_info = NULL, .sysenter_cs = __KERNEL_CS, .io_bitmap_ptr = NULL, .fs = __KERNEL_PERCPU, }
|
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/ |
processor_32.h | 191 unsigned short fs, __fsh; member in struct:i386_hw_tss 216 unsigned long fs; member in struct:thread_struct 232 #define INIT_THREAD { .esp0 = sizeof(init_stack) + (long)&init_stack, .vm86_info = NULL, .sysenter_cs = __KERNEL_CS, .io_bitmap_ptr = NULL, .fs = __KERNEL_PERCPU, }
|
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/ |
processor_32.h | 191 unsigned short fs, __fsh; member in struct:i386_hw_tss 216 unsigned long fs; member in struct:thread_struct 232 #define INIT_THREAD { .esp0 = sizeof(init_stack) + (long)&init_stack, .vm86_info = NULL, .sysenter_cs = __KERNEL_CS, .io_bitmap_ptr = NULL, .fs = __KERNEL_PERCPU, }
|
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/ |
processor_32.h | 191 unsigned short fs, __fsh; member in struct:i386_hw_tss 216 unsigned long fs; member in struct:thread_struct 232 #define INIT_THREAD { .esp0 = sizeof(init_stack) + (long)&init_stack, .vm86_info = NULL, .sysenter_cs = __KERNEL_CS, .io_bitmap_ptr = NULL, .fs = __KERNEL_PERCPU, }
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/ |
processor_32.h | 191 unsigned short fs, __fsh; member in struct:i386_hw_tss 216 unsigned long fs; member in struct:thread_struct 232 #define INIT_THREAD { .esp0 = sizeof(init_stack) + (long)&init_stack, .vm86_info = NULL, .sysenter_cs = __KERNEL_CS, .io_bitmap_ptr = NULL, .fs = __KERNEL_PERCPU, }
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/ |
processor_32.h | 191 unsigned short fs, __fsh; member in struct:i386_hw_tss 216 unsigned long fs; member in struct:thread_struct 232 #define INIT_THREAD { .esp0 = sizeof(init_stack) + (long)&init_stack, .vm86_info = NULL, .sysenter_cs = __KERNEL_CS, .io_bitmap_ptr = NULL, .fs = __KERNEL_PERCPU, }
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
SimpleHTTPServer.py | 93 fs = os.fstat(f.fileno()) 94 self.send_header("Content-Length", str(fs[6])) 95 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
SimpleHTTPServer.py | 93 fs = os.fstat(f.fileno()) 94 self.send_header("Content-Length", str(fs[6])) 95 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-bundle.s | 76 lock addl $0x11223344,%fs:0x10(%rsi) 85 lock addl $0x11223344,%fs:0x7ff(%rsi) 88 lock addl $0x11223344,%fs:0x7ff(%r11)
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
ClusterChain.java | 19 package de.waldheinz.fs.fat; 21 import de.waldheinz.fs.AbstractFsObject; 22 import de.waldheinz.fs.BlockDevice;
|
/external/valgrind/coregrind/m_coredump/ |
coredump-solaris.c | 331 struct vki_fpchip_state *fs = &fpu->fp_reg_set.fpchip_state; local 332 vg_assert(sizeof(fs->state) == 108); 335 (UChar *) &fs->state); 340 fs->mxcsr = mxcsr; 350 COPY_OUT_XMM(fs->xmm[0], arch->vex.guest_XMM0); 351 COPY_OUT_XMM(fs->xmm[1], arch->vex.guest_XMM1); 352 COPY_OUT_XMM(fs->xmm[2], arch->vex.guest_XMM2); 353 COPY_OUT_XMM(fs->xmm[3], arch->vex.guest_XMM3); 354 COPY_OUT_XMM(fs->xmm[4], arch->vex.guest_XMM4); 355 COPY_OUT_XMM(fs->xmm[5], arch->vex.guest_XMM5) 361 struct vki_fpchip_state *fs = &fpu->fp_reg_set.fpchip_state; local [all...] |
/external/opencv3/apps/traincascade/ |
old_ml_boost.cpp | 879 void CvBoostTree::read( CvFileStorage* fs, CvFileNode* fnode, CvBoost* _ensemble, CvDTreeTrainData* _data ) 881 CvDTree::read( fs, fnode, _data ); [all...] |
/external/dng_sdk/source/ |
dng_exif.cpp | 601 dng_urational dng_exif::EncodeFNumber (real64 fs) 606 if (fs > 10.0) 609 y.Set_real64 (fs, 1); 613 else if (fs < 1.0) 616 y.Set_real64 (fs, 100); 626 y.Set_real64 (fs, 10); 638 void dng_exif::SetFNumber (real64 fs) 648 // will be omitted in the case where fs < 1.0. 650 if (fs > 0.0 && fs <= 32768.0 1495 dng_urational fs = stream.TagValue_urational (tagType); local 2087 real64 fs = fFNumber.As_real64 (); local 4219 real64 fs = fFNumber.As_real64 (); local [all...] |
/external/libopus/celt/tests/ |
test_unit_entropy.c | 280 int fs; local 285 fs=ec_decode(&dec,1<<logp1[j]); 286 sym=fs>=(1<<logp1[j])-1; 291 fs=ec_decode_bin(&dec,logp1[j]); 292 sym=fs>=(1<<logp1[j])-1;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_pstipple.c | 406 struct pipe_shader_state *fs, 411 const uint newLen = tgsi_num_tokens(fs->tokens) + NUM_NEW_TOKENS; 436 tgsi_scan_shader(fs->tokens, &transform.info); 444 tgsi_transform_shader(fs->tokens, 449 tgsi_dump(fs->tokens, 0);
|
/external/opencv3/modules/viz/src/ |
vizcore.cpp | 250 FileStorage fs(file, FileStorage::READ); 251 if (!fs.isOpened()) 255 fs[tag] >> hdr; 265 FileStorage fs(file, FileStorage::WRITE); 266 fs << tag << Mat(pose.matrix, false);
|
/external/skia/src/ports/ |
SkFontConfigInterface_direct.cpp | 565 FcFontSet* fs = FcFontList(nullptr, pat, os); local 566 SkAutoTCallVProc<FcFontSet, FcFontSetDestroy> autoDestroyFs(fs); 567 if (nullptr == fs) { 573 for (int i = 0; i < fs->nfont; ++i) { 574 FcPattern* match = fs->fonts[i];
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
inst.h | 879 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int fr : 5, __BITFIELD_FIELD(unsigned int ft : 5, __BITFIELD_FIELD(unsigned int fs : 5, __BITFIELD_FIELD(unsigned int fd : 5, __BITFIELD_FIELD(unsigned int func : 4, __BITFIELD_FIELD(unsigned int fmt : 2,; 889 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int ft : 5, __BITFIELD_FIELD(unsigned int fs : 5, __BITFIELD_FIELD(unsigned int fd : 5, __BITFIELD_FIELD(unsigned int func : 6,; 914 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int fmt : 5, __BITFIELD_FIELD(unsigned int ft : 5, __BITFIELD_FIELD(unsigned int fs : 5, __BITFIELD_FIELD(unsigned int fd : 5, __BITFIELD_FIELD(unsigned int func : 6,; 919 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int ft : 5, __BITFIELD_FIELD(unsigned int fs : 5, __BITFIELD_FIELD(unsigned int fd : 5, __BITFIELD_FIELD(unsigned int fmt : 3, __BITFIELD_FIELD(unsigned int op : 2, __BITFIELD_FIELD(unsigned int func : 6,; 924 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int op : 5, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIELD(unsigned int fs : 5, __BITFIELD_FIELD(unsigned int fd : 5, __BITFIELD_FIELD(unsigned int func : 6,; 929 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIELD(unsigned int fs : 5, __BITFIELD_FIELD(unsigned int fmt : 2, __BITFIELD_FIELD(unsigned int op : 8, __BITFIELD_FIELD(unsigned int func : 6,; 934 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int fd : 5, __BITFIELD_FIELD(unsigned int fs : 5, __BITFIELD_FIELD(unsigned int cc : 3, __BITFIELD_FIELD(unsigned int zero : 2, __BITFIELD_FIELD(unsigned int fmt : 2, __BITFIELD_FIELD(unsigned int op : 3, __BITFIELD_FIELD(unsigned int func : 6,; 939 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIELD(unsigned int fs : 5, __BITFIELD_FIELD(unsigned int fmt : 3, __BITFIELD_FIELD(unsigned int op : 7, __BITFIELD_FIELD(unsigned int func : 6,; 944 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIELD(unsigned int fs : 5, __BITFIELD_FIELD(unsigned int cc : 3, __BITFIELD_FIELD(unsigned int fmt : 3, __BITFIELD_FIELD(unsigned int cond : 4, __BITFIELD_FIELD(unsigned int func : 6,; 954 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int fr : 5, __BITFIELD_FIELD(unsigned int ft : 5, __BITFIELD_FIELD(unsigned int fs : 5, __BITFIELD_FIELD(unsigned int fd : 5, __BITFIELD_FIELD(unsigned int func : 6, [all...] |
/external/kernel-headers/original/uapi/asm-mips/asm/ |
inst.h | 602 __BITFIELD_FIELD(unsigned int fs : 5, 620 __BITFIELD_FIELD(unsigned int fs : 5, 676 __BITFIELD_FIELD(unsigned int fs : 5, 685 __BITFIELD_FIELD(unsigned int fs : 5, 697 __BITFIELD_FIELD(unsigned int fs : 5, 706 __BITFIELD_FIELD(unsigned int fs : 5, 716 __BITFIELD_FIELD(unsigned int fs : 5, 728 __BITFIELD_FIELD(unsigned int fs : 5, 738 __BITFIELD_FIELD(unsigned int fs : 5, 760 __BITFIELD_FIELD(unsigned int fs : 5 [all...] |
/external/opencv3/modules/core/include/opencv2/ |
core.hpp | [all...] |
/external/clang/lib/Driver/ |
MSVCToolChain.cpp | 234 for (llvm::sys::fs::directory_iterator DirIt(IncludePath, EC), DirEnd; 236 if (!llvm::sys::fs::is_directory(DirIt->path())) 278 if (llvm::sys::fs::exists(TestPath.c_str())) { 341 return !llvm::sys::fs::exists(TestPath); 405 if (llvm::sys::fs::can_execute(FilePath.c_str()) && 406 !llvm::sys::fs::equivalent(FilePath.c_str(), clangProgramPath)) { 431 if (!llvm::sys::fs::can_execute(ClPath.c_str()))
|
/external/clang/lib/StaticAnalyzer/Core/ |
HTMLDiagnostics.cpp | 108 if (std::error_code ec = llvm::sys::fs::create_directories(Directory)) { 187 llvm::sys::fs::current_path(DirName); 297 llvm::sys::fs::make_absolute(Model)) { 303 llvm::sys::fs::createUniqueFile(Model, FD, ResultPath)) { 323 EC = llvm::sys::fs::openFileForWrite(Model, 325 llvm::sys::fs::F_RW | 326 llvm::sys::fs::F_Excl);
|
/external/llvm/lib/Support/ |
raw_ostream.cpp | 399 raw_ostream &raw_ostream::operator<<(const FormattedString &FS) { 400 unsigned Len = FS.Str.size(); 401 int PadAmount = FS.Width - Len; 402 if (FS.RightJustify && (PadAmount > 0)) 404 this->operator<<(FS.Str); 405 if (!FS.RightJustify && (PadAmount > 0)) 491 sys::fs::OpenFlags Flags) { 499 if (!(Flags & sys::fs::F_Text)) 505 EC = sys::fs::openFileForWrite(Filename, FD, Flags); 513 sys::fs::OpenFlags Flags [all...] |
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 326 sys::fs::perms Mode = C.getAccessMode(); 345 sys::fs::perms Mode = C.getAccessMode(); 350 sys::fs::openFileForWrite(Storage.c_str(), FD, sys::fs::F_None, Mode), 367 sys::fs::setLastModificationAndAccessTime(FD, C.getLastModified())); 495 sys::fs::file_status Status; 496 failIfError(sys::fs::status(*MI, Status), *MI);
|