Searched refs:__s8 (Results 1 – 20 of 20) sorted by relevance
26 typedef __signed__ char __s8; typedef37 __s8 ignored[3]; /* Boot strap short or near jump */38 __s8 system_id[8]; /* Name - can be used to special case
49 typedef __signed__ char __s8; typedef
38 typedef __signed__ char __s8; typedef
32 typedef __signed__ char __s8; typedef
25 if (sizeof(__s8) != 1) { in main()27 (int)sizeof(__s8)); in main()
26 typedef __S8_TYPEDEF __s8; typedef28 typedef signed char __s8; typedef
19 typedef __S8_TYPEDEF __s8; typedef21 typedef signed char __s8; typedef
457 __s8 cluster_per_mft_record;459 __s8 cluster_per_index_record;
8 __s8 interval;
10 typedef signed __int8 __s8; typedef
88 __s8 s8;371 __s8 hat_min; /* hat switch fun */372 __s8 hat_max; /* ditto */373 __s8 hat_dir; /* ditto */
109 typedef __s8 int8_t;
13 typedef __signed__ char __s8; typedef
90 extern int get_s8(__s8 *val, const char *arg, int base);
301 __s8 *ptr8; in parse_int()319 ptr8 = (__s8 *) info->ptr; in parse_int()
229 int get_s8(__s8 *val, const char *arg, int base) in get_s8()