Home
last modified time | relevance | path

Searched refs:statesize (Results 1 – 25 of 241) sorted by relevance

12345678910

/dports/archivers/xmill/xmill/xmillinspect/
H A Dglobals.cpp16 trydela(statesize); in readSmallGlobalBlock()
17 statesize = new long[numglobals]; in readSmallGlobalBlock()
30 statesize[j] = Load::UInt32(curptr); in readSmallGlobalBlock()
35 WordAlignUInt(statesize[j]); // The size of the string space (word-aligned) in readSmallGlobalBlock()
37 …f(" state %ld/%ld size: %ld, total string length: %ld\n", j+1, numglobals, index[j], statesize[j]); in readSmallGlobalBlock()
43 if (statesize[j] < SMALLCOMPRESS_THRESHOLD) { in readSmallGlobalBlock()
90 while (curglobal < numlargeglobals && statesize[curglobal] < SMALLCOMPRESS_THRESHOLD) { in readLargeGlobalBlock()
103 if (len != statesize[curglobal]) { in readLargeGlobalBlock()
106 len, curglobal+1, numlargeglobals, statesize[curglobal]); in readLargeGlobalBlock()
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/re2/
H A Donepass.cc204 const_cast<uint8*>(nodes + statesize*nodeindex)); in IndexToNode()
246 volatile uint32 statesize = onepass_statesize_; in SearchOnePass() local
264 state = IndexToNode(nodes, statesize, nextindex); in SearchOnePass()
404 uint8* nodes = new uint8[maxnodes*statesize]; in IsOnePass()
410 nodep += statesize; in IsOnePass()
415 OneState* node = IndexToNode(nodes, statesize, nodeindex); in IsOnePass()
458 nodep += statesize; in IsOnePass()
593 nodep = new uint8[nalloc*statesize]; in IsOnePass()
594 memmove(nodep, nodes, nalloc*statesize); in IsOnePass()
600 onepass_statesize_ = statesize; in IsOnePass()
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Donepass.cc204 const_cast<uint8*>(nodes + statesize*nodeindex)); in IndexToNode()
246 volatile uint32 statesize = onepass_statesize_; in SearchOnePass() local
264 state = IndexToNode(nodes, statesize, nextindex); in SearchOnePass()
404 uint8* nodes = new uint8[maxnodes*statesize]; in IsOnePass()
410 nodep += statesize; in IsOnePass()
415 OneState* node = IndexToNode(nodes, statesize, nodeindex); in IsOnePass()
458 nodep += statesize; in IsOnePass()
593 nodep = new uint8[nalloc*statesize]; in IsOnePass()
594 memmove(nodep, nodes, nalloc*statesize); in IsOnePass()
600 onepass_statesize_ = statesize; in IsOnePass()
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Donepass.cc204 const_cast<uint8*>(nodes + statesize*nodeindex)); in IndexToNode()
246 volatile uint32 statesize = onepass_statesize_; in SearchOnePass() local
264 state = IndexToNode(nodes, statesize, nextindex); in SearchOnePass()
404 uint8* nodes = new uint8[maxnodes*statesize]; in IsOnePass()
410 nodep += statesize; in IsOnePass()
415 OneState* node = IndexToNode(nodes, statesize, nodeindex); in IsOnePass()
458 nodep += statesize; in IsOnePass()
593 nodep = new uint8[nalloc*statesize]; in IsOnePass()
594 memmove(nodep, nodes, nalloc*statesize); in IsOnePass()
600 onepass_statesize_ = statesize; in IsOnePass()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/re2/src/re2/
H A Donepass.cc209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode() argument
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
268 state = IndexToNode(nodes, statesize, nextindex); in SearchOnePass()
398 if (maxnodes >= 65000 || dfa_mem_ / 4 / statesize < maxnodes) in IsOnePass()
422 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
473 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
475 node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
614 dfa_mem_ -= nalloc*statesize; in IsOnePass()
615 onepass_nodes_ = PODArray<uint8_t>(nalloc*statesize); in IsOnePass()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/src/re2/
H A Donepass.cc209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode() argument
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
268 state = IndexToNode(nodes, statesize, nextindex); in SearchOnePass()
398 if (maxnodes >= 65000 || dfa_mem_ / 4 / statesize < maxnodes) in IsOnePass()
422 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
473 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
475 node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
614 dfa_mem_ -= nalloc*statesize; in IsOnePass()
615 onepass_nodes_ = PODArray<uint8_t>(nalloc*statesize); in IsOnePass()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/re2/re2/
H A Donepass.cc209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode() argument
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
268 state = IndexToNode(nodes, statesize, nextindex); in SearchOnePass()
398 if (maxnodes >= 65000 || dfa_mem_ / 4 / statesize < maxnodes) in IsOnePass()
422 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
473 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
475 node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
614 dfa_mem_ -= nalloc*statesize; in IsOnePass()
615 onepass_nodes_ = PODArray<uint8_t>(nalloc*statesize); in IsOnePass()
[all …]
/dports/devel/re2/re2-2021-11-01/re2/
H A Donepass.cc209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode() argument
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
268 state = IndexToNode(nodes, statesize, nextindex); in SearchOnePass()
398 if (maxnodes >= 65000 || dfa_mem_ / 4 / statesize < maxnodes) in IsOnePass()
422 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
473 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
475 node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
614 dfa_mem_ -= nalloc*statesize; in IsOnePass()
615 onepass_nodes_ = PODArray<uint8_t>(nalloc*statesize); in IsOnePass()
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/re2/vendor/re2/
H A Donepass.cc209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode() argument
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
268 state = IndexToNode(nodes, statesize, nextindex); in SearchOnePass()
398 if (maxnodes >= 65000 || dfa_mem_ / 4 / statesize < maxnodes) in IsOnePass()
422 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
473 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
475 node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
614 dfa_mem_ -= nalloc*statesize; in IsOnePass()
615 onepass_nodes_ = PODArray<uint8_t>(nalloc*statesize); in IsOnePass()
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/re2/vendor/re2/
H A Donepass.cc209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode() argument
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
268 state = IndexToNode(nodes, statesize, nextindex); in SearchOnePass()
398 if (maxnodes >= 65000 || dfa_mem_ / 4 / statesize < maxnodes) in IsOnePass()
422 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
473 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
475 node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
614 dfa_mem_ -= nalloc*statesize; in IsOnePass()
615 onepass_nodes_ = PODArray<uint8_t>(nalloc*statesize); in IsOnePass()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/re2/re2/
H A Donepass.cc209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode() argument
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
268 state = IndexToNode(nodes, statesize, nextindex); in SearchOnePass()
398 if (maxnodes >= 65000 || dfa_mem_ / 4 / statesize < maxnodes) in IsOnePass()
422 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
473 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
475 node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
614 dfa_mem_ -= nalloc*statesize; in IsOnePass()
615 onepass_nodes_ = PODArray<uint8_t>(nalloc*statesize); in IsOnePass()
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/re2/vendor/re2/
H A Donepass.cc209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode() argument
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
268 state = IndexToNode(nodes, statesize, nextindex); in SearchOnePass()
398 if (maxnodes >= 65000 || dfa_mem_ / 4 / statesize < maxnodes) in IsOnePass()
422 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
473 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
475 node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
614 dfa_mem_ -= nalloc*statesize; in IsOnePass()
615 onepass_nodes_ = PODArray<uint8_t>(nalloc*statesize); in IsOnePass()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/re2/re2/
H A Donepass.cc209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode() argument
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
268 state = IndexToNode(nodes, statesize, nextindex); in SearchOnePass()
398 if (maxnodes >= 65000 || dfa_mem_ / 4 / statesize < maxnodes) in IsOnePass()
422 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
473 nodes.insert(nodes.end(), statesize, 0); in IsOnePass()
475 node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
614 dfa_mem_ -= nalloc*statesize; in IsOnePass()
615 onepass_nodes_ = PODArray<uint8_t>(nalloc*statesize); in IsOnePass()
[all …]
/dports/textproc/irstlm/irstlm-5.80.03/src/
H A Dlmclass.h77 …ng, double* bow=NULL,int* bol=NULL,char** maxsuffptr=NULL,unsigned int* statesize=NULL,bool* exten…
78 … ng,double* bow=NULL,int* bol=NULL,char** maxsuffptr=NULL,unsigned int* statesize=NULL,bool* exten…
79 return lprob(ng,bow,bol,maxsuffptr,statesize,extendible);
81 …ze, double* bow=NULL,int* bol=NULL,char** maxsuffptr=NULL,unsigned int* statesize=NULL,bool* exten…
84 return lprob(ong,bow,bol,maxsuffptr,statesize,extendible);
H A DlmContainer.h107 … double* bow=NULL, int* bol=NULL, char** maxsuffptr=NULL, unsigned int* statesize=NULL,bool* exten…
112 UNUSED(statesize);
116 … double* bow=NULL, int* bol=NULL, char** maxsuffptr=NULL, unsigned int* statesize=NULL,bool* exten…
122 UNUSED(statesize);
H A DlmInterpolation.cpp153 …::clprob(ngram ng, double* bow,int* bol,char** maxsuffptr,unsigned int* statesize,bool* extendible) in clprob() argument
214 if (statesize) *statesize=actualstatesize; in clprob()
228 …nt* codes, int sz, double* bow,int* bol,char** maxsuffptr,unsigned int* statesize,bool* extendible) in clprob() argument
236 return clprob(ong, bow, bol, maxsuffptr, statesize, extendible); in clprob()
H A Dlmtable.cpp2210 *size=pst.statesize; in cmaxsuffptr()
2224 pst.statesize=isize; in cmaxsuffptr()
2278 if (statesize) *statesize=0; //default statesize for zero-gram! in lprob()
2318 if (statesize) *statesize=ng.size; in lprob()
2325 if (statesize) *statesize=0; in lprob()
2361 if (statesize!=NULL) *statesize=0; in clprob()
2379 if (statesize) *statesize = pst_get.statesize; in clprob()
2394 if (statesize) *statesize = pst_add.statesize; in clprob()
2421 if (statesize!=NULL) *statesize=0; in clprob()
2440 if (statesize) *statesize = pst_get.statesize; in clprob()
[all …]
H A Dngramcache.h37 unsigned int statesize; //!< LM statesize of an ngram member
41 … stsz=0, double bw=0.0, int bl=0, bool ex=false): logpr(lp), state(st), statesize(stsz), bow(bw), … in logpr()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/
H A Dvio2sf.cc26 unsigned statesize; member
43 loaderwork.statesize = 0; in load_term()
56 isize = loaderwork.statesize; in load_map()
58 loaderwork.statesize = 0; in load_map()
101 loaderwork.statesize = isize; in load_map()
307 …if ((loaderwork.stateptr > loaderwork.statesize) || ((loaderwork.stateptr + s) > loaderwork.states… in load_getsta()
330 …if ((loaderwork.stateptr > loaderwork.statesize) || ((loaderwork.stateptr + s) > loaderwork.states… in load_getbool()
349 …if ((loaderwork.stateptr > loaderwork.statesize) || ((loaderwork.stateptr + s) > loaderwork.states… in load_gets32()
360 …if ((loaderwork.stateptr > loaderwork.statesize) || ((loaderwork.stateptr + s) > loaderwork.states… in load_getu32()
371 …if ((loaderwork.stateptr > loaderwork.statesize) || ((loaderwork.stateptr + s) > loaderwork.states… in load_getu16()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/
H A Dpadlock-sha.c232 .statesize = sizeof(struct sha1_state),
255 .statesize = sizeof(struct sha256_state),
440 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_export_nano() local
443 memcpy(out, sctx, statesize); in padlock_sha_export_nano()
450 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_import_nano() local
453 memcpy(sctx, in, statesize); in padlock_sha_import_nano()
465 .statesize = sizeof(struct sha1_state),
483 .statesize = sizeof(struct sha256_state),
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/
H A Dpadlock-sha.c232 .statesize = sizeof(struct sha1_state),
255 .statesize = sizeof(struct sha256_state),
440 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_export_nano() local
443 memcpy(out, sctx, statesize); in padlock_sha_export_nano()
450 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_import_nano() local
453 memcpy(sctx, in, statesize); in padlock_sha_import_nano()
465 .statesize = sizeof(struct sha1_state),
483 .statesize = sizeof(struct sha256_state),
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/
H A Dpadlock-sha.c232 .statesize = sizeof(struct sha1_state),
255 .statesize = sizeof(struct sha256_state),
440 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_export_nano() local
443 memcpy(out, sctx, statesize); in padlock_sha_export_nano()
450 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_import_nano() local
453 memcpy(sctx, in, statesize); in padlock_sha_import_nano()
465 .statesize = sizeof(struct sha1_state),
483 .statesize = sizeof(struct sha256_state),
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DPicture.c79 state->statesize = 1 + (picture->num_nodes * sizeof(char) / 8); in XmGetNewPictureState()
83 state->state = (unsigned char*) XtMalloc(state->statesize); in XmGetNewPictureState()
84 state->newstate = (unsigned char*) XtMalloc(state->statesize); in XmGetNewPictureState()
85 for(i=0; i<state->statesize; i++) { in XmGetNewPictureState()
130 for(i=0; i<state->statesize; i++) in XmPictureProcessCharacter()
163 for(i=0; i<state->statesize; i++) in XmPictureProcessCharacter()
166 if(i == state->statesize) { in XmPictureProcessCharacter()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/keembay/
H A Dkeembay-ocs-hcu-core.c898 .statesize = sizeof(struct ocs_hcu_rctx),
923 .statesize = sizeof(struct ocs_hcu_rctx),
949 .statesize = sizeof(struct ocs_hcu_rctx),
974 .statesize = sizeof(struct ocs_hcu_rctx),
999 .statesize = sizeof(struct ocs_hcu_rctx),
1024 .statesize = sizeof(struct ocs_hcu_rctx),
1049 .statesize = sizeof(struct ocs_hcu_rctx),
1074 .statesize = sizeof(struct ocs_hcu_rctx),
1099 .statesize = sizeof(struct ocs_hcu_rctx),
1124 .statesize = sizeof(struct ocs_hcu_rctx),
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/keembay/
H A Dkeembay-ocs-hcu-core.c898 .statesize = sizeof(struct ocs_hcu_rctx),
923 .statesize = sizeof(struct ocs_hcu_rctx),
949 .statesize = sizeof(struct ocs_hcu_rctx),
974 .statesize = sizeof(struct ocs_hcu_rctx),
999 .statesize = sizeof(struct ocs_hcu_rctx),
1024 .statesize = sizeof(struct ocs_hcu_rctx),
1049 .statesize = sizeof(struct ocs_hcu_rctx),
1074 .statesize = sizeof(struct ocs_hcu_rctx),
1099 .statesize = sizeof(struct ocs_hcu_rctx),
1124 .statesize = sizeof(struct ocs_hcu_rctx),

12345678910