HomeSort by relevance Sort by last modified time
    Searched defs:ftype (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/clang/test/SemaTemplate/
instantiate-function-2.cpp 36 typedef void ftype(int); typedef in namespace:PR9654
39 ftype f;
  /external/v8/src/
codegen.cc 65 const char* ftype; local
70 ftype = "builtin";
74 ftype = "user-defined";
78 PrintF("*** Generate code for %s function: ", ftype);
  /external/chromium_org/v8/src/
codegen.cc 65 const char* ftype; local
70 ftype = "builtin";
74 ftype = "user-defined";
78 PrintF("[generating %s code for %s function: ", kind, ftype);
  /external/clang/test/CodeGenCXX/
linkage.cpp 124 typedef S(*ftype)(); typedef
125 return reinterpret_cast<void *>(f<ftype>);
141 typedef S(*ftype)(I * x); typedef
142 return reinterpret_cast<void *>(f<ftype>);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 63 ftype RN 0 label
143 MOVNE ftype,#0
192 ;// Load Ftype( Escape Mode) value based on the two successive bits in the bitstream
196 MOVEQ ftype,#1
200 MOVEQ ftype,#3
201 MOVNE ftype,#2
211 CMP ftype,#3 ;// If ftype >=3 get perform Fixed Length Decoding (Escape Mode 3)
239 CMP ftype,#1
242 ;// ftype==1; Escape mode =
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 63 ftype RN 0 label
143 MOVNE ftype,#0
192 ;// Load Ftype( Escape Mode) value based on the two successive bits in the bitstream
196 MOVEQ ftype,#1
200 MOVEQ ftype,#3
201 MOVNE ftype,#2
211 CMP ftype,#3 ;// If ftype >=3 get perform Fixed Length Decoding (Escape Mode 3)
239 CMP ftype,#1
242 ;// ftype==1; Escape mode =
    [all...]
  /frameworks/native/opengl/tools/glgen/src/
CFunc.java 23 CType ftype; field in class:CFunc
49 public void setType(CType ftype) {
50 this.ftype = ftype;
54 return ftype;
108 String s = "Function " + fname + " returns " + ftype + ": ";
123 CType ftype = new CType(); local
126 ftype.setIsConst(true);
129 ftype.setBaseType(ftypeName);
133 ftype.setIsPointer(true)
    [all...]
JFunc.java 25 JType ftype; field in class:JFunc
52 public void setType(JType ftype) {
53 this.ftype = ftype;
57 return ftype;
159 String s = "Function " + fname + " returns " + ftype + ": ";
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /bionic/libc/kernel/arch-arm/asm/
user.h 39 unsigned char ftype[8]; member in struct:user_fp
  /development/ndk/platforms/android-3/arch-arm/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /external/chromium_org/third_party/leveldatabase/src/db/
leveldb_main.cc 185 FileType ftype; local
186 if (!GuessType(fname, &ftype)) {
190 switch (ftype) {
  /external/javassist/src/main/javassist/tools/reflect/
Reflection.java 364 CtClass ftype = f.getType(); local
366 = CtNewMethod.wrapped(ftype, readPrefix + name,
374 writeParam[1] = ftype;
  /external/kernel-headers/original/asm-arm/
user.h 45 unsigned char ftype[8]; member in struct:user_fp
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 84 int ftype = result[FILTER_TYPE]; local
106 (ftype & FILTER_IMAGE_ONLY) != 0,
107 (ftype & FILTER_IMAGE_ONLY) == 0 && ftypef == 0,
110 (ftype & FILTER_VIDEO_ONLY) != 0,
111 (ftype & FILTER_VIDEO_ONLY) == 0 && ftypef == 0,
114 ftype == 0, ftype != 0 && ftypef == 0, fcurrent == 0);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/
user.h 30 unsigned char ftype[8]; member in struct:user_fp

Completed in 1327 milliseconds

1 2 3