Home
last modified time | relevance | path

Searched refs:dist (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/ext/wasm/
H A Ddist.make40 dist-dir.top := $(dist-name)
42 dist-dir.common := $(dist-dir.top)/common
54 .PHONY: dist
68 dist: \
74 @mkdir -p $(dist-dir.jswasm) $(dist-dir.common)
75 @cp -p $(dist.top.extras) $(dist-dir.top)
76 @cp -p README-dist.txt $(dist-dir.top)/README.txt
77 @cp -p index-dist.html $(dist-dir.top)/index.html
78 @cp -p $(dist.jswasm.extras) $(dist-dir.jswasm)
81 @cp -p $(dist.common.extras) $(dist-dir.common)
[all …]
H A DGNUmakefile612 ifneq (,$(filter dist,$(MAKECMDGOALS)))
613 include dist.make
/sqlite-3.40.0/autoconf/tea/
H A DMakefile.in335 DIST_ROOT = /tmp/dist
341 dist-clean:
344 dist: dist-clean $(srcdir)/manifest.uuid
H A DREADME12 the tcl/unix/README file in the Tcl src dist. The following minimal
/sqlite-3.40.0/tool/
H A Dmkautoconfamal.sh87 ./configure && make dist
/sqlite-3.40.0/ext/misc/
H A Dspellfix.c1190 int dist; in editDist3SqlFunc() local
1197 dist = editDist3Core(pFrom, zB, nB, pLang, 0); in editDist3SqlFunc()
1199 if( dist==(-1) ){ in editDist3SqlFunc()
1202 sqlite3_result_int(context, dist); in editDist3SqlFunc()
/sqlite-3.40.0/
H A Dmanifest492 F ext/wasm/README-dist.txt 2d670b426fc7c613b90a7d2f2b05b433088fe65181abead970980f0a4a75ea20
529 F ext/wasm/dist.make 481289899a07958439d07ee4302ff86235fa0fbb72f17ea05db2be90a94abf90
535 F ext/wasm/index-dist.html cb0da16cba0f21cda2c25724c5869102d48eb0af04446acd3cd0ca031f80ed19
/sqlite-3.40.0/src/
H A Dbtree.c6430 int dist; in allocateBtreePage() local
6431 dist = sqlite3AbsInt32(get4byte(&aData[8]) - nearby); in allocateBtreePage()
6434 if( d2<dist ){ in allocateBtreePage()
6436 dist = d2; in allocateBtreePage()