Searched refs:bufferLen (Results 1 - 3 of 3) sorted by relevance
/interface/sdk_c/tee/include/ |
H A D | tee_internal_se_api.h | 96 uint32_t bufferLen; member 180 uint32_t bufferLen; member
|
H A D | tee_arith_api.h | 144 * @param bufferLen Indicates the buffer length, in bytes. 153 TEE_Result TEE_BigIntConvertFromOctetString(TEE_BigInt *dest, const uint8_t *buffer, size_t bufferLen, int32_t sign); 160 * @param bufferLen Indicates the pointer to the buffer length, in bytes. 169 TEE_Result TEE_BigIntConvertToOctetString(void *buffer, size_t *bufferLen, const TEE_BigInt *bigInt);
|
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/ |
H A D | ucol.h | 1051 * Returns number of UChars needed to store rules. If buffer is NULL or bufferLen is not enough
1059 * @param bufferLen length of buffer to store rules in. If less than needed you'll get only the part that fits in.
1065 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
|
Completed in 6 milliseconds