Searched refs:ftype (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java23 CType ftype; field in class:CFunc
49 public void setType(CType ftype) { argument
50 this.ftype = ftype;
54 return ftype;
108 String s = "Function " + fname + " returns " + ftype + ": ";
123 CType ftype = new CType();
126 ftype.setIsConst(true);
129 ftype.setBaseType(ftypeName);
133 ftype
[all...]
H A DJFunc.java25 JType ftype; field in class:JFunc
52 public void setType(JType ftype) { argument
53 this.ftype = ftype;
57 return ftype;
159 String s = "Function " + fname + " returns " + ftype + ": ";
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s63 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 Length Decoding (Escape Mode 3)
239 CMP ftype,#1
242 ;// ftype==1; Escape mode =1
253 ;// ftype
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s63 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 Length Decoding (Escape Mode 3)
239 CMP ftype,#1
242 ;// ftype==1; Escape mode =1
253 ;// ftype
[all...]

Completed in 357 milliseconds