Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 15 of 15) sorted by relevance

/xen-4.10.0-shim-comet/xen/crypto/
A Drijndael.c867 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
963 t1 = in rijndaelEncrypt()
989 Te1[(t1 >> 16) & 0xff] ^ in rijndaelEncrypt()
994 Te0[(t1 >> 24) ] ^ in rijndaelEncrypt()
1003 Te3[(t1 ) & 0xff] ^ in rijndaelEncrypt()
1008 Te2[(t1 >> 8) & 0xff] ^ in rijndaelEncrypt()
1149 t1 = in rijndaelDecrypt()
1177 Td3[(t1 ) & 0xff] ^ in rijndaelDecrypt()
1180 Td0[(t1 >> 24) ] ^ in rijndaelDecrypt()
1187 Td1[(t1 >> 16) & 0xff] ^ in rijndaelDecrypt()
[all …]
A Dvmac.c612 { uint64_t t1,t2,m1,m2,t; \
616 t1 = get64PE(mp+i) + kp[i]; \
618 m2 = MUL32(t1 >> 32, t2); \
619 m1 = MUL32(t1, t2 >> 32); \
620 ADD128(rh,rl,MUL32(t1 >> 32,t2 >> 32),MUL32(t1,t2)); \
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Daes.c894 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local
993 t1 = in AES_encrypt()
1019 Te1[(t1 >> 16) & 0xff] ^ in AES_encrypt()
1024 Te0[(t1 >> 24) ] ^ in AES_encrypt()
1033 Te3[(t1 ) & 0xff] ^ in AES_encrypt()
1038 Te2[(t1 >> 8) & 0xff] ^ in AES_encrypt()
1085 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_decrypt() local
1184 t1 = in AES_decrypt()
1212 Td3[(t1 ) & 0xff] ^ in AES_decrypt()
1215 Td0[(t1 >> 24) ] ^ in AES_decrypt()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dflushtlb.c35 u32 t, t1, t2; in pre_flush() local
39 t1 = t2 = t; in pre_flush()
41 if ( unlikely(t1 == 0) ) in pre_flush()
45 while ( unlikely((t = cmpxchg(&tlbflush_clock, t1, t2)) != t1) ); in pre_flush()
A Dapic.c1125 unsigned long long t1, t2; in calibrate_APIC_clock() local
1155 t1 = rdtsc_ordered(); in calibrate_APIC_clock()
1181 ((long)(t2 - t1) / LOOPS) / (1000000 / HZ), in calibrate_APIC_clock()
1182 ((long)(t2 - t1) / LOOPS) % (1000000 / HZ)); in calibrate_APIC_clock()
A Dtime.c921 s_time_t start, t1, t2; in get_cmos_time() local
928 t1 = NOW() - start; in get_cmos_time()
930 t1 <= SECONDS(1) ); in get_cmos_time()
943 t1 > SECONDS(1) || t2 >= MILLISECS(3) || in get_cmos_time()
A Dio_apic.c1485 unsigned long t1, flags; in timer_irq_works() local
1487 t1 = ACCESS_ONCE(pit0_ticks); in timer_irq_works()
1502 if ( (ACCESS_ONCE(pit0_ticks) - t1) > 4 ) in timer_irq_works()
/xen-4.10.0-shim-comet/tools/flask/policy/policy/
A Dmls39 # | t1 op t2
50 # | t1 op names
70 (( h1 dom h2 ) and (( l1 eq l2 ) or (t1 == mls_priv)));
74 ((l1 dom l2) or (t1 == mls_priv));
78 ((l1 eq l2) or (t1 == mls_priv));
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/
A Dcpu_idle.c277 static uint64_t stime_ticks_elapsed(uint64_t t1, uint64_t t2) { return t2 - t1; } in stime_ticks_elapsed() argument
283 if ( t2 >= t1 ) in acpi_pm_ticks_elapsed()
284 return (t2 - t1); in acpi_pm_ticks_elapsed()
288 return ((0xFFFFFFFF - t1) + t2 +1); in acpi_pm_ticks_elapsed()
556 uint64_t t1, t2 = 0; in acpi_processor_idle() local
616 t1 = cpuidle_get_tick(); in acpi_processor_idle()
620 update_last_cx_stat(power, cx, t1); in acpi_processor_idle()
631 update_idle_stats(power, cx, t1, t2); in acpi_processor_idle()
647 t1 = cpuidle_get_tick(); in acpi_processor_idle()
651 update_last_cx_stat(power, cx, t1); in acpi_processor_idle()
[all …]
/xen-4.10.0-shim-comet/tools/flask/policy/modules/
A Dvm_role.cons12 # | t1 op t2
17 # | t1 op names
/xen-4.10.0-shim-comet/tools/memshr/
A Dbidir-hash.c1223 struct bucket *t1, *t2, *b; in hash_resize() local
1249 t1 = t2 = NULL; in hash_resize()
1251 alloc_tab(h, size, &t1, &l1); in hash_resize()
1252 if(!t1 || !l1) goto alloc_fail; in hash_resize()
1274 e->key_next = t1[kidx].hash_entry; in hash_resize()
1275 t1[kidx].hash_entry = L2C(h, e); in hash_resize()
1283 h->key_tab = L2C(h, t1); in hash_resize()
1301 if(t1 || l1) free_buckets(h, t1, l1); in hash_resize()
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/
A Dutil.c104 int t0, t1, t2; in memcpy() local
116 : "=&c" (t0), "=&D" (t1), "=&S" (t2) in memcpy()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dexpr.c997 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type() argument
999 if (t1 == t2) in expr_compare_type()
1001 switch (t1) { in expr_compare_type()
1027 printf("[%dgt%d?]", t1, t2); in expr_compare_type()
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dutil.c152 int t0, t1, t2; in memcpy() local
164 : "=&c" (t0), "=&D" (t1), "=&S" (t2) in memcpy()
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenalyze.c2035 float X, t1; in weighted_percentile() local
2081 t1=A[I]; in weighted_percentile()
2083 A[J]=t1; in weighted_percentile()
2120 long long X, t1; in self_weighted_percentile() local
2168 t1=A[I]; in self_weighted_percentile()
2170 A[J]=t1; in self_weighted_percentile()

Completed in 55 milliseconds