Searched defs: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.s77 ftype RN 0 label
157 MOVNE ftype,#0
210 MOVEQ ftype,#1
214 MOVEQ ftype,#3
215 MOVNE ftype,#2
225 CMP ftype,#3 ;// If ftype >=3 get perform Fixed Length Decoding (Escape Mode 3)
253 CMP ftype,#1
256 ;// ftype==1; Escape mode =1
267 ;// ftype
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s77 ftype RN 0 label
157 MOVNE ftype,#0
210 MOVEQ ftype,#1
214 MOVEQ ftype,#3
215 MOVNE ftype,#2
225 CMP ftype,#3 ;// If ftype >=3 get perform Fixed Length Decoding (Escape Mode 3)
253 CMP ftype,#1
256 ;// ftype==1; Escape mode =1
267 ;// ftype
[all...]

Completed in 52 milliseconds