Searched refs:k1 (Results 1 - 13 of 13) sorted by relevance

/u-boot/board/imgtec/boston/
H A Dlowlevel_init.S44 ld k1, 0(a0)
45 sd k1, 0(AT)
47 lw k1, 0(a0)
48 sw k1, 0(AT)
49 lw k1, 4(a0)
50 sw k1, 4(AT)
/u-boot/arch/mips/lib/
H A Dgenex.S67 PTR_SUBU k1, sp, PT_SIZE
68 LONG_S sp, PT_R29(k1)
69 move sp, k1
171 PTR_LA k1, handle_reserved
172 jr k1
177 PTR_LA k1, handle_ejtag_debug
178 jr k1
196 MTC0 k1, CP0_DESAVE
199 MFC0 k1, CP0_DEBUG
200 sll k1, k
[all...]
/u-boot/lib/bzip2/
H A Dbzlib.c586 UChar k1; local
610 BZ_GET_FAST(k1); BZ_RAND_UPD_MASK;
611 k1 ^= BZ_RAND_MASK; s->nblock_used++;
613 if (k1 != s->k0) { s->k0 = k1; continue; };
616 BZ_GET_FAST(k1); BZ_RAND_UPD_MASK;
617 k1 ^= BZ_RAND_MASK; s->nblock_used++;
619 if (k1 != s->k0) { s->k0 = k1; continue; };
622 BZ_GET_FAST(k1); BZ_RAND_UPD_MAS
743 UChar k1; local
[all...]
/u-boot/scripts/
H A Dget_default_envs.sh39 tr '\0' '\n' < ${ENV_OBJ_FILE_COPY} | sed -e '/^\s*$/d' | sort --field-separator== -k1,1 --stable
/u-boot/arch/mips/include/asm/
H A Dregdef.h51 #define k1 $27 macro
94 #define k1 $27 macro
/u-boot/arch/arm/cpu/armv8/
H A Dsha1_ce_core.S18 k1 .req v1
74 loadrc k1.4s, 0x6ed9eba1, w6
99 add_update c, ev, k1, 8, 9, 10, 11
101 add_update p, od, k1, 9, 10, 11, 8
102 add_update p, ev, k1, 10, 11, 8, 9
103 add_update p, od, k1, 11, 8, 9, 10
104 add_update p, ev, k1, 8, 9, 10, 11
/u-boot/arch/arm/mach-tegra/
H A Dcrypto.c56 u8 k1[AES128_KEY_LENGTH]; local
69 left_shift_vector(left, k1, sizeof(left));
72 k1[AES128_KEY_LENGTH - 1] ^= AES_CMAC_CONST_RB;
81 aes_apply_cbc_chain_data(tmp_data, k1, tmp_data);
/u-boot/fs/btrfs/
H A Dctree.c73 int btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2) argument
75 if (k1->objectid > k2->objectid)
77 if (k1->objectid < k2->objectid)
79 if (k1->type > k2->type)
81 if (k1->type < k2->type)
83 if (k1->offset > k2->offset)
85 if (k1->offset < k2->offset)
93 struct btrfs_key k1; local
95 btrfs_disk_key_to_cpu(&k1, disk);
96 return btrfs_comp_cpu_keys(&k1, k
[all...]
H A Dctree.h1240 int btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2);
/u-boot/arch/mips/mach-mtmips/mt7621/tpl/
H A Dstart.S28 move k1, a0 # preserve a0 in k1
/u-boot/arch/mips/cpu/
H A Dstart.S35 move k1, a0 # preserve a0 in k1
/u-boot/lib/
H A Dxxhash.c180 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); local
182 h64 ^= k1;
440 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); local
442 h64 ^= k1;
/u-boot/scripts/kconfig/
H A Dexpr.c1030 enum string_value_kind k1 = k_string, k2 = k_string; local
1070 k1 = expr_parse_string(str1, e->left.sym->type, &lval);
1074 if (k1 == k_string || k2 == k_string)
1076 else if (k1 == k_invalid || k2 == k_invalid) {
1082 } else if (k1 == k_unsigned || k2 == k_unsigned)
1084 else /* if (k1 == k_signed && k2 == k_signed) */

Completed in 145 milliseconds