Searched defs:b_high (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/hrss/ |
D | hrss.c | 731 const struct poly3_span b_high = {&b->s[low_len], &b->a[low_len]}; in poly3_mul_aux() local 1248 const vec_t *b_high = &b[low_len]; in poly_mul_vec_aux() local 1344 const uint16_t *const b_high = &b[low_len]; in poly_mul_novec_aux() local
|
/external/v8/src/compiler/ |
D | raw-machine-assembler.h | 405 Node* Int32PairAdd(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairAdd() 408 Node* Int32PairSub(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairSub() 411 Node* Int32PairMul(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairMul()
|