int32 193 core/AvmCore.cpp MMGC_STATIC_ASSERT(sizeof(int32) == 4); int32 1768 core/AvmCore.cpp Atom a = (Atom)(intptr_t)(int32)bits; int32 3822 core/AvmCore.cpp for (int32 i = 0; i < len; i++) int32 4067 core/AvmCore.cpp return int32(d); int32 4097 core/AvmCore.cpp return int32(du.d); int32 4104 core/AvmCore.cpp int32 mask32; int32 4127 core/AvmCore.cpp return int32(d); int32 4172 core/AvmCore.cpp return int32(du.d); int32 67 core/AvmDebug.h inline void _AvmAssertMsg(int32 assertion, const char* message) { int32 162 core/BigInteger.cpp int32 expBase2 = lg2() + 1 - 53; // if negative, then we've already captured all the data in the mantissaResult and we can ignore. int32 183 core/BigInteger.cpp int32 BigInteger::compare(const BigInteger *other) const int32 436 core/BigInteger.cpp int32 ush2 = u.lg2(); // ilg2(u); int32 439 core/BigInteger.cpp int32 usq2 = 4 + ag; int32 70 core/BigInteger.h inline void setFromInteger(int32 initVal) int32 76 core/BigInteger.h void setFromBigInteger(const BigInteger* from, int32 offset, int32 amount); int32 86 core/BigInteger.h int32 compare(const BigInteger *other) const; int32 89 core/BigInteger.h int32 compareOffset(const BigInteger *other, const BigInteger *offset) int32 156 core/BigInteger.h void multAndIncrementBy( int32 factor, int32 addition); int32 157 core/BigInteger.h inline void multBy( int32 factor) int32 200 core/BigInteger.h void copyFrom(const BigInteger *other, int32 copyOffsetWords=-1, int32 numCopyWords=-1) int32 202 core/BigInteger.h int32 numCopy = (numCopyWords == -1) ? other->numWords : numCopyWords; int32 203 core/BigInteger.h int32 copyOffset = (copyOffsetWords == -1) ? 0 : copyOffsetWords; int32 212 core/BigInteger.h int32 numWords; int32 229 core/BigInteger.h inline void copyBuffer(const uint32 *newBuff, int32 size) int32 237 core/BigInteger.h inline void setNumWords( int32 newNumWords,bool initToZero=false) int32 239 core/BigInteger.h int32 oldNumWords = numWords; int32 244 core/BigInteger.h for( int32 x = oldNumWords-1; x < numWords; x++) int32 252 core/BigInteger.h int32 x; int32 58 core/CdeclThunk.h int32 argDescApSize(uintptr_t argDesc, MethodEnv* env); int32 59 core/CdeclThunk.h int32 argDescApSize(char* argDesc, MethodEnv* env); int32 61 core/CdeclThunk.h int32 argDescArgsToAp(void* args, uintptr_t argDesc, MethodEnv* env, va_list ap); int32 62 core/CdeclThunk.h int32 argDescArgsToAp(void* args, char* argDesc, MethodEnv* env, va_list ap); int32 67 core/CdeclThunk.h int32 argDescArgCount(uintptr_t argDesc); int32 68 core/CdeclThunk.h int32 argDescArgCount(char* argDesc); int32 202 core/E4XNode.h int32 childIndex() const; int32 1731 core/MathUtils.cpp result->multBy((int32)10); int32 1774 core/MathUtils.cpp quotient = (int32)(bigQuotient.wordBuffer[0]); // todo: optimize away need for BigInteger result? We know it should always be a single digit int32 1800 core/MathUtils.cpp r.multBy((int32)10); int32 1801 core/MathUtils.cpp mPlus.multBy((int32)10); int32 1802 core/MathUtils.cpp mMinus.multBy((int32)10); int32 1857 core/MathUtils.cpp r.multBy((int32)10); int32 1858 core/MathUtils.cpp mPlus.multBy((int32)10); int32 1859 core/MathUtils.cpp mMinus.multBy((int32)10); int32 134 core/MathUtils.h static int32 real2int(double value); int32 136 core/MathUtils.h static int32 real2int(double val) { return (int32) val; } int32 99 core/NativeObjectHelpers.h inline void ClampB(double& start, double& end, int32 length) int32 129 core/NativeObjectHelpers.h inline void ClampBInt(int& start, int& end, int32 length) int32 699 core/XMLObject.cpp int32 i = -1; // -1 is undefined in spec int32 2191 core/XMLObject.cpp int32 i = m_node->FindMatchingNamespace (core, ns); int32 317 core/avmplusList.h for(int32 i=len-1; i>=0; i--) int32 462 platform/win32/MathUtilsWin.cpp int32 MathUtils::real2int(double value) int32 465 platform/win32/MathUtilsWin.cpp int32 intval;