Home
last modified time | relevance | path

Searched refs:theValue (Results 1 - 10 of 10) sorted by relevance

/third_party/gptfdisk/
H A Dsupport.cc237 // theValue.precision() because this isn't possible using the available
245 ostringstream theValue; in BytesToIeee() local
254 theValue << sizeInIeee << " bytes"; in BytesToIeee()
264 theValue << sizeInIeee << "." << (uint32_t) decimalIeee << units; in BytesToIeee()
266 return theValue.str(); in BytesToIeee()
324 // Reverse the byte order of theValue; numBytes is number of bytes
325 void ReverseBytes(void* theValue, int numBytes) { in ReverseBytes() argument
331 memcpy(tempValue, theValue, numBytes); in ReverseBytes()
333 ((char*) theValue)[i] = tempValue[numBytes - i - 1]; in ReverseBytes()
H A Dsupport.h80 void ReverseBytes(void* theValue, int numBytes); // Reverses byte-order of theValue
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DNGramList.java34 public NGram(String theValue, int theRefCount) in NGram() argument
36 value = theValue; in NGram()
40 public NGram(String theValue) in NGram() argument
42 this(theValue, 1); in NGram()
/third_party/node/test/node-api/test_buffer/
H A Dtest_buffer.c111 napi_value theValue; in Init() local
114 napi_create_string_utf8(env, theText, sizeof(theText), &theValue)); in Init()
116 napi_set_named_property(env, exports, "theText", theValue)); in Init()
/third_party/icu/icu4c/source/common/
H A Dunifiedcache.cpp462 const SharedObject* theValue, UErrorCode creationStatus) const { in _inProgress()
463 return (theValue == fNoValue && creationStatus == U_ZERO_ERROR); in _inProgress()
469 const SharedObject *theValue = in _isEvictable() local
473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
479 return (!theKey->fIsPrimary || (theValue->softRefCount == 1 && theValue->noHardReferences())); in _isEvictable()
461 _inProgress( const SharedObject* theValue, UErrorCode creationStatus) const _inProgress() argument
H A Dunifiedcache.h545 UBool _inProgress(const SharedObject *theValue, UErrorCode creationStatus) const;
/third_party/node/deps/icu-small/source/common/
H A Dunifiedcache.cpp462 const SharedObject* theValue, UErrorCode creationStatus) const { in _inProgress()
463 return (theValue == fNoValue && creationStatus == U_ZERO_ERROR); in _inProgress()
469 const SharedObject *theValue = in _isEvictable() local
473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
479 return (!theKey->fIsPrimary || (theValue->softRefCount == 1 && theValue->noHardReferences())); in _isEvictable()
461 _inProgress( const SharedObject* theValue, UErrorCode creationStatus) const _inProgress() argument
H A Dunifiedcache.h545 UBool _inProgress(const SharedObject *theValue, UErrorCode creationStatus) const;
/third_party/skia/third_party/externals/icu/source/common/
H A Dunifiedcache.cpp462 const SharedObject* theValue, UErrorCode creationStatus) const { in _inProgress()
463 return (theValue == fNoValue && creationStatus == U_ZERO_ERROR); in _inProgress()
469 const SharedObject *theValue = in _isEvictable() local
473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
479 return (!theKey->fIsPrimary || (theValue->softRefCount == 1 && theValue->noHardReferences())); in _isEvictable()
461 _inProgress( const SharedObject* theValue, UErrorCode creationStatus) const _inProgress() argument
H A Dunifiedcache.h545 UBool _inProgress(const SharedObject *theValue, UErrorCode creationStatus) const;

Completed in 7 milliseconds