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

1 2

  /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/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
directive-align.s 21 trailer: label
25 @ CHECK-LABEL: trailer
  /external/swiftshader/third_party/llvm-7.0/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
  /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 273 unsigned char *trailer = NULL; local
377 /* Allocate the trailer */
378 trailer = malloc(sizes.cbSecurityTrailer);
379 if(!trailer)
385 free(trailer);
394 free(trailer);
414 free(trailer);
424 wrap_buf[0].pvBuffer = trailer;
439 free(trailer);
451 free(trailer);
    [all...]
  /external/skia/src/pdf/
SkPDFConvertType1FontStream.cpp 53 * after the line containing "eexec," and the trailer starts with 512
151 // (but not trailer) that we're not going to copy.
183 const uint8_t* trailer = hexData + hexDataLen; local
187 for (; hexData < trailer; hexData++) {
  /external/skqp/src/pdf/
SkPDFConvertType1FontStream.cpp 53 * after the line containing "eexec," and the trailer starts with 512
151 // (but not trailer) that we're not going to copy.
183 const uint8_t* trailer = hexData + hexDataLen; local
187 for (; hexData < trailer; hexData++) {
  /external/syzkaller/vendor/google.golang.org/grpc/
stream.go 87 // Trailer returns the trailer metadata from the server, if there is any.
90 Trailer() metadata.MD
396 func (cs *clientStream) Trailer() metadata.MD {
398 return cs.attempt.trailer()
451 func (a *csAttempt) trailer() metadata.MD { func
452 return a.s.Trailer()
640 // SetTrailer sets the trailer metadata which will be sent with the RPC status.
  /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::__anon22552
  /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

Completed in 1597 milliseconds

1 2