Home
last modified time | relevance | path

Searched defs:e (Results 26 – 50 of 71) sorted by relevance

123

/rk3399_rockchip-uboot/tools/
H A Dkwbimage.c29 const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key()
250 struct image_cfg_element *e; in image_get_csk_index() local
261 struct image_cfg_element *e; in image_get_spezialized_img() local
739 struct image_cfg_element *e; in kwb_dump_fuse_cmds_38x() local
835 struct image_cfg_element *e; in kwb_dump_fuse_cmds() local
860 struct image_cfg_element *e; in image_create_v0() local
1219 struct image_cfg_element *e; in image_create_v1() local
1497 struct image_cfg_element *e; in image_get_version() local
/rk3399_rockchip-uboot/env/
H A Dcallback.c95 ENTRY e, *ep; in set_callback() local
H A Dflags.c456 ENTRY e, *ep; in set_flags() local
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dmp.c186 struct law_entry e; in determine_mp_bootpg() local
260 struct law_entry e; in plat_mp_up() local
/rk3399_rockchip-uboot/drivers/mtd/ubispl/
H A Dubi-wrapper.h80 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS]; member
/rk3399_rockchip-uboot/net/
H A Ddns.c107 const unsigned char *p, *e, *s; in dns_handler() local
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dutil.c38 struct expr *e; in file_write_dep() local
H A Dexpr.h51 #define expr_list_for_each_sym(l, e, s) \ argument
226 static inline int expr_is_yes(struct expr *e) in expr_is_yes()
231 static inline int expr_is_no(struct expr *e) in expr_is_no()
H A Dconfdata.c1057 struct expr *e; in randomize_choice_values() local
1105 struct expr *e; in set_all_choice_values() local
/rk3399_rockchip-uboot/fs/zfs/
H A Dzfs_sha256.c80 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
/rk3399_rockchip-uboot/cmd/
H A Dnvedit.c92 ENTRY e, *ep; in env_print() local
218 ENTRY e, *ep; in _do_env_set() local
1018 ENTRY e, *ep; in env_get() local
1502 ENTRY e, *ep; in do_env_exists() local
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/
H A Dspr_misc.c219 char *e, *s = argv[2]; in do_chip_config() local
/rk3399_rockchip-uboot/lib/
H A Dhashtable.c444 ENTRY e, *ep; in hdelete_r() local
863 ENTRY e, *rv; in himport_r() local
H A Dlz4.c22 BYTE* e = (BYTE*)dstEnd; in LZ4_wildCopy() local
H A Dsha512.c176 #define P(a,b,c,d,e,f,g,h,x,K) \ in sha512_process() argument
H A Dsha256.c125 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process_one() argument
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dubi.h236 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS]; member
768 struct ubi_wl_entry *e; member
957 #define ubi_for_each_free_peb(ubi, e, tmp_rb) \ argument
966 #define ubi_for_each_used_peb(ubi, e, tmp_rb) \ argument
975 #define ubi_for_each_scrub_peb(ubi, e, tmp_rb) \ argument
984 #define ubi_for_each_protected_peb(ubi, i, e) \ argument
H A Dfastmap.c1053 struct ubi_wl_entry *e; in ubi_scan_fastmap() local
1417 struct ubi_wl_entry *e; in invalidate_fastmap() local
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/
H A Dlaw.c82 static int get_law_entry(u8 i, struct law_entry *e) in get_law_entry()
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/
H A Drtl8169_mac.c292 char *s, *e; in do_set_mac() local
/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_sha512.c86 #define SHA512_EXP(a, b, c, d, e, f, g, h, j) \ argument
H A Davb_sha256.c101 #define SHA256_EXP(a, b, c, d, e, f, g, h, j) \ argument
/rk3399_rockchip-uboot/drivers/gpio/
H A Dadi_gpio2.c51 #define is_reserved(m, i, e) (map_entry(m, i) & gpio_bit(i)) argument
/rk3399_rockchip-uboot/board/varisys/common/
H A Dsys_eeprom.c48 } e; variable
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h1676 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active()
1697 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active()
1721 static void stbtt__fill_active_edges(unsigned char *scanline, int len, stbtt__active_edge *e, int m… in stbtt__fill_active_edges()
1763 static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsam… in stbtt__rasterize_sorted_edges()
1865 static void stbtt__handle_clipped_edge(float *scanline, int x, stbtt__active_edge *e, float x0, flo… in stbtt__handle_clipped_edge()
1902 …_active_edges_new(float *scanline, float *scanline_fill, int len, stbtt__active_edge *e, float y_t… in stbtt__fill_active_edges_new()
2065 static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsam… in stbtt__rasterize_sorted_edges()
2251 stbtt__edge *e; in stbtt__rasterize() local

123