Home
last modified time | relevance | path

Searched defs:btoi (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/luakit/luakit-2.3/lib/
H A Dnoscript.lua47 local function btoi(bool) return bool and 1 or 0 end function
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/lib/
H A Dnoscript.lua47 local function btoi(bool) return bool and 1 or 0 end function
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/gobwas/pool/internal/pmath/
H A Dpmath_test.go131 func btoi(s string) (n int) { func
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/uuid/
H A Duuid_test.go179 func btoi(v bool) int { func
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/uuid/
H A Duuid_test.go198 func btoi(v bool) int { func
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/storj/
H A Dnode_test.go279 func btoi(v bool) int { func
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/storj/
H A Dnode_test.go279 func btoi(v bool) int { func
/dports/devel/9base/9base-6/ascii/
H A Dascii.c153 btoi(char *s) in btoi() function
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
H A Dascii.c153 btoi(char *s) in btoi() function
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/dsnet/compress/xflate/internal/meta/
H A Dmeta.go168 func btoi(b bool) int { func
/dports/security/vault/vault-1.8.2/vendor/github.com/dsnet/compress/xflate/internal/meta/
H A Dmeta.go168 func btoi(b bool) int { func
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/dsnet/compress/xflate/internal/meta/
H A Dmeta.go168 func btoi(b bool) int { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/dsnet/compress/xflate/internal/meta/
H A Dmeta.go168 func btoi(b bool) int { func
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/github.com/dsnet/compress/xflate/internal/meta/
H A Dmeta.go168 func btoi(b bool) int { func
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/dsnet/compress/xflate/internal/meta/
H A Dmeta.go168 func btoi(b bool) int { func
/dports/devel/bit/bit-1.1.2/vendor/github.com/dsnet/compress/xflate/internal/meta/
H A Dmeta.go168 func btoi(b bool) int { func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/golang-migrate/migrate/v4/database/firebird/
H A Dfirebird.go249 func btoi(v bool) int { func
/dports/databases/mariadb103-server/mariadb-10.3.34/include/
H A Djson_lib.h40 CHARSET_INFO *cs; /* Character set of the JSON string. */ in btoi()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/lib/rac/
H A Dchunk_writer.go24 func btoi(b bool) int { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/lib/rac/
H A Dchunk_writer.go24 func btoi(b bool) int { func
/dports/net/rclone/rclone-1.57.0/backend/cache/
H A Dstorage_persistent.go1050 func btoi(d []byte) int64 { func
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfcdrom/
H A Dcdr.h178 #define btoi(b) ((b)/16*10 + (b)%16) /* BCD to u_char */ macro
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dcdrom.h34 #define btoi(b) ((b) / 16 * 10 + (b) % 16) /* BCD to u_char */ macro
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/libpcsxcore/
H A Dcdrom.h34 #define btoi(b) ((b) / 16 * 10 + (b) % 16) /* BCD to u_char */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/lang/check/
H A Dbounds.go85 func btoi(b bool) *big.Int { func

123