Searched +defs:val +defs:description (Results 1 - 2 of 2) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/ |
| H A D | Enquire.c | 461 Added description for each #define output 652 /* A description of the ANSI constants */ 691 char *f_rep ARGS((int precision, Long_double val)); 711 Void describe ARGS((char *description, char *extra)); 724 int prec, Long_double val, char *mark)); 726 long val, long lim, long req, char *mark)); 728 ulong val, ulong req, char *mark)); 739 void longjmp(jmp_buf lab, int val) { return; } argument 862 char *dummy, c, *cmd, *val; local 865 case '=': cmd= "direction"; val 1235 describe(char *description, char *extra) argument 1244 i_define( char *desc, char *extra, char *sort, char *name, long val, long lim, long req, char *mark ) argument 1281 u_define( char *desc, char *extra, char *sort, char *name, ulong val, ulong req, char *mark ) argument 1302 f_define( char *desc, char *extra, char *sort, char *name, int precision, Long_double val, char *mark ) argument 1377 f_rep(int precision, Long_double val) argument 2665 Number val, new, diff; local [all...] |
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
| H A D | wined3d_private.h | 1676 const char *description; member in struct:wined3d_driver_info 2640 #define WINED3D_BUFFER_HASDESC 0x02 /* A vertex description has been found */ 3202 DECLINLINE(float) copysignf(float val, float sign) argument 3204 uint32_t u32Val = ((_VBOX_BITVAL_FROM_FLOAT(val) & 0x7fffffff) | (_VBOX_BITVAL_FROM_FLOAT(sign) & 0x80000000));
|
Completed in 76 milliseconds