Home
last modified time | relevance | path

Searched refs:EmitCopyAtMost64 (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/other-licenses/snappy/src/
H A Dsnappy.cc378 static inline char* EmitCopyAtMost64(char* op, size_t offset, size_t len) { in EmitCopyAtMost64() function
403 return EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
410 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 64); in EmitCopy()
416 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 60); in EmitCopy()
422 op = EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
424 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, len); in EmitCopy()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/snappy/
H A Dsnappy.cc378 static inline char* EmitCopyAtMost64(char* op, size_t offset, size_t len) { in EmitCopyAtMost64() function
403 return EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
410 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 64); in EmitCopy()
416 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 60); in EmitCopy()
422 op = EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
424 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, len); in EmitCopy()
/dports/archivers/erlang-snappy/snappy-erlang-nif-1.1.2/c_src/snappy/
H A Dsnappy.cc378 static inline char* EmitCopyAtMost64(char* op, size_t offset, size_t len) { in EmitCopyAtMost64() function
403 return EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
410 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 64); in EmitCopy()
416 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 60); in EmitCopy()
422 op = EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
424 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, len); in EmitCopy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/snappy/src/
H A Dsnappy.cc382 static inline char* EmitCopyAtMost64(char* op, size_t offset, size_t len) { in EmitCopyAtMost64() function
407 return EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
414 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 64); in EmitCopy()
420 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 60); in EmitCopy()
426 op = EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
428 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, len); in EmitCopy()
/dports/www/firefox/firefox-99.0/other-licenses/snappy/src/
H A Dsnappy.cc378 static inline char* EmitCopyAtMost64(char* op, size_t offset, size_t len) { in EmitCopyAtMost64() function
403 return EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
410 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 64); in EmitCopy()
416 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 60); in EmitCopy()
422 op = EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
424 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, len); in EmitCopy()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/snappy/src/
H A Dsnappy.cc378 static inline char* EmitCopyAtMost64(char* op, size_t offset, size_t len) { in EmitCopyAtMost64() function
403 return EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
410 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 64); in EmitCopy()
416 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 60); in EmitCopy()
422 op = EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
424 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, len); in EmitCopy()
/dports/devel/apitrace/apitrace-9.0/thirdparty/snappy/
H A Dsnappy.cc269 static inline char* EmitCopyAtMost64(char* op, size_t offset, size_t len, in EmitCopyAtMost64() function
295 return EmitCopyAtMost64(op, offset, len, true); in EmitCopy()
302 op = EmitCopyAtMost64(op, offset, 64, false); in EmitCopy()
308 op = EmitCopyAtMost64(op, offset, 60, false); in EmitCopy()
313 op = EmitCopyAtMost64(op, offset, len, len < 12); in EmitCopy()
/dports/sysutils/vector/leveldb-sys-bbdd99a6fab0a7444a8c6eb0cc86a1a5a75f7fa1/deps/snappy-1.1.7/
H A Dsnappy.cc269 static inline char* EmitCopyAtMost64(char* op, size_t offset, size_t len, in EmitCopyAtMost64() function
295 return EmitCopyAtMost64(op, offset, len, true); in EmitCopy()
302 op = EmitCopyAtMost64(op, offset, 64, false); in EmitCopy()
308 op = EmitCopyAtMost64(op, offset, 60, false); in EmitCopy()
313 op = EmitCopyAtMost64(op, offset, len, len < 12); in EmitCopy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/snappy/src/
H A Dsnappy.cc383 static inline char* EmitCopyAtMost64(char* op, size_t offset, size_t len) { in EmitCopyAtMost64() function
415 return EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
422 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 64); in EmitCopy()
428 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 60); in EmitCopy()
434 op = EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
436 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, len); in EmitCopy()
/dports/biology/canu/canu-2.2/src/stores/libsnappy/
H A Dsnappy.cc314 static inline char* EmitCopyAtMost64(char* op, size_t offset, size_t len, in EmitCopyAtMost64() function
340 return EmitCopyAtMost64(op, offset, len, true); in EmitCopy()
347 op = EmitCopyAtMost64(op, offset, 64, false); in EmitCopy()
353 op = EmitCopyAtMost64(op, offset, 60, false); in EmitCopy()
358 op = EmitCopyAtMost64(op, offset, len, len < 12); in EmitCopy()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/snappy/
H A Dsnappy.cpp607 static inline char* EmitCopyAtMost64(char* op, size_t offset, size_t len) { in EmitCopyAtMost64() function
639 return EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
646 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 64); in EmitCopy()
652 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 60); in EmitCopy()
658 op = EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
660 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, len); in EmitCopy()
/dports/archivers/snappy/snappy-1.1.9/
H A Dsnappy.cc607 static inline char* EmitCopyAtMost64(char* op, size_t offset, size_t len) { in EmitCopyAtMost64() function
639 return EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
646 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 64); in EmitCopy()
652 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 60); in EmitCopy()
658 op = EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
660 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, len); in EmitCopy()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/snappy/
H A Dsnappy.cpp607 static inline char* EmitCopyAtMost64(char* op, size_t offset, size_t len) { in EmitCopyAtMost64() function
639 return EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
646 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 64); in EmitCopy()
652 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 60); in EmitCopy()
658 op = EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
660 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, len); in EmitCopy()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/snappy/
H A Dsnappy.cpp607 static inline char* EmitCopyAtMost64(char* op, size_t offset, size_t len) { in EmitCopyAtMost64() function
639 return EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
646 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 64); in EmitCopy()
652 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, 60); in EmitCopy()
658 op = EmitCopyAtMost64</*len_less_than_12=*/true>(op, offset, len); in EmitCopy()
660 op = EmitCopyAtMost64</*len_less_than_12=*/false>(op, offset, len); in EmitCopy()