Home
last modified time | relevance | path

Searched refs:rtype (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.cpp34 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
35 typedef rtype (GL_APIENTRY *FUNC_TYPE(fname)) params; // NOLINT
50 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
71 #define API_ENTRY_RET(rtype,fname,params,args) \ in initClientFuncs() argument
108 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
109 static rtype _egl_ ## fname params \
113 return (rtype)0; \
117 return (rtype)0; \
132 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_mkupdate.c119 u_int16_t rtype, rclass; in res_mkupdate() local
160 rtype = rrecp->r_type; in res_mkupdate()
169 rtype = T_ANY; in res_mkupdate()
174 rtype = T_ANY; in res_mkupdate()
217 PUTSHORT(rtype, cp); in res_mkupdate()
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
DSplitFspBin.py567 rtype = each >> 12
568 if rtype == 0: # IMAGE_REL_BASED.ABSOLUTE:
570 if rtype != 3: # IMAGE_REL_BASED_HIGHLOW
571 raise Exception("ERROR: Unsupported relocation type %d!" % rtype)
576 self.RelocList.append((rtype, aoff))
584 for (rtype, roff) in self.RelocList:
585 if rtype == 0x03: # HIGHLOW
592 raise Exception('ERROR: Unknown relocation type %d !' % rtype)