| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.hash.c_shipped | 34 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len); 45 kconf_id_hash (register const char *str, register unsigned int len) 47 static const unsigned char asso_values[] = 81 hval += asso_values[(unsigned char)str[2]]; 85 hval += asso_values[(unsigned char)str[0]]; 88 return hval + asso_values[(unsigned char)str[len - 1]]; 93 char kconf_id_strings_str2[sizeof("if")]; 94 char kconf_id_strings_str3[sizeof("int")]; 95 char kconf_id_strings_str5[sizeof("endif")]; 96 char kconf_id_strings_str7[sizeof("default")]; [all …]
|
| H A D | zconf.lex.c_shipped | 69 typedef signed char flex_int8_t; 72 typedef unsigned char flex_uint8_t; 133 /* Promotes a possibly negative, possibly signed char to an unsigned 134 * integer for use as an array index. If the signed char is negative, 135 * we want to instead treat it as an 8-bit unsigned char, hence the 138 #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) 220 char *yy_ch_buf; /* input buffer */ 221 char *yy_buf_pos; /* current position in input buffer */ 300 static char yy_hold_char; 305 static char *yy_c_buf_p = (char *) 0; [all …]
|
| H A D | zconf.tab.c_shipped | 97 static void zconfprint(const char *err, ...); 98 static void zconf_error(const char *err, ...); 99 static void zconferror(const char *err); 187 char *string; 224 typedef unsigned char yytype_uint8; 230 typedef signed char yytype_int8; 535 static const char *const yytname[] = 983 yystrlen (const char *yystr) 999 static char * 1000 yystpcpy (char *yydest, const char *yysrc) [all …]
|
| H A D | zconf.gperf | 12 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.menu | 42 struct menu *menu_create(char *title, int timeout, int prompt, 44 char *(*item_choice)(void *), 50 int menu_item_add(struct menu *m, char *item_key, void *item_data); 55 int menu_default_set(struct menu *m, char *item_key); 86 char *tools[] = { 93 char *pick_a_tool(void) 97 char *tool = NULL; 119 char *tool = pick_a_tool();
|
| H A D | README.standalone | 43 int my_app (int argc, char * const argv[]) 68 5. To export some additional function long foobar(int i,char c), the following steps 74 EXPORT_FUNC(foobar, long, foobar, int, char) 86 long foobar(int i, char c); 102 EXPORT_FUNC(foobar, long, foobar, int, char)
|
| H A D | README.console | 40 putc (to put a char to stdout) 45 tstc (to test for the presence of a char in stdin) 46 getc (to get a char from stdin) 49 eputc (to put a char to stderr)
|
| H A D | README.displaying-bmps | 16 char signature[2]; 23 When placed in an aligned address such as 0x80a00000, char signature offsets
|
| H A D | README.enetaddr | 79 * void eth_parse_enetaddr(const char *addr, uchar *enetaddr); 82 char *addr = "00:11:22:33:44:55"; 87 * int eth_env_get_enetaddr(char *name, uchar *enetaddr); 101 * int eth_env_set_enetaddr(char *name, const uchar *enetaddr); 116 char buf[20];
|
| H A D | README.LED_display | 18 int display_putc(char c);
|
| H A D | README.commands | 11 command: Function pointer (*cmd)(struct cmd_tbl_s *, int, int, char *[]);
|
| H A D | README.bitbangMII | 33 char name[] - The symbolic name that must be equal to the MII bus
|
| H A D | README.POST | 129 o) int post_run(bd_t *bd, char *name, int flags); 146 o) int post_info(char *name); 152 o) int post_log(char *format, ...); 185 char *name; 186 char *cmd; 187 char *desc;
|
| H A D | README.unaligned-memory-access.txt | 104 At this point, it should be clear that accessing a single byte (u8 or char) 231 where the source or destination (or both) are of type u8* or unsigned char*.
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 51 typedef signed char flex_int8_t; 54 typedef unsigned char flex_uint8_t; 103 /* Promotes a possibly negative, possibly signed char to an unsigned 104 * integer for use as an array index. If the signed char is negative, 105 * we want to instead treat it as an 8-bit unsigned char, hence the 108 #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) 191 char *yy_ch_buf; /* input buffer */ 192 char *yy_buf_pos; /* current position in input buffer */ 271 static char yy_hold_char; 276 static char *yy_c_buf_p = NULL; [all …]
|
| H A D | dtc-parser.tab.c_shipped | 74 extern void yyerror(char const *s); 151 char *propnodename; 152 char *labelref; 209 typedef unsigned char yytype_uint8; 215 typedef signed char yytype_int8; 516 static const char *const yytname[] = 964 yystrlen (const char *yystr) 980 static char * 981 yystpcpy (char *yydest, const char *yysrc) 983 char *yyd = yydest; [all …]
|
| H A D | dtc-parser.tab.h_shipped | 80 char *propnodename; 81 char *labelref;
|
| /rk3399_rockchip-uboot/scripts/coccinelle/net/ |
| H A D | mdio_register.cocci | 33 - const char *name0, 117 - const char *name0,
|
| /rk3399_rockchip-uboot/common/ |
| H A D | dlmalloc.src | 241 #define Void_t char 1024 start_address = (char*)info.BaseAddress + info.RegionSize; 1281 #define chunk2mem(p) ((Void_t*)((char*)(p) + 2*SIZE_SZ)) 1282 #define mem2chunk(mem) ((mchunkptr)((char*)(mem) - 2*SIZE_SZ)) 1318 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~PREV_INUSE) )) 1323 ((mchunkptr)( ((char*)(p)) - ((p)->prev_size) )) 1328 #define chunk_at_offset(p, s) ((mchunkptr)(((char*)(p)) + (s))) 1340 ((((mchunkptr)(((char*)(p))+((p)->size & ~PREV_INUSE)))->size) & PREV_INUSE) 1353 ((mchunkptr)(((char*)(p)) + ((p)->size & ~PREV_INUSE)))->size |= PREV_INUSE 1356 ((mchunkptr)(((char*)(p)) + ((p)->size & ~PREV_INUSE)))->size &= ~(PREV_INUSE) [all …]
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/acpi/ |
| H A D | debug.asl | 101 /* Get a char from a string */
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builder.py | 760 def AddOutcome(self, board_dict, arch_list, changes, char, color): argument 782 str = ' %s %s' % (self.col.Color(color, char), str) 1062 char): argument 1067 worse_lines.append(char + '+' + 1071 better_lines.append(char + '-' +
|
| /rk3399_rockchip-uboot/board/toradex/colibri_imx6/ |
| H A D | pf0100_otp.inc | 22 unsigned char cmd; 23 unsigned char reg;
|
| /rk3399_rockchip-uboot/board/toradex/apalis_imx6/ |
| H A D | pf0100_otp.inc | 22 unsigned char cmd; 23 unsigned char reg;
|
| /rk3399_rockchip-uboot/board/cobra5272/bdm/ |
| H A D | cobra5272_uboot.gdb | 67 set *((unsigned char *) $pivr) = 0x4f
|
| /rk3399_rockchip-uboot/board/cadence/xtfpga/ |
| H A D | README | 20 - A 32 char two line LCD display. (except for the LX200)
|