Home
last modified time | relevance | path

Searched +defs:max +defs:size (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/external/oprofile/libop/
Dop_xml_out.c96 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/
Dmallinfo.c12 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/
Dsanitizer_allocator.cc34 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/
Dfifo.h23 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/
Dgetdents_helper.cc63 size_t size, in GetDents()
82 size_t max = dirents_.size() * sizeof(dirent); in GetDents() local
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_hashlimit.h33 __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/
Dxt_hashlimit.h32 __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/
DDateTimeChooserAndroid.java43 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/
Dm_ipt.c121 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/
DglsVertexArrayTests.cpp192 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/
DDFA.java45 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/
DShorts.java238 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
DInts.java237 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
DLongs.java210 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
DChars.java233 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/
DDoubles.java225 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
DFloats.java222 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
DLongs.java212 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
DShorts.java240 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
DChars.java235 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
DInts.java242 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/
Deigen2_packetmath.cpp14 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/
Dlfsr.c155 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/
DDNSOutput.java23 DNSOutput(int size) { in DNSOutput()
47 long max = 1; in check() local
/external/jarjar/src/main/com/tonicsystems/jarjar/
DWildcard.java55 int max = 0; in Wildcard() local
81 int size = parts.size(); in Wildcard() local

12345678910>>...12