Home
last modified time | relevance | path

Searched refs:expBuf (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/go/arrow/array/
H A Dbufferbuilder_numeric_test.go37 var expBuf []byte
39 expBuf = []byte{
48 expBuf = []byte{
57 assert.Equal(t, expBuf, bb.Bytes(), "unexpected byte values")
82 var expBuf []byte
84 expBuf = []byte{
93 expBuf = []byte{
102 assert.Equal(t, expBuf, bb.Bytes(), "unexpected byte values")
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/array/
H A Dbufferbuilder_numeric_test.go37 var expBuf []byte
39 expBuf = []byte{
48 expBuf = []byte{
57 assert.Equal(t, expBuf, bb.Bytes(), "unexpected byte values")
82 var expBuf []byte
84 expBuf = []byte{
93 expBuf = []byte{
102 assert.Equal(t, expBuf, bb.Bytes(), "unexpected byte values")
/dports/net/evans/evans-0.9.1/vendor/github.com/inconshreveable/go-update/internal/binarydist/
H A Ddiff_test.go56 expBuf := mustReadAll(exp)
58 if !bytes.Equal(gotBuf, expBuf) {
62 t.Logf("%s: len(exp) = %d", exp.Name(), len(expBuf))
63 i := matchlen(gotBuf, expBuf)
64 t.Logf("produced different output at pos %d; %d != %d", i, gotBuf[i], expBuf[i])
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/inconshreveable/go-update/internal/binarydist/
H A Ddiff_test.go56 expBuf := mustReadAll(exp)
58 if !bytes.Equal(gotBuf, expBuf) {
62 t.Logf("%s: len(exp) = %d", exp.Name(), len(expBuf))
63 i := matchlen(gotBuf, expBuf)
64 t.Logf("produced different output at pos %d; %d != %d", i, gotBuf[i], expBuf[i])
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/selfupdate/internal/binarydist/
H A Ddiff_test.go56 expBuf := mustReadAll(exp)
58 if !bytes.Equal(gotBuf, expBuf) {
62 t.Logf("%s: len(exp) = %d", exp.Name(), len(expBuf))
63 i := matchlen(gotBuf, expBuf)
64 t.Logf("produced different output at pos %d; %d != %d", i, gotBuf[i], expBuf[i])
/dports/misc/exercism/cli-3.0.13/vendor/github.com/inconshreveable/go-update/internal/binarydist/
H A Ddiff_test.go56 expBuf := mustReadAll(exp)
58 if !bytes.Equal(gotBuf, expBuf) {
62 t.Logf("%s: len(exp) = %d", exp.Name(), len(expBuf))
63 i := matchlen(gotBuf, expBuf)
64 t.Logf("produced different output at pos %d; %d != %d", i, gotBuf[i], expBuf[i])
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/go/arrow/array/
H A Dbufferbuilder_numeric_test.go36 expBuf := []byte{
44 assert.Equal(t, expBuf, bb.Bytes(), "unexpected byte values")
69 expBuf := []byte{
77 assert.Equal(t, expBuf, bb.Bytes(), "unexpected byte values")
/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/math/
H A Dfloatio.c927 t_buffer expBuf; in cattokens() local
929 expBuf.sz = sizeof(exp); in cattokens()
930 expBuf.buf = exp; in cattokens()
1007 exp2str(&expBuf, tokens->exp, expbase); in cattokens()
1014 sz += strlen(expBuf.buf); in cattokens()
1038 strcat(buf, expBuf.buf); in cattokens()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/
H A Dhandler_test.go714 expBuf = testBufLimit
724 for expBuf >= testCost {
726 expBuf -= testCost
727 …if err := expectResponse(rawPeer.app, BlockHeadersMsg, reqID, expBuf, []*types.Header{header}); er…
745 expBuf += testBufRecharge * wait
746 if err := p2p.ExpectMsg(rawPeer.app, ResumeMsg, expBuf); err != nil {
/dports/devel/icu/icu/source/io/
H A Duscanf_p.cpp511 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_scanf_scientific_handler() local
544 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
558 expBuf, in u_scanf_scientific_handler()
H A Duprntf_p.cpp578 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_printf_scientific_handler() local
603 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
609 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
617 expBuf, in u_printf_scientific_handler()
/dports/devel/icu-lx/icu/source/io/
H A Duscanf_p.cpp511 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_scanf_scientific_handler() local
544 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
558 expBuf, in u_scanf_scientific_handler()
H A Duprntf_p.cpp578 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_printf_scientific_handler() local
603 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
609 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
617 expBuf, in u_printf_scientific_handler()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/io/
H A Duscanf_p.cpp511 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_scanf_scientific_handler() local
544 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
558 expBuf, in u_scanf_scientific_handler()
H A Duprntf_p.cpp578 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_printf_scientific_handler() local
603 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
609 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
617 expBuf, in u_printf_scientific_handler()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/io/
H A Duscanf_p.cpp511 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_scanf_scientific_handler() local
544 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
558 expBuf, in u_scanf_scientific_handler()
H A Duprntf_p.cpp578 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_printf_scientific_handler() local
603 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
609 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
617 expBuf, in u_printf_scientific_handler()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/io/
H A Duscanf_p.cpp511 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_scanf_scientific_handler() local
544 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
558 expBuf, in u_scanf_scientific_handler()
H A Duprntf_p.cpp578 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_printf_scientific_handler() local
603 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
609 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
617 expBuf, in u_printf_scientific_handler()
/dports/www/firefox/firefox-99.0/intl/icu/source/io/
H A Duscanf_p.cpp511 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_scanf_scientific_handler() local
544 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
558 expBuf, in u_scanf_scientific_handler()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/io/
H A Duscanf_p.cpp511 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_scanf_scientific_handler() local
544 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
558 expBuf, in u_scanf_scientific_handler()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/io/
H A Duscanf_p.cpp511 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_scanf_scientific_handler() local
544 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
558 expBuf, in u_scanf_scientific_handler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/io/
H A Duscanf_p.cpp511 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_scanf_scientific_handler() local
544 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
558 expBuf, in u_scanf_scientific_handler()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/io/
H A Duscanf_p.c496 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_scanf_scientific_handler() local
529 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
535 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
543 expBuf, in u_scanf_scientific_handler()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/io/
H A Duscanf_p.cpp511 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE]; in u_scanf_scientific_handler() local
544 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
558 expBuf, in u_scanf_scientific_handler()

12