HomeSort by relevance Sort by last modified time
    Searched defs:OVERFLOW (Results 1 - 13 of 13) sorted by null

  /external/compiler-rt/test/msan/
param_tls_limit.cc 18 // In case of overflow, argument is unpoisoned.
19 #define OVERFLOW(x) assert(__msan_test_shadow(&x, sizeof(x)) == -1)
20 // In case of no overflow, it is still poisoned.
26 #define PARTIAL_OVERFLOW(x) OVERFLOW(x)
59 OVERFLOW(c);
60 OVERFLOW(d);
69 OVERFLOW(d);
  /external/fdlibm/
fdlibm.h 94 #define OVERFLOW 3
  /device/linaro/bootloader/edk2/StdLib/Include/
math.h 390 #define OVERFLOW 3
  /external/compiler-rt/lib/msan/
msan_report.cc 158 if (next_id_ == kMaxSize_) return OVERFLOW;
169 case OVERFLOW:
175 static const int OVERFLOW = -1;
  /external/ltp/testcases/kdump/lib/lkdtm/
lkdtm.c 34 * recur_count : Recursion level for the stack overflow test. Default is 10.
42 * It can be one of PANIC, BUG, EXCEPTION, LOOP, OVERFLOW
88 OVERFLOW
107 "OVERFLOW"
125 MODULE_PARM_DESC(recur_count, " Recursion level for the stack overflow test, "
270 case OVERFLOW:
271 printk(KERN_INFO "lkdtm : OVERFLOW\n");
  /external/icu/android_icu4j/src/main/java/android/icu/text/
AlphabeticIndex.java 50 * after the last (overflow), and between scripts (inflow). For example, if the index
181 * Returns the number of index buckets and labels, including underflow/inflow/overflow.
334 * Set the overflow label
366 * Get the default label used in the IndexCharacters' locale for overflow, eg the first item in: ... A B C
368 * @return overflow label
452 // Ignore an index character that will land in the overflow bucket.
700 * Return the number of buckets in the index. This will be the same as the number of labels, plus buckets for the underflow, overflow, and inflow(s).
886 * Overflow (after the last)
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java 49 * after the last (overflow), and between scripts (inflow). For example, if the index
182 * Returns the number of index buckets and labels, including underflow/inflow/overflow.
345 * Set the overflow label
380 * Get the default label used in the IndexCharacters' locale for overflow, eg the first item in: ... A B C
382 * @return overflow label
471 // Ignore an index character that will land in the overflow bucket.
725 * Return the number of buckets in the index. This will be the same as the number of labels, plus buckets for the underflow, overflow, and inflow(s).
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
MutableCodePointTrie.java 654 static final int OVERFLOW = -2;
673 return OVERFLOW;
    [all...]
  /external/icu/icu4c/source/common/
umutablecptrie.cpp 688 static constexpr int32_t OVERFLOW = -2;
705 return OVERFLOW;
924 bool overflow = false; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
MutableCodePointTrie.java 661 static final int OVERFLOW = -2;
680 return OVERFLOW;
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 1040 milliseconds