HomeSort by relevance Sort by last modified time
    Searched refs:gZero (Results 1 - 7 of 7) sorted by null

  /art/runtime/arch/x86/
context_x86.cc 26 static const uint32_t gZero = 0;
58 gprs_[EAX] = const_cast<uint32_t*>(&gZero);
59 gprs_[EDX] = const_cast<uint32_t*>(&gZero);
66 CHECK_NE(gprs_[reg], &gZero);
  /art/runtime/arch/arm/
context_arm.cc 27 static const uint32_t gZero = 0;
74 DCHECK_NE(gprs_[reg], &gZero); // Can't overwrite this static value since they are never reset.
81 gprs_[R0] = const_cast<uint32_t*>(&gZero);
82 gprs_[R1] = const_cast<uint32_t*>(&gZero);
  /art/runtime/arch/mips/
context_mips.cc 26 static const uint32_t gZero = 0;
73 CHECK_NE(gprs_[reg], &gZero); // Can't overwrite this static value since they are never reset.
80 gprs_[V0] = const_cast<uint32_t*>(&gZero);
81 gprs_[V1] = const_cast<uint32_t*>(&gZero);
  /external/chromium_org/third_party/icu/source/i18n/
nfrule.cpp 52 static const UChar gZero = 0x0030;
263 else if (descriptor.charAt(0) >= gZero && descriptor.charAt(0) <= gNine) {
275 if (c >= gZero && c <= gNine) {
276 val = val * ll_10 + (int32_t)(c - gZero);
304 if (c >= gZero && c <= gNine) {
305 val = val * ll_10 + (int32_t)(c - gZero);
    [all...]
nfsubs.cpp 29 static const UChar gZero = 0x0030;
456 else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==gZero) {
    [all...]
  /external/icu4c/i18n/
nfrule.cpp 51 static const UChar gZero = 0x0030;
261 else if (descriptor.charAt(0) >= gZero && descriptor.charAt(0) <= gNine) {
273 if (c >= gZero && c <= gNine) {
274 val = val * ll_10 + (int32_t)(c - gZero);
302 if (c >= gZero && c <= gNine) {
303 val = val * ll_10 + (int32_t)(c - gZero);
    [all...]
nfsubs.cpp 29 static const UChar gZero = 0x0030;
482 else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==gZero) {
    [all...]

Completed in 9631 milliseconds