HomeSort by relevance Sort by last modified time
    Searched defs:fs (Results 401 - 425 of 480) sorted by null

<<11121314151617181920

  /external/genext2fs/
genext2fs.c 21 // 6 Jun 2000 Bugfix: fs size multiple of 8
240 #define GRP_NBGROUPS(fs) \
241 (((fs)->sb.s_blocks_count - fs->sb.s_first_data_block + \
242 (fs)->sb.s_blocks_per_group - 1) / (fs)->sb.s_blocks_per_group)
245 #define GRP_GET_GROUP_BBM(fs,grp) ( get_blk((fs),(fs)->gd[(grp)].bg_block_bitmap) )
248 #define GRP_GET_GROUP_IBM(fs,grp) ( get_blk((fs),(fs)->gd[(grp)].bg_inode_bitmap)
1963 filesystem *fs; local
2134 filesystem *fs; local
2537 filesystem *fs; local
    [all...]
  /external/kernel-headers/original/asm-x86/
processor_32.h 314 unsigned short fs, __fsh; member in struct:i386_hw_tss
354 unsigned long fs; member in struct:thread_struct
379 .fs = __KERNEL_PERCPU, \
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 444 FRAGMENT_SHADER_VALID, /* No need to change/validate the FS. */
445 FRAGMENT_SHADER_MAYBE_DIRTY,/* Validate the FS if external state was changed. */
446 FRAGMENT_SHADER_DIRTY /* Always validate the FS (if the FS was changed) */
535 struct r300_atom fs; member in struct:r300_context
656 return (struct r300_fragment_shader*)r300->fs.state;
  /external/mesa3d/src/mesa/drivers/common/
meta.c 1905 GLuint vs, fs; local
3092 GLuint vs, fs; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 3908 struct pmem_freespace fs; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 70 static reg_errcode_t push_fail_stack (struct re_fail_stack_t *fs,
79 static reg_errcode_t free_fail_stack_return (struct re_fail_stack_t *fs)
1444 struct re_fail_stack_t *fs; local
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/guava/guava-tests/lib/
libtruth-gwt.jar 
libtruth.jar 
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 2476 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive); local
2482 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero); local
2488 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); local
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 107 //typedef void (*CvParse)( struct CvFileStorage* fs );
108 typedef void (*CvStartWriteStruct)( struct CvFileStorage* fs, const char* key,
110 typedef void (*CvEndWriteStruct)( struct CvFileStorage* fs );
111 typedef void (*CvWriteInt)( struct CvFileStorage* fs, const char* key, int value );
112 typedef void (*CvWriteReal)( struct CvFileStorage* fs, const char* key, double value );
113 typedef void (*CvWriteString)( struct CvFileStorage* fs, const char* key,
115 typedef void (*CvWriteComment)( struct CvFileStorage* fs, const char* comment, int eol_comment );
116 typedef void (*CvStartNextStream)( struct CvFileStorage* fs );
163 #define CV_IS_FILE_STORAGE(fs) ((fs) != 0 && (fs)->flags == CV_FILE_STORAGE
383 CvFileStorage* fs = *p_fs; local
2675 CvFileStorage* fs = 0; local
5108 CvFileStorage* fs = 0; local
5176 CvFileStorage* fs = 0; local
    [all...]
  /external/qemu/target-mips/
cpu.h 57 float32 fs[2];/* ieee single precision */ member in union:fpr_t
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 214 unsigned short fs; member in struct:vki_sigcontext
505 unsigned long ds,es,fs,gs; member in struct:vki_user_regs_struct
vki-x86-linux.h 236 unsigned short fs, __fsh; member in struct:vki_sigcontext
602 unsigned short fs, __fs, gs, __gs; member in struct:vki_user_regs_struct
853 unsigned short fs, __fsh; member in struct:vki_vm86_regs
vki-arm-linux.h 843 unsigned short fs, __fsh; member in struct:vki_vm86_regs
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 557 struct tagFrameStore *fs[MAX_FS]; /* list of frame stored, actual buffer */ member in struct:tagDecPicBuffer
558 int num_fs; /* size of fs */
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 4154 struct pmem_freespace fs; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-oro.jar 
ant-jai.jar 
ant-commons-net.jar 
ant-junit.jar 
  /external/kernel-headers/original/linux/
sched.h 11 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */
133 * encoded in fs/proc/array.c: get_task_state().
880 struct fs_struct *fs; member in struct:task_struct
906 /* Protection of (de-)allocation: mm, files, fs, tty, keyrings */
989 atomic_t fs_excl; /* holding fs exclusive resources */
    [all...]
  /external/qemu/
i386-dis.c 428 #define fs { OP_REG, fs_reg } macro
843 { "(bad)", { XX } }, /* seg fs */
    [all...]
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js 1117 "\034": "#\\fs",
1160 "fs": "\034",
    [all...]

Completed in 756 milliseconds

<<11121314151617181920