Searched refs:NUM_BUF_SIZE (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | formatted_print.c | 39 #define NUM_BUF_SIZE 500 macro 133 char numbuf[NUM_BUF_SIZE]; 135 register unsigned int i = NUM_BUF_SIZE - 1, neg = 0; 166 padding, alignment, (NUM_BUF_SIZE - 1) - i, 177 char numbuf[NUM_BUF_SIZE]; 179 register unsigned int i = NUM_BUF_SIZE - 1; 199 padding, alignment, (NUM_BUF_SIZE - 1) - i, 0, 0, 0); 213 char num_buf[NUM_BUF_SIZE]; 300 char numbuf[NUM_BUF_SIZE]; 302 register unsigned int i = NUM_BUF_SIZE [all...] |
| /PHP_TRUNK/main/ |
| H A D | snprintf.c | 360 * Also NDIG must be reasonable smaller than NUM_BUF_SIZE. 497 * NUM_BUF_SIZE is the size of the buffer used for arithmetic conversions 502 * NUM_BUF_SIZE >= strlen("-") + Emax + strlrn(".") + NDIG + strlen("E+1023") + 1; 504 #define NUM_BUF_SIZE 2048 macro 605 char num_buf[NUM_BUF_SIZE]; 869 &num_buf[NUM_BUF_SIZE], &s_len); 913 s = ap_php_conv_p2(ui_num, 3, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); 952 s = ap_php_conv_p2(ui_num, 4, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); 1111 &num_buf[NUM_BUF_SIZE], &s_len);
|
| H A D | spprintf.c | 119 * NUM_BUF_SIZE is the size of the buffer used for arithmetic conversions 124 * NUM_BUF_SIZE >= strlen("-") + Emax + strlrn(".") + NDIG + strlen("E+1023") + 1; 126 #define NUM_BUF_SIZE 2048 macro 216 char num_buf[NUM_BUF_SIZE]; 477 &num_buf[NUM_BUF_SIZE], &s_len); 521 &num_buf[NUM_BUF_SIZE], &s_len); 561 &num_buf[NUM_BUF_SIZE], &s_len); 718 &num_buf[NUM_BUF_SIZE], &s_len);
|
Completed in 16 milliseconds