HomeSort by relevance Sort by last modified time
    Searched refs:lfh (Results 1 - 19 of 19) sorted by null

  /system/core/libziparchive/
zip_archive.cc 352 ALOGW("Zip: bad LFH offset %" PRId64 " at entry %" PRIu16,
399 ALOGW("Zip: Entry at offset zero has invalid LFH signature %" PRIx32, lfh_start_bytes);
537 ALOGW("Zip: failed reading lfh name from offset %" PRId64,
542 const LocalFileHeader* lfh = reinterpret_cast<const LocalFileHeader*>(lfh_buf); local
544 if (lfh->lfh_signature != LocalFileHeader::kSignature) {
545 ALOGW("Zip: didn't find signature at start of lfh, offset=%" PRId64,
555 // and appears to use the LFH value during extraction (unzip) but the CD value
559 // For now, always use the version from the LFH but make sure that the values
566 if ((lfh->gpb_flags & kGPBDDFlagMask) != (cdr->gpb_flags & kGPBDDFlagMask)) {
568 cdr->gpb_flags, lfh->gpb_flags)
    [all...]
  /external/llvm/test/MC/SystemZ/
insn-good-z196.s 720 #CHECK: lfh %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0xca]
721 #CHECK: lfh %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0xca]
722 #CHECK: lfh %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0xca]
723 #CHECK: lfh %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0xca]
724 #CHECK: lfh %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0xca]
725 #CHECK: lfh %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0xca]
726 #CHECK: lfh %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0xca]
727 #CHECK: lfh %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0xca]
728 #CHECK: lfh %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0xca]
729 #CHECK: lfh %r15, 0 # encoding: [0xe3,0xf0,0x00,0x00,0x00,0xca
    [all...]
insn-bad-z196.s 473 #CHECK: lfh %r0, -524289
475 #CHECK: lfh %r0, 524288
477 lfh %r0, -524289
478 lfh %r0, 524288
insn-bad.s     [all...]
  /external/capstone/suite/MC/SystemZ/
insn-good-z196.s.cs 300 0xe3,0x00,0x00,0x00,0x80,0xca = lfh %r0, -524288
301 0xe3,0x00,0x0f,0xff,0xff,0xca = lfh %r0, -1
302 0xe3,0x00,0x00,0x00,0x00,0xca = lfh %r0, 0
303 0xe3,0x00,0x00,0x01,0x00,0xca = lfh %r0, 1
304 0xe3,0x00,0x0f,0xff,0x7f,0xca = lfh %r0, 524287
305 0xe3,0x00,0x10,0x00,0x00,0xca = lfh %r0, 0(%r1)
306 0xe3,0x00,0xf0,0x00,0x00,0xca = lfh %r0, 0(%r15)
307 0xe3,0x01,0xff,0xff,0x7f,0xca = lfh %r0, 524287(%r1,%r15)
308 0xe3,0x0f,0x1f,0xff,0x7f,0xca = lfh %r0, 524287(%r15,%r1)
309 0xe3,0xf0,0x00,0x00,0x00,0xca = lfh %r15,
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
zarch-z196.s 22 lfh %r6,-5555(%r7,%r8)
zarch-z196.d 28 .*: e3 67 8a 4d fe ca [ ]*lfh %r6,-5555\(%r7,%r8\)
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /external/v8/src/s390/
constants-s390.h     [all...]
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.12/
commons-compress-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/sqlite/dist/orig/
shell.c 4214 ZipfileLFH lfh; \/* Local File Header for current entry *\/ member in struct:ZipfileCsr
    [all...]
  /external/sqlite/dist/
shell.c 4220 ZipfileLFH lfh; \/* Local File Header for current entry *\/ member in struct:ZipfileCsr
    [all...]

Completed in 1047 milliseconds