HomeSort by relevance Sort by last modified time
    Searched refs:hexdump (Results 1 - 25 of 49) sorted by null

1 2

  /frameworks/av/include/media/stagefright/foundation/
hexdump.h 25 void hexdump(const void *_data, size_t size);
  /external/tcpdump/
print-lmp.c 368 int hexdump; local
442 hexdump=FALSE;
456 hexdump=TRUE;
484 hexdump=TRUE;
501 hexdump=TRUE;
515 hexdump=TRUE;
528 hexdump=TRUE;
541 hexdump=TRUE;
566 hexdump=TRUE;
588 while (total_subobj_len > 0 && hexdump == FALSE )
    [all...]
print-rsvp.c 627 int hexdump,processed,padbytes,error_code,error_value,i; local
685 hexdump=FALSE;
745 hexdump=TRUE;
772 hexdump=TRUE;
    [all...]
print-ldp.c 504 int hexdump,processed; local
566 hexdump=FALSE;
601 /* do we want to see an additionally hexdump ? */
602 if (vflag > 1 || hexdump==TRUE)
  /external/openssl/crypto/evp/
evp_test.c 63 static void hexdump(FILE *f,const char *title,const unsigned char *s,int l) function
148 hexdump(stdout,"Key",key,kn);
150 hexdump(stdout,"IV",iv,in);
151 hexdump(stdout,"Plaintext",plaintext,pn);
152 hexdump(stdout,"Ciphertext",ciphertext,cn);
194 hexdump(stderr,"Got",out,cn);
195 hexdump(stderr,"Expected",ciphertext,cn);
233 hexdump(stderr,"Got",out,pn);
234 hexdump(stderr,"Expected",plaintext,pn);
275 hexdump(stdout,"Plaintext",plaintext,pn)
    [all...]
  /frameworks/av/media/libstagefright/foundation/
Android.mk 15 hexdump.cpp
hexdump.cpp 18 #define LOG_TAG "hexdump"
21 #include "hexdump.h"
32 void hexdump(const void *_data, size_t size) { function in namespace:android
  /bootable/bootloader/legacy/nandwrite/
nandwrite.c 115 void hexdump(void *ptr, unsigned len) function
163 hexdump(tmpbuf, 256);
165 hexdump(tmpbuf, 16);
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 32 static void hexdump(const void *_data, size_t size) { function
107 hexdump(data, dataSize > 128 ? 128 : dataSize);
  /external/openssl/apps/
rsautl.c 97 char hexdump = 0, asn1parse = 0; local
159 else if(!strcmp(*argv, "-hexdump")) hexdump = 1;
308 } else if(hexdump) BIO_dump(out, (char *)rsa_out, rsa_outlen);
337 BIO_printf(bio_err, "-hexdump hex dump output\n");
pkeyutl.c 96 char hexdump = 0, asn1parse = 0; local
189 else if(!strcmp(*argv, "-hexdump"))
190 hexdump = 1;
369 else if(hexdump)
405 BIO_printf(bio_err, "-hexdump hex dump output\n");
  /frameworks/av/media/libstagefright/rtsp/
AAVCAssembler.cpp 28 #include <media/stagefright/foundation/hexdump.h>
122 hexdump(buffer->data(), buffer->size());
292 hexdump(buffer->data(), buffer->size());
ARawAudioAssembler.cpp 29 #include <media/stagefright/foundation/hexdump.h>
85 // hexdump(buffer->data(), buffer->size());
ARTPSession.cpp 26 #include <media/stagefright/foundation/hexdump.h>
162 hexdump(accessUnit->data(), accessUnit->size());
AH263Assembler.cpp 24 #include <media/stagefright/foundation/hexdump.h>
93 // hexdump(buffer->data(), buffer->size());
  /frameworks/av/media/libmediaplayerservice/
Crypto.cpp 26 #include <media/stagefright/foundation/hexdump.h>
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC.cpp 26 #include <media/stagefright/foundation/hexdump.h>
330 hexdump(adtsHeader, inHeader->nFilledLen);
345 hexdump(adtsHeader, inHeader->nFilledLen);
SoftAAC2.cpp 24 #include <media/stagefright/foundation/hexdump.h>
363 hexdump(adtsHeader, inHeader->nFilledLen);
378 hexdump(adtsHeader, inHeader->nFilledLen);
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 27 #include <media/stagefright/foundation/hexdump.h>
406 hexdump(out, sizeof(mAudioSpecificConfigData));
540 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
SoftAACEncoder2.cpp 24 #include <media/stagefright/foundation/hexdump.h>
554 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
  /frameworks/base/cmds/servicemanager/
binder.c 23 void hexdump(void *_data, unsigned len) function
51 hexdump(txn->data, txn->data_size);
78 #define hexdump(a,b) do{} while (0) macro
333 hexdump(msg->data0, msg->data - msg->data0);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 26 #include <media/stagefright/foundation/hexdump.h>
384 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 26 #include <media/stagefright/foundation/hexdump.h>
439 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp 24 #include <media/stagefright/foundation/hexdump.h>
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 23 #include <media/stagefright/foundation/hexdump.h>

Completed in 858 milliseconds

1 2