Searched refs:ffebitCount (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | bit.c | 74 ffebit_count (ffebit b, ffebitCount offset, bool value, ffebitCount range, in ffebit_count() 75 ffebitCount *number) in ffebit_count() 77 ffebitCount element; in ffebit_count() 78 ffebitCount bitno; in ffebit_count() 118 ffebit_new (mallocPool pool, ffebitCount size) in ffebit_new() 143 ffebit_set (ffebit b, ffebitCount offset, bool value, ffebitCount length) in ffebit_set() 145 ffebitCount i; in ffebit_set() 146 ffebitCount element; in ffebit_set() 147 ffebitCount bitno; in ffebit_set() 174 ffebit_test (ffebit b, ffebitCount offset, bool *value, ffebitCount *length) in ffebit_test() [all …]
|
| H A D | bit.h | 39 typedef unsigned long ffebitCount; typedef 51 ffebitCount size; 60 void ffebit_count (ffebit b, ffebitCount offset, bool value, ffebitCount range, 61 ffebitCount *number); 63 ffebit ffebit_new (mallocPool pool, ffebitCount size); 64 void ffebit_set (ffebit b, ffebitCount offset, bool value, ffebitCount length); 65 void ffebit_test (ffebit b, ffebitCount offset, bool *value, ffebitCount *length);
|
| H A D | data.c | 1191 ffebitCount actual; in ffedata_gather_() 1398 ffebitCount length; in ffedata_gather_() 1580 ffebitCount actual; in ffedata_value_() 1751 ffebitCount actual; in ffedata_value_()
|
| H A D | com.c | 2973 ffebitCount i; in ffecom_expr_() 2987 ffebitCount length; in ffecom_expr_()
|
| H A D | ChangeLog.0 | 2238 while ffebitCount remains `unsigned long':
|