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

Function ___udivdi3

js/sql-debug.js:397693–397701  ·  view source on GitHub ↗
($a$0, $a$1, $b$0, $b$1)

Source from the content-addressed store, hash-verified

397691 return (tempRet0 = $10$1, $10$0) | 0;
397692}
397693function ___udivdi3($a$0, $a$1, $b$0, $b$1) {
397694 $a$0 = $a$0 | 0;
397695 $a$1 = $a$1 | 0;
397696 $b$0 = $b$0 | 0;
397697 $b$1 = $b$1 | 0;
397698 var $1$0 = 0;
397699 $1$0 = ___udivmoddi4($a$0, $a$1, $b$0, $b$1, 0) | 0;
397700 return $1$0 | 0;
397701}
397702function ___uremdi3($a$0, $a$1, $b$0, $b$1) {
397703 $a$0 = $a$0 | 0;
397704 $a$1 = $a$1 | 0;

Callers 4

_sqlite3VXPrintfFunction · 0.85
_sqlite3VdbeExecFunction · 0.85
_statGetFunction · 0.85
_fts3MatchinfoFuncFunction · 0.85

Calls 1

___udivmoddi4Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…