Home
last modified time | relevance | path

Searched refs:cmd_depth (Results 1 – 25 of 144) sorted by relevance

123456

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/andybalholm/brotli/
H A Dcompress_fragment.go116 copy(cmd_depth[:], depth[:24])
118 copy(cmd_depth[24:][:], depth[40:][:8])
119 copy(cmd_depth[32:][:], depth[24:][:8])
120 copy(cmd_depth[40:][:], depth[48:][:8])
121 copy(cmd_depth[48:][:], depth[32:][:8])
122 copy(cmd_depth[56:][:], depth[56:][:8])
135 cmd_depth[i] = 0
137 copy(cmd_depth[:], depth[:8])
143 cmd_depth[128+8*i] = depth[40+i]
144 cmd_depth[256+8*i] = depth[48+i]
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/andybalholm/brotli/
H A Dcompress_fragment.go116 copy(cmd_depth[:], depth[:24])
118 copy(cmd_depth[24:][:], depth[40:][:8])
119 copy(cmd_depth[32:][:], depth[24:][:8])
120 copy(cmd_depth[40:][:], depth[48:][:8])
121 copy(cmd_depth[48:][:], depth[32:][:8])
122 copy(cmd_depth[56:][:], depth[56:][:8])
135 cmd_depth[i] = 0
137 copy(cmd_depth[:], depth[:8])
143 cmd_depth[128+8*i] = depth[40+i]
144 cmd_depth[256+8*i] = depth[48+i]
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/andybalholm/brotli/
H A Dcompress_fragment.go116 copy(cmd_depth[:], depth[:24])
118 copy(cmd_depth[24:][:], depth[40:][:8])
119 copy(cmd_depth[32:][:], depth[24:][:8])
120 copy(cmd_depth[40:][:], depth[48:][:8])
121 copy(cmd_depth[48:][:], depth[32:][:8])
122 copy(cmd_depth[56:][:], depth[56:][:8])
135 cmd_depth[i] = 0
137 copy(cmd_depth[:], depth[:8])
143 cmd_depth[128+8*i] = depth[40+i]
144 cmd_depth[256+8*i] = depth[48+i]
[all …]
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/andybalholm/brotli/
H A Dcompress_fragment.go122 copy(cmd_depth[:], depth[:24])
124 copy(cmd_depth[24:][:], depth[40:][:8])
125 copy(cmd_depth[32:][:], depth[24:][:8])
126 copy(cmd_depth[40:][:], depth[48:][:8])
127 copy(cmd_depth[48:][:], depth[32:][:8])
128 copy(cmd_depth[56:][:], depth[56:][:8])
141 cmd_depth[i] = 0
143 copy(cmd_depth[:], depth[:8])
149 cmd_depth[128+8*i] = depth[40+i]
150 cmd_depth[256+8*i] = depth[48+i]
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/brotli/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/archivers/p5-IO-Compress-Brotli/IO-Compress-Brotli-0.004001/brotli/c/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/archivers/py-brotli/Brotli-1.0.9/c/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/archivers/py-brotlipy/brotlipy-0.7.0/libbrotli/enc/
H A Dcompress_fragment.c143 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
148 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
164 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/AnyOS/brotli/enc/
H A Dcompress_fragment.c143 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
148 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
164 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/archivers/brotli/brotli-1.0.9/c/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/devel/apitrace/apitrace-9.0/thirdparty/brotli/c/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/brotli/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/brotli-sys-0.3.2/brotli/enc/
H A Dcompress_fragment.c143 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
148 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
164 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/brotli/enc/
H A Dcompress_fragment.c143 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
148 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
164 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/BrotliCompress/enc/
H A Dcompress_fragment.c142 memcpy(cmd_depth, depth, 24); in BuildAndStoreCommandPrefixCode()
143 memcpy(cmd_depth + 24, depth + 40, 8); in BuildAndStoreCommandPrefixCode()
144 memcpy(cmd_depth + 32, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
145 memcpy(cmd_depth + 40, depth + 48, 8); in BuildAndStoreCommandPrefixCode()
146 memcpy(cmd_depth + 48, depth + 32, 8); in BuildAndStoreCommandPrefixCode()
147 memcpy(cmd_depth + 56, depth + 56, 8); in BuildAndStoreCommandPrefixCode()
160 memcpy(cmd_depth, depth, 8); in BuildAndStoreCommandPrefixCode()
161 memcpy(cmd_depth + 64, depth + 8, 8); in BuildAndStoreCommandPrefixCode()
162 memcpy(cmd_depth + 128, depth + 16, 8); in BuildAndStoreCommandPrefixCode()
163 memcpy(cmd_depth + 192, depth + 24, 8); in BuildAndStoreCommandPrefixCode()
[all …]

123456