HomeSort by relevance Sort by last modified time
    Searched refs:ck (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/clang/test/CodeGen/
unsigned-promotion.c 10 unsigned char ci, cj, ck; variable
84 // CHECKS: load i8* @ck
92 // CHECKU: [[T3:%.*]] = load i8* @ck
98 ci = cj + ck;
106 // CHECKS: load i8* @ck
114 // CHECKU: [[T3:%.*]] = load i8* @ck
120 ci = cj - ck;
128 // CHECKS: load i8* @ck
136 // CHECKU: [[T3:%.*]] = load i8* @ck
142 ci = cj * ck;
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
math-partial-sums.js 9 var k2 = k3 = sk = ck = 0.0;
15 ck = Math.cos(k);
22 a5 += 1.0/(k3 * ck*ck);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
math-partial-sums.js 9 var k2 = k3 = sk = ck = 0.0;
15 ck = Math.cos(k);
22 a5 += 1.0/(k3 * ck*ck);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
math-partial-sums.js 9 var k2 = k3 = sk = ck = 0.0;
15 ck = Math.cos(k);
22 a5 += 1.0/(k3 * ck*ck);
  /external/wpa_supplicant_8/src/crypto/
milenage.c 82 * @ck: Buffer for CK = 128-bit confidentiality key (f3), or %NULL
89 u8 *res, u8 *ck, u8 *ik, u8 *ak, u8 *akstar)
121 if (ck) {
126 if (aes_128_encrypt_block(k, tmp1, ck))
129 ck[i] ^= opc[i];
161 * milenage_generate - Generate AKA AUTN,IK,CK,RES
169 * @ck: Buffer for CK = 128-bit confidentiality key (f3), or %NULL
175 u8 *ck, u8 *res, size_t *res_len
237 u8 res[8], ck[16], ik[16]; local
    [all...]
milenage.h 14 u8 *ck, u8 *res, size_t *res_len);
20 const u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len,
25 u8 *res, u8 *ck, u8 *ik, u8 *ak, u8 *akstar);
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
WWWAuthenticateHeaderIms.java 47 * cipher-key = "ck" EQUAL ck-value
49 * ck-value = LDQUOT *(HEXDIG) RDQUOT
60 public static final String CK = ParameterNamesIms.CK;
67 public void setCK(String ck) throws ParseException;
  /external/chromium_org/third_party/libjpeg_turbo/
cdjpeg.c 124 register int ca, ck; local
128 if ((ck = *keyword++) == '\0')
130 if (isupper(ca)) /* force arg to lcase (assume ck is already) */
132 if (ca != ck)
rdjpgcom.c 430 register int ca, ck; local
434 if ((ck = *keyword++) == '\0')
436 if (isupper(ca)) /* force arg to lcase (assume ck is already) */
438 if (ca != ck)
  /external/jpeg/
cdjpeg.c 124 register int ca, ck; local
128 if ((ck = *keyword++) == '\0')
130 if (isupper(ca)) /* force arg to lcase (assume ck is already) */
132 if (ca != ck)
  /external/qemu/distrib/jpeg-6b/
cdjpeg.c 124 register int ca, ck; local
128 if ((ck = *keyword++) == '\0')
130 if (isupper(ca)) /* force arg to lcase (assume ck is already) */
132 if (ca != ck)
  /external/wpa_supplicant_8/src/eap_common/
eap_pax_common.c 122 * @ck: Buffer for the derived Confirmation Key
127 u8 *mk, u8 *ck, u8 *ick)
133 e, 2 * EAP_PAX_RAND_LEN, EAP_PAX_CK_LEN, ck) ||
140 wpa_hexdump_key(MSG_MSGDUMP, "EAP-PAX: CK", ck, EAP_PAX_CK_LEN);
eap_pax_common.h 89 u8 *mk, u8 *ck, u8 *ick);
eap_sim_common.h 79 const u8 *ik, const u8 *ck, u8 *mk);
93 const u8 *ik, const u8 *ck, u8 *k_encr,
104 void eap_aka_prime_derive_ck_ik_prime(u8 *ck, u8 *ik, const u8 *sqn_ak,
110 const u8 *ik, const u8 *ck,
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.h 24 unsigned char *ik, unsigned char *ck, unsigned char *auts);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 303 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
304 self.assertNotEqual(ck.handle, 0)
326 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
327 self.assertNotEqual(ck.handle, 0)
328 SetValueEx(ck, "test_name", None, REG_DWORD, 0x80000000)
338 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
339 self.assertNotEqual(ck.handle, 0)
341 SetValueEx(ck, "test_name", None, REG_DWORD, test_val)
342 ret_val, ret_type = QueryValueEx(ck, "test_name")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 303 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
304 self.assertNotEqual(ck.handle, 0)
326 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
327 self.assertNotEqual(ck.handle, 0)
328 SetValueEx(ck, "test_name", None, REG_DWORD, 0x80000000)
338 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
339 self.assertNotEqual(ck.handle, 0)
341 SetValueEx(ck, "test_name", None, REG_DWORD, test_val)
342 ret_val, ret_type = QueryValueEx(ck, "test_name")
  /external/valgrind/main/coregrind/
vgdb.c 838 ConnectionKind ck; local
873 for (ck = 0; ck < NumConnectionKind; ck ++) {
874 if (pollfds[ck].revents & POLLIN) {
875 switch (ck) {
885 ppConnectionKind(ck));
891 for (ck = 0; ck < NumConnectionKind; ck ++)
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
test_util.cc 62 const std::string& ck, base::Value* cv) {
64 dict->SetWithoutPathExpansion(ck, cv);
test_util.h 50 const std::string& ck, base::Value* cv);
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities.h 484 double sp,so,sk,om_sp2,om_so2,om_sk2,cp,co,ck,sp_so,cp_so; local
494 ck=(om_sk2>=0.0)?sqrt(om_sk2):1.0;
498 R[0]=sp_so*sk+cp*ck; R[1]=co*sk; R[2]=cp_so*sk-sp*ck;
499 R[3]=sp_so*ck-cp*sk; R[4]=co*ck; R[5]=cp_so*ck+sp*sk;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities.h 484 double sp,so,sk,om_sp2,om_so2,om_sk2,cp,co,ck,sp_so,cp_so; local
494 ck=(om_sk2>=0.0)?sqrt(om_sk2):1.0;
498 R[0]=sp_so*sk+cp*ck; R[1]=co*sk; R[2]=cp_so*sk-sp*ck;
499 R[3]=sp_so*ck-cp*sk; R[4]=co*ck; R[5]=cp_so*ck+sp*sk;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities.h 484 double sp,so,sk,om_sp2,om_so2,om_sk2,cp,co,ck,sp_so,cp_so; local
494 ck=(om_sk2>=0.0)?sqrt(om_sk2):1.0;
498 R[0]=sp_so*sk+cp*ck; R[1]=co*sk; R[2]=cp_so*sk-sp*ck;
499 R[3]=sp_so*ck-cp*sk; R[4]=co*ck; R[5]=cp_so*ck+sp*sk;
  /external/srec/srec/EventLog/src/
riff.c 885 ChunkInfoStruct ck; local
888 strncpy(ck.ckString, "segs", 4);
889 ck.ckLength = chunk_len;
892 swapInt(&ck.ckLength);
893 memcpy(workbuf, &ck, chunkinfosize);
907 memcpy(workbuf, &ck, chunkinfosize);
958 ChunkInfoStruct ck; local
1064 strncpy(ck.ckString, "LIST", 4);
1065 ck.ckLength = listChunkSize - chunkInfoSize;
1066 if (doSwap) swapInt(&ck.ckLength)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.h 86 u8 *_rand, u8 *autn, u8 *ik, u8 *ck,

Completed in 741 milliseconds

1 2 3 4