Searched refs:k1 (Results 1 – 13 of 13) sorted by relevance
/u-boot/board/imgtec/boston/ |
A D | lowlevel_init.S | 44 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/ |
A D | genex.S | 67 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 178 jr k1 196 MTC0 k1, CP0_DESAVE 199 MFC0 k1, CP0_DEBUG 200 sll k1, k1, 30 201 bgez k1, ejtag_return [all …]
|
/u-boot/lib/bzip2/ |
A D | bzlib.c | 614 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST() 620 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST() 626 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST() 692 if (k1 != c_k0) { c_k0 = k1; continue; }; in unRLE_obuf_to_output_FAST() 697 if (k1 != c_k0) { c_k0 = k1; continue; }; in unRLE_obuf_to_output_FAST() 771 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_SMALL() 777 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_SMALL() 783 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_SMALL() 815 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_SMALL() 820 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_SMALL() [all …]
|
/u-boot/arch/arm/mach-tegra/tegra20/ |
A D | crypto.c | 55 u8 k1[AES128_KEY_LENGTH]; in sign_object() local 68 left_shift_vector(left, k1, sizeof(left)); in sign_object() 71 k1[AES128_KEY_LENGTH - 1] ^= AES_CMAC_CONST_RB; in sign_object() 80 aes_apply_cbc_chain_data(tmp_data, k1, tmp_data); in sign_object()
|
/u-boot/arch/mips/include/asm/ |
A D | regdef.h | 51 #define k1 $27 macro 94 #define k1 $27 macro
|
/u-boot/fs/btrfs/ |
A D | ctree.c | 73 int btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2) in btrfs_comp_cpu_keys() argument 75 if (k1->objectid > k2->objectid) in btrfs_comp_cpu_keys() 77 if (k1->objectid < k2->objectid) in btrfs_comp_cpu_keys() 79 if (k1->type > k2->type) in btrfs_comp_cpu_keys() 81 if (k1->type < k2->type) in btrfs_comp_cpu_keys() 83 if (k1->offset > k2->offset) in btrfs_comp_cpu_keys() 85 if (k1->offset < k2->offset) in btrfs_comp_cpu_keys() 93 struct btrfs_key k1; in btrfs_comp_keys() local 95 btrfs_disk_key_to_cpu(&k1, disk); in btrfs_comp_keys() 96 return btrfs_comp_cpu_keys(&k1, k2); in btrfs_comp_keys()
|
A D | ctree.h | 1241 int btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2);
|
/u-boot/scripts/ |
A D | get_default_envs.sh | 38 tr '\0' '\n' < ${ENV_OBJ_FILE_COPY} | sort --field-separator== -k1,1 --stable
|
/u-boot/arch/arm/dts/ |
A D | sun8i-h3-nanopi.dtsi | 78 input-name = "k1"; 80 k1 { 81 label = "k1";
|
A D | sun8i-h3-nanopi-duo2.dts | 43 k1 { 44 label = "k1";
|
/u-boot/arch/mips/cpu/ |
A D | start.S | 39 move k1, a0 # preserve a0 in k1
|
/u-boot/lib/ |
A D | xxhash.c | 180 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64() local 182 h64 ^= k1; in xxh64() 440 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64_digest() local 442 h64 ^= k1; in xxh64_digest()
|
/u-boot/scripts/kconfig/ |
A D | expr.c | 1030 enum string_value_kind k1 = k_string, k2 = k_string; in expr_calc_value() local 1070 k1 = expr_parse_string(str1, e->left.sym->type, &lval); in expr_calc_value() 1074 if (k1 == k_string || k2 == k_string) in expr_calc_value() 1076 else if (k1 == k_invalid || k2 == k_invalid) { in expr_calc_value() 1082 } else if (k1 == k_unsigned || k2 == k_unsigned) in expr_calc_value()
|
Completed in 19 milliseconds