HomeSort by relevance Sort by last modified time
    Searched refs:UINT_MAX (Results 101 - 125 of 204) sorted by null

1 2 3 45 6 7 8 9

  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 55 #if UINT_MAX == 0xFFFFFFFF
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
limits.h 85 # define UINT_MAX 4294967295U
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLOptionsCollectionCustom.cpp 106 else if (v > static_cast<double>(UINT_MAX))
107 newLength = UINT_MAX;
  /external/webkit/Source/WebCore/rendering/
RenderText.h 60 void absoluteRectsForRange(Vector<IntRect>&, unsigned startOffset = 0, unsigned endOffset = UINT_MAX, bool useSelectionHeight = false);
63 void absoluteQuadsForRange(Vector<FloatQuad>&, unsigned startOffset = 0, unsigned endOffset = UINT_MAX, bool useSelectionHeight = false);
  /external/webkit/Source/WebCore/storage/
StorageMap.cpp 40 , m_iteratorIndex(UINT_MAX)
57 m_iteratorIndex = UINT_MAX;
  /external/stlport/test/eh/
TestClass.h 55 static inline unsigned int get_random(unsigned range = UINT_MAX);
  /external/webkit/Source/WebCore/html/canvas/
ArrayBufferView.h 109 unsigned maxOffset = (UINT_MAX - arrayByteOffset) / sizeof(T);
  /external/webkit/Source/JavaScriptCore/runtime/
UString.h 105 size_t reverseFind(UChar c, unsigned start = UINT_MAX) const
107 size_t reverseFind(const UString& str, unsigned start = UINT_MAX) const
110 UString substringSharingImpl(unsigned pos, unsigned len = UINT_MAX) const;
  /external/collada/src/dae/
daeSIDResolver.cpp 81 // UINT_MAX is returned.
84 return UINT_MAX;
91 return UINT_MAX;
94 return UINT_MAX;
102 return UINT_MAX;
116 unsigned int minDistance = UINT_MAX;
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 174 size_t reverseFind(UChar c, unsigned start = UINT_MAX) const
176 size_t reverseFind(const String& str, unsigned start = UINT_MAX) const
184 size_t reverseFindIgnoringCase(const String& str, unsigned start = UINT_MAX) const
227 String substring(unsigned pos, unsigned len = UINT_MAX) const;
228 String substringSharingImpl(unsigned pos, unsigned len = UINT_MAX) const;
444 inline size_t reverseFind(const UChar* characters, unsigned length, UChar matchCharacter, unsigned index = UINT_MAX)
StringImpl.h 262 PassRefPtr<StringImpl> substring(unsigned pos, unsigned len = UINT_MAX);
304 size_t reverseFind(UChar, unsigned index = UINT_MAX);
305 size_t reverseFind(StringImpl*, unsigned index = UINT_MAX);
306 size_t reverseFindIgnoringCase(StringImpl*, unsigned index = UINT_MAX);
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 31 #ifndef UINT_MAX
32 # define UINT_MAX ((unsigned int) ~(unsigned int) 0)
36 # define INT_MAX ((int) (UINT_MAX >> 1))
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.h 164 unsigned collectInterferingVRegs(unsigned MaxInterferingRegs = UINT_MAX);
ScheduleDAG.cpp 100 assert(NumPreds < UINT_MAX && "NumPreds will overflow!");
101 assert(N->NumSuccs < UINT_MAX && "NumSuccs will overflow!");
106 assert(NumPredsLeft < UINT_MAX && "NumPredsLeft will overflow!");
110 assert(N->NumSuccsLeft < UINT_MAX && "NumSuccsLeft will overflow!");
  /external/svox/pico/lib/
picoapi.h 173 #if (UINT_MAX == PICO_UINT32_MAX)
  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.h 42 String textSubstring(unsigned pos, unsigned len = UINT_MAX) const { return text().substring(pos, len); }
  /frameworks/base/libs/hwui/
GammaFontRenderer.cpp 100 uint32_t minCount = UINT_MAX;
  /system/core/libcutils/
array.c 24 #define MAX_CAPACITY ((int)(UINT_MAX/sizeof(void*)))
  /external/safe-iop/src/
safe_iop.c 285 a=1; b=UINT_MAX; EXPECT_FALSE(safe_add(NULL, a, b));
286 a=UINT_MAX/2; b=a+2; EXPECT_FALSE(safe_add(NULL, a, b));
287 a=UINT_MAX/2; b=a; EXPECT_TRUE(safe_add(NULL, a, b));
288 a=UINT_MAX/2; b=a+1; EXPECT_TRUE(safe_add(NULL, a, b));
290 a=0; b=UINT_MAX; EXPECT_TRUE(safe_add(NULL, a, b));
495 a=UINT_MAX-1; b=UINT_MAX; EXPECT_FALSE(safe_sub(NULL, a, b));
496 a=UINT_MAX; b=UINT_MAX; EXPECT_TRUE(safe_sub(NULL, a, b));
716 a=UINT_MAX-1; b=2; EXPECT_FALSE(safe_mul(NULL, a, b))
    [all...]
  /external/astl/include/
limits 160 static unsigned int max() { return UINT_MAX; }
  /external/webkit/Source/WebCore/platform/text/
Base64.cpp 79 const unsigned maxInputBufferSize = UINT_MAX / 77 * 76 / 4 * 3 - 2;
136 if (in.size() > UINT_MAX)
  /external/webkit/Source/WebKit/mac/WebView/
WebUIDelegate.h 95 WebDragDestinationActionAny = UINT_MAX
114 WebDragSourceActionAny = UINT_MAX
  /external/bluetooth/glib/
glibconfig.h 33 #define G_MAXUINT UINT_MAX
  /external/iptables/extensions/
libipt_CLUSTERIP.c 68 .also = O_NEW, .max = UINT_MAX},
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 65 static const unsigned NoThreshold = UINT_MAX;

Completed in 891 milliseconds

1 2 3 45 6 7 8 9