Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 132) sorted by relevance

123456

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_packedtags2.c53 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 Dyaffs_packedtags1.c26 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 Dyaffs_packedtags2.h32 struct yaffs_packed_tags2_tags_only t; member
/rk3399_rockchip-uboot/lib/
H A Dsmbios.c78 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 Drc4.c19 unsigned short i, j, t; in rc4_encode() local
H A Dmd5.c45 __u32 t; in byteReverse() local
77 register __u32 t; in MD5Update() local
H A Drational.c80 unsigned long t = min((max_numerator - n0) / n1, in rational_best_approximation() local
/rk3399_rockchip-uboot/cmd/
H A Datags.c17 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 Dpxe.c901 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 Ditest.c110 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 Drk_atags.c153 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 Dparam.c63 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 Dsha.c62 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 Drtc.c62 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 Datomic.h24 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 Dat91sam9_wdt.c29 #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 Dmvrtc.c21 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 Dmuldi3.c13 #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 Dmuldi3.c13 #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 Drx51.c128 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 Dspl_decomp.c129 struct tag *t; in uart_init() local
191 struct tag *t; in board_init_r() local
/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dlonglong.h24 #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 Dadc_key.c14 int t, down_threshold = -1, up_threshold; in adc_key_ofdata_to_platdata() local
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dprocessor.h89 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 Dm5253evbe.c110 #define CALC_TIMING(t) (t + period - 1) / period in ide_set_reset() argument

123456