Home
last modified time | relevance | path

Searched refs:hs (Results 1 – 17 of 17) sorted by relevance

/PHP-5.4/ext/gd/libgd/
H A Dgd_arc_f_buggy.c59 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.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c905 p->h = (short)((p->hs[0]<<8)|(p->hs[1])); in mconvert()
927 p->h = (short)((p->hs[1]<<8)|(p->hs[0])); in mconvert()
1169 off = (short)((q->hs[0]<<8)|(q->hs[1])); in mget()
1172 off = (short)((q->hs[1]<<8)|(q->hs[0])); in mget()
1238 (p->hs[1])) & in mget()
1243 (p->hs[1])) | in mget()
1248 (p->hs[1])) ^ in mget()
1253 (p->hs[1])) + in mget()
1258 (p->hs[1])) - in mget()
1279 (p->hs[1])); in mget()
[all …]
H A Dfile.h151 uint8_t hs[2]; /* 2 bytes of a fixed-endian "short" */ member
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch157 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 Dthttpd.c297 TG(hc)->hs->port)); in sapi_thttpd_register_variables()
444 smart_str_appends_ex(&s, TG(hc)->hs->cwd, 1);
/PHP-5.4/ext/standard/tests/strings/
H A Dsprintf_variation20.phpt22 "%s", "%hs", "%ls",
H A Dsprintf_variation17.phpt24 "%s", "%hs", "%ls",
H A Dsprintf_variation16.phpt33 "%s", "%hs", "%ls",
H A Dsprintf_variation18.phpt32 "%s", "%hs", "%ls",
H A Dsprintf_variation19.phpt36 "%s", "%hs", "%ls",
H A Dsprintf_variation15.phpt61 "%s", "%hs", "%ls",
/PHP-5.4/ext/standard/tests/file/
H A Dfscanf_variation16.phpt35 "%hs", "%ls", "%Ls",
H A Dfscanf_variation19.phpt32 "%hs", "%ls", "%Ls",
H A Dfscanf_variation15.phpt44 "%hs", "%ls", "%Ls",
H A Dfscanf_variation17.phpt40 "%hs", "%ls", "%Ls",
H A Dfscanf_variation18.phpt47 "%hs", "%ls", "%Ls",
H A Dfscanf_variation14.phpt69 "%hs", "%ls", "%Ls",

Completed in 41 milliseconds