/external/openssh/ |
D | ssh-pkcs11.c | 203 struct pkcs11_key *k11 = ptr; in pkcs11_k11_free() local 206 if (k11 == NULL) in pkcs11_k11_free() 208 if (k11->provider) in pkcs11_k11_free() 209 pkcs11_provider_unref(k11->provider); in pkcs11_k11_free() 210 free(k11->keyid); in pkcs11_k11_free() 211 free(k11); in pkcs11_k11_free() 298 pkcs11_login(struct pkcs11_key *k11, CK_USER_TYPE type) in pkcs11_login() argument 300 if (k11 == NULL || k11->provider == NULL || !k11->provider->valid) { in pkcs11_login() 305 return pkcs11_login_slot(k11->provider, in pkcs11_login() 306 &k11->provider->slotinfo[k11->slotidx], type); in pkcs11_login() [all …]
|
D | umac.c | 377 k8,k9,k10,k11; in nh_aux() local 388 k8 = *(k+8); k9 = *(k+9); k10 = *(k+10); k11 = *(k+11); in nh_aux() 400 h2 += MUL64((k7 + d3), (k11 + d7)); in nh_aux() 402 k0 = k8; k1 = k9; k2 = k10; k3 = k11; in nh_aux() 424 k8,k9,k10,k11,k12,k13,k14,k15; in nh_aux() local 436 k8 = *(k+8); k9 = *(k+9); k10 = *(k+10); k11 = *(k+11); in nh_aux() 452 h2 += MUL64((k7 + d3), (k11 + d7)); in nh_aux() 453 h3 += MUL64((k11 + d3), (k15 + d7)); in nh_aux() 455 k0 = k8; k1 = k9; k2 = k10; k3 = k11; in nh_aux() 479 k8,k9,k10,k11,k12,k13,k14,k15, in nh_aux() local [all …]
|
/external/clang/test/SemaOpenCL/ |
D | access-qualifier.cl | 61 kernel void k11(read_only write_only image1d_t i){} // expected-error{{multiple access qualifiers}}
|
/external/llvm-project/clang/test/Parser/ |
D | cxx-ambig-init-templ.cpp | 21 int k11 = 0 < 1, c<3>::*ptr; member
|
/external/clang/test/Parser/ |
D | cxx-ambig-init-templ.cpp | 20 int k11 = 0 < 1, c<3>::*ptr; member
|
/external/llvm-project/polly/test/ScopInfo/ |
D | assume_gep_bounds_many.ll | 327 %k11.0 = phi i64 [ 0, %bb125 ], [ %tmp152, %bb151 ] 328 %tmp127 = icmp slt i64 %k11.0, %n4_c 341 %tmp133 = add nsw i64 %tmp132, %k11.0 351 %tmp143 = mul nsw i64 %k11.0, %p4_d 367 %tmp152 = add nuw nsw i64 %k11.0, 1
|
/external/llvm-project/clang/test/SemaOpenCL/ |
D | access-qualifier.cl | 61 kernel void k11(read_only write_only image1d_t i){} // expected-error{{multiple access qualifiers}}
|
/external/libxml2/result/noent/ |
D | intsubset2.xml.sax2 | 210 e.g. 3k11.2, where the kanji has 3 strokes in the 213 the 2nd kanji in the 3k11 sequence. (I am very grateful to
|
/external/libxml2/result/ |
D | intsubset2.xml.sax | 210 e.g. 3k11.2, where the kanji has 3 strokes in the 213 the 2nd kanji in the 3k11 sequence. (I am very grateful to
|
D | intsubset2.xml.sax2 | 210 e.g. 3k11.2, where the kanji has 3 strokes in the 213 the 2nd kanji in the 3k11 sequence. (I am very grateful to
|
/external/clang/test/CXX/drs/ |
D | dr1xx.cpp | 186 int k11 = f(&with_default<>); variable
|
/external/llvm-project/clang/test/CXX/drs/ |
D | dr1xx.cpp | 204 int k11 = f(&with_default<>); variable
|