Searched refs:ki (Results 1 - 25 of 47) sorted by relevance

12

/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp39 const int ki = 9; // expected-note 5{{here}} member in namespace:addr_of_obj_or_func
50 X0<ki> x0c; // expected-error {{must have its address taken}} expected-warning {{internal linkage is a C++11 extension}}
51 X0<&ki> x0c_addr; // expected-error {{cannot be converted to a value of type 'int *'}} expected-warning {{internal linkage is a C++11 extension}}
65 X2<ki> x2c; // expected-error {{ignores qualifiers}} expected-warning {{internal linkage is a C++11 extension}}
66 X2k<ki> x2kc; // expected-warning {{internal linkage is a C++11 extension}}
67 X2k<&ki> x2kc_addr; // expected-error {{address taken}} expected-warning {{internal linkage is a C++11 extension}}
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DKeyIterator.java103 KeyIterator ki = (KeyIterator) m_lpi;
104 org.apache.xpath.XPathContext xctxt = ki.getXPathContext();
105 Vector keys = ki.getKeyDeclarations();
107 QName name = ki.getName();
124 // xctxt.setNamespaceContext(ki.getPrefixResolver());
H A DKeyTable.java101 KeyIterator ki = new KeyIterator(name, keyDeclarations);
103 m_keyNodes = new XNodeSet(ki);
134 KeyIterator ki = (KeyIterator) (m_keyNodes).getContainedIter();
135 XPathContext xctxt = ki.getXPathContext();
189 KeyIterator ki = (KeyIterator) (m_keyNodes).getContainedIter();
190 XPathContext xctxt = ki.getXPathContext();
207 ki.getPrefixResolver());
/external/oprofile/daemon/
H A Dopd_sfile.c42 sfile_hash(struct transient const * trans, struct kernel_image * ki) argument
51 if (separate_kernel || ((trans->anon || separate_lib) && !ki))
59 val ^= ki->start >> 14;
60 val ^= ki->end >> 7;
83 struct kernel_image const * ki, struct anon_mapping const * anon,
90 if (sf->kernel != ki)
103 if (separate_kernel || ((anon || separate_lib) && !ki)) {
111 if (ki)
123 struct kernel_image const * ki)
125 return do_match(sfile, trans->cookie, trans->app_cookie, ki,
82 do_match(struct sfile const * sf, cookie_t cookie, cookie_t app_cookie, struct kernel_image const * ki, struct anon_mapping const * anon, pid_t tgid, pid_t tid, unsigned int cpu) argument
122 trans_match(struct transient const * trans, struct sfile const * sfile, struct kernel_image const * ki) argument
163 create_sfile(unsigned long hash, struct transient const * trans, struct kernel_image * ki) argument
224 struct kernel_image * ki = NULL; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/md5/asm/
H A Dmd5-586.pl45 local($pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_;
48 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
52 &comment("R0 $ki");
66 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
73 local($pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_;
75 &comment("R1 $ki");
82 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
96 local($n,$pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_;
101 &comment("R2 $ki");
114 &mov($tmp2,&DWP($xo[$ki
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-586.pl45 local($pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_;
48 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
52 &comment("R0 $ki");
66 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
73 local($pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_;
75 &comment("R1 $ki");
82 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
96 local($n,$pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_;
101 &comment("R2 $ki");
114 &mov($tmp2,&DWP($xo[$ki
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c271 short ki; member in struct:__anon1051
296 short ki = find_inode(section_node, key); local
297 if(ki >= 0)
299 const cfg_node* key_node = &section_node->child[ki];
312 int si, ki, vi; local
319 for(ki = 0; ki < GET_CHILD_COUNT(section_node); ki++)
321 key_node = &section_node->child[ki];
497 int si = -1, ki local
533 int si = -1, ki = -1, vi = -1; local
610 short si = -1, ki = -1, vi = -1; local
[all...]
/external/chromium_org/ui/base/win/
H A Dforeground_helper.cc44 hotkey.ki.wVk = VK_F22;
/external/chromium_org/remoting/host/
H A Dinput_injector_win.cc31 input.ki.time = 0;
32 input.ki.dwFlags = flags;
33 input.ki.wScan = scancode;
41 input.ki.wScan &= 0xFF;
43 input.ki.dwFlags |= KEYEVENTF_EXTENDEDKEY;
/external/openssl/crypto/rc2/
H A Drc2_skey.c109 RC2_INT *ki; local
146 ki= &(key->data[63]);
148 *(ki--)=((k[i]<<8)|k[i-1])&0xffff;
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c85 u8 ki[16]; member in struct:milenage_parameters
124 " ki CHAR(32) NOT NULL,"
170 if (os_strcmp(col[i], "ki") == 0 && argv[i] &&
171 hexstr2bin(argv[i], m->ki, sizeof(m->ki))) {
172 printf("Invalid ki value in database\n");
209 "SELECT ki,opc,amf,sqn FROM milenage WHERE imsi=%llu;",
472 if (strlen(pos) != 32 || hexstr2bin(pos, m->ki, 16)) {
575 pos += wpa_snprintf_hex(pos, end - pos, m->ki, 16);
657 gsm_milenage(m->opc, m->ki, _ran
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_eke_common.h70 u8 ki[EAP_EKE_MAX_KI_LEN]; member in struct:eap_eke_session
H A Deap_eke_common.c498 os_memcpy(sess->ki, buf + ke_len, ki_len);
499 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: Ki", sess->ki, ki_len);
659 if (eap_eke_mac(sess->mac, sess->ki, e, data_len + pad, pos) < 0)
692 if (eap_eke_mac(sess->mac, sess->ki, prot + block_size,
766 os_memset(sess->ki, 0, EAP_EKE_MAX_KI_LEN);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_eke_common.h70 u8 ki[EAP_EKE_MAX_KI_LEN]; member in struct:eap_eke_session
H A Deap_eke_common.c498 os_memcpy(sess->ki, buf + ke_len, ki_len);
499 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: Ki", sess->ki, ki_len);
659 if (eap_eke_mac(sess->mac, sess->ki, e, data_len + pad, pos) < 0)
692 if (eap_eke_mac(sess->mac, sess->ki, prot + block_size,
766 os_memset(sess->ki, 0, EAP_EKE_MAX_KI_LEN);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_eke_common.h70 u8 ki[EAP_EKE_MAX_KI_LEN]; member in struct:eap_eke_session
H A Deap_eke_common.c498 os_memcpy(sess->ki, buf + ke_len, ki_len);
499 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: Ki", sess->ki, ki_len);
659 if (eap_eke_mac(sess->mac, sess->ki, e, data_len + pad, pos) < 0)
692 if (eap_eke_mac(sess->mac, sess->ki, prot + block_size,
766 os_memset(sess->ki, 0, EAP_EKE_MAX_KI_LEN);
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view.cc95 keys[key_count].ki.wVk = VK_SHIFT;
96 keys[key_count].ki.wScan = MapVirtualKey(VK_SHIFT, 0);
102 keys[key_count].ki.wVk = VK_CONTROL;
103 keys[key_count].ki.wScan = MapVirtualKey(VK_CONTROL, 0);
109 keys[key_count].ki.wVk = VK_MENU;
110 keys[key_count].ki.wScan = MapVirtualKey(VK_MENU, 0);
115 keys[key_count].ki.wVk = mnemonic_char;
116 keys[key_count].ki.wScan = MapVirtualKey(mnemonic_char, 0);
119 keys[key_count].ki.dwFlags |= KEYEVENTF_EXTENDEDKEY;
121 keys[key_count].ki
[all...]
H A Dchrome_app_view_ash.cc101 keys[key_count].ki.wVk = VK_SHIFT;
102 keys[key_count].ki.wScan = MapVirtualKey(VK_SHIFT, 0);
108 keys[key_count].ki.wVk = VK_CONTROL;
109 keys[key_count].ki.wScan = MapVirtualKey(VK_CONTROL, 0);
115 keys[key_count].ki.wVk = VK_MENU;
116 keys[key_count].ki.wScan = MapVirtualKey(VK_MENU, 0);
121 keys[key_count].ki.wVk = mnemonic_char;
122 keys[key_count].ki.wScan = MapVirtualKey(mnemonic_char, 0);
130 keys[i].ki.dwFlags |= KEYEVENTF_KEYUP;
/external/chromium_org/ui/base/test/
H A Dui_controls_internal_win.cc144 input->ki.wVk = ui::WindowsKeyCodeForKeyboardCode(key);
145 input->ki.dwFlags = key_up ? KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP :
/external/qemu/android/skin/
H A Dfile.c210 KeyInfo *ki = _keyinfo_table; local
211 while(ki->name) {
212 if(!strcmp(name, ki->name))
213 return ki->code;
214 ki++;
/external/mksh/src/
H A Dfuncs.c1299 const struct kill_info *ki = (const struct kill_info *)arg; local
1303 ki->num_width, i,
1304 ki->name_width, sigtraps[i].name,
1372 struct kill_info ki; local
1374 for (j = NSIG, ki.num_width = 1; j >= 10; j /= 10)
1375 ki.num_width++;
1376 ki.name_width = mess_cols = mess_octs = 0;
1379 if (w > ki.name_width)
1380 ki.name_width = w;
1390 kill_fmt_entry, (void *)&ki,
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A De_rc2.c314 uint16_t *ki; local
356 ki = &(key->data[63]);
358 *(ki--) = ((k[i] << 8) | k[i - 1]) & 0xffff;
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.c1108 struct ieee802_1x_mka_ki *ki)
1117 if (is_ki_equal(&rxsa->pkey->key_identifier, ki)) {
1241 struct ieee802_1x_mka_ki ki; local
1287 os_memcpy(ki.mi, body->lsrv_mi, sizeof(ki.mi));
1288 ki.kn = ntohl(body->lkn);
1291 if (is_ki_equal(&sa_key->key_identifier, &ki)) {
1492 os_memcpy(&pkey->key_identifier, &conf->ki,
1644 os_memcpy(conf->ki.mi, sak_ki.mi, MI_LEN);
1645 conf->ki
1107 ieee802_1x_mka_get_lpn(struct ieee802_1x_mka_participant *principal, struct ieee802_1x_mka_ki *ki) argument
2701 ieee802_1x_kay_delete_sas(struct ieee802_1x_kay *kay, struct ieee802_1x_mka_ki *ki) argument
[all...]
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.c1108 struct ieee802_1x_mka_ki *ki)
1117 if (is_ki_equal(&rxsa->pkey->key_identifier, ki)) {
1241 struct ieee802_1x_mka_ki ki; local
1287 os_memcpy(ki.mi, body->lsrv_mi, sizeof(ki.mi));
1288 ki.kn = ntohl(body->lkn);
1291 if (is_ki_equal(&sa_key->key_identifier, &ki)) {
1492 os_memcpy(&pkey->key_identifier, &conf->ki,
1644 os_memcpy(conf->ki.mi, sak_ki.mi, MI_LEN);
1645 conf->ki
1107 ieee802_1x_mka_get_lpn(struct ieee802_1x_mka_participant *principal, struct ieee802_1x_mka_ki *ki) argument
2701 ieee802_1x_kay_delete_sas(struct ieee802_1x_kay *kay, struct ieee802_1x_mka_ki *ki) argument
[all...]

Completed in 563 milliseconds

12