Searched refs:k13 (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | umac.c | 420 k8,k9,k10,k11,k12,k13,k14,k15; in nh_aux() local 433 k12 = *(k+12); k13 = *(k+13); k14 = *(k+14); k15 = *(k+15); in nh_aux() 441 h3 += MUL64((k9 + d1), (k13 + d5)); in nh_aux() 452 k4 = k12; k5 = k13; k6 = k14; k7 = k15; in nh_aux() 475 k8,k9,k10,k11,k12,k13,k14,k15, in nh_aux() local 490 k12 = *(k+12); k13 = *(k+13); k14 = *(k+14); k15 = *(k+15); in nh_aux() 500 h3 += MUL64((k9 + d1), (k13 + d5)); in nh_aux() 501 h4 += MUL64((k13 + d1), (k17 + d5)); in nh_aux() 514 k4 = k12; k5 = k13; k6 = k14; k7 = k15; in nh_aux()
|
/external/clang/test/SemaOpenCL/ |
D | access-qualifier.cl | 66 kernel void k13(read_write pipe int i){} // expected-error{{access qualifier 'read_write' can not b… 68 kernel void k13(__read_write image1d_t i){} // expected-error{{access qualifier '__read_write' can …
|