Searched defs:set_ext (Results 1 - 1 of 1) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/set/ |
| H A D | set.c | 166 set_ext(&t, m); 202 set_ext(&t, n); 234 set_ext(&t, b.n); 282 set_ext( set *a, unsigned int n ) function 284 set_ext( a, n ) 303 fprintf(stderr, "set_ext(%d words): cannot allocate set\n", n); 316 fprintf(stderr, "set_ext(%d words): cannot allocate set\n", n); 346 set_ext(&t, a.n); 592 if ( NumWords(e) > a->n ) set_ext(a, NumWords(e)); 619 set_ext( [all...] |
Completed in 249 milliseconds