/external/syslinux/mk/ |
syslinux.mk | 65 XZ = xz
|
/external/tensorflow/tensorflow/contrib/lite/ |
download_dependencies.sh | 63 curl -Ls "${url}" | tar -C "${dir}" --strip-components=1 -xz
|
/external/tensorflow/tensorflow/contrib/makefile/ |
download_dependencies.sh | 62 curl -Ls "${url}" | tar -C "${dir}" --strip-components=1 -xz
|
/external/xz-embedded/linux/lib/xz/ |
xz_private.h | 14 # include <linux/xz.h>
|
xz_dec_test.c | 2 * XZ decoder tester 15 #include <linux/xz.h> 32 /* XZ decoder state */ 49 * Structure to pass the input and output buffers to the XZ decoder. 99 * The .xz file must have exactly one Stream and no Stream Padding. The data 175 /* Allocate the XZ decoder state and register the character device. */ 197 "'mknod " DEVICE_NAME " c %d 0' and write .xz files " 212 MODULE_DESCRIPTION("XZ decompressor tester");
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
MathsUtils.java | 161 float xz = x * z; local 169 matrix[8] = 2f * (xz + wy); 177 matrix[2] = 2f * (xz - wy);
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
BlockInputStream.java | 10 package org.tukaani.xz; 17 import org.tukaani.xz.common.DecoderUtil; 18 import org.tukaani.xz.check.Check; 61 throw new CorruptedInputException("XZ Block Header is corrupt"); 66 "Unsupported options in XZ Block Header"); 114 throw new CorruptedInputException("XZ Block Header is corrupt"); 121 "Unsupported options in XZ Block Header"); 132 "XZ Index does not match a Block Header"); 143 "XZ Index does not match a Block Header"); 151 "XZ Index does not match a Block Header") [all...] |
UncompressedLZMA2OutputStream.java | 10 package org.tukaani.xz;
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
Quaternion.java | 136 double xz = x[1] * x[3];
local 148 m[2] = 2 * (xz + yw);
154 m[8] = 2 * (xz - yw);
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
r5900-error-vu0.l | 34 .*: Error: invalid operands `vaddaw\.xz \$ACCxyz,\$vf0xz,\$vf0w' 35 .*: Error: invalid operands `vaddaw\.xz \$ACCxzw,\$vf0xz,\$vf31w' 36 .*: Error: invalid operands `vaddaw\.xz \$ACCxz,\$vf1xyz,\$vf2w' 37 .*: Error: invalid operands `vaddaw\.xz \$ACCxz,\$vf31xzw,\$vf0w' 38 .*: Error: invalid operands `vaddaw\.xz \$ACCxz,\$vf31z,\$vf15w' 87 .*: Error: invalid operands `vaddq\.xz \$vf0xz,\$\-1,\$Q' 212 .*: Error: invalid operands `vlqd\.xz \$vf0,\(\-\-\$vi0xz\)' 231 .*: Error: invalid operands `vlqi\.xz \$vf0,\(\$vi0xz\+\+\)' 265 .*: Error: invalid operands `vmaddax\.xz \$ACCxz,\$vf0xz,\$vf31xz' 294 .*: Error: invalid operands `vmaddz\.xz \$vf0xz,\$vf31xz,\$vf0xz [all...] |
/frameworks/rs/script_api/ |
rs_quaternion.spec | 77 float xz = q->x * q->z; 87 m->m[8] = 2.0f * ( xz + yw ); 91 m->m[2] = 2.0f * ( xz - yw );
|
/frameworks/rs/driver/runtime/ |
rs_quaternion.c | 35 float xz = q->x * q->z; local 45 m->m[8] = 2.0f * ( xz + yw ); 49 m->m[2] = 2.0f * ( xz - yw );
|
/toolchain/binutils/binutils-2.27/ |
src-release.sh | 27 XZPROG=xz 197 # Compress the output with xz 202 echo "==> Xzipping $package-$ver.tar.xz" 203 rm -f $package-$ver.tar.xz 219 xz) 314 echo " -x: Compress with xz" 345 compressors="$compressors xz";;
|
/external/python/cpython2/PCbuild/ |
get_externals.bat | 31 xz-*
98 echo.tcl-, tcltk, tk-, tix-, sqlite-, or xz-, and as such has the potential
|
/external/python/cpython3/Lib/distutils/ |
archive_util.py | 60 'compress' must be "gzip" (the default), "bzip2", "xz", "compress", or 68 the appropriate compression extension (".gz", ".bz2", ".xz" or ".Z"). 72 tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', 'xz': 'xz', None: '', 74 compress_ext = {'gzip': '.gz', 'bzip2': '.bz2', 'xz': '.xz', 81 "'xz' or 'compress'") 182 'xztar': (make_tarball, [('compress', 'xz')], "xz'ed tar-file"),
|
/external/opencv/cv/src/ |
cvlinefit.cpp | 107 float x2 = 0, y2 = 0, z2 = 0, xy = 0, yz = 0, xz = 0; local 128 xz += x * z * w; 148 xz += x * z; 161 xz /= w0; 172 dxz = xz - x0 * z0;
|
/frameworks/native/libs/math/include/math/ |
mat3.h | 349 const U xz = x*q.z; 356 m_value[0] = col_type(1-yy-zz, xy+zw, xz-yw); // NOLINT 358 m_value[2] = col_type( xz+yw, yz-xw, 1-xx-yy); // NOLINT
|
/build/soong/scripts/ |
strip.sh | 52 rm -f "${outfile}.dynsyms" "${outfile}.funcsyms" "${outfile}.keep_symbols" "${outfile}.debug" "${outfile}.mini_debuginfo" "${outfile}.mini_debuginfo.xz" 62 xz "${outfile}.mini_debuginfo" 63 "${CROSS_COMPILE}objcopy" --add-section .gnu_debugdata="${outfile}.mini_debuginfo.xz" "${outfile}.tmp"
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/ |
HC4.java | 11 package org.tukaani.xz.lz;
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
LZMAEncoder.java | 11 package org.tukaani.xz.lzma; 13 import org.tukaani.xz.lz.LZEncoder; 14 import org.tukaani.xz.lz.Matches; 15 import org.tukaani.xz.rangecoder.RangeEncoder;
|
LZMAEncoderNormal.java | 11 package org.tukaani.xz.lzma; 13 import org.tukaani.xz.lz.LZEncoder; 14 import org.tukaani.xz.lz.Matches; 15 import org.tukaani.xz.rangecoder.RangeEncoder;
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/ |
RangeEncoder.java | 11 package org.tukaani.xz.rangecoder;
|
/external/tensorflow/tensorflow/stream_executor/ |
device_memory.h | 272 Float2 xz, yw; member in struct:perftools::gputools::Float4
|
/external/xz-embedded/linux/lib/ |
decompress_unxz.c | 2 * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd 18 * The safety margin for XZ with LZMA2 or BCJ+LZMA2 is calculated below. 19 * Note that the margin with XZ is bigger than with Deflate (gzip)! 26 * The structure of the .xz file in case of a compresed kernel is as follows. 74 * - 128 bytes for the .xz file format headers; 92 * support XZ, the fixed overhead has to be increased from 18+32768 bytes 113 # include <linux/xz.h> 145 #include "xz/xz_private.h" 233 #include "xz/xz_crc32.c" 234 #include "xz/xz_dec_stream.c [all...] |
/kernel/tests/net/test/ |
run_net_test.sh | 60 COMPRESSED_ROOTFS=$ROOTFS.xz 136 # We use xz because it compresses better: to 42M vs 72M (gzip) / 62M (bzip2).
|