Searched refs:cof (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dparse_delay_file.m69 (find(temp(1,:) ~= 3, 1 ) - 2) * 2 * 4 + 4, 'cof');
/external/openssl/crypto/ec/
H A Dectest.c776 if (!BN_hex2bn(&cof, _cof)) ABORT; \
777 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
794 if (!BN_hex2bn(&cof, _cof)) ABORT; \
795 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
826 BIGNUM *x, *y, *z, *cof; local
886 cof = BN_new();
887 if (!x || !y || !z || !cof) ABORT;
1237 BN_free(x); BN_free(y); BN_free(z); BN_free(cof);

Completed in 141 milliseconds