Home
last modified time | relevance | path

Searched defs:s (Results 51 – 75 of 296) sorted by relevance

12345678910>>...12

/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Ddebug.c183 static void print_encoded_bytes(u16 s, u16 o) in print_encoded_bytes()
229 char s[1024]; in x86emu_single_step() local
330 static int x86emu_parse_line(char *s, int *ps, int *n) in x86emu_parse_line()
/rk3399_rockchip-uboot/board/BuS/eb_cpu5282/
H A Deb_cpu5282.c138 char *s; in hw_watchdog_init() local
189 char *s; in drv_video_init() local
/rk3399_rockchip-uboot/lib/
H A Dfdtdec_test.c81 const char *s; in make_fdt() local
125 const char *s; in run_test() local
H A Dslre.c440 loop_greedy(const struct slre *r, int pc, const char *s, int len, int *ofs) in loop_greedy()
457 loop_non_greedy(const struct slre *r, int pc, const char *s, int len, int *ofs) in loop_non_greedy()
471 is_any_of(const unsigned char *p, int len, const char *s, int *ofs) in is_any_of()
487 is_any_but(const unsigned char *p, int len, const char *s, int *ofs) in is_any_but()
503 match(const struct slre *r, int pc, const char *s, int len, in match()
H A Drc4.c18 unsigned char s[256], k[256], temp; in rc4_encode() local
H A Ddisplay_options.c52 void print_freq(uint64_t freq, const char *s) in print_freq()
92 void print_size(uint64_t size, const char *s) in print_size()
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/
H A Dmicro-support-card.h25 static inline void led_puts(const char *s) in led_puts()
/rk3399_rockchip-uboot/cmd/
H A Ddataflash_mmc_mux.c33 static int mmc_nspi (const char *s) in mmc_nspi()
H A Dhash.c20 char *s; in do_hash() local
H A Dgpt.c40 char *e, *s; in extract_env() local
99 char *s, *strcopy; in extract_val() local
136 char *s, *strcopy; in found_key() local
379 char *tok, *str, *s; in set_gpt_info() local
H A Dsetexpr.c17 static ulong get_arg(char *s, int w) in get_arg()
130 const char *r, const char *s, const char *t, in regex_sub()
/rk3399_rockchip-uboot/drivers/rtc/
H A Dmk48t59.c57 short s = src; in nvram_read() local
68 uchar *s = (uchar *) src; in nvram_write() local
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_ns16550.c130 static void _serial_puts(const char *s, const int port) in _serial_puts()
163 serial_puts_dev(unsigned int dev_index,const char *s) in serial_puts_dev()
/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.h275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} argument
283 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) argument
319 # define _tr_tally_lit(s, c, flush) \ argument
326 # define _tr_tally_dist(s, distance, length, flush) \ argument
337 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
338 # define _tr_tally_dist(s, distance, length, flush) \ argument
/rk3399_rockchip-uboot/include/
H A Ddfu.h223 char *s) in dfu_fill_entity_mmc()
234 char *s) in dfu_fill_entity_mtd()
245 char *s) in dfu_fill_entity_nand()
256 char *s) in dfu_fill_entity_ram()
267 char *s) in dfu_fill_entity_sf()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dspl_minimal.c42 u32 s = mfspr(SPRN_TBRL); in udelay() local
/rk3399_rockchip-uboot/common/
H A Dmain.c46 const char *s; in main_loop() local
H A Dsplash.c63 char *s = env_get("splashpos"); in splash_get_pos() local
H A Dbootretry.c26 char *s = env_get("bootretry"); in bootretry_init_cmd_timeout() local
/rk3399_rockchip-uboot/tools/
H A Dncb.c9 int s, len, o, port = 6666; in main() local
/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dfdt_strerror.c95 const char *s = fdt_errtable[-errval].str; in fdt_strerror() local
/rk3399_rockchip-uboot/tools/rockchip/
H A Dcrc32_rk.c91 uint32_t crc32_rk(uint32_t crc, const unsigned char *s, uint32_t len) in crc32_rk()
/rk3399_rockchip-uboot/drivers/dfu/
H A Ddfu_tftp.c16 char *s, *sb; in dfu_tftp_write() local
/rk3399_rockchip-uboot/test/
H A Dprint_ut.c21 char str[10], *s; in do_ut_print() local
/rk3399_rockchip-uboot/examples/api/
H A Dlibgenwrap.c24 void puts(const char *s) in puts()

12345678910>>...12