Home
last modified time | relevance | path

Searched refs:bIn (Results 1 – 25 of 837) sorted by relevance

12345678910>>...34

/dports/databases/grass7/grass-7.8.6/vector/v.select/
H A Dselect.c44 nblines = Vect_get_num_lines(bIn); in select_lines()
58 ltype = Vect_get_line_type(bIn, bline); in select_lines()
70 Vect_get_line_box(bIn, bline, &bbox); in select_lines()
105 bline, Vect_get_full_name(bIn)); in select_lines()
155 bline, Vect_get_full_name(bIn)); in select_lines()
202 nbareas = Vect_get_num_areas(bIn); in select_lines()
221 Vect_get_area_box(bIn, barea, &bbox); in select_lines()
253 barea, Vect_get_full_name(bIn)); in select_lines()
273 isle = Vect_get_area_isle(bIn, barea, i); in select_lines()
319 barea, Vect_get_full_name(bIn)); in select_lines()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/osm/
H A Dogr_osm.h164 void SetHasOSMId(int bIn) { bHasOSMId = bIn; } in SetHasOSMId() argument
167 void SetHasVersion(int bIn) { bHasVersion = bIn; } in SetHasVersion() argument
170 void SetHasTimestamp(int bIn) { bHasTimestamp = bIn; } in SetHasTimestamp() argument
173 void SetHasUID(int bIn) { bHasUID = bIn; } in SetHasUID() argument
176 void SetHasUser(int bIn) { bHasUser = bIn; } in SetHasUser() argument
179 void SetHasChangeset(int bIn) { bHasChangeset = bIn; } in SetHasChangeset() argument
181 void SetHasOtherTags(int bIn) { bHasOtherTags = bIn; } in SetHasOtherTags() argument
184 void SetHasAllTags(int bIn) { bHasAllTags = bIn; } in SetHasAllTags() argument
193 void SetDeclareInterest(int bIn) { bUserInterested = bIn; } in SetDeclareInterest() argument
/dports/games/ivan/ivan-059/xbrzscale/
H A Dlibxbrzscale.cpp159 void DeleteCache(bool bIn){ in DeleteCache() argument
160 if(bIn){ in DeleteCache()
170 uint32_t* GetImgUint32Cache(bool bIn, unsigned long lSize){ //as that memory deletion wont happen p… in GetImgUint32Cache() argument
171 if(lSize > (bIn?lUInt32ImgCacheSizeIN:lUInt32ImgCacheSizeOUT)){ in GetImgUint32Cache()
172 …if(libxbrzscale::isDbgMsg())std::cerr<<"libxBRZ: increasing "<<(bIn?"IN":"OUT")<<" image cache to … in GetImgUint32Cache()
174 if((bIn?pUInt32ImgCacheIN:pUInt32ImgCacheOUT)!=NULL)DeleteCache(bIn); in GetImgUint32Cache()
176 (bIn?lUInt32ImgCacheSizeIN:lUInt32ImgCacheSizeOUT)=lSize; in GetImgUint32Cache()
177 …(bIn?pUInt32ImgCacheIN:pUInt32ImgCacheOUT)=new uint32_t[bIn?lUInt32ImgCacheSizeIN:lUInt32ImgCacheS… in GetImgUint32Cache()
180 return (bIn?pUInt32ImgCacheIN:pUInt32ImgCacheOUT); in GetImgUint32Cache()
183 uint32_t* libxbrzscale::surfaceToUint32(bool bIn, SDL_Surface* img){ in surfaceToUint32() argument
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/osm/
H A Dogr_osm.h176 void SetHasOSMId(bool bIn) { bHasOSMId = bIn; } in SetHasOSMId() argument
179 void SetHasVersion(bool bIn) { bHasVersion = bIn; } in SetHasVersion() argument
182 void SetHasTimestamp(bool bIn) { bHasTimestamp = bIn; } in SetHasTimestamp() argument
185 void SetHasUID(bool bIn) { bHasUID = bIn; } in SetHasUID() argument
188 void SetHasUser(bool bIn) { bHasUser = bIn; } in SetHasUser() argument
191 void SetHasChangeset(bool bIn) { bHasChangeset = bIn; } in SetHasChangeset() argument
194 void SetHasOtherTags(bool bIn) { bHasOtherTags = bIn; } in SetHasOtherTags() argument
197 void SetHasAllTags(bool bIn) { bHasAllTags = bIn; } in SetHasAllTags() argument
205 void SetDeclareInterest(bool bIn) { bUserInterested = bIn; } in SetDeclareInterest() argument
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/osm/
H A Dogr_osm.h176 void SetHasOSMId(bool bIn) { bHasOSMId = bIn; } in SetHasOSMId() argument
179 void SetHasVersion(bool bIn) { bHasVersion = bIn; } in SetHasVersion() argument
182 void SetHasTimestamp(bool bIn) { bHasTimestamp = bIn; } in SetHasTimestamp() argument
185 void SetHasUID(bool bIn) { bHasUID = bIn; } in SetHasUID() argument
188 void SetHasUser(bool bIn) { bHasUser = bIn; } in SetHasUser() argument
191 void SetHasChangeset(bool bIn) { bHasChangeset = bIn; } in SetHasChangeset() argument
194 void SetHasOtherTags(bool bIn) { bHasOtherTags = bIn; } in SetHasOtherTags() argument
197 void SetHasAllTags(bool bIn) { bHasAllTags = bIn; } in SetHasAllTags() argument
205 void SetDeclareInterest(bool bIn) { bUserInterested = bIn; } in SetDeclareInterest() argument
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/osm/
H A Dogr_osm.h176 void SetHasOSMId(bool bIn) { bHasOSMId = bIn; } in SetHasOSMId() argument
179 void SetHasVersion(bool bIn) { bHasVersion = bIn; } in SetHasVersion() argument
182 void SetHasTimestamp(bool bIn) { bHasTimestamp = bIn; } in SetHasTimestamp() argument
185 void SetHasUID(bool bIn) { bHasUID = bIn; } in SetHasUID() argument
188 void SetHasUser(bool bIn) { bHasUser = bIn; } in SetHasUser() argument
191 void SetHasChangeset(bool bIn) { bHasChangeset = bIn; } in SetHasChangeset() argument
194 void SetHasOtherTags(bool bIn) { bHasOtherTags = bIn; } in SetHasOtherTags() argument
197 void SetHasAllTags(bool bIn) { bHasAllTags = bIn; } in SetHasAllTags() argument
205 void SetDeclareInterest(bool bIn) { bUserInterested = bIn; } in SetDeclareInterest() argument
/dports/devel/fossil/fossil-src-2.17/src/
H A Dpikchrshow.c119 Blob bIn = empty_blob; in pikchr_process() local
152 bIn = out; in pikchr_process()
155 blob_init(&bIn, zIn, -1); in pikchr_process()
159 blob_append(pOut, blob_str(&bIn), blob_size(&bIn)); in pikchr_process()
162 const char * zContent = blob_str(&bIn); in pikchr_process()
209 blob_str(&bIn)); in pikchr_process()
230 blob_reset(&bIn); in pikchr_process()
451 Blob bIn = empty_blob; in pikchr_cmd() local
493 blob_read_from_file(&bIn, zInfile, ExtFILE); in pikchr_cmd()
500 isErr = pikchr_process(blob_str(&bIn), pikFlags, in pikchr_cmd()
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/test/jdk1.1/org/bouncycastle/jce/provider/test/
H A DCertTest.java482 ByteArrayInputStream bIn; in checkCertificate() local
487 bIn = new ByteArrayInputStream(bytes); in checkCertificate()
508 ByteArrayInputStream bIn; in checkNameCertificate() local
513 bIn = new ByteArrayInputStream(bytes); in checkNameCertificate()
538 ByteArrayInputStream bIn; in checkKeyUsage() local
543 bIn = new ByteArrayInputStream(bytes); in checkKeyUsage()
572 ByteArrayInputStream bIn; in checkSelfSignedCertificate() local
577 bIn = new ByteArrayInputStream(bytes); in checkSelfSignedCertificate()
1048 ByteArrayInputStream bIn; in checkCRL() local
1053 bIn = new ByteArrayInputStream(bytes); in checkCRL()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/jce/
H A DPrincipalUtil.java26 ByteArrayInputStream bIn = new ByteArrayInputStream( in getIssuerX509Principal() local
28 ASN1InputStream aIn = new ASN1InputStream(bIn); in getIssuerX509Principal()
49 ByteArrayInputStream bIn = new ByteArrayInputStream( in getSubjectX509Principal() local
51 ASN1InputStream aIn = new ASN1InputStream(bIn); in getSubjectX509Principal()
72 ByteArrayInputStream bIn = new ByteArrayInputStream( in getIssuerX509Principal() local
74 ASN1InputStream aIn = new ASN1InputStream(bIn); in getIssuerX509Principal()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/sv/utils/
H A DSVKmer.java54 protected static long reverseComplementByteValueAsLong( final int bIn ) { in reverseComplementByteValueAsLong() argument
56 …return ~(((bIn & 3) << 6) | (((bIn >> 2) & 3) << 4) | (((bIn >> 4) & 3) << 2) | ((bIn >> 6) & 3)) … in reverseComplementByteValueAsLong()
/dports/editors/biew/biew-610/tools/biewhlp/
H A Dbiewhlp.c156 BGLOBAL bIn; in MyCallOut() local
173 bIn = bioOpen(TEMPFNAME,FO_READONLY | SO_DENYNONE,BBIO_CACHE_SIZE,BIO_OPT_DB); in MyCallOut()
174 if(bIn == &bNull) in MyCallOut()
175 bIn = bioOpen(TEMPFNAME,FO_READONLY | SO_COMPAT,BBIO_CACHE_SIZE,BIO_OPT_DB); in MyCallOut()
176 if(bIn == &bNull) in MyCallOut()
181 litem = __FileLength(bioHandle(bIn)); in MyCallOut()
196 litem = __FileLength(bioHandle(bIn)); in MyCallOut()
200 bioReadBuffer(bIn,tmp_buff,copysize); in MyCallOut()
204 bioClose(bIn); in MyCallOut()
/dports/java/bouncycastle15/crypto-169/prov/src/test/java/org/bouncycastle/jce/provider/test/
H A DCertTest.java1139 ByteArrayInputStream bIn; in checkCertificate() local
1144 bIn = new ByteArrayInputStream(bytes); in checkCertificate()
1166 ByteArrayInputStream bIn; in checkCertificate() local
1171 bIn = new ByteArrayInputStream(bytes); in checkCertificate()
1193 ByteArrayInputStream bIn; in checkNameCertificate() local
1198 bIn = new ByteArrayInputStream(bytes); in checkNameCertificate()
1222 ByteArrayInputStream bIn; in checkKeyUsage() local
1255 ByteArrayInputStream bIn; in checkSelfSignedCertificate() local
1292 ByteArrayInputStream bIn; in checkCertificateSignedBy() local
1326 ByteArrayInputStream bIn; in checkCRL() local
[all …]
/dports/games/pioneer/pioneer-20210723/src/
H A DColor.h118 … Color4ub &aIn, const Color4ub &bIn) { return ((aIn.r == bIn.r) && (aIn.g == bIn.g) && (aIn.b == b…
119 … Color4ub &aIn, const Color4ub &bIn) { return ((aIn.r != bIn.r) || (aIn.g != bIn.g) || (aIn.b != b…
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/asn1/
H A DDERInputStream.java110 ByteArrayInputStream bIn = new ByteArrayInputStream(bytes); in buildObject() local
111 BERInputStream dIn = new BERInputStream(bIn); in buildObject()
128 bIn = new ByteArrayInputStream(bytes); in buildObject()
129 dIn = new BERInputStream(bIn); in buildObject()
214 bIn = new ByteArrayInputStream(bytes); in buildObject()
215 dIn = new BERInputStream(bIn); in buildObject()
/dports/print/hplip/hplip-3.20.6/ip/
H A Dxmatrix.c321 int rIn, gIn, bIn, rOut, gOut, bOut; in mat_convert() local
352 bIn = (int)(unsigned)(*pIn++); in mat_convert()
356 rOut = rIn*g->mat[0] + gIn*g->mat[1] + bIn*g->mat[2]; in mat_convert()
357 gOut = rIn*g->mat[3] + gIn*g->mat[4] + bIn*g->mat[5]; in mat_convert()
358 bOut = rIn*g->mat[6] + gIn*g->mat[7] + bIn*g->mat[8]; in mat_convert()
398 bIn = (int)(unsigned)(*pwIn++) << 15; in mat_convert()
402 MUL32HIHALF (bIn, g->mat[2], prod2); in mat_convert()
409 MUL32HIHALF (bIn, g->mat[5], prod2); in mat_convert()
416 MUL32HIHALF (bIn, g->mat[8], prod2); in mat_convert()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.Util/
H A DHttpEncoderTest.cs200 byte [] bIn; in UrlEncode()
201 bIn = Encoding.UTF8.GetBytes (c.ToString ()); in UrlEncode()
206 for (int i = 0; i < bIn.Length; i++) in UrlEncode()
207 UrlEncodeChar ((char) bIn [i], expected, false); in UrlEncode()
210 byte [] encodedBytes = encoder.CallUrlEncode (bIn, 0, bIn.Length); in UrlEncode()
304 byte [] bIn = Encoding.UTF8.GetBytes (c.ToString ()); in UrlPathEncodeChar()
305 for (int i = 0; i < bIn.Length; i++) { in UrlPathEncodeChar()
307 int idx = ((int) bIn [i]) >> 4; in UrlPathEncodeChar()
309 idx = ((int) bIn [i]) & 0x0F; in UrlPathEncodeChar()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUCropAndResize.cpp48 const int32_t bIn = boxIndex->host<int32_t>()[b]; in CropAndResize() local
49 if (0 > bIn || bIn >= batchSize) { in CropAndResize()
95 … static_cast<float>(image->host<float>()[bIn * imageHeight * imageWidth * imageDepth + in CropAndResize()
99 … static_cast<float>(image->host<float>()[bIn * imageHeight * imageWidth * imageDepth + in CropAndResize()
103 … static_cast<float>(image->host<float>()[bIn * imageHeight * imageWidth * imageDepth + in CropAndResize()
107 … static_cast<float>(image->host<float>()[bIn * imageHeight * imageWidth * imageDepth + in CropAndResize()
135 … static_cast<float>(image->host<float>()[bIn * imageHeight * imageWidth * imageDepth + in CropAndResize()
/dports/java/bouncycastle15/crypto-169/prov/src/test/jdk1.3/org/bouncycastle/jce/provider/test/
H A DCertTest.java1009 ByteArrayInputStream bIn; in checkCertificate() local
1014 bIn = new ByteArrayInputStream(bytes); in checkCertificate()
1034 ByteArrayInputStream bIn; in checkNameCertificate() local
1039 bIn = new ByteArrayInputStream(bytes); in checkNameCertificate()
1063 ByteArrayInputStream bIn; in checkKeyUsage() local
1068 bIn = new ByteArrayInputStream(bytes); in checkKeyUsage()
1096 ByteArrayInputStream bIn; in checkSelfSignedCertificate() local
1101 bIn = new ByteArrayInputStream(bytes); in checkSelfSignedCertificate()
1684 ByteArrayInputStream bIn; in checkCRL() local
1689 bIn = new ByteArrayInputStream(bytes); in checkCRL()
[all …]
/dports/misc/box2d/box2d-2.4.1/include/box2d/
H A Db2_draw.h33 b2Color(float rIn, float gIn, float bIn, float aIn = 1.0f)
35 r = rIn; g = gIn; b = bIn; a = aIn;
38 void Set(float rIn, float gIn, float bIn, float aIn = 1.0f)
40 r = rIn; g = gIn; b = bIn; a = aIn;
/dports/java/bouncycastle15/crypto-169/pg/src/main/java/org/bouncycastle/openpgp/
H A DPGPUtil.java206 BCPGInputStream bIn = new BCPGInputStream(new ByteArrayInputStream(blob)); in isKeyRing() local
208 int tag = bIn.nextPacketTag(); in isKeyRing()
226 InputStream bIn = new ByteArrayInputStream(data); in isKeyBox() local
231 bIn.read(); in isKeyBox()
234 return bIn.read() == 'K' && bIn.read() == 'B' && bIn.read() == 'X' && bIn.read() == 'f'; in isKeyBox()
/dports/java/bouncycastle15/crypto-169/pkix/src/test/jdk1.1/org/bouncycastle/cert/test/
H A DCertTest.java1189 ByteArrayInputStream bIn; in checkCertificate() local
1194 bIn = new ByteArrayInputStream(bytes); in checkCertificate()
1214 ByteArrayInputStream bIn; in checkNameCertificate() local
1219 bIn = new ByteArrayInputStream(bytes); in checkNameCertificate()
1243 ByteArrayInputStream bIn; in checkKeyUsage() local
1248 bIn = new ByteArrayInputStream(bytes); in checkKeyUsage()
1275 ByteArrayInputStream bIn; in checkSelfSignedCertificate() local
1280 bIn = new ByteArrayInputStream(bytes); in checkSelfSignedCertificate()
1879 ByteArrayInputStream bIn; in checkCRL() local
1888 CRL cert = fact.generateCRL(bIn); in checkCRL()
[all …]
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/ThirdParty/Box2D/Common/
H A Db2Draw.h28 b2Color(float32 rIn, float32 gIn, float32 bIn, float32 aIn = 1.0f)
30 r = rIn; g = gIn; b = bIn; a = aIn;
33 void Set(float32 rIn, float32 gIn, float32 bIn, float32 aIn = 1.0f)
35 r = rIn; g = gIn; b = bIn; a = aIn;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Box2D/Box2D/Common/
H A Db2Draw.h28 b2Color(float32 rIn, float32 gIn, float32 bIn, float32 aIn = 1.0f)
30 r = rIn; g = gIn; b = bIn; a = aIn;
33 void Set(float32 rIn, float32 gIn, float32 bIn, float32 aIn = 1.0f)
35 r = rIn; g = gIn; b = bIn; a = aIn;
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Box2D/Common/
H A Db2Draw.h28 b2Color(float32 rIn, float32 gIn, float32 bIn, float32 aIn = 1.0f)
30 r = rIn; g = gIn; b = bIn; a = aIn;
33 void Set(float32 rIn, float32 gIn, float32 bIn, float32 aIn = 1.0f)
35 r = rIn; g = gIn; b = bIn; a = aIn;
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Box2D_Install/include/Box2D/Common/
H A Db2Draw.h28 b2Color(float32 rIn, float32 gIn, float32 bIn, float32 aIn = 1.0f)
30 r = rIn; g = gIn; b = bIn; a = aIn;
33 void Set(float32 rIn, float32 gIn, float32 bIn, float32 aIn = 1.0f)
35 r = rIn; g = gIn; b = bIn; a = aIn;

12345678910>>...34