Home
last modified time | relevance | path

Searched defs:byte (Results 126 – 150 of 49692) sorted by relevance

12345678910>>...1988

/dports/security/kpmenu/kpmenu-1.4.0/vendor/github.com/aead/chacha20/chacha/
H A Dchacha_amd64.go20 func initialize(state *[64]byte, key []byte, nonce *[16]byte)
24 func hChaCha20SSE2(out *[32]byte, nonce *[16]byte, key *[32]byte)
28 func hChaCha20SSSE3(out *[32]byte, nonce *[16]byte, key *[32]byte)
32 func hChaCha20AVX(out *[32]byte, nonce *[16]byte, key *[32]byte)
36 func xorKeyStreamSSE2(dst, src []byte, block, state *[64]byte, rounds int) int
40 func xorKeyStreamSSSE3(dst, src []byte, block, state *[64]byte, rounds int) int
44 func xorKeyStreamAVX(dst, src []byte, block, state *[64]byte, rounds int) int
48 func xorKeyStreamAVX2(dst, src []byte, block, state *[64]byte, rounds int) int
50 func hChaCha20(out *[32]byte, nonce *[16]byte, key *[32]byte) {
63 func xorKeyStream(dst, src []byte, block, state *[64]byte, rounds int) int {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/ledis/
H A Dscan.go115 func (db *DB) scanGeneric(storeDataType byte, key []byte, count int,
148 func (db *DB) encodeScanMinKey(storeDataType byte, key []byte) ([]byte, error) {
152 func (db *DB) encodeScanMaxKey(storeDataType byte, key []byte) ([]byte, error) {
165 func (db *DB) encodeScanKey(storeDataType byte, key []byte) ([]byte, error) {
182 func (db *DB) decodeScanKey(storeDataType byte, ek []byte) (key []byte, err error) {
202 func (db *DB) buildDataScanKeyRange(storeDataType byte, key []byte, cursor []byte, reverse bool) (m…
221 func (db *DB) encodeDataScanMinKey(storeDataType byte, key []byte, cursor []byte) ([]byte, error) {
225 func (db *DB) encodeDataScanMaxKey(storeDataType byte, key []byte, cursor []byte) ([]byte, error) {
240 func (db *DB) encodeDataScanKey(storeDataType byte, key []byte, cursor []byte) ([]byte, error) {
253 func (db *DB) buildDataScanIterator(storeDataType byte, key []byte, cursor []byte, count int,
[all …]
H A Dt_zset.go47 func checkZSetKMSize(key []byte, member []byte) error {
78 func (db *DB) zEncodeSetKey(key []byte, member []byte) []byte {
381 func (db *DB) ZScore(key []byte, member []byte) (int64, error) {
403 func (db *DB) ZRem(key []byte, members ...[]byte) (int64, error) {
716 func (db *DB) ZRank(key []byte, member []byte) (int64, error) {
761 func (db *DB) ZRevRank(key []byte, member []byte) (int64, error) {
869 func (db *DB) ZUnionStore(destKey []byte, srcKeys [][]byte, weights []int64, aggregate byte) (int64…
931 func (db *DB) ZInterStore(destKey []byte, srcKeys [][]byte, weights []int64, aggregate byte) (int64…
1000 func (db *DB) ZRangeByLex(key []byte, min []byte, max []byte, rangeType uint8, offset int, count in…
1026 func (db *DB) ZRemRangeByLex(key []byte, min []byte, max []byte, rangeType uint8) (int64, error) {
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/rs/zerolog/internal/cbor/
H A Dtypes.go10 func (Encoder) AppendNil(dst []byte) []byte {
15 func (Encoder) AppendBeginMarker(dst []byte) []byte {
20 func (Encoder) AppendEndMarker(dst []byte) []byte {
25 func (Encoder) AppendObjectData(dst []byte, o []byte) []byte {
32 func (Encoder) AppendArrayStart(dst []byte) []byte {
37 func (Encoder) AppendArrayEnd(dst []byte) []byte {
42 func (Encoder) AppendArrayDelim(dst []byte) []byte {
48 func (Encoder) AppendLineBreak(dst []byte) []byte {
54 func (Encoder) AppendBool(dst []byte, val bool) []byte {
82 func (Encoder) AppendInt(dst []byte, val int) []byte {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/rs/zerolog/internal/cbor/
H A Dtypes.go11 func (Encoder) AppendNil(dst []byte) []byte {
16 func (Encoder) AppendBeginMarker(dst []byte) []byte {
21 func (Encoder) AppendEndMarker(dst []byte) []byte {
26 func (Encoder) AppendObjectData(dst []byte, o []byte) []byte {
33 func (Encoder) AppendArrayStart(dst []byte) []byte {
38 func (Encoder) AppendArrayEnd(dst []byte) []byte {
43 func (Encoder) AppendArrayDelim(dst []byte) []byte {
49 func (Encoder) AppendLineBreak(dst []byte) []byte {
55 func (Encoder) AppendBool(dst []byte, val bool) []byte {
83 func (Encoder) AppendInt(dst []byte, val int) []byte {
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/rs/zerolog/internal/cbor/
H A Dtypes.go11 func (Encoder) AppendNil(dst []byte) []byte {
16 func (Encoder) AppendBeginMarker(dst []byte) []byte {
21 func (Encoder) AppendEndMarker(dst []byte) []byte {
26 func (Encoder) AppendObjectData(dst []byte, o []byte) []byte {
33 func (Encoder) AppendArrayStart(dst []byte) []byte {
38 func (Encoder) AppendArrayEnd(dst []byte) []byte {
43 func (Encoder) AppendArrayDelim(dst []byte) []byte {
49 func (Encoder) AppendLineBreak(dst []byte) []byte {
55 func (Encoder) AppendBool(dst []byte, val bool) []byte {
83 func (Encoder) AppendInt(dst []byte, val int) []byte {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/rs/zerolog/internal/cbor/
H A Dtypes.go11 func (Encoder) AppendNil(dst []byte) []byte {
16 func (Encoder) AppendBeginMarker(dst []byte) []byte {
21 func (Encoder) AppendEndMarker(dst []byte) []byte {
26 func (Encoder) AppendObjectData(dst []byte, o []byte) []byte {
33 func (Encoder) AppendArrayStart(dst []byte) []byte {
38 func (Encoder) AppendArrayEnd(dst []byte) []byte {
43 func (Encoder) AppendArrayDelim(dst []byte) []byte {
49 func (Encoder) AppendLineBreak(dst []byte) []byte {
55 func (Encoder) AppendBool(dst []byte, val bool) []byte {
83 func (Encoder) AppendInt(dst []byte, val int) []byte {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/rs/zerolog/internal/cbor/
H A Dtypes.go11 func (Encoder) AppendNil(dst []byte) []byte {
16 func (Encoder) AppendBeginMarker(dst []byte) []byte {
21 func (Encoder) AppendEndMarker(dst []byte) []byte {
26 func (Encoder) AppendObjectData(dst []byte, o []byte) []byte {
33 func (Encoder) AppendArrayStart(dst []byte) []byte {
38 func (Encoder) AppendArrayEnd(dst []byte) []byte {
43 func (Encoder) AppendArrayDelim(dst []byte) []byte {
49 func (Encoder) AppendLineBreak(dst []byte) []byte {
55 func (Encoder) AppendBool(dst []byte, val bool) []byte {
83 func (Encoder) AppendInt(dst []byte, val int) []byte {
[all …]
/dports/www/ytdl/ytdl-0.6.4/vendor/github.com/rs/zerolog/internal/cbor/
H A Dtypes.go11 func (Encoder) AppendNil(dst []byte) []byte {
16 func (Encoder) AppendBeginMarker(dst []byte) []byte {
21 func (Encoder) AppendEndMarker(dst []byte) []byte {
26 func (Encoder) AppendObjectData(dst []byte, o []byte) []byte {
33 func (Encoder) AppendArrayStart(dst []byte) []byte {
38 func (Encoder) AppendArrayEnd(dst []byte) []byte {
43 func (Encoder) AppendArrayDelim(dst []byte) []byte {
49 func (Encoder) AppendLineBreak(dst []byte) []byte {
55 func (Encoder) AppendBool(dst []byte, val bool) []byte {
83 func (Encoder) AppendInt(dst []byte, val int) []byte {
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/rs/zerolog/internal/cbor/
H A Dtypes.go10 func (Encoder) AppendNil(dst []byte) []byte {
15 func (Encoder) AppendBeginMarker(dst []byte) []byte {
20 func (Encoder) AppendEndMarker(dst []byte) []byte {
25 func (Encoder) AppendObjectData(dst []byte, o []byte) []byte {
32 func (Encoder) AppendArrayStart(dst []byte) []byte {
37 func (Encoder) AppendArrayEnd(dst []byte) []byte {
42 func (Encoder) AppendArrayDelim(dst []byte) []byte {
48 func (Encoder) AppendLineBreak(dst []byte) []byte {
54 func (Encoder) AppendBool(dst []byte, val bool) []byte {
82 func (Encoder) AppendInt(dst []byte, val int) []byte {
[all …]
/dports/devel/bit/bit-1.1.2/vendor/github.com/rs/zerolog/internal/cbor/
H A Dtypes.go11 func (Encoder) AppendNil(dst []byte) []byte {
16 func (Encoder) AppendBeginMarker(dst []byte) []byte {
21 func (Encoder) AppendEndMarker(dst []byte) []byte {
26 func (Encoder) AppendObjectData(dst []byte, o []byte) []byte {
33 func (Encoder) AppendArrayStart(dst []byte) []byte {
38 func (Encoder) AppendArrayEnd(dst []byte) []byte {
43 func (Encoder) AppendArrayDelim(dst []byte) []byte {
49 func (Encoder) AppendLineBreak(dst []byte) []byte {
55 func (Encoder) AppendBool(dst []byte, val bool) []byte {
83 func (Encoder) AppendInt(dst []byte, val int) []byte {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/bytes/
H A Dbytes.go18 func Equal(a, b []byte) bool {
26 func Compare(a, b []byte) int {
55 func Count(s, sep []byte) int {
90 func IndexByte(b []byte, c byte) int {
94 func indexBytePortable(s []byte, c byte) int {
141 func LastIndexByte(s []byte, c byte) int {
514 func Join(s [][]byte, sep []byte) []byte {
751 func Title(s []byte) []byte {
935 func trimLeftByte(s []byte, c byte) []byte {
981 func trimRightByte(s []byte, c byte) []byte {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/miekg/mmark/
H A Dsmartypants.go18 func wordBoundary(c byte) bool {
22 func tolower(c byte) byte {
29 func isdigit(c byte) bool {
33 func smartQuoteHelper(out *bytes.Buffer, previousChar byte, nextChar byte, quote byte, isOpen *bool…
143 func smartParens(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
168 func smartDash(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
199 …rtAmpVariant(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte, quote byte)…
218 func smartAmp(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
226 func smartPeriod(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
298 func smartNumber(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/cpuguy83/go-md2man/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go27 func wordBoundary(c byte) bool {
31 func tolower(c byte) byte {
38 func isdigit(c byte) bool {
42 func smartQuoteHelper(out *bytes.Buffer, previousChar byte, nextChar byte, quote byte, isOpen *bool…
152 func smartParens(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
177 func smartDash(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
208 …rtAmpVariant(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte, quote byte)…
227 func smartAmp(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
235 func smartPeriod(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
307 func smartNumber(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/cpuguy83/go-md2man/go-md2man-23709d084719/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go27 func wordBoundary(c byte) bool {
31 func tolower(c byte) byte {
38 func isdigit(c byte) bool {
42 func smartQuoteHelper(out *bytes.Buffer, previousChar byte, nextChar byte, quote byte, isOpen *bool…
152 func smartParens(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
177 func smartDash(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
208 …rtAmpVariant(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte, quote byte)…
227 func smartAmp(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
235 func smartPeriod(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
307 func smartNumber(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/saturday/
H A Dsmartypants.go27 func wordBoundary(c byte) bool {
31 func tolower(c byte) byte {
38 func isdigit(c byte) bool {
42 func smartQuoteHelper(out *bytes.Buffer, previousChar byte, nextChar byte, quote byte, isOpen *bool…
152 func smartParens(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
177 func smartDash(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
208 …rtAmpVariant(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte, quote byte)…
227 func smartAmp(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
235 func smartPeriod(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
307 func smartNumber(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
[all …]
/dports/devel/etcd31/etcd-3.1.20/cmd/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go27 func wordBoundary(c byte) bool {
31 func tolower(c byte) byte {
38 func isdigit(c byte) bool {
42 func smartQuoteHelper(out *bytes.Buffer, previousChar byte, nextChar byte, quote byte, isOpen *bool…
152 func smartParens(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
177 func smartDash(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
208 …rtAmpVariant(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte, quote byte)…
227 func smartAmp(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
235 func smartPeriod(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
307 func smartNumber(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
[all …]
/dports/devel/etcd/etcd-2.3.8/Godeps/_workspace/src/github.com/russross/blackfriday/
H A Dsmartypants.go27 func wordBoundary(c byte) bool {
31 func tolower(c byte) byte {
38 func isdigit(c byte) bool {
42 func smartQuoteHelper(out *bytes.Buffer, previousChar byte, nextChar byte, quote byte, isOpen *bool…
152 func smartParens(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
177 func smartDash(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
208 …rtAmpVariant(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte, quote byte)…
227 func smartAmp(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
235 func smartPeriod(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
307 func smartNumber(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/russross/blackfriday/
H A Dsmartypants.go27 func wordBoundary(c byte) bool {
31 func tolower(c byte) byte {
38 func isdigit(c byte) bool {
42 func smartQuoteHelper(out *bytes.Buffer, previousChar byte, nextChar byte, quote byte, isOpen *bool…
152 func smartParens(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
177 func smartDash(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
208 …rtAmpVariant(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte, quote byte)…
227 func smartAmp(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
235 func smartPeriod(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
307 func smartNumber(out *bytes.Buffer, smrt *smartypantsData, previousChar byte, text []byte) int {
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/bytes/
H A Dbytes.go18 func Equal(a, b []byte) bool {
26 func Compare(a, b []byte) int {
55 func Count(s, sep []byte) int {
90 func IndexByte(b []byte, c byte) int {
94 func indexBytePortable(s []byte, c byte) int {
141 func LastIndexByte(s []byte, c byte) int {
417 func Join(s [][]byte, sep []byte) []byte {
515 func ToUpper(s []byte) []byte {
546 func ToLower(s []byte) []byte {
653 func Title(s []byte) []byte {
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/bytes/
H A Dbytes.go18 func Equal(a, b []byte) bool {
26 func Compare(a, b []byte) int {
55 func Count(s, sep []byte) int {
90 func IndexByte(b []byte, c byte) int {
94 func indexBytePortable(s []byte, c byte) int {
141 func LastIndexByte(s []byte, c byte) int {
417 func Join(s [][]byte, sep []byte) []byte {
515 func ToUpper(s []byte) []byte {
546 func ToLower(s []byte) []byte {
653 func Title(s []byte) []byte {
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/bytes/
H A Dbytes.go18 func Equal(a, b []byte) bool {
26 func Compare(a, b []byte) int {
55 func Count(s, sep []byte) int {
90 func IndexByte(b []byte, c byte) int {
94 func indexBytePortable(s []byte, c byte) int {
141 func LastIndexByte(s []byte, c byte) int {
417 func Join(s [][]byte, sep []byte) []byte {
515 func ToUpper(s []byte) []byte {
546 func ToLower(s []byte) []byte {
653 func Title(s []byte) []byte {
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/bytes/
H A Dbytes.go18 func Equal(a, b []byte) bool {
26 func Compare(a, b []byte) int {
55 func Count(s, sep []byte) int {
90 func IndexByte(b []byte, c byte) int {
94 func indexBytePortable(s []byte, c byte) int {
141 func LastIndexByte(s []byte, c byte) int {
417 func Join(s [][]byte, sep []byte) []byte {
515 func ToUpper(s []byte) []byte {
546 func ToLower(s []byte) []byte {
653 func Title(s []byte) []byte {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/segmentio/encoding/json/
H A Dparse.go42 func skipSpaces(b []byte) []byte {
49 func skipSpacesN(b []byte) ([]byte, int) {
60 func trimTrailingSpaces(b []byte) []byte {
67 func trimTrailingSpacesN(b []byte) []byte {
496 func (d decoder) parseStringUnquote(b []byte, r []byte) ([]byte, []byte, bool, error) {
585 func appendCoerceInvalidUTF8(b []byte, s []byte) []byte {
745 func hasNullPrefix(b []byte) bool {
749 func hasTruePrefix(b []byte) bool {
753 func hasFalsePrefix(b []byte) bool {
761 func hasLeadingSign(b []byte) bool {
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/bytes/
H A Dbytes.go18 func Equal(a, b []byte) bool {
22 func equalPortable(a, b []byte) bool {
37 func Compare(a, b []byte) int {
66 func Count(s, sep []byte) int {
101 func IndexByte(b []byte, c byte) int {
105 func indexBytePortable(s []byte, c byte) int {
130 func LastIndexByte(s []byte, c byte) int {
302 func Fields(s []byte) [][]byte {
406 func Join(s [][]byte, sep []byte) []byte {
555 func Title(s []byte) []byte {
[all …]

12345678910>>...1988