Searched refs:twos_complement (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_int.c | 76 static void twos_complement(unsigned char *dst, const unsigned char *src, in twos_complement() function 142 twos_complement(p, b, blen, pb); in i2c_ibuf() 202 twos_complement(b, p, plen, neg ? 0xffU : 0); in c2i_ibuf()
|
/third_party/openssl/crypto/asn1/ |
H A D | a_int.c | 76 static void twos_complement(unsigned char *dst, const unsigned char *src, in twos_complement() function 142 twos_complement(p, b, blen, pb); in i2c_ibuf() 202 twos_complement(b, p, plen, neg ? 0xffU : 0); in c2i_ibuf()
|
/third_party/ffmpeg/libavcodec/ |
H A D | cfhdenc.c | 251 const int twos_complement = -sign_mask; in cfhd_encode_init() local 321 int value = (i & sign_mask) ? twos_complement + (i & mag_mask): i; in cfhd_encode_init()
|
Completed in 4 milliseconds