Home
last modified time | relevance | path

Searched refs:trailer (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dalloca.c339 struct stk_trailer *trailer; in i00afunc() local
352 trailer = (struct stk_trailer *) (status.current_address in i00afunc()
359 if (trailer == 0) in i00afunc()
364 while (trailer != 0) in i00afunc()
366 block = (long *) trailer->this_address; in i00afunc()
367 size = trailer->this_size; in i00afunc()
370 trailer = (struct stk_trailer *) trailer->link; in i00afunc()
380 if (trailer == 0) in i00afunc()
387 if (trailer->this_size <= 0) in i00afunc()
389 result += trailer->this_size; in i00afunc()
[all …]
/external/skia/src/core/
DSkMemory_stdlib.cpp68 void* trailer = (char*)result + realSize; in add() local
69 memcpy(trailer, kBlockTrailerTag, sizeof(kBlockTrailerTag)); in add()
128 const char* trailer = fTrailer + fSize; in remove() local
129 SkASSERT(memcmp(trailer, kBlockTrailerTag, sizeof(kBlockTrailerTag)) == 0); in remove()
144 char* trailer = header->fTrailer + header->fSize; in InMutexValidate() local
145 SkASSERT(memcmp(trailer, kBlockTrailerTag, sizeof(kBlockTrailerTag)) == 0); in InMutexValidate()
/external/srtp/googlepatches/
Dgoogle-7-srtp-security-fix.patch66 trailer = (uint32_t *) ((char *) hdr +
68 - if (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) {
70 + e_bit_in_packet = (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) == SRTCP_E_BYTE_BIT;
/external/webkit/Source/WebCore/platform/cf/
DBinaryPropertyList.cpp521 UInt8* trailer = m_buffer + m_bufferSize - trailerSize; in BinaryPropertyListSerializer() local
522 memset(trailer, 0, 6); in BinaryPropertyListSerializer()
523 trailer[6] = m_offsetSize; in BinaryPropertyListSerializer()
524 trailer[7] = m_objectReferenceSize; in BinaryPropertyListSerializer()
525 storeLength(trailer + 8, m_plan.objectCount()); in BinaryPropertyListSerializer()
526 storeLength(trailer + 16, m_plan.objectCount() - 1); in BinaryPropertyListSerializer()
527 storeLength(trailer + 24, m_offsetTableStart); in BinaryPropertyListSerializer()
/external/srtp/srtp/
Dsrtp.c1450 uint32_t *trailer; /* pointer to start of trailer */ in srtp_protect_rtcp() local
1519 trailer = (uint32_t *) ((char *)enc_start + enc_octet_len); in srtp_protect_rtcp()
1522 *trailer = htonl(SRTCP_E_BIT); /* set encrypt bit */ in srtp_protect_rtcp()
1527 *trailer = 0x00000000; /* set encrypt bit */ in srtp_protect_rtcp()
1550 *trailer |= htonl(seq_num); in srtp_protect_rtcp()
1633 uint32_t *trailer; /* pointer to start of trailer */ in srtp_unprotect_rtcp() local
1704 trailer = (uint32_t *) ((char *) hdr + in srtp_unprotect_rtcp()
1706 e_bit_in_packet = (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) == SRTCP_E_BYTE_BIT; in srtp_unprotect_rtcp()
1744 seq_num = ntohl(*trailer) & SRTCP_INDEX_MASK; in srtp_unprotect_rtcp()
/external/ipsec-tools/src/racoon/
Disakmp_frag.c94 unsigned int trailer; local
111 (sizeof(*hdr) + sizeof(*fraghdr) + sizeof(trailer));
/external/llvm/test/CodeGen/X86/
Dtailcallbyval64.ll26 ; Expect the trailer.
/external/skia/src/pdf/
DSkPDFFont.cpp222 const uint8_t* trailer = hexData + hexDataLen; in handleType1Stream() local
226 for (; hexData < trailer; hexData++) { in handleType1Stream()
1209 size_t trailer SK_INIT_TO_AVOID_WARNING; in addFontDescriptor()
1214 &trailer); in addFontDescriptor()
1223 fontStream->insertInt("Length3", trailer); in addFontDescriptor()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-darwin.c4682 mach_msg_trailer_t trailer; in POST() member
4723 mach_msg_trailer_t trailer; in POST() member
5078 mach_msg_trailer_t trailer; in POST() member
5098 mach_msg_trailer_t trailer; in PRE() member
5119 mach_msg_trailer_t trailer; in POST() member
5190 mach_msg_trailer_t trailer; in POST() member
5274 mach_msg_trailer_t trailer; in POST() member
5334 mach_msg_trailer_t trailer; in POST() member
5391 mach_msg_trailer_t trailer; in POST() member
5447 mach_msg_trailer_t trailer; in POST() member
[all …]
/external/zlib/src/contrib/delphi/
Dreadme.txt51 zlib stream header and trailer. Raw deflate streams are used
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
DPython.g311 : atom (trailer)* (options {greedy=true;}:DOUBLESTAR factor)?
332 trailer: LPAREN (arglist)? RPAREN
/external/zlib/src/doc/
Drfc1952.txt76 2.3.1. Member header and trailer ........................... 6
287 2.3.1. Member header and trailer
475 trailer; in particular, a decompressor may ignore FTEXT and OS
/external/libffi/src/
Ddlmalloc.c3865 void* trailer = 0; in internal_memalign() local
3908 trailer = chunk2mem(remainder); in internal_memalign()
3919 if (trailer != 0) { in internal_memalign()
3920 internal_free(m, trailer); in internal_memalign()
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c3875 void* trailer = 0; in internal_memalign() local
3918 trailer = chunk2mem(remainder); in internal_memalign()
3929 if (trailer != 0) { in internal_memalign()
3930 internal_free(m, trailer); in internal_memalign()
/external/eigen/unsupported/test/mpreal/
Ddlmalloc.c4396 void* trailer = 0; in internal_memalign() local
4439 trailer = chunk2mem(remainder); in internal_memalign()
4450 if (trailer != 0) { in internal_memalign()
4451 internal_free(m, trailer); in internal_memalign()
/external/zlib/src/
DFAQ143 applications, and has a much more compact header and trailer and uses a
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp3748 Span* trailer = pageheap->Split(span, needed); in CreateCacheIfNecessary() local
3749 pageheap->Delete(trailer); in CreateCacheIfNecessary()
/external/jpeg/
Dstructure.doc741 trailer.) This would not work for writing multi-scan JPEG files, but
/external/qemu/distrib/jpeg-6b/
Dstructure.doc741 trailer.) This would not work for writing multi-scan JPEG files, but
/external/srec/config/en.us/dictionary/
Dlarge.ok29736 trailer trAlP
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1639779 …Fix this by setting the receive source buffer size to include the maximum message trailer size, wh…
39781 now that the receivedBufferSize always includes the maximum message trailer size.
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-295728 ProxyInstance::fieldNamed() when viewing movie trailer
/external/webkit/Source/WebCore/
DChangeLog-2005-12-192516 Fixed <rdar://problem/3918897> trailer windows at haroldandkumar.com
DChangeLog-2009-06-1616368 <rdar://problem/6642221> REGRESSION: With the Movie widget, movie trailer fails to
26232 … REGRESSION: With the Movie widget, movie trailer fails to load if movie had been previously viewed
DChangeLog-2008-08-1050213 <rdar://problem/5739282> Hangs after closing video trailer popup with

12