Home
last modified time | relevance | path

Searched refs:k11 (Results 1 – 12 of 12) sorted by relevance

/external/openssh/
Dssh-pkcs11.c203 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 …]
Dumac.c377 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/
Daccess-qualifier.cl61 kernel void k11(read_only write_only image1d_t i){} // expected-error{{multiple access qualifiers}}
/external/llvm-project/clang/test/Parser/
Dcxx-ambig-init-templ.cpp21 int k11 = 0 < 1, c<3>::*ptr; member
/external/clang/test/Parser/
Dcxx-ambig-init-templ.cpp20 int k11 = 0 < 1, c<3>::*ptr; member
/external/llvm-project/polly/test/ScopInfo/
Dassume_gep_bounds_many.ll327 %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/
Daccess-qualifier.cl61 kernel void k11(read_only write_only image1d_t i){} // expected-error{{multiple access qualifiers}}
/external/libxml2/result/noent/
Dintsubset2.xml.sax2210 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/
Dintsubset2.xml.sax210 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
Dintsubset2.xml.sax2210 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/
Ddr1xx.cpp186 int k11 = f(&with_default<>); variable
/external/llvm-project/clang/test/CXX/drs/
Ddr1xx.cpp204 int k11 = f(&with_default<>); variable