Home | History | Annotate | Download | only in common

Lines Matching full:hint

129  * or a pointer.  If a hint bit is zero, then the associated
142 UHashTok key, UHashTok value, int8_t hint) {
162 if (hint & HINT_KEY_POINTER) {
167 if (hint & HINT_VALUE_POINTER) {
463 int8_t hint,
480 if ((hint & HINT_VALUE_POINTER) && value.pointer == NULL) {
518 return _uhash_setElement(hash, e, hashcode & 0x7FFFFFFF, key, value, hint);