Searched refs:hs (Results 1 – 17 of 17) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_arc_f_buggy.c | 59 long hs; /* (b * 2)^2 */ 263 hs = h * h; 269 hs = (hs + 1) / 2; /* drawing large ellipses problematic... */ 275 hs = (hs + 1) / 2; 278 whs *= ws * hs; 308 g -= hs * 4 * x2; 383 if (((s_cos * hs) > (s_sin * ws)) && ((e_cos * hs) < (e_sin * ws))) 614 hs = h * h; 620 hs = (hs + 1) / 2; /* drawing large ellipses problematic... */ 626 hs = (hs + 1) / 2; [all …]
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 798 p->h = (short)((p->hs[0]<<8)|(p->hs[1])); in mconvert() 819 p->h = (short)((p->hs[1]<<8)|(p->hs[0])); in mconvert() 1034 off = (short)((q->hs[0]<<8)|(q->hs[1])); in mget() 1037 off = (short)((q->hs[1]<<8)|(q->hs[0])); in mget() 1101 (p->hs[1])) & in mget() 1106 (p->hs[1])) | in mget() 1111 (p->hs[1])) ^ in mget() 1116 (p->hs[1])) + in mget() 1121 (p->hs[1])) - in mget() 1142 (p->hs[1])); in mget() [all …]
|
H A D | file.h | 142 uint8_t hs[2]; /* 2 bytes of a fixed-endian "short" */ member
|
/PHP-5.3/sapi/thttpd/ |
H A D | thttpd_patch | 157 free( (void*) hs->cwd ); 165 free( (void*) hs->charset ); 170 free( (void*) hs ); 183 httpd_server* hs; 188 hs->port = port; 200 hs->cwd = strdup( cwd ); 524 hc->hs = hs; 816 if ( hc->hs->no_log ) 909 + smart_str_appendl(&bentries, hc->hs->log_date, hc->hs->log_date_len); 996 httpd_server* hs; [all …]
|
H A D | thttpd.c | 297 TG(hc)->hs->port)); in sapi_thttpd_register_variables() 444 smart_str_appends_ex(&s, TG(hc)->hs->cwd, 1);
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | sprintf_variation20.phpt | 22 "%s", "%hs", "%ls",
|
H A D | sprintf_variation17.phpt | 24 "%s", "%hs", "%ls",
|
H A D | sprintf_variation16.phpt | 33 "%s", "%hs", "%ls",
|
H A D | sprintf_variation18.phpt | 32 "%s", "%hs", "%ls",
|
H A D | sprintf_variation19.phpt | 36 "%s", "%hs", "%ls",
|
H A D | sprintf_variation15.phpt | 61 "%s", "%hs", "%ls",
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | fscanf_variation16.phpt | 35 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation19.phpt | 32 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation15.phpt | 44 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation17.phpt | 40 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation18.phpt | 47 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation14.phpt | 69 "%hs", "%ls", "%Ls",
|
Completed in 46 milliseconds