/src/sys/external/bsd/gnu-efi/dist/lib/ |
debug.c | 35 IN CONST CHAR8 *FileName, 37 IN CONST CHAR8 *Description
|
str.c | 25 IN CONST CHAR16 *s1, 26 IN CONST CHAR16 *s2 35 IN CONST CHAR16 *s1, 36 IN CONST CHAR16 *s2, 75 IN CONST CHAR16 *s1, 76 IN CONST CHAR16 *s2 111 IN CONST CHAR16 *Src 121 IN CONST CHAR16 *Src, 132 IN CONST CHAR16 *Src 142 IN CONST CHAR16 *Src [all...] |
/src/lib/libc/gdtoa/ |
gdtoa.h | 66 #ifndef CONST 68 #define CONST /* blank */ 70 #define CONST const 72 #endif /* CONST */ 129 extern char* hdtoa ANSI((double d, const char *xdigs, int ndigits, int *decpt, 133 extern char* hldtoa ANSI((long double e, const char *xdigs, int ndigits, 136 extern char* gdtoa ANSI((CONST FPI *fpi, int be, ULong *bits, int *kindp, 139 extern float strtof ANSI((CONST char *, char **)); 140 extern double strtod ANSI((CONST char *, char **)) [all...] |
hd_init.c | 40 htinit(h, s, inc) unsigned char *h; CONST unsigned char *s; int inc; 42 htinit(unsigned char *h, CONST unsigned char *s, int inc) 53 #define USC (CONST unsigned char *)
|
hexnan.c | 57 CONST char **sp; CONST FPI *fpi; ULong *x0; 59 hexnan( CONST char **sp, CONST FPI *fpi, ULong *x0) 63 CONST char *s; 77 while((c = *(CONST unsigned char*)(s+1)) && c <= ' ') 80 && *(CONST unsigned char*)(s+3) > ' ') 82 while((c = *(CONST unsigned char*)++s) != '\0') { 97 while(*(CONST unsigned char*)(s+1) <= ' ') 100 && *(CONST unsigned char*)(s+3) > ' ' [all...] |
strtoIQ.c | 38 strtoIQ(s, sp, a, b) CONST char *s; char **sp; void *a; void *b; 40 strtoIQ(CONST char *s, char **sp, void *a, void *b) 43 static CONST FPI fpi = { 113, 1-16383-113+1, 32766-16383-113+1, 1, SI };
|
strtoId.c | 38 strtoId(s, sp, f0, f1) CONST char *s; char **sp; double *f0, *f1; 40 strtoId(CONST char *s, char **sp, double *f0, double *f1) 43 static CONST FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };
|
strtoIf.c | 38 strtoIf(s, sp, f0, f1) CONST char *s; char **sp; float *f0, *f1; 40 strtoIf(CONST char *s, char **sp, float *f0, float *f1) 43 static CONST FPI fpi = { 24, 1-127-24+1, 254-127-24+1, 1, SI };
|
strtoIx.c | 38 strtoIx(s, sp, a, b) CONST char *s; char **sp; void *a; void *b; 40 strtoIx(CONST char *s, char **sp, void *a, void *b) 43 static CONST FPI fpi = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
|
strtoIxL.c | 38 strtoIxL(s, sp, a, b) CONST char *s; char **sp; void *a; void *b; 40 strtoIxL(CONST char *s, char **sp, void *a, void *b) 43 static CONST FPI fpi = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
|
strtopf.c | 38 strtopf(s, sp, f) CONST char *s; char **sp; float *f; 40 strtopf(CONST char *s, char **sp, float *f) 43 static CONST FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, SI };
|
strtopd.c | 40 strtopd(CONST char *s, char **sp, double *d) 43 static CONST FPI fpi0 = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };
|
gdtoa_fltrnds.h | 0 CONST FPI *fpi;
|
strtoIdd.c | 38 strtoIdd(s, sp, f0, f1) CONST char *s; char **sp; double *f0, *f1; 40 strtoIdd(CONST char *s, char **sp, double *f0, double *f1) 44 static CONST FPI fpi = { 106, 1-1023, 2046-1023-106+1, 1, 1 }; 46 static CONST FPI fpi = { 106, 1-1023-53+1, 2046-1023-106+1, 1, 0 };
|
strtof.c | 46 _int_strtof_l(CONST char *s, char **sp, locale_t loc) 48 static CONST FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, SI }; 97 strtof(CONST char *s, char **sp) 103 strtof_l(CONST char *s, char **sp, locale_t loc)
|
strtof_vaxf.c | 47 _int_strtof_l(CONST char *s, char **sp, locale_t loc) 49 static CONST FPI fpi = { 24, 1-128-1-24+1, 255-128-1-24+1, 1, SI }; 84 strtof(CONST char *s, char **sp) 90 strtof_l(CONST char *s, char **sp, locale_t loc)
|
strtorf.c | 71 strtorf(s, sp, rounding, f) CONST char *s; char **sp; int rounding; float *f; 73 strtorf(CONST char *s, char **sp, int rounding, float *f) 76 static CONST FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, SI }; 77 CONST FPI *fpi;
|
strtold_subr.c | 45 _int_strtold_l(const char *nptr, char **endptr, locale_t loc) 54 strtold(CONST char *s, char **sp) 60 strtold_l(CONST char *s, char **sp, locale_t loc)
|
strtorQ.c | 99 strtorQ(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; 101 strtorQ(CONST char *s, char **sp, int rounding, void *L) 104 static CONST FPI fpi0 = { 113, 1-16383-113+1, 32766-16383-113+1, 1, SI }; 105 CONST FPI *fpi;
|
strtorx.c | 102 strtorx(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; 104 strtorx(CONST char *s, char **sp, int rounding, void *L) 107 static CONST FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI }; 108 CONST FPI *fpi;
|
strtorxL.c | 90 strtorxL(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; 92 strtorxL(CONST char *s, char **sp, int rounding, void *L) 95 static CONST FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI }; 96 CONST FPI *fpi;
|
/src/sys/external/bsd/gnu-efi/dist/inc/ |
efirtlib.h | 61 IN CONST VOID *Src, 68 IN CONST VOID *Dest, 69 IN CONST VOID *Src, 76 IN CONST CHAR16 *s1, 77 IN CONST CHAR16 *s2 85 IN CONST CHAR16 *Src 92 IN CONST CHAR16 *Src, 100 IN CONST CHAR16 *Src 107 IN CONST CHAR16 *Src, 115 IN CONST CHAR16 *Sr [all...] |
efishell.h | 55 CONST CHAR16 *FullName; 56 CONST CHAR16 *FileName; 76 IN CONST CHAR16 *FileName, 90 IN CONST CHAR16 *FileName 117 IN CONST CHAR16 *FilePattern, 141 CONST CHAR16 * 143 IN CONST CHAR16 *Alias, 148 CONST CHAR16 * 150 IN CONST CHAR16 *FileSystemMapping OPTIONAL 167 CONST EFI_DEVICE_PATH_PROTOCOL [all...] |
/src/sys/external/bsd/gnu-efi/dist/lib/runtime/ |
rtstr.c | 28 IN CONST CHAR16 *s1, 29 IN CONST CHAR16 *s2 52 IN CONST CHAR16 *Src 69 IN CONST CHAR16 *Src, 87 IN CONST CHAR16 *Src 105 IN CONST CHAR16 *Src, 124 IN CONST CHAR16 *Src 137 IN CONST CHAR16 *Src, 155 IN CONST CHAR16 *s1 171 IN CONST CHAR16 *s1 [all...] |
efirtlib.c | 69 IN CONST VOID *Src, 97 IN CONST VOID *Dest, 98 IN CONST VOID *Src, 102 CONST CHAR8 *d = Dest, *s = Src;
|