Home
last modified time | relevance | path

Searched defs:tmpBuf (Results 1 – 25 of 587) sorted by relevance

12345678910>>...24

/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dstring.go31 type tmpBuf [tmpStringBufSize]byte type
38 func concatstrings(buf *tmpBuf, a []string) string {
73 func concatstring2(buf *tmpBuf, a [2]string) string {
77 func concatstring3(buf *tmpBuf, a [3]string) string {
81 func concatstring4(buf *tmpBuf, a [4]string) string {
85 func concatstring5(buf *tmpBuf, a [5]string) string {
91 func slicebytetostring(buf *tmpBuf, b []byte) (str string) {
121 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
157 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
193 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dstring.go13 type tmpBuf [tmpStringBufSize]byte type
20 func concatstrings(buf *tmpBuf, a []string) string {
54 func concatstring2(buf *tmpBuf, a [2]string) string {
58 func concatstring3(buf *tmpBuf, a [3]string) string {
62 func concatstring4(buf *tmpBuf, a [4]string) string {
66 func concatstring5(buf *tmpBuf, a [5]string) string {
72 func slicebytetostring(buf *tmpBuf, b []byte) (str string) {
110 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
146 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
182 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dstring.go31 type tmpBuf [tmpStringBufSize]byte type
38 func concatstrings(buf *tmpBuf, a []string) string {
73 func concatstring2(buf *tmpBuf, a [2]string) string {
77 func concatstring3(buf *tmpBuf, a [3]string) string {
81 func concatstring4(buf *tmpBuf, a [4]string) string {
85 func concatstring5(buf *tmpBuf, a [5]string) string {
91 func slicebytetostring(buf *tmpBuf, b []byte) (str string) {
121 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
157 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
193 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dstring.go16 type tmpBuf [tmpStringBufSize]byte type
23 func concatstrings(buf *tmpBuf, a []string) string {
57 func concatstring2(buf *tmpBuf, a [2]string) string {
61 func concatstring3(buf *tmpBuf, a [3]string) string {
65 func concatstring4(buf *tmpBuf, a [4]string) string {
69 func concatstring5(buf *tmpBuf, a [5]string) string {
75 func slicebytetostring(buf *tmpBuf, b []byte) (str string) {
118 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
155 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
191 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dstring.go18 type tmpBuf [tmpStringBufSize]byte type
25 func concatstrings(buf *tmpBuf, a []string) string {
59 func concatstring2(buf *tmpBuf, a0, a1 string) string {
63 func concatstring3(buf *tmpBuf, a0, a1, a2 string) string {
67 func concatstring4(buf *tmpBuf, a0, a1, a2, a3 string) string {
71 func concatstring5(buf *tmpBuf, a0, a1, a2, a3, a4 string) string {
81 func slicebytetostring(buf *tmpBuf, ptr *byte, n int) (str string) {
130 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
172 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
208 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dstring.go31 type tmpBuf [tmpStringBufSize]byte type
38 func concatstrings(buf *tmpBuf, a []string) string {
73 func concatstring2(buf *tmpBuf, a [2]string) string {
77 func concatstring3(buf *tmpBuf, a [3]string) string {
81 func concatstring4(buf *tmpBuf, a [4]string) string {
85 func concatstring5(buf *tmpBuf, a [5]string) string {
91 func slicebytetostring(buf *tmpBuf, b []byte) (str string) {
121 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
157 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
193 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dstring.go31 type tmpBuf [tmpStringBufSize]byte type
38 func concatstrings(buf *tmpBuf, a []string) string {
73 func concatstring2(buf *tmpBuf, a [2]string) string {
77 func concatstring3(buf *tmpBuf, a [3]string) string {
81 func concatstring4(buf *tmpBuf, a [4]string) string {
85 func concatstring5(buf *tmpBuf, a [5]string) string {
91 func slicebytetostring(buf *tmpBuf, b []byte) (str string) {
121 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
157 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
193 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dstring.go34 type tmpBuf [tmpStringBufSize]byte type
41 func concatstrings(buf *tmpBuf, a []string) string {
76 func concatstring2(buf *tmpBuf, a [2]string) string {
80 func concatstring3(buf *tmpBuf, a [3]string) string {
84 func concatstring4(buf *tmpBuf, a [4]string) string {
88 func concatstring5(buf *tmpBuf, a [5]string) string {
94 func slicebytetostring(buf *tmpBuf, b []byte) (str string) {
129 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
166 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
202 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dstring.go31 type tmpBuf [tmpStringBufSize]byte type
38 func concatstrings(buf *tmpBuf, a []string) string {
73 func concatstring2(buf *tmpBuf, a [2]string) string {
77 func concatstring3(buf *tmpBuf, a [3]string) string {
81 func concatstring4(buf *tmpBuf, a [4]string) string {
85 func concatstring5(buf *tmpBuf, a [5]string) string {
91 func slicebytetostring(buf *tmpBuf, b []byte) (str string) {
121 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
157 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
193 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dstring.go31 type tmpBuf [tmpStringBufSize]byte type
38 func concatstrings(buf *tmpBuf, a []string) string {
73 func concatstring2(buf *tmpBuf, a [2]string) string {
77 func concatstring3(buf *tmpBuf, a [3]string) string {
81 func concatstring4(buf *tmpBuf, a [4]string) string {
85 func concatstring5(buf *tmpBuf, a [5]string) string {
91 func slicebytetostring(buf *tmpBuf, b []byte) (str string) {
121 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
157 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
193 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
H A Dstring.go34 type tmpBuf [tmpStringBufSize]byte type
41 func concatstrings(buf *tmpBuf, a []string) string {
76 func concatstring2(buf *tmpBuf, a [2]string) string {
80 func concatstring3(buf *tmpBuf, a [3]string) string {
84 func concatstring4(buf *tmpBuf, a [4]string) string {
88 func concatstring5(buf *tmpBuf, a [5]string) string {
94 func slicebytetostring(buf *tmpBuf, b []byte) (str string) {
129 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
166 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
202 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/
H A Dstring.go34 type tmpBuf [tmpStringBufSize]byte type
41 func concatstrings(buf *tmpBuf, a []string) string {
76 func concatstring2(buf *tmpBuf, a [2]string) string {
80 func concatstring3(buf *tmpBuf, a [3]string) string {
84 func concatstring4(buf *tmpBuf, a [4]string) string {
88 func concatstring5(buf *tmpBuf, a [5]string) string {
94 func slicebytetostring(buf *tmpBuf, b []byte) (str string) {
129 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
166 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
202 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/framework/
H A DLocalFileInputSource.cpp95 XMLCh* tmpBuf = XMLPlatformUtils::weavePaths(basePath, relativePath, manager); in LocalFileInputSource() local
101 XMLCh* tmpBuf = XMLString::replicate(relativePath, manager); in LocalFileInputSource() local
144 XMLCh* tmpBuf = XMLString::replicate(filePath, manager); in LocalFileInputSource() local
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/framework/
H A DLocalFileInputSource.cpp95 XMLCh* tmpBuf = XMLPlatformUtils::weavePaths(basePath, relativePath, manager); in LocalFileInputSource() local
101 XMLCh* tmpBuf = XMLString::replicate(relativePath, manager); in LocalFileInputSource() local
144 XMLCh* tmpBuf = XMLString::replicate(filePath, manager); in LocalFileInputSource() local
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dstring.go30 type tmpBuf [tmpStringBufSize]byte type
37 func concatstrings(buf *tmpBuf, p *string, n int) string {
80 func slicebytetostring(buf *tmpBuf, ptr *byte, n int) (str string) {
118 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
157 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
193 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dstring.go30 type tmpBuf [tmpStringBufSize]byte type
37 func concatstrings(buf *tmpBuf, p *string, n int) string {
80 func slicebytetostring(buf *tmpBuf, ptr *byte, n int) (str string) {
118 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
157 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
193 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dstring.go30 type tmpBuf [tmpStringBufSize]byte type
37 func concatstrings(buf *tmpBuf, p *string, n int) string {
80 func slicebytetostring(buf *tmpBuf, ptr *byte, n int) (str string) {
118 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
157 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
193 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dstring.go30 type tmpBuf [tmpStringBufSize]byte type
37 func concatstrings(buf *tmpBuf, p *string, n int) string {
80 func slicebytetostring(buf *tmpBuf, ptr *byte, n int) (str string) {
118 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
157 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
193 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dstring.go29 type tmpBuf [tmpStringBufSize]byte type
36 func concatstrings(buf *tmpBuf, p *string, n int) string {
75 func slicebytetostring(buf *tmpBuf, b []byte) (str string) {
110 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
147 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
183 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dstring.go29 type tmpBuf [tmpStringBufSize]byte type
36 func concatstrings(buf *tmpBuf, p *string, n int) string {
75 func slicebytetostring(buf *tmpBuf, b []byte) (str string) {
110 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
147 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
183 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dstring.go29 type tmpBuf [tmpStringBufSize]byte type
36 func concatstrings(buf *tmpBuf, p *string, n int) string {
75 func slicebytetostring(buf *tmpBuf, b []byte) (str string) {
110 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
147 func stringtoslicebyte(buf *tmpBuf, s string) []byte {
183 func slicerunetostring(buf *tmpBuf, a []rune) string {
/dports/devel/lfcbase/lfcbase-1.16.2/src/
H A DChain.cc124 char tmpBuf[TMPBUFSIZE]; in Chain() local
146 char tmpBuf[TMPBUFSIZE]; in Chain() local
168 char tmpBuf[TMPBUFSIZE]; in Chain() local
190 char tmpBuf[TMPBUFSIZE]; in Chain() local
212 char tmpBuf[TMPBUFSIZE]; in Chain() local
234 char tmpBuf[TMPBUFSIZE]; in Chain() local
256 char tmpBuf[TMPBUFSIZE]; in Chain() local
283 char tmpBuf[TMPBUFSIZE]; in Chain() local
917 char *tmpBuf = (char*)malloc(u-l+2); in subChain() local
1026 char *tmpBuf = (char*)malloc(_len + str._len -1); in operator +=() local
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/utils/
H A Dgzip.cpp49 std::vector<char> tmpBuf(BUFSIZE); in compress() local
110 std::vector<char> tmpBuf(BUFSIZE); in decompress() local
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Djpgimage.cpp277 byte tmpBuf[12]; in setIptcIrb() local
1094 byte tmpBuf[10]; in doWriteMetadata() local
1123 byte tmpBuf[33]; in doWriteMetadata() local
1145 byte tmpBuf[4]; in doWriteMetadata() local
1230 byte tmpBuf[4]; in doWriteMetadata() local
1259 byte tmpBuf[2]; in doWriteMetadata() local
1283 byte tmpBuf[2]; in doWriteMetadata() local
1332 byte tmpBuf[2]; in writeHeader() local
1357 byte tmpBuf[2]; in isJpegType() local
1384 byte tmpBuf[7]; in writeHeader() local
[all …]
/dports/multimedia/gdialog/gdialog-2.5_1/Modified Sources/GDialog/src/de/m740/projectx/gigaset/
H A DGTable.java131 StringBuffer tmpBuf = new StringBuffer(); in getToolTipText() local
146 StringBuffer tmpBuf = new StringBuffer(); in getToolTipText() local
168 StringBuffer tmpBuf = new StringBuffer(); in getToolTipText() local

12345678910>>...24