HomeSort by relevance Sort by last modified time
    Searched defs:trailer (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/llvm/test/MC/ARM/
directive-align.s 21 trailer: label
25 @ CHECK-LABEL: trailer
  /external/llvm/test/MC/AsmParser/
directive_rept-diagnostics.s 33 .global trailer
34 .type trailer,@object
35 trailer: label
36 .rep 0 trailer
39 # CHECK: .rep 0 trailer
  /external/pdfium/fxjs/xfa/
cjx_bookend.cpp 21 void CJX_Bookend::trailer(CFXJSE_Value* pValue, function in class:CJX_Bookend
cjx_overflow.cpp 21 void CJX_Overflow::trailer(CFXJSE_Value* pValue, function in class:CJX_Overflow
cjx_breakafter.cpp 27 void CJX_BreakAfter::trailer(CFXJSE_Value* pValue, function in class:CJX_BreakAfter
cjx_breakbefore.cpp 27 void CJX_BreakBefore::trailer(CFXJSE_Value* pValue, function in class:CJX_BreakBefore
  /system/chre/platform/shared/include/chre/platform/shared/
memory_debug.h 41 "Trailer magic values need to be the same size");
81 uint8_t *trailer = static_cast<uint8_t *>(mem) + size; local
82 memcpy(trailer, &kMagicAllocated, sizeof(kMagicAllocated));
105 uint8_t *trailer = static_cast<uint8_t *>(pointer) + preamble->allocSize; local
106 if (memcmp(trailer, &kMagicFreed, sizeof(kMagicFreed)) == 0) {
108 } else if (memcmp(trailer, &kMagicAllocated, sizeof(kMagicAllocated))
113 memcpy(trailer, &kMagicFreed, sizeof(kMagicFreed));
  /external/ipsec-tools/src/racoon/
isakmp_frag.c 94 unsigned int trailer; local
111 (sizeof(*hdr) + sizeof(*fraghdr) + sizeof(trailer));
  /external/pdfium/core/fpdfapi/parser/
cpdf_cross_ref_avail.cpp 20 constexpr char kTrailerKeyword[] = "trailer";
138 std::unique_ptr<CPDF_Dictionary> trailer = local
143 if (!trailer) {
148 if (ToReference(trailer->GetObjectFor(kEncryptKey))) {
154 GetDirectInteger(trailer.get(), kPrevCrossRefFieldKey);
160 GetDirectInteger(trailer.get(), kPrevCrossRefStreamOffsetFieldKey);
177 const CPDF_Dictionary* trailer = local
179 if (!trailer) {
184 if (ToReference(trailer->GetObjectFor(kEncryptKey))) {
189 CPDF_Name* type_name = ToName(trailer->GetObjectFor(kTypeFieldKey))
    [all...]
  /external/skia/gm/
arcto.cpp 185 const char trailer[] = "</svg>\n"; local
186 sk_fwrite(trailer, sizeof(trailer) - 1, file);
  /external/skqp/gm/
arcto.cpp 185 const char trailer[] = "</svg>\n"; local
186 sk_fwrite(trailer, sizeof(trailer) - 1, file);
  /external/curl/lib/vauth/
krb5_sspi.c 277 unsigned char *trailer = NULL; local
381 /* Allocate the trailer */
382 trailer = malloc(sizes.cbSecurityTrailer);
383 if(!trailer)
389 free(trailer);
398 free(trailer);
418 free(trailer);
428 wrap_buf[0].pvBuffer = trailer;
443 free(trailer);
455 free(trailer);
    [all...]
  /external/skia/src/pdf/
SkPDFConvertType1FontStream.cpp 51 * after the line containing "eexec," and the trailer starts with 512
148 // (but not trailer) that we're not going to copy.
180 const uint8_t* trailer = hexData + hexDataLen; local
184 for (; hexData < trailer; hexData++) {
  /external/skqp/src/pdf/
SkPDFConvertType1FontStream.cpp 51 * after the line containing "eexec," and the trailer starts with 512
148 // (but not trailer) that we're not going to copy.
180 const uint8_t* trailer = hexData + hexDataLen; local
184 for (; hexData < trailer; hexData++) {
  /external/libcups/cups/
file.c 361 unsigned char trailer[8]; /* Trailer CRC and length */ local
390 trailer[0] = (unsigned char)fp->crc;
391 trailer[1] = (unsigned char)(fp->crc >> 8);
392 trailer[2] = (unsigned char)(fp->crc >> 16);
393 trailer[3] = (unsigned char)(fp->crc >> 24);
394 trailer[4] = (unsigned char)fp->pos;
395 trailer[5] = (unsigned char)(fp->pos >> 8);
396 trailer[6] = (unsigned char)(fp->pos >> 16);
397 trailer[7] = (unsigned char)(fp->pos >> 24)
2425 unsigned char trailer[8]; \/* Trailer bytes *\/ local
    [all...]
  /external/tensorflow/tensorflow/core/lib/io/
table_builder.cc 208 char trailer[kBlockTrailerSize]; local
209 trailer[0] = type;
211 crc = crc32c::Extend(crc, trailer, 1); // Extend crc to cover block type
212 core::EncodeFixed32(trailer + 1, crc32c::Mask(crc));
213 r->status = r->file->Append(StringPiece(trailer, kBlockTrailerSize));
  /external/google-breakpad/src/client/mac/handler/
exception_handler.cc 178 mach_msg_trailer_t trailer; member in struct:google_breakpad::__anon20750
  /system/core/libziparchive/
zip_archive_test.cc 368 static const uint8_t trailer[] = {'A', 'n', 'd', 'r', 'o', 'i', 'd', 'z'}; local
370 ASSERT_TRUE(android::base::WriteFully(tmp_file.fd, trailer, sizeof(trailer)));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
graminit.h 69 #define trailer 322 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c 484 const char* trailer; local
490 trailer = (ste->ste_child_free ?
502 PyString_AS_STRING(ste->ste_name), trailer);
508 PyString_AS_STRING(ste->ste_name), trailer);
514 PyString_AS_STRING(ste->ste_name), trailer);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
graminit.h 69 #define trailer 322 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symbol.py 79 trailer = 322 variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c 482 const char* trailer; local
488 trailer = (ste->ste_child_free ?
500 PyString_AS_STRING(ste->ste_name), trailer);
506 PyString_AS_STRING(ste->ste_name), trailer);
512 PyString_AS_STRING(ste->ste_name), trailer);
    [all...]
  /external/python/cpython2/Include/
graminit.h 69 #define trailer 322 macro
  /external/python/cpython2/Lib/
symbol.py 79 trailer = 322 variable

Completed in 657 milliseconds

1 2 3 4