Home
last modified time | relevance | path

Searched refs:OneState (Results 1 – 25 of 48) sorted by relevance

12

/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/re2/
H A Donepass.cc130 struct OneState;
136 struct OneState { struct
201 static inline OneState* IndexToNode(volatile uint8* nodes, int statesize, in IndexToNode()
203 return reinterpret_cast<OneState*>( in IndexToNode()
244 volatile OneState* state = onepass_start_; in SearchOnePass()
391 int statesize = sizeof(OneState) + (bytemap_range_-1)*sizeof(uint32); in IsOnePass()
415 OneState* node = IndexToNode(nodes, statesize, nodeindex); in IsOnePass()
576 OneState* node = IndexToNode(nodes, statesize, nodeindex); in IsOnePass()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/re2/src/re2/
H A Donepass.cc146 struct OneState { struct
209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode()
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
248 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in SearchOnePass()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
397 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in IsOnePass()
426 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
599 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/src/re2/
H A Donepass.cc146 struct OneState { struct
209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode()
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
248 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in SearchOnePass()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
397 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in IsOnePass()
426 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
599 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
/dports/games/warzone2100/warzone2100/3rdparty/re2/re2/
H A Donepass.cc146 struct OneState { struct
209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode()
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
248 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in SearchOnePass()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
397 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in IsOnePass()
426 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
599 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
/dports/devel/re2/re2-2021-11-01/re2/
H A Donepass.cc146 struct OneState { struct
209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode()
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
248 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in SearchOnePass()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
397 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in IsOnePass()
426 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
599 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
/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.cc130 struct OneState;
136 struct OneState { struct
201 static inline OneState* IndexToNode(volatile uint8* nodes, int statesize, in IndexToNode()
203 return reinterpret_cast<OneState*>( in IndexToNode()
244 volatile OneState* state = onepass_start_; in SearchOnePass()
391 int statesize = sizeof(OneState) + (bytemap_range_-1)*sizeof(uint32); in IsOnePass()
415 OneState* node = IndexToNode(nodes, statesize, nodeindex); in IsOnePass()
576 OneState* node = IndexToNode(nodes, statesize, nodeindex); in IsOnePass()
/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.cc130 struct OneState;
136 struct OneState { struct
201 static inline OneState* IndexToNode(volatile uint8* nodes, int statesize, in IndexToNode()
203 return reinterpret_cast<OneState*>( in IndexToNode()
244 volatile OneState* state = onepass_start_; in SearchOnePass()
391 int statesize = sizeof(OneState) + (bytemap_range_-1)*sizeof(uint32); in IsOnePass()
415 OneState* node = IndexToNode(nodes, statesize, nodeindex); in IsOnePass()
576 OneState* node = IndexToNode(nodes, statesize, nodeindex); in IsOnePass()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/re2/vendor/re2/
H A Donepass.cc146 struct OneState { struct
209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode()
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
248 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in SearchOnePass()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
397 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in IsOnePass()
426 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
599 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/re2/vendor/re2/
H A Donepass.cc146 struct OneState { struct
209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode()
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
248 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in SearchOnePass()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
397 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in IsOnePass()
426 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
599 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/re2/re2/
H A Donepass.cc146 struct OneState { struct
209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode()
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
248 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in SearchOnePass()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
397 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in IsOnePass()
426 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
599 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/re2/vendor/re2/
H A Donepass.cc146 struct OneState { struct
209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode()
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
248 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in SearchOnePass()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
397 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in IsOnePass()
426 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
599 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/re2/re2/
H A Donepass.cc146 struct OneState { struct
209 static inline OneState* IndexToNode(uint8_t* nodes, int statesize, in IndexToNode()
211 return reinterpret_cast<OneState*>(nodes + statesize*nodeindex); in IndexToNode()
248 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in SearchOnePass()
250 OneState* state = IndexToNode(nodes, statesize, 0); in SearchOnePass()
397 int statesize = sizeof(OneState) + bytemap_range()*sizeof(uint32_t); in IsOnePass()
426 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
599 OneState* node = IndexToNode(nodes.data(), statesize, nodeindex); in IsOnePass()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dmodel.cpp22 pc->OneState=FirstState; in createChild()
156 *(Model->FoundState=&OneState)=tmp; return; in rescale()
199 p=&(pc->OneState); in CreateSuccessors()
227 UpState.Freq=pc->OneState.Freq; in CreateSuccessors()
267 p=&(pc->OneState); in UpdateModel()
316 *p=pc->OneState; in UpdateModel()
358 RARPPM_STATE& rs=OneState; in decodeBinSymbol()
/dports/graphics/comical/comical-0.8/unrar/
H A Dmodel.cpp15 pc->OneState=FirstState; in createChild()
149 *(Model->FoundState=&OneState)=tmp; return; in rescale()
192 p=&(pc->OneState); in CreateSuccessors()
220 UpState.Freq=pc->OneState.Freq; in CreateSuccessors()
260 p=&(pc->OneState); in UpdateModel()
309 *p=pc->OneState; in UpdateModel()
351 STATE& rs=OneState; in decodeBinSymbol()
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Dmodel.cpp22 pc->OneState=FirstState; in createChild()
160 *(Model->FoundState=&OneState)=tmp; return; in rescale()
200 p=&(pc->OneState); in CreateSuccessors()
235 UpState.Freq=pc->OneState.Freq; in CreateSuccessors()
275 p=&(pc->OneState); in UpdateModel()
324 *p=pc->OneState; in UpdateModel()
366 RARPPM_STATE& rs=OneState; in decodeBinSymbol()
/dports/archivers/unrar/unrar/
H A Dmodel.cpp22 pc->OneState=FirstState; in createChild()
160 *(Model->FoundState=&OneState)=tmp; return; in rescale()
200 p=&(pc->OneState); in CreateSuccessors()
235 UpState.Freq=pc->OneState.Freq; in CreateSuccessors()
275 p=&(pc->OneState); in UpdateModel()
324 *p=pc->OneState; in UpdateModel()
366 RARPPM_STATE& rs=OneState; in decodeBinSymbol()
/dports/archivers/unrar-iconv/unrar/
H A Dmodel.cpp22 pc->OneState=FirstState; in createChild()
160 *(Model->FoundState=&OneState)=tmp; return; in rescale()
200 p=&(pc->OneState); in CreateSuccessors()
235 UpState.Freq=pc->OneState.Freq; in CreateSuccessors()
275 p=&(pc->OneState); in UpdateModel()
324 *p=pc->OneState; in UpdateModel()
366 RARPPM_STATE& rs=OneState; in decodeBinSymbol()
/dports/archivers/libunrar/unrar/
H A Dmodel.cpp15 pc->OneState=FirstState; in createChild()
149 *(Model->FoundState=&OneState)=tmp; return; in rescale()
192 p=&(pc->OneState); in CreateSuccessors()
220 UpState.Freq=pc->OneState.Freq; in CreateSuccessors()
260 p=&(pc->OneState); in UpdateModel()
309 *p=pc->OneState; in UpdateModel()
351 STATE& rs=OneState; in decodeBinSymbol()
/dports/archivers/libunrar6/unrar/
H A Dmodel.cpp22 pc->OneState=FirstState; in createChild()
160 *(Model->FoundState=&OneState)=tmp; return; in rescale()
200 p=&(pc->OneState); in CreateSuccessors()
235 UpState.Freq=pc->OneState.Freq; in CreateSuccessors()
275 p=&(pc->OneState); in UpdateModel()
324 *p=pc->OneState; in UpdateModel()
366 RARPPM_STATE& rs=OneState; in decodeBinSymbol()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/unrar/src/
H A Dmodel.cpp22 pc->OneState=FirstState; in createChild()
174 *(Model->FoundState=&OneState)=tmp; return; in rescale()
214 p=&(pc->OneState); in CreateSuccessors()
249 UpState.Freq=pc->OneState.Freq; in CreateSuccessors()
289 p=&(pc->OneState); in UpdateModel()
338 *p=pc->OneState; in UpdateModel()
380 RARPPM_STATE& rs=OneState; in decodeBinSymbol()
/dports/security/clamav-lts/clamav-0.103.5/libclamunrar/
H A Dmodel.cpp22 pc->OneState=FirstState; in createChild()
160 *(Model->FoundState=&OneState)=tmp; return; in rescale()
200 p=&(pc->OneState); in CreateSuccessors()
235 UpState.Freq=pc->OneState.Freq; in CreateSuccessors()
275 p=&(pc->OneState); in UpdateModel()
324 *p=pc->OneState; in UpdateModel()
366 RARPPM_STATE& rs=OneState; in decodeBinSymbol()
/dports/security/clamav/clamav-0.104.2/libclamunrar/
H A Dmodel.cpp22 pc->OneState=FirstState; in createChild()
160 *(Model->FoundState=&OneState)=tmp; return; in rescale()
200 p=&(pc->OneState); in CreateSuccessors()
235 UpState.Freq=pc->OneState.Freq; in CreateSuccessors()
275 p=&(pc->OneState); in UpdateModel()
324 *p=pc->OneState; in UpdateModel()
366 RARPPM_STATE& rs=OneState; in decodeBinSymbol()
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/unrar/
H A Dmodel.cpp15 pc->OneState=FirstState; in createChild()
149 *(Model->FoundState=&OneState)=tmp; return; in rescale()
192 p=&(pc->OneState); in CreateSuccessors()
220 UpState.Freq=pc->OneState.Freq; in CreateSuccessors()
260 p=&(pc->OneState); in UpdateModel()
309 *p=pc->OneState; in UpdateModel()
351 STATE& rs=OneState; in decodeBinSymbol()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/unrar/src/
H A Dmodel.cpp22 pc->OneState=FirstState; in createChild()
174 *(Model->FoundState=&OneState)=tmp; return; in rescale()
214 p=&(pc->OneState); in CreateSuccessors()
249 UpState.Freq=pc->OneState.Freq; in CreateSuccessors()
289 p=&(pc->OneState); in UpdateModel()
338 *p=pc->OneState; in UpdateModel()
380 RARPPM_STATE& rs=OneState; in decodeBinSymbol()
/dports/security/hashcat/hashcat-6.2.5/deps/unrar/
H A Dmodel.cpp22 pc->OneState=FirstState; in createChild()
160 *(Model->FoundState=&OneState)=tmp; return; in rescale()
200 p=&(pc->OneState); in CreateSuccessors()
235 UpState.Freq=pc->OneState.Freq; in CreateSuccessors()
275 p=&(pc->OneState); in UpdateModel()
324 *p=pc->OneState; in UpdateModel()
366 RARPPM_STATE& rs=OneState; in decodeBinSymbol()

12