/external/ipsec-tools/src/racoon/ |
isakmp_frag.c | 94 unsigned int trailer; local 111 (sizeof(*hdr) + sizeof(*fraghdr) + sizeof(trailer));
|
/external/skia/src/core/ |
SkMemory_stdlib.cpp | 76 void* trailer = (char*)result + realSize; local 77 memcpy(trailer, kBlockTrailerTag, sizeof(kBlockTrailerTag)); 136 const char* trailer = fTrailer + fSize; local 137 SkASSERT(memcmp(trailer, kBlockTrailerTag, sizeof(kBlockTrailerTag)) == 0); 152 char* trailer = header->fTrailer + header->fSize; local 153 SkASSERT(memcmp(trailer, kBlockTrailerTag, sizeof(kBlockTrailerTag)) == 0);
|
/external/srtp/srtp/ |
srtp.c | 1450 uint32_t *trailer; \/* pointer to start of trailer *\/ local 1633 uint32_t *trailer; \/* pointer to start of trailer *\/ local [all...] |
/external/webkit/Source/WebCore/platform/cf/ |
BinaryPropertyList.cpp | 462 // 32-byte trailer 469 // data. Finally, the header and trailer are written. 477 // 32-byte trailer 520 // Write trailer. 521 UInt8* trailer = m_buffer + m_bufferSize - trailerSize; local 522 memset(trailer, 0, 6); 523 trailer[6] = m_offsetSize; 524 trailer[7] = m_objectReferenceSize; 525 storeLength(trailer + 8, m_plan.objectCount()); 526 storeLength(trailer + 16, m_plan.objectCount() - 1) [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
alloca.c | 298 include the fifteen word trailer area. */ 311 this trailer). */ 314 long link; /* Address of trailer block of previous 339 struct stk_trailer *trailer; local 352 trailer = (struct stk_trailer *) (status.current_address 357 a fatal error if "trailer" is null. */ 359 if (trailer == 0) 364 while (trailer != 0) 366 block = (long *) trailer->this_address; 367 size = trailer->this_size [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
alloca.c | 305 include the fifteen word trailer area. */ 318 this trailer). */ 321 long link; /* Address of trailer block of previous 346 struct stk_trailer *trailer; local 359 trailer = (struct stk_trailer *) (status.current_address 364 a fatal error if "trailer" is null. */ 366 if (trailer == 0) 371 while (trailer != 0) 373 block = (long *) trailer->this_address; 374 size = trailer->this_size [all...] |
/external/skia/src/pdf/ |
SkPDFFont.cpp | 71 * after the line containing "eexec," and the trailer starts with 512 198 const uint8_t* trailer = hexData + hexDataLen; local 202 for (; hexData < trailer; hexData++) { 831 size_t trailer SK_INIT_TO_AVOID_WARNING; 836 &data, &trailer); 844 fontStream->insert("Length3", new SkPDFInt(trailer))->unref(); [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-darwin.c | 4558 mach_msg_trailer_t trailer; member in struct:__anon12286 4599 mach_msg_trailer_t trailer; member in struct:__anon12288 4954 mach_msg_trailer_t trailer; member in struct:__anon12300 4974 mach_msg_trailer_t trailer; member in struct:__anon12301 4995 mach_msg_trailer_t trailer; member in struct:__anon12302 5066 mach_msg_trailer_t trailer; member in struct:__anon12306 5150 mach_msg_trailer_t trailer; member in struct:__anon12308 5210 mach_msg_trailer_t trailer; member in struct:__anon12310 5267 mach_msg_trailer_t trailer; member in struct:__anon12312 5322 mach_msg_trailer_t trailer; member in struct:__anon12314 5519 mach_msg_trailer_t trailer; member in struct:__anon12322 5581 mach_msg_trailer_t trailer; member in struct:__anon12324 5658 mach_msg_trailer_t trailer; member in struct:__anon12326 5844 mach_msg_trailer_t trailer; member in struct:__anon12334 5903 mach_msg_trailer_t trailer; member in struct:__anon12336 5959 mach_msg_trailer_t trailer; member in struct:__anon12338 6012 mach_msg_trailer_t trailer; member in struct:__anon12340 6060 mach_msg_trailer_t trailer; member in struct:__anon12342 6123 mach_msg_trailer_t trailer; member in struct:__anon12344 6427 mach_msg_trailer_t trailer; member in struct:__anon12349 6536 mach_msg_trailer_t trailer; member in struct:__anon12351 6579 mach_msg_trailer_t trailer; member in struct:__anon12353 [all...] |
/bionic/libc/bionic/ |
dlmalloc.c | 4041 void* trailer = 0; local [all...] |
/external/libffi/src/ |
dlmalloc.c | 3865 void* trailer = 0; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_malloc.c | 3875 void* trailer = 0; local [all...] |
/prebuilt/common/jython/ |
jython.jar | |