Home
last modified time | relevance | path

Searched refs:BOUNDS_CHECK (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/dports/dns/libbind/libbind-6.0/nameser/
H A Dns_verify.c49 #define BOUNDS_CHECK(ptr, count) \ macro
196 BOUNDS_CHECK(cp, INT16SZ); in ns_verify()
198 BOUNDS_CHECK(cp, sigfieldlen); in ns_verify()
203 BOUNDS_CHECK(cp, 2*INT16SZ); in ns_verify()
208 BOUNDS_CHECK(cp, INT16SZ); in ns_verify()
210 BOUNDS_CHECK(cp, otherfieldlen); in ns_verify()
428 BOUNDS_CHECK(cp, INT16SZ); in ns_verify_tcp()
430 BOUNDS_CHECK(cp, sigfieldlen); in ns_verify_tcp()
435 BOUNDS_CHECK(cp, 2*INT16SZ); in ns_verify_tcp()
440 BOUNDS_CHECK(cp, INT16SZ); in ns_verify_tcp()
[all …]
H A Dns_sign.c48 #define BOUNDS_CHECK(ptr, count) \ macro
126 BOUNDS_CHECK(cp, INT16SZ + INT16SZ + INT32SZ + INT16SZ); in ns_sign2()
147 BOUNDS_CHECK(cp, INT16SZ + INT32SZ + INT16SZ); in ns_sign2()
222 BOUNDS_CHECK(cp, INT16SZ + (*siglen)); in ns_sign2()
228 BOUNDS_CHECK(cp, INT16SZ + INT16SZ); in ns_sign2()
233 BOUNDS_CHECK(cp, INT16SZ); in ns_sign2()
238 BOUNDS_CHECK(cp, INT32SZ+INT16SZ); in ns_sign2()
339 BOUNDS_CHECK(cp, INT16SZ + INT32SZ + INT16SZ); in ns_sign_tcp2()
365 BOUNDS_CHECK(cp, INT16SZ + state->siglen); in ns_sign_tcp2()
371 BOUNDS_CHECK(cp, INT16SZ + INT16SZ); in ns_sign_tcp2()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/raytracing/
H A DMeshConnectivityBuilder.cxx51 BOUNDS_CHECK(shapes, index); in operator ()()
156 BOUNDS_CHECK(mortonCodes, index); in operator ()()
176 BOUNDS_CHECK(shapes, cellId1); in operator ()()
177 BOUNDS_CHECK(shapes, cellId2); in operator ()()
199 BOUNDS_CHECK(connectivity, in operator ()()
201 BOUNDS_CHECK(connectivity, in operator ()()
232 BOUNDS_CHECK(faceIdPairs, index); in operator ()()
236 BOUNDS_CHECK(faceIdPairs, index); in operator ()()
246 BOUNDS_CHECK(flags, index); in operator ()()
280 BOUNDS_CHECK(shapes, cellId); in operator ()()
[all …]
H A DMeshConnectivityBase.h194 BOUNDS_CHECK(FaceOffsetsPortal, cellId); in GetConnectingCell()
196 BOUNDS_CHECK(FaceConnPortal, cellStartIndex + face); in GetConnectingCell()
207 BOUNDS_CHECK(CellOffsetsPortal, cellId); in GetCellIndices()
212 BOUNDS_CHECK(CellConnPortal, cellOffset + i); in GetCellIndices()
222 BOUNDS_CHECK(ShapesPortal, cellId); in GetCellShape()
274 BOUNDS_CHECK(CellOffsetsPortal, cellId); in GetConnectingCell()
276 BOUNDS_CHECK(FaceConnPortal, cellStartIndex + face); in GetConnectingCell()
283 BOUNDS_CHECK(CellOffsetsPortal, cellId); in GetCellIndices()
288 BOUNDS_CHECK(CellConnectivityPortal, cellOffset + i); in GetCellIndices()
H A DConnectivityTracer.cxx423 BOUNDS_CHECK(vertices, cellConn[i]); in operator ()()
551 BOUNDS_CHECK(vertices, cellConn[i]); in operator ()()
685 BOUNDS_CHECK(cellData, cellOffset + i); in operator ()()
689 BOUNDS_CHECK(energyBins, rayOffset + i); in operator ()()
759 BOUNDS_CHECK(emissionData, cellOffset + i); in operator ()()
792 BOUNDS_CHECK(emissionBins, rayOffset + i); in operator ()()
939 BOUNDS_CHECK(scalarPortal, currentCell); in operator ()()
958 BOUNDS_CHECK(colorMap, colorIndex); in operator ()()
1076 BOUNDS_CHECK(scalarPortal, cellConn[i]); in operator ()()
1078 BOUNDS_CHECK(vertices, cellConn[i]); in operator ()()
[all …]
H A DVolumeRendererStructured.cxx146 BOUNDS_CHECK(CoordPortals[dim], nextCellId); in LocateCell()
172 BOUNDS_CHECK(Coordinates, index); in GetPoint()
278 BOUNDS_CHECK(Coordinates, index); in GetPoint()
346 BOUNDS_CHECK(colorBuffer, pixelIndex * 4 + 0); in operator ()()
348 BOUNDS_CHECK(colorBuffer, pixelIndex * 4 + 1); in operator ()()
350 BOUNDS_CHECK(colorBuffer, pixelIndex * 4 + 2); in operator ()()
352 BOUNDS_CHECK(colorBuffer, pixelIndex * 4 + 3); in operator ()()
482 BOUNDS_CHECK(colorBuffer, pixelIndex * 4 + 0); in operator ()()
484 BOUNDS_CHECK(colorBuffer, pixelIndex * 4 + 1); in operator ()()
486 BOUNDS_CHECK(colorBuffer, pixelIndex * 4 + 2); in operator ()()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/raytracing/
H A DMeshConnectivityBuilder.cxx61 BOUNDS_CHECK(shapes, index); in operator ()()
163 BOUNDS_CHECK(mortonCodes, index); in operator ()()
183 BOUNDS_CHECK(shapes, cellId1); in operator ()()
184 BOUNDS_CHECK(shapes, cellId2); in operator ()()
206 BOUNDS_CHECK(connectivity, in operator ()()
208 BOUNDS_CHECK(connectivity, in operator ()()
239 BOUNDS_CHECK(faceIdPairs, index); in operator ()()
243 BOUNDS_CHECK(faceIdPairs, index); in operator ()()
253 BOUNDS_CHECK(flags, index); in operator ()()
283 BOUNDS_CHECK(shapes, cellId); in operator ()()
[all …]
H A DConnectivityTracer.hxx228 BOUNDS_CHECK(vertices, cellConn[i]); in operator ()()
343 BOUNDS_CHECK(vertices, cellConn[i]); in operator ()()
497 BOUNDS_CHECK(cellData, cellOffset + i); in operator ()()
501 BOUNDS_CHECK(energyBins, rayOffset + i); in operator ()()
565 BOUNDS_CHECK(emissionData, cellOffset + i); in operator ()()
595 BOUNDS_CHECK(emissionBins, rayOffset + i); in operator ()()
754 BOUNDS_CHECK(scalarPortal, currentCell); in operator ()()
772 BOUNDS_CHECK(ColorMap, colorIndex); in operator ()()
894 BOUNDS_CHECK(scalarPortal, cellConn[i]); in operator ()()
896 BOUNDS_CHECK(vertices, cellConn[i]); in operator ()()
[all …]
H A DMeshConnectivityBase.h171 BOUNDS_CHECK(FaceOffsetsPortal, cellId); in GetConnectingCell()
173 BOUNDS_CHECK(FaceConnPortal, cellStartIndex + face); in GetConnectingCell()
184 BOUNDS_CHECK(CellOffsetsPortal, cellId); in GetCellIndices()
189 BOUNDS_CHECK(CellConnPortal, cellOffset + i); in GetCellIndices()
199 BOUNDS_CHECK(ShapesPortal, cellId) in GetCellShape()
250 BOUNDS_CHECK(CellOffsetsPortal, cellId); in GetConnectingCell()
252 BOUNDS_CHECK(FaceConnPortal, cellStartIndex + face); in GetConnectingCell()
259 BOUNDS_CHECK(CellOffsetsPortal, cellId); in GetCellIndices()
264 BOUNDS_CHECK(CellConnectivityPortal, cellOffset + i); in GetCellIndices()
H A DVolumeRendererStructured.cxx161 BOUNDS_CHECK(CoordPortals[dim], nextCellId); in LocateCell()
187 BOUNDS_CHECK(Coordinates, index); in GetPoint()
292 BOUNDS_CHECK(Coordinates, index); in GetPoint()
360 BOUNDS_CHECK(colorBuffer, pixelIndex * 4 + 0); in operator ()()
362 BOUNDS_CHECK(colorBuffer, pixelIndex * 4 + 1); in operator ()()
364 BOUNDS_CHECK(colorBuffer, pixelIndex * 4 + 2); in operator ()()
366 BOUNDS_CHECK(colorBuffer, pixelIndex * 4 + 3); in operator ()()
496 BOUNDS_CHECK(colorBuffer, pixelIndex * 4 + 0); in operator ()()
498 BOUNDS_CHECK(colorBuffer, pixelIndex * 4 + 1); in operator ()()
500 BOUNDS_CHECK(colorBuffer, pixelIndex * 4 + 2); in operator ()()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/gssapi/krb5/
H A Dimport_name.c228 #define BOUNDS_CHECK(cp, end, n) \ macro
233 BOUNDS_CHECK(cp, end, 2);
246 BOUNDS_CHECK(cp, end, 2);
253 BOUNDS_CHECK(cp, end, 2);
260 BOUNDS_CHECK(cp, end, length);
265 BOUNDS_CHECK(cp, end, 4);
271 BOUNDS_CHECK(cp, end, length);
281 BOUNDS_CHECK(cp, end, 4);
287 BOUNDS_CHECK(cp, end, length);
/dports/math/py-numexpr/numexpr-2.8.0/numexpr/
H A Dinterp_body.cpp17 BOUNDS_CHECK(store_in); \
24 BOUNDS_CHECK(store_in); \
25 BOUNDS_CHECK(arg1); \
40 BOUNDS_CHECK(store_in); \
41 BOUNDS_CHECK(arg1); \
42 BOUNDS_CHECK(arg2); \
60 BOUNDS_CHECK(store_in); \
61 BOUNDS_CHECK(arg1); \
62 BOUNDS_CHECK(arg2); \
63 BOUNDS_CHECK(arg3); \
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/gssapi/krb5/
H A Dimport_name.c241 #define BOUNDS_CHECK(cp, end, n) \ macro
246 BOUNDS_CHECK(cp, end, 2);
259 BOUNDS_CHECK(cp, end, 2);
266 BOUNDS_CHECK(cp, end, 2);
273 BOUNDS_CHECK(cp, end, length);
278 BOUNDS_CHECK(cp, end, 4);
284 BOUNDS_CHECK(cp, end, length);
294 BOUNDS_CHECK(cp, end, 4);
300 BOUNDS_CHECK(cp, end, length);
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hashtables-1.2.3.4/src/Data/HashTable/Internal/
H A DIntArray.hs38 #define BOUNDS_CHECK(arr,i) let sz = (A.sizeofMutableByteArray (arr) \ function
44 #define BOUNDS_CHECK(arr,i)
97 BOUNDS_CHECK(a,idx)
104 BOUNDS_CHECK(a,idx)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hashtables-1.2.3.4/src/Data/HashTable/Internal/
H A DIntArray.hs38 #define BOUNDS_CHECK(arr,i) let sz = (A.sizeofMutableByteArray (arr) \ function
44 #define BOUNDS_CHECK(arr,i)
97 BOUNDS_CHECK(a,idx)
104 BOUNDS_CHECK(a,idx)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hashtables-1.2.4.1/src/Data/HashTable/Internal/
H A DIntArray.hs38 #define BOUNDS_CHECK(arr,i) let sz = (A.sizeofMutableByteArray (arr) \ function
44 #define BOUNDS_CHECK(arr,i)
97 BOUNDS_CHECK(a,idx)
104 BOUNDS_CHECK(a,idx)
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/hashtables-1.2.4.1/src/Data/HashTable/Internal/
H A DIntArray.hs38 #define BOUNDS_CHECK(arr,i) let sz = (A.sizeofMutableByteArray (arr) \ function
44 #define BOUNDS_CHECK(arr,i)
97 BOUNDS_CHECK(a,idx)
104 BOUNDS_CHECK(a,idx)
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/hashtables-1.2.4.1/src/Data/HashTable/Internal/
H A DIntArray.hs38 #define BOUNDS_CHECK(arr,i) let sz = (A.sizeofMutableByteArray (arr) \ function
44 #define BOUNDS_CHECK(arr,i)
97 BOUNDS_CHECK(a,idx)
104 BOUNDS_CHECK(a,idx)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hashtables-1.2.4.1/src/Data/HashTable/Internal/
H A DIntArray.hs38 #define BOUNDS_CHECK(arr,i) let sz = (A.sizeofMutableByteArray (arr) \ function
44 #define BOUNDS_CHECK(arr,i)
97 BOUNDS_CHECK(a,idx)
104 BOUNDS_CHECK(a,idx)
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/hashtables-1.2.3.4/src/Data/HashTable/Internal/
H A DIntArray.hs38 #define BOUNDS_CHECK(arr,i) let sz = (A.sizeofMutableByteArray (arr) \ function
44 #define BOUNDS_CHECK(arr,i)
97 BOUNDS_CHECK(a,idx)
104 BOUNDS_CHECK(a,idx)
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/hashtables-1.2.3.4/src/Data/HashTable/Internal/
H A DIntArray.hs38 #define BOUNDS_CHECK(arr,i) let sz = (A.sizeofMutableByteArray (arr) \ function
44 #define BOUNDS_CHECK(arr,i)
97 BOUNDS_CHECK(a,idx)
104 BOUNDS_CHECK(a,idx)
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/hashtables-1.2.4.1/src/Data/HashTable/Internal/
H A DIntArray.hs38 #define BOUNDS_CHECK(arr,i) let sz = (A.sizeofMutableByteArray (arr) \ function
44 #define BOUNDS_CHECK(arr,i)
97 BOUNDS_CHECK(a,idx)
104 BOUNDS_CHECK(a,idx)
/dports/games/powder-toy/The-Powder-Toy-95.0/src/simulation/elements/
H A DSPNG.cpp59 if (BOUNDS_CHECK && (rx || ry)) in update()
105 if (BOUNDS_CHECK && (rx || ry)) in update()
118 if (BOUNDS_CHECK && (rx || ry)) in update()
146 if (BOUNDS_CHECK && (rx || ry)) in update()
168 if (BOUNDS_CHECK && (rx || ry)) in update()
H A DMERC.cpp75 if (BOUNDS_CHECK && (rx || ry)) in update()
93 if (BOUNDS_CHECK && (rx || ry)) in update()
112 if (BOUNDS_CHECK && (rx || ry)) in update()
/dports/net-im/purple-plugin-pack/purple-plugin-pack-2.8.0/dice/
H A Ddice.c36 #define BOUNDS_CHECK(var, min, min_def, max, max_def) { \ macro
53 BOUNDS_CHECK(dice, 1, 2, 15, 15); in old_school_roll()
54 BOUNDS_CHECK(sides, 2, 2, 999, 999); in old_school_roll()
114 BOUNDS_CHECK(dice, 1, 1, 999, 999); in dice_notation_roll_helper()
122 BOUNDS_CHECK(sides, 2, 2, 999, 999); in dice_notation_roll_helper()

12345678910>>...15