/external/oprofile/libop/ |
D | op_xml_out.c | 96 void open_xml_element(tag_t tag, int with_attrs, char *buffer, size_t max) in open_xml_element() 99 int size, ret; in open_xml_element() local 116 void close_xml_element(tag_t tag, int has_nested, char *buffer, size_t max) in close_xml_element() 119 int size, ret; in close_xml_element() local 138 void init_xml_int_attr(tag_t attr, int value, char *buffer, size_t max) in init_xml_int_attr() 141 int size, ret; in init_xml_int_attr() local 157 void init_xml_dbl_attr(tag_t attr, double value, char *buffer, size_t max) in init_xml_dbl_attr() 160 int size, ret; in init_xml_dbl_attr() local 176 static void xml_quote(char const *str, char *buffer, size_t max) in xml_quote() 181 size_t size; in xml_quote() local [all …]
|
/external/valgrind/main/memcheck/tests/ |
D | mallinfo.c | 12 static size_t check(size_t min, size_t max) in check() 74 static size_t check(size_t min, size_t max) in check() 89 size_t min, max; in main() local 108 int size = i * i * 8; in main() local 117 int size = i * i * 8; in main() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.cc | 34 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache) { in RawInternalAlloc() 92 void *InternalAlloc(uptr size, InternalAllocatorCache *cache) { in InternalAlloc() 114 void *LowLevelAllocator::Allocate(uptr size) { in Allocate() 137 bool CallocShouldReturnNullDueToOverflow(uptr size, uptr n) { in CallocShouldReturnNullDueToOverflow() 139 uptr max = (uptr)-1L; in CallocShouldReturnNullDueToOverflow() local
|
/external/fio/ |
D | fifo.h | 23 unsigned int size; /* the size of the allocated buffer */ member 52 #define max(x,y) ({ \ macro
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | getdents_helper.cc | 63 size_t size, in GetDents() 82 size_t max = dirents_.size() * sizeof(dirent); in GetDents() local
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_hashlimit.h | 33 __u32 size; /* how many buckets */ member 34 __u32 max; /* max number of entries */ member 57 __u32 size; /* how many buckets */ member 58 __u32 max; /* max number of entries */ member
|
/external/iptables/include/linux/netfilter/ |
D | xt_hashlimit.h | 32 __u32 size; /* how many buckets */ member 33 __u32 max; /* max number of entries */ member 56 __u32 size; /* how many buckets */ member 57 __u32 max; /* max number of entries */ member
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
D | DateTimeChooserAndroid.java | 43 double min, double max, double step, in showDialog() 53 double min, double max, double step, in createDateTimeChooser() 64 private static DateTimeSuggestion[] createSuggestionsArray(int size) { in createSuggestionsArray()
|
/external/iproute2/tc/ |
D | m_ipt.c | 121 unsigned long long max, in string_to_number_ll() 140 int string_to_number_l(const char *s, unsigned long min, unsigned long max, in string_to_number_l() 152 int string_to_number(const char *s, unsigned int min, unsigned int max, in string_to_number() 197 fw_calloc(size_t count, size_t size) in fw_calloc() 366 size_t size; in build_st() local 399 int size = 0; in parse_ipt() local
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 192 static const int size[] = in inputTypeSize() local 243 inline GLValue::Float getRandom (deRandom& rnd, GLValue::Float min, GLValue::Float max) in getRandom() 252 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max) in getRandom() 261 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max) in getRandom() 270 inline GLValue::Byte getRandom (deRandom& rnd, GLValue::Byte min, GLValue::Byte max) in getRandom() 279 inline GLValue::Ubyte getRandom (deRandom& rnd, GLValue::Ubyte min, GLValue::Ubyte max) in getRandom() 288 inline GLValue::Fixed getRandom (deRandom& rnd, GLValue::Fixed min, GLValue::Fixed max) in getRandom() 297 inline GLValue::Half getRandom (deRandom& rnd, GLValue::Half min, GLValue::Half max) in getRandom() 309 inline GLValue::Int getRandom (deRandom& rnd, GLValue::Int min, GLValue::Int max) in getRandom() 318 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint min, GLValue::Uint max) in getRandom() [all …]
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | DFA.java | 45 protected char[] max; field in DFA 187 int size = 0; in unpackEncodedString() local 207 int size = 0; in unpackEncodedStringToUnsignedChars() local
|
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/ |
D | Shorts.java | 238 public static short max(short... array) { in max() method in Shorts 240 short max = array[0]; in max() local 431 @Override public int size() { in size() method in Shorts.ShortArrayAsList 480 int size = size(); in subList() local 494 int size = size(); in equals() local 527 int size = size(); in toShortArray() local
|
D | Ints.java | 237 public static int max(int... array) { in max() method in Ints 239 int max = array[0]; in max() local 429 @Override public int size() { in size() method in Ints.IntArrayAsList 478 int size = size(); in subList() local 492 int size = size(); in equals() local 525 int size = size(); in toIntArray() local
|
D | Longs.java | 210 public static long max(long... array) { in max() method in Longs 212 long max = array[0]; in max() local 403 @Override public int size() { in size() method in Longs.LongArrayAsList 452 int size = size(); in subList() local 466 int size = size(); in equals() local 499 int size = size(); in toLongArray() local
|
D | Chars.java | 233 public static char max(char... array) { in max() method in Chars 235 char max = array[0]; in max() local 427 @Override public int size() { in size() method in Chars.CharArrayAsList 476 int size = size(); in subList() local 490 int size = size(); in equals() local 523 int size = size(); in toCharArray() local
|
/external/guava/guava/src/com/google/common/primitives/ |
D | Doubles.java | 225 public static double max(double... array) { in max() method in Doubles 227 double max = array[0]; in max() local 424 @Override public int size() { in size() method in Doubles.DoubleArrayAsList 473 int size = size(); in subList() local 487 int size = size(); in equals() local 520 int size = size(); in toDoubleArray() local
|
D | Floats.java | 222 public static float max(float... array) { in max() method in Floats 224 float max = array[0]; in max() local 421 @Override public int size() { in size() method in Floats.FloatArrayAsList 470 int size = size(); in subList() local 484 int size = size(); in equals() local 517 int size = size(); in toFloatArray() local
|
D | Longs.java | 212 public static long max(long... array) { in max() method in Longs 214 long max = array[0]; in max() local 470 @Override public int size() { in size() method in Longs.LongArrayAsList 519 int size = size(); in subList() local 533 int size = size(); in equals() local 566 int size = size(); in toLongArray() local
|
D | Shorts.java | 240 public static short max(short... array) { in max() method in Shorts 242 short max = array[0]; in max() local 483 @Override public int size() { in size() method in Shorts.ShortArrayAsList 532 int size = size(); in subList() local 546 int size = size(); in equals() local 579 int size = size(); in toShortArray() local
|
D | Chars.java | 235 public static char max(char... array) { in max() method in Chars 237 char max = array[0]; in max() local 478 @Override public int size() { in size() method in Chars.CharArrayAsList 527 int size = size(); in subList() local 541 int size = size(); in equals() local 574 int size = size(); in toCharArray() local
|
D | Ints.java | 242 public static int max(int... array) { in max() method in Ints 244 int max = array[0]; in max() local 485 @Override public int size() { in size() method in Ints.IntArrayAsList 534 int size = size(); in subList() local 548 int size = size(); in equals() local 581 int size = size(); in toIntArray() local
|
/external/eigen/test/eigen2/ |
D | eigen2_packetmath.cpp | 14 template<typename Scalar> bool areApprox(const Scalar* a, const Scalar* b, int size) in areApprox() 38 template<> const complex<float>& max(const complex<float>& a, const complex<float>& b) in max() function 48 const int size = PacketSize*4; in packetmath() local
|
/external/fio/lib/ |
D | lfsr.c | 155 static uint8_t *find_lfsr(uint64_t size) in find_lfsr() 191 uint64_t max = (fl->cached_bit << 1) - 1; in prepare_spin() local
|
/external/smack/src/org/xbill/DNS/ |
D | DNSOutput.java | 23 DNSOutput(int size) { in DNSOutput() 47 long max = 1; in check() local
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
D | Wildcard.java | 55 int max = 0; in Wildcard() local 81 int size = parts.size(); in Wildcard() local
|