Home
last modified time | relevance | path

Searched refs:errcode (Results 1 – 4 of 4) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dparse.hpp83 #define errcode errcode_t macro
85 typedef unsigned int errcode; typedef
92 static errcode GetTexDef(FILE *);
100 static errcode GetSphere(FILE *);
101 static errcode GetPlane(FILE *);
102 static errcode GetRing(FILE *);
103 static errcode GetBox(FILE *);
104 static errcode GetVol(FILE *);
105 static errcode GetTri(FILE *);
106 static errcode GetSTri(FILE *);
[all …]
H A Dparse.cpp199 errcode rc; in readmodel()
424 errcode rc; in GetTexBody()
502 errcode rc; in GetLight()
536 errcode rc; in GetCylinder()
558 errcode rc; in GetFCylinder()
586 errcode rc; in GetPolyCylinder()
614 errcode rc; in GetSphere()
633 errcode rc; in GetPlane()
651 errcode rc; in GetVol()
671 errcode rc; in GetBox()
[all …]
/oneTBB/examples/graph/fgbzip2/
H A Dbzlib_private.hpp103 extern void BZ2_bz__AssertH__fail(int errcode);
104 #define AssertH(cond, errcode) \ argument
107 BZ2_bz__AssertH__fail(errcode); \
131 extern void bz_internal_error(int errcode);
132 #define AssertH(cond, errcode) \ argument
135 bz_internal_error(errcode); \
H A Dbzlib.cpp87 void BZ2_bz__AssertH__fail(int errcode) { in BZ2_bz__AssertH__fail() argument
97 errcode, in BZ2_bz__AssertH__fail()
100 if (errcode == 1007) { in BZ2_bz__AssertH__fail()