Searched refs:aka (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Diwalsh_mmx.asm37 paddw mm4, mm3 ;ip[0] + ip[12] aka al
38 paddw mm5, mm2 ;ip[4] + ip[8] aka bl
44 psubw mm0, mm3 ;ip[0] - ip[12] aka d1
45 psubw mm1, mm2 ;ip[4] - ip[8] aka c1
67 punpckldq mm0, mm6 ; 30 20 10 00 aka ip[0]
68 punpckhdq mm4, mm6 ; 31 21 11 01 aka ip[4]
70 punpckldq mm2, mm1 ; 32 22 12 02 aka ip[8]
71 punpckhdq mm3, mm1 ; 33 23 13 03 aka ip[12]
75 paddw mm1, mm3 ;ip[0] + ip[12] aka al
76 paddw mm5, mm2 ;ip[4] + ip[8] aka b
[all...]
H A Diwalsh_sse2.asm33 paddw xmm0, xmm2 ;ip[4]+ip[8] ip[0]+ip[12] aka b1 a1
34 psubw xmm3, xmm2 ;ip[4]-ip[8] ip[0]-ip[12] aka c1 d1
41 paddw xmm4, xmm0 ;dl+cl a1+b1 aka op[4] op[0]
42 psubw xmm0, xmm1 ;d1-c1 a1-b1 aka op[12] op[8]
62 paddw xmm4, xmm2 ;ip[4]+ip[8] ip[0]+ip[12] aka b1 a1
63 psubw xmm3, xmm2 ;ip[4]-ip[8] ip[0]-ip[12] aka c1 d1
70 paddw xmm5, xmm4 ;dl+cl a1+b1 aka op[4] op[0]
71 psubw xmm4, xmm1 ;d1-c1 a1-b1 aka op[12] op[8]
/external/libvpx/libvpx/vp8/common/x86/
H A Diwalsh_mmx.asm37 paddw mm4, mm3 ;ip[0] + ip[12] aka al
38 paddw mm5, mm2 ;ip[4] + ip[8] aka bl
44 psubw mm0, mm3 ;ip[0] - ip[12] aka d1
45 psubw mm1, mm2 ;ip[4] - ip[8] aka c1
67 punpckldq mm0, mm6 ; 30 20 10 00 aka ip[0]
68 punpckhdq mm4, mm6 ; 31 21 11 01 aka ip[4]
70 punpckldq mm2, mm1 ; 32 22 12 02 aka ip[8]
71 punpckhdq mm3, mm1 ; 33 23 13 03 aka ip[12]
75 paddw mm1, mm3 ;ip[0] + ip[12] aka al
76 paddw mm5, mm2 ;ip[4] + ip[8] aka b
[all...]
H A Diwalsh_sse2.asm33 paddw xmm0, xmm2 ;ip[4]+ip[8] ip[0]+ip[12] aka b1 a1
34 psubw xmm3, xmm2 ;ip[4]-ip[8] ip[0]-ip[12] aka c1 d1
41 paddw xmm4, xmm0 ;dl+cl a1+b1 aka op[4] op[0]
42 psubw xmm0, xmm1 ;d1-c1 a1-b1 aka op[12] op[8]
62 paddw xmm4, xmm2 ;ip[4]+ip[8] ip[0]+ip[12] aka b1 a1
63 psubw xmm3, xmm2 ;ip[4]-ip[8] ip[0]-ip[12] aka c1 d1
70 paddw xmm5, xmm4 ;dl+cl a1+b1 aka op[4] op[0]
71 psubw xmm4, xmm1 ;d1-c1 a1-b1 aka op[12] op[8]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml2 * Abstract Syntax Tree (aka Parse Tree)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml2 * Abstract Syntax Tree (aka Parse Tree)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml2 * Abstract Syntax Tree (aka Parse Tree)
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_sim_db.c41 int aka; member in struct:eap_sim_db_pending
56 } aka; member in union:eap_sim_db_pending::__anon32821
372 eap_sim_db_get_pending(struct eap_sim_db_data *data, const char *imsi, int aka) argument
378 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) {
512 if (hexstr2bin(start, entry->u.aka.rand, EAP_AKA_RAND_LEN))
520 if (hexstr2bin(start, entry->u.aka.autn, EAP_AKA_AUTN_LEN))
528 if (hexstr2bin(start, entry->u.aka.ik, EAP_AKA_IK_LEN))
536 if (hexstr2bin(start, entry->u.aka.ck, EAP_AKA_CK_LEN))
548 entry->u.aka
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_sim_db.c41 int aka; member in struct:eap_sim_db_pending
56 } aka; member in union:eap_sim_db_pending::__anon33074
372 eap_sim_db_get_pending(struct eap_sim_db_data *data, const char *imsi, int aka) argument
378 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) {
512 if (hexstr2bin(start, entry->u.aka.rand, EAP_AKA_RAND_LEN))
520 if (hexstr2bin(start, entry->u.aka.autn, EAP_AKA_AUTN_LEN))
528 if (hexstr2bin(start, entry->u.aka.ik, EAP_AKA_IK_LEN))
536 if (hexstr2bin(start, entry->u.aka.ck, EAP_AKA_CK_LEN))
548 entry->u.aka
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_sim_db.c41 int aka; member in struct:eap_sim_db_pending
56 } aka; member in union:eap_sim_db_pending::__anon33325
372 eap_sim_db_get_pending(struct eap_sim_db_data *data, const char *imsi, int aka) argument
378 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) {
512 if (hexstr2bin(start, entry->u.aka.rand, EAP_AKA_RAND_LEN))
520 if (hexstr2bin(start, entry->u.aka.autn, EAP_AKA_AUTN_LEN))
528 if (hexstr2bin(start, entry->u.aka.ik, EAP_AKA_IK_LEN))
536 if (hexstr2bin(start, entry->u.aka.ck, EAP_AKA_CK_LEN))
548 entry->u.aka
[all...]
/external/clang/test/CXX/special/class.dtor/
H A Dp10-0x.cpp9 x->~decltype(*x)(); // expected-error{{the type of object expression ('const int') does not match the type being destroyed ('decltype(*x)' (aka 'const int &')) in pseudo-destructor expression}} \
13 y->~decltype(*y)(); // expected-error{{destructor type 'decltype(*y)' (aka 'const A &') in object destruction expression does not match the type 'const A' of the object being destroyed}}
21 x->~decltype(*x)(); // expected-error{{destructor type 'decltype(*x)' (aka 'const A &') in object destruction expression does not match the type 'const A' of the object being destroyed}}
23 x->~decltype(B())(); // expected-error{{destructor type 'decltype(B())' (aka 'B') in object destruction expression does not match the type 'const A' of the object being destroyed}}
24 x->~decltype(x)(); // expected-error{{destructor type 'decltype(x)' (aka 'const A *') in object destruction expression does not match the type 'const A' of the object being destroyed}}
33 expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
34 i.~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
36 pi.~decltype(int())(); // expected-error{{the type of object expression ('int *') does not match the type being destroyed ('decltype(int())' (aka 'int')) in pseudo-destructor expression}}
38 pi->~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sim_common.c498 struct eap_sim_attrs *attr, int aka, int encr)
537 if ((!aka && (alen % GSM_RAND_LEN)) ||
538 (aka && alen != EAP_AKA_RAND_LEN)) {
549 if (!aka) {
638 if (aka) {
797 if (!aka || alen < EAP_AKA_MIN_RES_LEN ||
809 if (!aka) {
824 if (!aka) {
858 if (aka != 2) {
880 if (aka !
497 eap_sim_parse_attr(const u8 *start, const u8 *end, struct eap_sim_attrs *attr, int aka, int encr) argument
935 eap_sim_parse_encr(const u8 *k_encr, const u8 *encr_data, size_t encr_data_len, const u8 *iv, struct eap_sim_attrs *attr, int aka) argument
1168 eap_sim_report_notification(void *msg_ctx, int notification, int aka) argument
[all...]
H A Deap_sim_common.h205 struct eap_sim_attrs *attr, int aka, int encr);
208 struct eap_sim_attrs *attr, int aka);
228 void eap_sim_report_notification(void *msg_ctx, int notification, int aka);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_sim_common.c498 struct eap_sim_attrs *attr, int aka, int encr)
537 if ((!aka && (alen % GSM_RAND_LEN)) ||
538 (aka && alen != EAP_AKA_RAND_LEN)) {
549 if (!aka) {
638 if (aka) {
797 if (!aka || alen < EAP_AKA_MIN_RES_LEN ||
809 if (!aka) {
824 if (!aka) {
858 if (aka != 2) {
880 if (aka !
497 eap_sim_parse_attr(const u8 *start, const u8 *end, struct eap_sim_attrs *attr, int aka, int encr) argument
935 eap_sim_parse_encr(const u8 *k_encr, const u8 *encr_data, size_t encr_data_len, const u8 *iv, struct eap_sim_attrs *attr, int aka) argument
1168 eap_sim_report_notification(void *msg_ctx, int notification, int aka) argument
[all...]
H A Deap_sim_common.h205 struct eap_sim_attrs *attr, int aka, int encr);
208 struct eap_sim_attrs *attr, int aka);
228 void eap_sim_report_notification(void *msg_ctx, int notification, int aka);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_sim_common.c498 struct eap_sim_attrs *attr, int aka, int encr)
537 if ((!aka && (alen % GSM_RAND_LEN)) ||
538 (aka && alen != EAP_AKA_RAND_LEN)) {
549 if (!aka) {
638 if (aka) {
797 if (!aka || alen < EAP_AKA_MIN_RES_LEN ||
809 if (!aka) {
824 if (!aka) {
858 if (aka != 2) {
880 if (aka !
497 eap_sim_parse_attr(const u8 *start, const u8 *end, struct eap_sim_attrs *attr, int aka, int encr) argument
935 eap_sim_parse_encr(const u8 *k_encr, const u8 *encr_data, size_t encr_data_len, const u8 *iv, struct eap_sim_attrs *attr, int aka) argument
1168 eap_sim_report_notification(void *msg_ctx, int notification, int aka) argument
[all...]
H A Deap_sim_common.h205 struct eap_sim_attrs *attr, int aka, int encr);
208 struct eap_sim_attrs *attr, int aka);
228 void eap_sim_report_notification(void *msg_ctx, int notification, int aka);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml2 * Abstract Syntax Tree (aka Parse Tree)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml2 * Abstract Syntax Tree (aka Parse Tree)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml2 * Abstract Syntax Tree (aka Parse Tree)
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_trace.spec44 "chain of responsibility" pattern (aka "composable piepline")
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec44 "chain of responsibility" pattern (aka "composable piepline")
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dyasm.pyx27 The Yasm library (aka libyasm) provides the core functionality of the Yasm
/external/libunwind/doc/
H A Dunw_resume.tex54 handlers (aka, ``personality routines''). If a program needs this, it
/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c312 int aka = 0, sim = 0; local
320 aka = 1;
330 aka = 1;
341 aka = 0;
343 if (!sim && !aka) {
351 "(sim=%d aka=%d) - initialize PCSC", sim, aka);

Completed in 481 milliseconds

12