Searched defs:trailer (Results 1 - 23 of 23) sorted by relevance

/external/llvm/test/MC/ARM/
H A Ddirective-align.s21 trailer: label
25 @ CHECK-LABEL: trailer
/external/llvm/test/MC/AsmParser/
H A Ddirective_rept-diagnostics.s33 .global trailer
34 .type trailer,@object
35 trailer: label
36 .rep 0 trailer
39 # CHECK: .rep 0 trailer
/external/ipsec-tools/src/racoon/
H A Disakmp_frag.c94 unsigned int trailer; local
111 (sizeof(*hdr) + sizeof(*fraghdr) + sizeof(trailer));
/external/chromium_org/sandbox/mac/
H A Dmach_message_server.cc81 // the trailer of the message, from the header.
82 mach_msg_audit_trailer_t* trailer = local
88 audit_token_to_au32(trailer->msgh_audit,
/external/chromium_org/net/http/
H A Dhttp_network_layer_unittest.cc130 std::string trailer = local
137 "%s", method.c_str(), trailer.c_str());
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_builder.cc183 char trailer[kBlockTrailerSize]; local
184 trailer[0] = type;
186 crc = crc32c::Extend(crc, trailer, 1); // Extend crc to cover block type
187 EncodeFixed32(trailer+1, crc32c::Mask(crc));
188 r->status = r->file->Append(Slice(trailer, kBlockTrailerSize));
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_protocol_unittest.cc130 std::string trailer = local
140 method, trailer.c_str());
160 method, trailer.c_str());
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp157 // (xref, trailer, or just read all objects)
200 } else if (token.isKeyword("trailer")) {
325 if (!trailerKeyword.isKeyword() || strlen("trailer") != trailerKeyword.lenstr() ||
326 strncmp(trailerKeyword.c_str(), "trailer", strlen("trailer")) != 0) {
328 "readTrailer: trailer keyword expected",
340 SkPdfFileTrailerDictionary* trailer = (SkPdfFileTrailerDictionary*)&token; local
341 if (!trailer->valid()) {
346 SkPdfNativeObject* ref = trailer->Root(NULL);
356 if (trailer
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.cpp157 // (xref, trailer, or just read all objects)
200 } else if (token.isKeyword("trailer")) {
325 if (!trailerKeyword.isKeyword() || strlen("trailer") != trailerKeyword.lenstr() ||
326 strncmp(trailerKeyword.c_str(), "trailer", strlen("trailer")) != 0) {
328 "readTrailer: trailer keyword expected",
340 SkPdfFileTrailerDictionary* trailer = (SkPdfFileTrailerDictionary*)&token; local
341 if (!trailer->valid()) {
346 SkPdfNativeObject* ref = trailer->Root(NULL);
356 if (trailer
[all...]
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.cpp81 * after the line containing "eexec," and the trailer starts with 512
211 // (but not trailer) that we're not going to copy.
240 const uint8_t* trailer = hexData + hexDataLen; local
244 for (; hexData < trailer; hexData++) {
1312 size_t trailer SK_INIT_TO_AVOID_WARNING;
1315 &data, &trailer));
1324 fontStream->insertInt("Length3", trailer);
/external/skia/src/pdf/
H A DSkPDFFont.cpp81 * after the line containing "eexec," and the trailer starts with 512
224 const uint8_t* trailer = hexData + hexDataLen; local
228 for (; hexData < trailer; hexData++) {
1296 size_t trailer SK_INIT_TO_AVOID_WARNING;
1299 &trailer);
1308 fontStream->insertInt("Length3", trailer);
/external/srtp/srtp/
H A Dsrtp.c1450 uint32_t *trailer; /* pointer to start of trailer */ local
1517 /* NOTE: trailer is 32-bit aligned because RTCP 'packets' are always
1519 trailer = (uint32_t *) ((char *)enc_start + enc_octet_len);
1522 *trailer = htonl(SRTCP_E_BIT); /* set encrypt bit */
1527 *trailer = 0x00000000; /* set encrypt bit */
1550 *trailer |= htonl(seq_num);
1609 * run auth func over packet (including trailer), and write the
1633 uint32_t *trailer; /* pointer to start of trailer */ local
[all...]
/external/chromium_org/third_party/libsrtp/srtp/srtp/
H A Dsrtp.c1653 uint32_t *trailer; /* pointer to start of trailer */ local
1720 /* NOTE: trailer is 32-bit aligned because RTCP 'packets' are always
1722 trailer = (uint32_t *) ((char *)enc_start + enc_octet_len);
1725 *trailer = htonl(SRTCP_E_BIT); /* set encrypt bit */
1730 *trailer = 0x00000000; /* set encrypt bit */
1753 *trailer |= htonl(seq_num);
1812 * run auth func over packet (including trailer), and write the
1836 uint32_t *trailer; /* pointer to start of trailer */ local
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc1372 Span* trailer = Static::pageheap()->Split(span, needed); local
1373 Static::pageheap()->Delete(trailer);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc1327 Span* trailer = Static::pageheap()->Split(span, needed); local
1328 Static::pageheap()->Delete(trailer);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_auth.c1006 struct mbuf *m, uint32_t m_offset, uint8_t *digest, uint32_t trailer)
1059 if ((SCTP_BUF_NEXT(m_tmp) == NULL) && trailer) {
1061 SCTP_BUF_LEN(m_tmp) - (trailer+m_offset));
1005 sctp_hmac_m(uint16_t hmac_algo, uint8_t *key, uint32_t keylen, struct mbuf *m, uint32_t m_offset, uint8_t *digest, uint32_t trailer) argument
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprio.h414 PRSendfileFN sendfile; /* Send a (partial) file with header/trailer*/
1621 ** (networkSocket). If specified, a header and/or trailer buffer are sent
1623 ** of file data to send, the header and trailer buffers are specified in the
1633 ** Contains the FD, file offset and length, header and trailer
1658 const void *trailer; /* trailer buffer */ member in struct:PRSendFileData
1659 PRInt32 tlen; /* trailer len */
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c4727 mach_msg_trailer_t trailer; member in struct:__anon32604
4768 mach_msg_trailer_t trailer; member in struct:__anon32606
5129 mach_msg_trailer_t trailer; member in struct:__anon32618
5149 mach_msg_trailer_t trailer; member in struct:__anon32619
5170 mach_msg_trailer_t trailer; member in struct:__anon32620
5241 mach_msg_trailer_t trailer; member in struct:__anon32624
5325 mach_msg_trailer_t trailer; member in struct:__anon32626
5385 mach_msg_trailer_t trailer; member in struct:__anon32628
5442 mach_msg_trailer_t trailer; member in struct:__anon32630
5498 mach_msg_trailer_t trailer; member in struct:__anon32632
5695 mach_msg_trailer_t trailer; member in struct:__anon32640
5757 mach_msg_trailer_t trailer; member in struct:__anon32642
5834 mach_msg_trailer_t trailer; member in struct:__anon32644
6020 mach_msg_trailer_t trailer; member in struct:__anon32652
6079 mach_msg_trailer_t trailer; member in struct:__anon32654
6135 mach_msg_trailer_t trailer; member in struct:__anon32656
6188 mach_msg_trailer_t trailer; member in struct:__anon32658
6236 mach_msg_trailer_t trailer; member in struct:__anon32660
6299 mach_msg_trailer_t trailer; member in struct:__anon32662
6610 mach_msg_trailer_t trailer; member in struct:__anon32667
6719 mach_msg_trailer_t trailer; member in struct:__anon32669
6770 mach_msg_trailer_t trailer; member in struct:__anon32671
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3875 void* trailer = 0; local
3918 trailer = chunk2mem(remainder);
3929 if (trailer != 0) {
3930 internal_free(m, trailer);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 937 milliseconds