HomeSort by relevance Sort by last modified time
    Searched defs:ki (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2_skey.c 109 RC2_INT *ki; local
146 ki= &(key->data[63]);
148 *(ki--)=((k[i]<<8)|k[i-1])&0xffff;
  /external/openssl/crypto/rc2/
rc2_skey.c 109 RC2_INT *ki; local
146 ki= &(key->data[63]);
148 *(ki--)=((k[i]<<8)|k[i-1])&0xffff;
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyIterator.java 103 KeyIterator ki = (KeyIterator) m_lpi; local
104 org.apache.xpath.XPathContext xctxt = ki.getXPathContext();
105 Vector keys = ki.getKeyDeclarations();
107 QName name = ki.getName();
124 // xctxt.setNamespaceContext(ki.getPrefixResolver());
KeyTable.java 101 KeyIterator ki = new KeyIterator(name, keyDeclarations); local
103 m_keyNodes = new XNodeSet(ki);
134 KeyIterator ki = (KeyIterator) (m_keyNodes).getContainedIter(); local
135 XPathContext xctxt = ki.getXPathContext();
189 KeyIterator ki = (KeyIterator) (m_keyNodes).getContainedIter(); local
190 XPathContext xctxt = ki.getXPathContext();
207 ki.getPrefixResolver());
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1.cpp 39 const int ki = 9; // expected-note 5{{here}} member in namespace:addr_of_obj_or_func
49 X0<ki> x0c; // expected-error {{must have its address taken}} expected-warning {{internal linkage is a C++11 extension}}
50 X0<&ki> x0c_addr; // expected-error {{cannot be converted to a value of type 'int *'}} expected-warning {{internal linkage is a C++11 extension}}
64 X2<ki> x2c; // expected-error {{ignores qualifiers}} expected-warning {{internal linkage is a C++11 extension}}
65 X2k<ki> x2kc; // expected-warning {{internal linkage is a C++11 extension}}
66 X2k<&ki> x2kc_addr; // expected-error {{address taken}} expected-warning {{internal linkage is a C++11 extension}}
  /external/openssh/
ssh-pkcs11-helper.c 65 struct pkcs11_keyinfo *ki; local
67 ki = xcalloc(1, sizeof(*ki));
68 ki->providername = xstrdup(name);
69 ki->key = k;
70 TAILQ_INSERT_TAIL(&pkcs11_keylist, ki, next);
76 struct pkcs11_keyinfo *ki, *nxt; local
78 for (ki = TAILQ_FIRST(&pkcs11_keylist); ki; ki = nxt)
93 struct pkcs11_keyinfo *ki; local
    [all...]
  /external/oprofile/daemon/
opd_sfile.c 42 sfile_hash(struct transient const * trans, struct kernel_image * ki)
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,
224 struct kernel_image * ki = NULL; local
    [all...]
  /external/qemu/android/skin/
file.c 210 KeyInfo *ki = _keyinfo_table; local
211 while(ki->name) {
212 if(!strcmp(name, ki->name))
213 return ki->code;
214 ki++;
  /external/wpa_supplicant_8/src/eap_common/
eap_eke_common.h 70 u8 ki[EAP_EKE_MAX_KI_LEN]; member in struct:eap_eke_session
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 65 int si, ki, vi; member in struct:enum_user_data
274 d.ki = 0;
279 d.ke = add_ele(d.xml, d.se, ++d.ki, key_name);
btif_config.c 270 short ki; member in struct:__anon3372
295 short ki = find_inode(section_node, key); local
296 if(ki >= 0)
298 const cfg_node* key_node = &section_node->child[ki];
311 int si, ki, vi; local
318 for(ki = 0; ki < GET_CHILD_COUNT(section_node); ki++)
320 key_node = &section_node->child[ki];
445 int si = -1, ki = -1, vi = -1 local
481 int si = -1, ki = -1, vi = -1; local
558 short si = -1, ki = -1, vi = -1; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 77 u8 ki[16]; member in struct:milenage_parameters
116 " ki CHAR(32) NOT NULL,"
162 if (os_strcmp(col[i], "ki") == 0 && argv[i] &&
163 hexstr2bin(argv[i], m->ki, sizeof(m->ki))) {
164 printf("Invalid ki value in database\n");
201 "SELECT ki,opc,amf,sqn FROM milenage WHERE imsi=%llu;",
416 /* Parse IMSI Ki OPc AMF SQN */
453 /* Ki */
456 printf("%s:%d - Invalid Ki (%s)\n", fname, line, pos)
    [all...]
  /external/mksh/src/
funcs.c 1288 const struct kill_info *ki = (const struct kill_info *)arg; local
1292 ki->num_width, i,
1293 ki->name_width, sigtraps[i].name,
1359 struct kill_info ki; local
1361 for (j = NSIG, ki.num_width = 1; j >= 10; j /= 10)
1362 ki.num_width++;
1363 ki.name_width = mess_cols = mess_octs = 0;
1366 if (w > ki.name_width)
1367 ki.name_width = w;
1377 kill_fmt_entry, (void *)&ki,
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 369 milliseconds