Home
last modified time | relevance | path

Searched refs:DEFAULT_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/dbus/tools/
Ddbus-print-message.c97 #define DEFAULT_SIZE 100 macro
105 unsigned char *bytes = malloc (DEFAULT_SIZE + 1); in print_ay()
107 unsigned int max = DEFAULT_SIZE; in print_ay()
/external/chromium/third_party/libjingle/source/talk/base/
Dbytebuffer.cc39 static const int DEFAULT_SIZE = 4096; variable
44 size_ = DEFAULT_SIZE; in ByteBuffer()
/external/netperf/
Dnetsh.h11 #define DEFAULT_SIZE 32768 macro