HomeSort by relevance Sort by last modified time
    Searched refs:set_ext (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
set.h 72 extern void set_ext( set *, unsigned int );
98 extern void set_ext();
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(a, m);
    [all...]

Completed in 165 milliseconds