/linux-2.6.39/crypto/ |
D | anubis.c | 52 static const u32 T0[256] = { variable 536 inter[i] = T0[(kappa[j--] >> 24) ]; in anubis_setkey() 564 T0[T4[(v >> 24) ] & 0xff] ^ in anubis_setkey() 596 T0[(state[0] >> 24) ] ^ in anubis_crypt() 602 T0[(state[0] >> 16) & 0xff] ^ in anubis_crypt() 608 T0[(state[0] >> 8) & 0xff] ^ in anubis_crypt() 614 T0[(state[0] ) & 0xff] ^ in anubis_crypt() 630 (T0[(state[0] >> 24) ] & 0xff000000U) ^ in anubis_crypt() 636 (T0[(state[0] >> 16) & 0xff] & 0xff000000U) ^ in anubis_crypt() 642 (T0[(state[0] >> 8) & 0xff] & 0xff000000U) ^ in anubis_crypt() [all …]
|
D | khazad.c | 38 static const u64 T0[256] = { variable 771 ctx->E[r] = T0[(int)(K1 >> 56) ] ^ in khazad_setkey() 787 ctx->D[r] = T0[(int)S[(int)(K1 >> 56) ] & 0xff] ^ in khazad_setkey() 813 state = T0[(int)(state >> 56) ] ^ in khazad_crypt() 824 state = (T0[(int)(state >> 56) ] & 0xff00000000000000ULL) ^ in khazad_crypt()
|
/linux-2.6.39/scripts/rt-tester/ |
D | t4-l2-pi-deboost.tst | 59 # T0 lock L0 72 # T0 lock L1 80 # Wait until T0 is in the wakeup code 87 # T2 lock L1 (T0 is boosted and pending owner !) 96 # Verify prio of T0 (still pending owner, 100 # Let T0 continue 108 # Verify that T0 is unboosted
|
D | t2-l1-2rt-sameprio.tst | 57 # T0 lock L0 64 # T0 unlock L0 68 # Verify T0 76 # T1,T0 lock L0
|
D | t2-l1-pi.tst | 57 # T0 lock L0 66 # T0 unlock L0
|
D | t2-l2-2rt-deadlock.tst | 57 # T0 lock L0 65 # T0 lock L1
|
D | t3-l1-pi-1rt.tst | 58 # T0 lock L0 72 # T0 unlock L0
|
D | t3-l1-pi-3rt.tst | 58 # T0 lock L0 72 # T0 unlock L0
|
D | t3-l2-pi.tst | 58 # T0 lock L0 72 # T0 unlock L0
|
D | t3-l1-pi-2rt.tst | 58 # T0 lock L0 73 # T0 unlock L0
|
D | t3-l1-pi-signal.tst | 56 # T0 lock L0 81 # T0 unlock L0
|
D | t3-l1-pi-steal.tst | 58 # T0 lock L0 67 # T0 unlock L0
|
D | t2-l1-signal.tst | 57 # T0 lock L0
|
D | t5-l4-pi-boost-deboost.tst | 60 # T0 lock L0
|
D | t5-l4-pi-boost-deboost-setsched.tst | 60 # T0 lock L0
|
/linux-2.6.39/arch/mips/mm/ |
D | page.c | 46 #define T0 8 macro 477 build_copy_load(&buf, T0, off); in build_copy_page() 485 build_copy_store(&buf, T0, off); in build_copy_page() 499 build_copy_load(&buf, T0, off); in build_copy_page() 507 build_copy_store(&buf, T0, off); in build_copy_page() 525 build_copy_load(&buf, T0, off); in build_copy_page() 530 build_copy_store(&buf, T0, off); in build_copy_page() 543 build_copy_load(&buf, T0, off); in build_copy_page() 548 build_copy_store(&buf, T0, off); in build_copy_page() 567 build_copy_load(&buf, T0, off); in build_copy_page() [all …]
|
/linux-2.6.39/tools/perf/ |
D | builtin-sched.c | 165 u64 T0 = get_nsecs(), T1; in burn_nsecs() local 169 } while (T1 + run_measurement_overhead < T0 + nsecs); in burn_nsecs() 184 u64 T0, T1, delta, min_delta = 1000000000ULL; in calibrate_run_measurement_overhead() local 188 T0 = get_nsecs(); in calibrate_run_measurement_overhead() 191 delta = T1-T0; in calibrate_run_measurement_overhead() 201 u64 T0, T1, delta, min_delta = 1000000000ULL; in calibrate_sleep_measurement_overhead() local 205 T0 = get_nsecs(); in calibrate_sleep_measurement_overhead() 208 delta = T1-T0; in calibrate_sleep_measurement_overhead() 560 u64 T0, T1, delta, avg_delta, fluct; in run_one_test() local 562 T0 = get_nsecs(); in run_one_test() [all …]
|
/linux-2.6.39/kernel/trace/ |
D | trace_sched_wakeup.c | 314 cycle_t T0, T1, delta; in probe_wakeup_sched_switch() local 358 T0 = data->preempt_timestamp; in probe_wakeup_sched_switch() 360 delta = T1-T0; in probe_wakeup_sched_switch()
|
D | trace_irqsoff.c | 306 cycle_t T0, T1, delta; in check_critical_timing() local 310 T0 = data->preempt_timestamp; in check_critical_timing() 312 delta = T1-T0; in check_critical_timing()
|
/linux-2.6.39/drivers/ata/ |
D | pata_octeon_cf.c | 184 unsigned int T0, Tkr, Td; in octeon_cf_set_dmamode() local 190 T0 = timing->cycle; in octeon_cf_set_dmamode() 206 oe_n = max(T0 - oe_a, Tkr); in octeon_cf_set_dmamode()
|
/linux-2.6.39/arch/x86/lib/ |
D | x86-opcode-map.txt | 870 1: prefetch T0
|