| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffs_packedtags2.c | 53 static void yaffs_dump_tags2(const struct yaffs_ext_tags *t) in yaffs_dump_tags2() 63 static int yaffs_check_tags_extra_packable(const struct yaffs_ext_tags *t) in yaffs_check_tags_extra_packable() 76 const struct yaffs_ext_tags *t) in yaffs_pack_tags2_tags_only() 112 const struct yaffs_ext_tags *t, int tags_ecc) in yaffs_pack_tags2() 122 void yaffs_unpack_tags2_tags_only(struct yaffs_ext_tags *t, in yaffs_unpack_tags2_tags_only() 160 void yaffs_unpack_tags2(struct yaffs_ext_tags *t, struct yaffs_packed_tags2 *pt, in yaffs_unpack_tags2()
|
| H A D | yaffs_packedtags1.c | 26 const struct yaffs_ext_tags *t) in yaffs_pack_tags1() 38 void yaffs_unpack_tags1(struct yaffs_ext_tags *t, in yaffs_unpack_tags1()
|
| H A D | yaffs_packedtags2.h | 32 struct yaffs_packed_tags2_tags_only t; member
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | smbios.c | 78 struct smbios_type0 *t = (struct smbios_type0 *)*current; in smbios_write_type0() local 113 struct smbios_type1 *t = (struct smbios_type1 *)*current; in smbios_write_type1() local 134 struct smbios_type2 *t = (struct smbios_type2 *)*current; in smbios_write_type2() local 152 struct smbios_type3 *t = (struct smbios_type3 *)*current; in smbios_write_type3() local 170 static void smbios_write_type4_dm(struct smbios_type4 *t) in smbios_write_type4_dm() 204 struct smbios_type4 *t = (struct smbios_type4 *)*current; in smbios_write_type4() local 226 struct smbios_type32 *t = (struct smbios_type32 *)*current; in smbios_write_type32() local 239 struct smbios_type127 *t = (struct smbios_type127 *)*current; in smbios_write_type127() local
|
| H A D | rc4.c | 19 unsigned short i, j, t; in rc4_encode() local
|
| H A D | md5.c | 45 __u32 t; in byteReverse() local 77 register __u32 t; in MD5Update() local
|
| H A D | rational.c | 80 unsigned long t = min((max_numerator - n0) / n1, in rational_best_approximation() local
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | atags.c | 17 struct tag *t; in atags_stat() local 41 static void atags_print_tag(struct tag *t) in atags_print_tag() 199 struct tag *t; in atags_print_all_tags() local
|
| H A D | pxe.c | 901 static char *get_string(char **p, struct token *t, char delim, int lower) in get_string() 952 static void get_keyword(struct token *t) in get_keyword() 970 static void get_token(char **p, struct token *t, enum lex_state state) in get_token() 1034 struct token t; in parse_sliteral() local 1054 struct token t; in parse_integer() local 1126 struct token t; in parse_menu() local 1162 struct token t; in parse_label_menu() local 1201 struct token t; in parse_label() local 1309 struct token t; in parse_pxefile_top() local
|
| H A D | itest.c | 110 static int stringcomp(char *s, char *t, int op) in stringcomp() 130 static int arithcomp (char *s, char *t, int op, int w) in arithcomp()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | rk_atags.c | 153 static int inline atags_size_overflow(struct tag *t, u32 tag_size) in atags_size_overflow() 158 int atags_overflow(struct tag *t) in atags_overflow() 177 struct tag *t = (struct tag *)ATAGS_PHYS_BASE; in atags_is_available() local 184 struct tag *t = (struct tag *)ATAGS_PHYS_BASE; in atags_set_tag() local 299 struct tag *t; in atags_set_shared_fwver() local 321 struct tag *t; in atags_get_tag() local
|
| H A D | param.c | 63 struct tag *t = NULL; in param_parse_atf_mem() local 109 struct tag *t = NULL; in param_parse_optee_mem() local 189 struct tag *t; in param_parse_atags_bootdev() local 302 struct tag *t; in param_parse_ddr_mem() local 422 struct tag *t; in param_parse_pre_serial() local 451 struct tag *t; in param_parse_pubkey_fuse_programmed() local
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | sha.c | 62 int t; in SHA1_Transform() local 70 #define SHA_F1(A, B, C, D, E, t) \ in SHA1_Transform() argument 86 #define SHA_F1(A, B, C, D, E, t) \ in SHA1_Transform() argument 99 #define SHA_F2(A, B, C, D, E, t) \ in SHA1_Transform() argument 115 #define SHA_F3(A, B, C, D, E, t) \ in SHA1_Transform() argument 131 #define SHA_F4(A, B, C, D, E, t) \ in SHA1_Transform() argument 208 int t; in SHA1_transform() local
|
| /rk3399_rockchip-uboot/post/drivers/ |
| H A D | rtc.c | 62 time_t t = rtc_mktime(tm) + sec; in rtc_post_restore() local 118 time_t t; in rtc_post_test() local 149 time_t t; in rtc_post_test() local
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | atomic.h | 24 int t; in atomic_add_return() local 40 int t; in atomic_sub_return() local 56 int t; in atomic_inc_return() local 72 int t; in atomic_dec_return() local
|
| /rk3399_rockchip-uboot/drivers/watchdog/ |
| H A D | at91sam9_wdt.c | 29 #define ms_to_ticks(t) (((t << 8) / 1000) - 1) argument 30 #define ticks_to_ms(t) (((t + 1) * 1000) >> 8) argument
|
| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | mvrtc.c | 21 int rtc_get(struct rtc_time *t) in rtc_get() 61 int rtc_set(struct rtc_time *t) in rtc_set()
|
| /rk3399_rockchip-uboot/arch/m68k/lib/ |
| H A D | muldi3.c | 13 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) argument 14 #define __ll_highpart(t) ((USItype) (t) / __ll_B) argument
|
| /rk3399_rockchip-uboot/arch/microblaze/lib/ |
| H A D | muldi3.c | 13 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) argument 14 #define __ll_highpart(t) ((USItype) (t) / __ll_B) argument
|
| /rk3399_rockchip-uboot/board/nokia/rx51/ |
| H A D | rx51.c | 128 static void reuse_omap_atags(struct tag_omap *t) in reuse_omap_atags() 166 struct tag *t = (struct tag *)gd->bd->bi_boot_params; in reuse_atags() local 228 struct tag_omap *t; in setup_board_tags() local
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_decomp.c | 129 struct tag *t; in uart_init() local 191 struct tag *t; in board_init_r() local
|
| /rk3399_rockchip-uboot/arch/nios2/lib/ |
| H A D | longlong.h | 24 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) argument 25 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) argument
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | adc_key.c | 14 int t, down_threshold = -1, up_threshold; in adc_key_ofdata_to_platdata() local
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | processor.h | 89 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() 94 static inline unsigned long thread_saved_fp(struct thread_struct *t) in thread_saved_fp()
|
| /rk3399_rockchip-uboot/board/freescale/m5253evbe/ |
| H A D | m5253evbe.c | 110 #define CALC_TIMING(t) (t + period - 1) / period in ide_set_reset() argument
|