MCPcopy Index your code
hub / github.com/sql-js/sql.js / _pntz

Function _pntz

js/sql-debug.js:396356–396376  ·  view source on GitHub ↗
($0)

Source from the content-addressed store, hash-verified

396354 return;
396355}
396356function _pntz($0) {
396357 $0 = $0|0;
396358 var $$ = 0, $1 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
396359 sp = STACKTOP;
396360 $1 = HEAP32[$0>>2]|0;
396361 $2 = (($1) + -1)|0;
396362 $3 = (_a_ctz_l_830($2)|0);
396363 $4 = ($3|0)==(0);
396364 if ($4) {
396365 $5 = ((($0)) + 4|0);
396366 $6 = HEAP32[$5>>2]|0;
396367 $7 = (_a_ctz_l_830($6)|0);
396368 $8 = (($7) + 32)|0;
396369 $9 = ($7|0)==(0);
396370 $$ = $9 ? 0 : $8;
396371 return ($$|0);
396372 } else {
396373 return ($3|0);
396374 }
396375 return (0)|0;
396376}
396377function _a_ctz_l_830($0) {
396378 $0 = $0|0;
396379 var $$068 = 0, $$07 = 0, $$09 = 0, $1 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, label = 0, sp = 0;

Callers 2

_qsortFunction · 0.85
_trinkleFunction · 0.85

Calls 1

_a_ctz_l_830Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…