/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | alloca.c | 339 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/ |
D | SkMemory_stdlib.cpp | 68 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/ |
D | google-7-srtp-security-fix.patch | 66 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/ |
D | BinaryPropertyList.cpp | 521 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/ |
D | srtp.c | 1450 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/ |
D | isakmp_frag.c | 94 unsigned int trailer; local 111 (sizeof(*hdr) + sizeof(*fraghdr) + sizeof(trailer));
|
/external/llvm/test/CodeGen/X86/ |
D | tailcallbyval64.ll | 26 ; Expect the trailer.
|
/external/skia/src/pdf/ |
D | SkPDFFont.cpp | 222 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/ |
D | syswrap-darwin.c | 4682 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/ |
D | readme.txt | 51 zlib stream header and trailer. Raw deflate streams are used
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | Python.g | 311 : atom (trailer)* (options {greedy=true;}:DOUBLESTAR factor)? 332 trailer: LPAREN (arglist)? RPAREN
|
/external/zlib/src/doc/ |
D | rfc1952.txt | 76 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/ |
D | dlmalloc.c | 3865 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/ |
D | SDL_malloc.c | 3875 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/ |
D | dlmalloc.c | 4396 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/ |
D | FAQ | 143 applications, and has a much more compact header and trailer and uses a
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | FastMalloc.cpp | 3748 Span* trailer = pageheap->Split(span, needed); in CreateCacheIfNecessary() local 3749 pageheap->Delete(trailer); in CreateCacheIfNecessary()
|
/external/jpeg/ |
D | structure.doc | 741 trailer.) This would not work for writing multi-scan JPEG files, but
|
/external/qemu/distrib/jpeg-6b/ |
D | structure.doc | 741 trailer.) This would not work for writing multi-scan JPEG files, but
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 29736 trailer trAlP
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 39779 …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/ |
D | ChangeLog-2010-01-29 | 5728 ProxyInstance::fieldNamed() when viewing movie trailer
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 2516 Fixed <rdar://problem/3918897> trailer windows at haroldandkumar.com
|
D | ChangeLog-2009-06-16 | 16368 <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
|
D | ChangeLog-2008-08-10 | 50213 <rdar://problem/5739282> Hangs after closing video trailer popup with
|