Searched defs:sign (Results 1 - 3 of 3) sorted by relevance

/system/core/libcutils/
H A Dtzstrftime.c70 * ** Subtract one for the sign bit if the type is signed;
72 * ** add one more for a minus sign if the type is signed.
546 char const * sign; local
586 sign = "-";
588 } else sign = "+";
589 pt = _add(sign, pt, ptlim, modifier);
/system/core/libpixelflinger/
H A Dfixed.cpp54 // shift right 1-bit to make room for the sign bit
323 int32_t sign = a^b^c; local
336 if (sign < 0)
/system/security/keystore/
H A Dkeystore.cpp1180 static ResponseCode sign(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value* data, function
1182 ALOGV("sign %s from uid %d", ValueString(keyName).c_str(), uid);
1196 ALOGE("no keymaster device; cannot sign");
1212 ALOGW("device couldn't sign data");
1352 {sign, CommandCodes[SIGN], STATE_NO_ERROR, P_SIGN, {KEY_SIZE, VALUE_SIZE, 0}},

Completed in 57 milliseconds