Home
last modified time | relevance | path

Searched refs:CBZ (Results 1 – 25 of 1126) sorted by relevance

12345678910>>...46

/dports/net-p2p/dclib/dclib-0.3.23/dclib/core/
H A Dcbz.cpp33 CBZ::CBZ() in CBZ() function in CBZ
38 CBZ::~CBZ() in ~CBZ()
43 bool CBZ::Compress( CByteArray * src, CByteArray * dst ) in Compress()
47 return CBZ::Compress( (char*) src->Data(), src->Size(), dst ); in Compress()
56 bool CBZ::Compress( const CString * src, CByteArray * dst ) in Compress()
60 return CBZ::Compress( src->Data(), src->Length(), dst ); in Compress()
69 bool CBZ::Compress( char * src, unsigned int inlen, CByteArray * dst ) in Compress()
138 bool CBZ::Decompress( CByteArray * src, CByteArray * dst ) in Decompress()
H A Dcbz.h34 class CBZ {
55 CBZ();
57 ~CBZ();
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/internal/bytealg/
H A Dequal_arm64.s12 CBZ R1, equal
29 CBZ R5, eq
55 CBZ R3, chunk16
71 CBZ R4, not_equal
72 CBZ R5, not_equal
75 CBZ R1, equal
79 CBZ R3, tail
91 CBZ R1, equal
H A Dcount_arm64.s31 CBZ R2, done
51 CBZ R9, tail
80 CBZ R2, done
H A Dindexbyte_arm64.s36 CBZ R2, fail
85 CBZ R6, loop
109 CBZ R6, fail
H A Dcompare_arm64.s42 CBZ R10, small // length < 16
55 CBZ R6, samebytes
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/internal/bytealg/
H A Dequal_arm64.s14 CBZ R2, equal
37 CBZ R2, eq
67 CBZ R3, chunk16
83 CBZ R4, not_equal
84 CBZ R5, not_equal
87 CBZ R2, equal
91 CBZ R3, tail
103 CBZ R2, equal
H A Dcount_arm64.s31 CBZ R2, done
51 CBZ R9, tail
80 CBZ R2, done
H A Dcompare_arm64.s62 CBZ R6, samebytes
64 CBZ R10, small // length < 16
77 CBZ R6, samebytes
H A Dindexbyte_arm64.s36 CBZ R2, fail
85 CBZ R6, loop
109 CBZ R6, fail
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/math/big/
H A Darith_arm64.s117 CBZ counter, target; \
120 CBZ counter, target; \
141 CBZ counter, exit; \
277 CBZ R1, len0
305 CBZ R1, done
341 CBZ R1, len0
365 CBZ R1, len0
393 CBZ R1, done
428 CBZ R1, len0
470 CBZ R0, done
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/math/big/
H A Darith_arm64.s39 CBZ R0, done // careful not to touch the carry flag
60 CBZ R0, done // careful not to touch the carry flag
79 CBZ R0, return_y
85 CBZ R0, done // careful not to touch the carry flag
106 CBZ R0, rety
112 CBZ R0, done // careful not to touch the carry flag
145 CBZ R0, done
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/math/big/
H A Darith_arm64.s119 CBZ R0, len0 // the length of z is 0
124 CBZ R0, len1 // the length of z is 1
161 CBZ R0, len0 // the length of z is 0
208 CBZ R1, len0
236 CBZ R1, done
272 CBZ R1, len0
296 CBZ R1, len0
324 CBZ R1, done
359 CBZ R1, len0
401 CBZ R0, done
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/internal/atomic/
H A Datomic_arm64.s132 CBZ R4, load_store_loop
152 CBZ R4, load_store_loop
175 CBZ R4, load_store_loop
206 CBZ R4, load_store_loop
232 CBZ R4, load_store_loop
253 CBZ R4, load_store_loop
279 CBZ R4, load_store_loop
294 CBZ R4, load_store_loop
309 CBZ R4, load_store_loop
325 CBZ R4, load_store_loop
/dports/net-p2p/dclib/dclib-0.3.23/dclib/
H A Dcsharelist.cpp326 if ( !CBZ::Compress(&sharebuffer,m_pBZShareBuffer) ) in CreateBuffer()
344 if ( !CBZ::Compress(&sharebuffer,m_pXMLBZShareBuffer) ) in CreateBuffer()
395 if ( !CBZ::Decompress( m_pBZShareBuffer, sharebuffer ) ) in GetShareBuffer()
406 if ( !CBZ::Decompress( m_pXMLBZShareBuffer, sharebuffer ) ) in GetShareBuffer()
417 if ( !CBZ::Decompress( m_pXMLBZShareBuffer, sharebuffer ) ) in GetShareBuffer()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dtls_arm64.s16 CBZ R0, nocgo
37 CBZ R0, nocgo
H A Dmemclr_arm64.s38 CBZ R1, ending
84 CBZ R1, last_end
/dports/www/gitea/gitea-1.16.5/vendor/github.com/pierrec/lz4/v4/internal/lz4block/
H A Ddecode_arm64.s38 CBZ srcend, shortSrc
67 CBZ len, copyLiteralDone
130 CBZ offset, corrupt
174 CBZ len, copyMatchDone
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dmemmove_arm64.s35 CBZ R7, noforwardlarge // Do we need to do any quadword copying?
119 CBZ R6, nobackwardtail // Do we need to do any byte-by-byte copying?
122 CBZ R12, backwardtaillarge
H A Dmemclr_arm64.s33 CBZ R1, ending
79 CBZ R1, last_end
/dports/print/qpdfview/qpdfview-0.4.18/sources/
H A Dpluginhandler.cpp164 fileType = PluginHandler::CBZ; in matchArchiveAndImageType()
389 case PluginHandler::CBZ: in fileTypeName()
535 m_objectNames.insertMulti(CBZ, QLatin1String("FitzPlugin")); in PluginHandler()
541 m_fileNames.insertMulti(CBZ, QLatin1String(FITZ_PLUGIN_NAME)); in PluginHandler()
/dports/biology/molden/molden5.8/plush/
H A D28H5 lab="CBZ" NH="1"
H A DCBZ1 mol="CBZ" Charge="0"
H A DUOC9 lab="CBZ" NH="2"
/dports/devel/gdb/gdb-11.1/gdb/arch/
H A Daarch64-insn.h60 CBZ = 0x20000000 | B, enumerator
288 ((is_cbnz) ? CBNZ : CBZ) \

12345678910>>...46