MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ReverseProgramSize

Method ReverseProgramSize

extern/re2/re2/re2.cc:285–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285int RE2::ReverseProgramSize() const {
286 if (prog_ == NULL)
287 return -1;
288 Prog* prog = ReverseProg();
289 if (prog == NULL)
290 return -1;
291 return prog->size();
292}
293
294// Finds the most significant non-zero bit in n.
295static int FindMSBSet(uint32_t n) {

Callers 2

TESTFunction · 0.80
TestOneInputFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 2

TESTFunction · 0.64
TestOneInputFunction · 0.64