HomeSort by relevance Sort by last modified time
    Searched refs:fs (Results 251 - 275 of 697) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 671 #define CI_GET_CHAR_INFO_1D(fs,col,def,cs) \
674 if (col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
675 if (fs->per_char == NULL) { \
676 cs = &fs->min_bounds; \
678 cs = &fs->per_char[(col - fs->min_char_or_byte2)]; \
684 #define CI_GET_DEFAULT_INFO_1D(fs,cs) \
685 CI_GET_CHAR_INFO_1D (fs, fs->default_char, NULL, cs
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 671 #define CI_GET_CHAR_INFO_1D(fs,col,def,cs) \
674 if (col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
675 if (fs->per_char == NULL) { \
676 cs = &fs->min_bounds; \
678 cs = &fs->per_char[(col - fs->min_char_or_byte2)]; \
684 #define CI_GET_DEFAULT_INFO_1D(fs,cs) \
685 CI_GET_CHAR_INFO_1D (fs, fs->default_char, NULL, cs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 671 #define CI_GET_CHAR_INFO_1D(fs,col,def,cs) \
674 if (col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
675 if (fs->per_char == NULL) { \
676 cs = &fs->min_bounds; \
678 cs = &fs->per_char[(col - fs->min_char_or_byte2)]; \
684 #define CI_GET_DEFAULT_INFO_1D(fs,cs) \
685 CI_GET_CHAR_INFO_1D (fs, fs->default_char, NULL, cs
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
sigcontext.h 65 unsigned short fs, __fsh; member in struct:sigcontext
  /development/ndk/platforms/android-9/arch-x86/include/asm/
sigcontext.h 65 unsigned short fs, __fsh; member in struct:sigcontext
  /external/grub/stage2/
pc_slice.h 150 #define IS_PC_SLICE_TYPE_BSD_WITH_FS(type,fs) \
151 ((type) == (PC_SLICE_TYPE_FREEBSD | ((fs) << 8)) \
152 || (type) == (PC_SLICE_TYPE_OPENBSD | ((fs) << 8)) \
153 || (type) == (PC_SLICE_TYPE_NETBSD | (fs) << 8))
  /external/kernel-headers/original/linux/
auto_fs.h 18 #include <linux/fs.h>
msm_hw3d.h 20 #include <linux/fs.h>
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /external/oprofile/module/
op_dname.c 152 read_lock(&current->fs->lock);
153 rootmnt = mntget(current->fs->rootmnt);
154 root = dget(current->fs->root);
155 read_unlock(&current->fs->lock);
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInput.h 51 const sys::fs::Path& pPath,
  /frameworks/compile/mclinker/lib/Support/
RealPath.cpp 12 using namespace mcld::sys::fs;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sigcontext32.h 48 unsigned short fs, __fsh; member in struct:sigcontext_ia32
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext32.h 48 unsigned short fs, __fsh; member in struct:sigcontext_ia32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext32.h 48 unsigned short fs, __fsh; member in struct:sigcontext_ia32
  /external/aac/libSBRdec/src/
lpp_tran.h 224 UINT fs,
237 UINT fs);
  /external/kernel-headers/original/asm-x86/
vm86.h 98 unsigned short fs, __fsh; member in struct:vm86_regs
160 unsigned short fs, __fsh; member in struct:kernel_vm86_regs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/bits/
sigcontext.h 84 unsigned short fs, __fsh; member in struct:sigcontext
147 unsigned short fs; member in struct:sigcontext
  /external/chromium/third_party/libjingle/source/talk/base/
linux.cc 118 FileStream *fs = new FileStream(); local
119 if (!fs->Open(filename, "r")) {
122 instream_.reset(fs);
275 FileStream fs; local
277 if (!fs.Open(kCpuMaxFreqFile, "r") || SR_SUCCESS != fs.ReadLine(&str)) {
  /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];
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestRS.java 113 ProgramFragment.Builder fs; local
115 fs = new ProgramFragment.Builder(mRS);
116 fs.setShader(mRes, R.raw.vignette_fs);
117 fs.addConstant(mFSVignetteConst.getAllocation().getType());
118 fs.addTexture(Program.TextureType.TEXTURE_2D);
119 mPFVignette = fs.create();
  /external/valgrind/main/tests/
vg_regtest.in 200 my @fs;
216 push(@fs, $arg);
222 @fs = ();
224 push(@fs, $f) if (-d $f);
228 (0 != @fs) or die "No test files or directories specified\n";
230 return @fs;
543 my @fs = glob "*";
544 my $found_tests = (0 != (grep { $_ =~ /\.vgtest$/ } @fs));
549 foreach my $f (@fs) {
610 my @fs = process_command_line()
    [all...]
  /external/e2fsprogs/lib/ext2fs/
extent.c 53 ext2_filsys fs; member in struct:ext2_extent_handle
180 extern errcode_t ext2fs_extent_open(ext2_filsys fs, ext2_ino_t ino,
183 return ext2fs_extent_open2(fs, ino, NULL, ret_handle);
186 extern errcode_t ext2fs_extent_open2(ext2_filsys fs, ext2_ino_t ino,
195 EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS);
198 if ((ino == 0) || (ino > fs->super->s_inodes_count))
211 handle->fs = fs;
217 retval = ext2fs_read_inode(fs, ino, handle->inode);
262 handle->inode->i_size + (fs->blocksize - 1)
    [all...]

Completed in 1941 milliseconds

<<11121314151617181920>>