Searched refs:__s8 (Results 1 – 22 of 22) sorted by relevance
74 __s8 from_idx;75 __s8 to_idx;76 __s8 result_idx;81 __s8 from_idx;82 __s8 to_idx;83 __s8 result_idx;
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
13 typedef __signed__ char __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;
16 typedef __signed__ char __s8; typedef
90 extern int get_s8(__s8 *val, const char *arg, int base);
307 __s8 *ptr8; in parse_int()325 ptr8 = (__s8 *) info->ptr; in parse_int()
229 int get_s8(__s8 *val, const char *arg, int base) in get_s8()