Searched refs:ftype (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/opengl/tools/glgen/src/ |
D | CFunc.java | 23 CType ftype; field in CFunc 48 public void setType(CType ftype) { in setType() argument 49 this.ftype = ftype; in setType() 53 return ftype; in getType() 100 String s = "Function " + fname + " returns " + ftype + ": "; in toString() 115 CType ftype = new CType(); in parseCFunc() local 118 ftype.setIsConst(true); in parseCFunc() 121 ftype.setBaseType(ftypeName); in parseCFunc() 125 ftype.setIsPointer(true); in parseCFunc() 130 cfunc.setType(ftype); in parseCFunc()
|
D | JFunc.java | 25 JType ftype; field in JFunc 52 public void setType(JType ftype) { in setType() argument 53 this.ftype = ftype; in setType() 57 return ftype; in getType() 159 String s = "Function " + fname + " returns " + ftype + ": "; in toString()
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
D | armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 63 ftype RN 0 label 143 MOVNE ftype,#0 196 MOVEQ ftype,#1 200 MOVEQ ftype,#3 201 MOVNE ftype,#2 211 …CMP ftype,#3 ;// If ftype >=3 get perform Fixed… 239 CMP ftype,#1 257 CMP ftype,#2
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
D | armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 63 ftype RN 0 label 143 MOVNE ftype,#0 196 MOVEQ ftype,#1 200 MOVEQ ftype,#3 201 MOVNE ftype,#2 211 …CMP ftype,#3 ;// If ftype >=3 get perform Fixed… 239 CMP ftype,#1 257 CMP ftype,#2
|