Searched refs:kUnset (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/rand/ |
D | urandom.c | 126 static const int kUnset = 0; 186 if (fd == kUnset) { in DEFINE_BSS_GET() 197 assert(kUnset == 0); in DEFINE_BSS_GET() 198 if (fd == kUnset) { in DEFINE_BSS_GET() 203 close(kUnset); in DEFINE_BSS_GET() 258 assert(kUnset == 0); in RAND_set_urandom_fd() 259 if (fd == kUnset) { in RAND_set_urandom_fd() 264 close(kUnset); in RAND_set_urandom_fd()
|
/external/icu/icu4c/source/i18n/ |
D | calendar.cpp | 135 if(fStamp[i] == kUnset) { in dump() 1165 fStamp[i] = kUnset; in setTimeInMillis() 1374 fStamp[i] = kUnset; in clear() 1391 fStamp[field] = kUnset; in clear() 1401 return fAreFieldsVirtuallySet || (fStamp[field] != kUnset); in isSet() 1509 fStamp[i] = kUnset; in computeFields() 2867 int32_t bestStamp = kUnset; in resolveFields() 2869 int32_t lineStamp = kUnset; in resolveFields() 2875 if (s == kUnset) { in resolveFields() 2988 newestStamp(UCAL_AM_PM, UCAL_MILLISECOND, kUnset) <= fStamp[UCAL_MILLISECONDS_IN_DAY]) { in computeTime() [all …]
|
D | gregocal.cpp | 806 return (((stamp_a != kUnset && stamp_b != kUnset) in aggregateStamp() 808 : (int32_t)kUnset)); in aggregateStamp()
|
D | chnsecal.cpp | 223 if (newestStamp(UCAL_ERA, UCAL_YEAR, kUnset) <= fStamp[UCAL_EXTENDED_YEAR]) { in handleGetExtendedYear()
|
/external/skia/src/core/ |
D | SkLiteDL.cpp | 28 static const SkRect kUnset = { SK_ScalarInfinity, 0,0,0}; variable 97 SkRect bounds = kUnset; 113 SkRect subset = kUnset; 444 SkRect cull = kUnset;
|
/external/skqp/src/core/ |
D | SkLiteDL.cpp | 28 static const SkRect kUnset = { SK_ScalarInfinity, 0,0,0}; variable 97 SkRect bounds = kUnset; 113 SkRect subset = kUnset; 438 SkRect cull = kUnset;
|
/external/icu/icu4c/source/i18n/unicode/ |
D | calendar.h | 1544 …endarDateFields field, int32_t defaultValue) const {return fStamp[field]>kUnset ? fFields[field] :… in internalGet() 1908 kUnset = 0, enumerator
|