Home
last modified time | relevance | path

Searched refs:conv_10 (Results 1 – 25 of 25) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/strings/
H A Dapr_snprintf.c339 static char *conv_10(register wide_int num, register bool_int is_unsigned, in conv_10() function
400 return(conv_10( (wide_int)num, is_unsigned, is_negative, in conv_10_quad()
452 p = conv_10((addr & 0x000000FF) , TRUE, &is_negative, p, &sub_len); in conv_in_addr()
454 p = conv_10((addr & 0x0000FF00) >> 8, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
456 p = conv_10((addr & 0x00FF0000) >> 16, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
458 p = conv_10((addr & 0xFF000000) >> 24, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
473 p = conv_10(sa->port, TRUE, &is_negative, p, &sub_len); in conv_apr_sockaddr()
515 return conv_10(0, TRUE, &is_negative, buf_end, len); in conv_os_thread_t()
685 return conv_10(0, TRUE, &is_negative, buf_end, len); in conv_os_thread_t_hex()
890 s = conv_10(i_num, 1, &is_negative, in apr_vformatter()
[all …]
/dports/devel/apr1/apr-1.7.0/strings/
H A Dapr_snprintf.c329 static char *conv_10(register apr_int32_t num, register int is_unsigned, in conv_10() function
431 p = conv_10((addr & 0x000000FF) , TRUE, &is_negative, p, &sub_len); in conv_in_addr()
433 p = conv_10((addr & 0x0000FF00) >> 8, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
435 p = conv_10((addr & 0x00FF0000) >> 16, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
437 p = conv_10((addr & 0xFF000000) >> 24, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
453 p = conv_10(sa->port, TRUE, &is_negative, p, &sub_len); in conv_apr_sockaddr()
498 return conv_10(u.u32, TRUE, &is_negative, buf_end, len); in conv_os_thread_t()
503 return conv_10(0, TRUE, &is_negative, buf_end, len); in conv_os_thread_t()
674 return conv_10(0, TRUE, &is_negative, buf_end, len); in conv_os_thread_t_hex()
885 s = conv_10(i_num, 1, &is_negative, in apr_vformatter()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgssprintf.c376 static char *conv_10(register apr_int32_t num, register int is_unsigned, function
479 p = conv_10((addr & 0x000000FF) , TRUE, &is_negative, p, &sub_len);
481 p = conv_10((addr & 0x0000FF00) >> 8, TRUE, &is_negative, p, &sub_len);
483 p = conv_10((addr & 0x00FF0000) >> 16, TRUE, &is_negative, p, &sub_len);
485 p = conv_10((addr & 0xFF000000) >> 24, TRUE, &is_negative, p, &sub_len);
500 p = conv_10(sa->port, TRUE, &is_negative, p, &sub_len);
546 return conv_10(u.u32, TRUE, &is_negative, buf_end, len);
551 return conv_10(0, TRUE, &is_negative, buf_end, len);
722 return conv_10(0, TRUE, &is_negative, buf_end, len);
935 s = conv_10(i_num, 1, &is_negative,
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgssprintf.c376 static char *conv_10(register apr_int32_t num, register int is_unsigned, function
479 p = conv_10((addr & 0x000000FF) , TRUE, &is_negative, p, &sub_len);
481 p = conv_10((addr & 0x0000FF00) >> 8, TRUE, &is_negative, p, &sub_len);
483 p = conv_10((addr & 0x00FF0000) >> 16, TRUE, &is_negative, p, &sub_len);
485 p = conv_10((addr & 0xFF000000) >> 24, TRUE, &is_negative, p, &sub_len);
500 p = conv_10(sa->port, TRUE, &is_negative, p, &sub_len);
546 return conv_10(u.u32, TRUE, &is_negative, buf_end, len);
551 return conv_10(0, TRUE, &is_negative, buf_end, len);
722 return conv_10(0, TRUE, &is_negative, buf_end, len);
935 s = conv_10(i_num, 1, &is_negative,
[all …]
/dports/sysutils/webjob/webjob-1.9.0/src/
H A Dap_snprintf.c359 static char *conv_10(register wide_int num, register bool_int is_unsigned, in conv_10() function
424 return(conv_10( (wide_int)num, is_unsigned, is_negative, in conv_10_quad()
476 p = conv_10((addr & 0x000000FF) , TRUE, &is_negative, p, &sub_len); in conv_in_addr()
478 p = conv_10((addr & 0x0000FF00) >> 8, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
480 p = conv_10((addr & 0x00FF0000) >> 16, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
482 p = conv_10((addr & 0xFF000000) >> 24, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
496 p = conv_10(ntohs(si->sin_port), TRUE, &is_negative, p, &sub_len); in conv_sockaddr_in()
573 p = conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
830 s = conv_10(i_num, 1, &is_negative, in ap_vformatter()
850 s = conv_10(i_num, 0, &is_negative, in ap_vformatter()
/dports/security/ftimes/ftimes-3.11.0/tools/tarmap/
H A Dap_snprintf.c363 static char *conv_10(register wide_int num, register bool_int is_unsigned, in conv_10() function
428 return(conv_10( (wide_int)num, is_unsigned, is_negative, in conv_10_quad()
480 p = conv_10((addr & 0x000000FF) , TRUE, &is_negative, p, &sub_len); in conv_in_addr()
482 p = conv_10((addr & 0x0000FF00) >> 8, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
484 p = conv_10((addr & 0x00FF0000) >> 16, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
486 p = conv_10((addr & 0xFF000000) >> 24, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
500 p = conv_10(ntohs(si->sin_port), TRUE, &is_negative, p, &sub_len); in conv_sockaddr_in()
577 p = conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
834 s = conv_10(i_num, 1, &is_negative, in ap_vformatter()
854 s = conv_10(i_num, 0, &is_negative, in ap_vformatter()
/dports/sysutils/webjob/webjob-1.9.0/tools/webjob-dsvtool/
H A Dap_snprintf.c359 static char *conv_10(register wide_int num, register bool_int is_unsigned, in conv_10() function
424 return(conv_10( (wide_int)num, is_unsigned, is_negative, in conv_10_quad()
476 p = conv_10((addr & 0x000000FF) , TRUE, &is_negative, p, &sub_len); in conv_in_addr()
478 p = conv_10((addr & 0x0000FF00) >> 8, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
480 p = conv_10((addr & 0x00FF0000) >> 16, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
482 p = conv_10((addr & 0xFF000000) >> 24, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
496 p = conv_10(ntohs(si->sin_port), TRUE, &is_negative, p, &sub_len); in conv_sockaddr_in()
573 p = conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
830 s = conv_10(i_num, 1, &is_negative, in ap_vformatter()
850 s = conv_10(i_num, 0, &is_negative, in ap_vformatter()
/dports/security/ftimes/ftimes-3.11.0/src/
H A Dap_snprintf.c363 static char *conv_10(register wide_int num, register bool_int is_unsigned, in conv_10() function
428 return(conv_10( (wide_int)num, is_unsigned, is_negative, in conv_10_quad()
480 p = conv_10((addr & 0x000000FF) , TRUE, &is_negative, p, &sub_len); in conv_in_addr()
482 p = conv_10((addr & 0x0000FF00) >> 8, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
484 p = conv_10((addr & 0x00FF0000) >> 16, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
486 p = conv_10((addr & 0xFF000000) >> 24, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
500 p = conv_10(ntohs(si->sin_port), TRUE, &is_negative, p, &sub_len); in conv_sockaddr_in()
577 p = conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
834 s = conv_10(i_num, 1, &is_negative, in ap_vformatter()
854 s = conv_10(i_num, 0, &is_negative, in ap_vformatter()
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/native/common/
H A Dap_snprintf.c332 static char *conv_10(register wide_int num, register bool_int is_unsigned, in conv_10() function
392 return(conv_10( (wide_int)num, is_unsigned, is_negative, in conv_10_quad()
445 p = conv_10((addr & 0x000000FF) , TRUE, &is_negative, p, &sub_len); in conv_in_addr()
447 p = conv_10((addr & 0x0000FF00) >> 8, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
449 p = conv_10((addr & 0x00FF0000) >> 16, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
451 p = conv_10((addr & 0xFF000000) >> 24, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
465 p = conv_10(ntohs(si->sin_port), TRUE, &is_negative, p, &sub_len); in conv_sockaddr_in()
542 p = conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
795 s = conv_10(i_num, 1, &is_negative, in ap_vformatter()
815 s = conv_10(i_num, 0, &is_negative, in ap_vformatter()
/dports/comms/minicom/minicom-2.7.1/lib/
H A Dsnprintf.c170 static char *conv_10(wide_int num, bool_int is_unsigned,
255 p = conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
318 conv_10(wide_int num, bool_int is_unsigned, bool_int *is_negative, in conv_10() function
517 s = conv_10(i_num, (*fmt) == 'u', &is_negative, in vsnprintf()
/dports/security/xinetd/xinetd-2.3.15/libs/src/sio/
H A Dsprint.c21 static char *conv_10( wide_int num, bool_int is_unsigned, bool_int *is_negative, char *buf_end, ssi…
230 p = conv_10( (wide_int)decimal_point, FALSE, &exponent_is_negative, in conv_fp()
295 static char *conv_10( wide_int num, bool_int is_unsigned, bool_int *is_negative, char *buf_end, ssi… in conv_10() function
523 s = conv_10( i_num, (*fmt) == 'u', &is_negative, in __sio_converter()
/dports/devel/str/str-0.9.12/
H A Dstr_format.c386 conv_10( in conv_10() function
537 p = conv_10((long_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
800 s = conv_10(i_num, 1, &is_negative, in str_vformat()
821 s = conv_10(i_num, 0, &is_negative, in str_vformat()
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_str/
H A Dstr_format.c386 conv_10( in conv_10() function
537 p = conv_10((long_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
800 s = conv_10(i_num, 1, &is_negative, in str_vformat()
821 s = conv_10(i_num, 0, &is_negative, in str_vformat()
/dports/net-im/jggtrans/jggtrans-2.2.6/libxode/src/
H A Dsnprintf.c354 conv_10(register wide_int num, register bool_int is_unsigned, in conv_10() function
465 p = conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
680 s = conv_10(i_num, (*fmt) == 'u', &is_negative, in format_converter()
/dports/net-im/centerim/centerim-4.22.10/libjabber/
H A Dsnprintf.c354 conv_10(register wide_int num, register bool_int is_unsigned, in conv_10() function
465 p = conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
680 s = conv_10(i_num, (*fmt) == 'u', &is_negative, in format_converter()
/dports/net/kamailio/kamailio-5.4.5/src/modules/xmpp/
H A Dxsnprintf.c359 conv_10(register wide_int num, register bool_int is_unsigned, in conv_10() function
470 p = conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
687 s = conv_10(i_num, (*fmt) == 'u', &is_negative, in format_converter()
/dports/textproc/libxode/libxode-0.71/src/
H A Dsnprintf.c354 conv_10(register wide_int num, register bool_int is_unsigned, in conv_10() function
465 p = conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
680 s = conv_10(i_num, (*fmt) == 'u', &is_negative, in format_converter()
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_l2/
H A Dl2_ut_format.c409 conv_10( in conv_10() function
560 p = conv_10((long_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
823 s = conv_10(i_num, 1, &is_negative, in l2_util_format()
844 s = conv_10(i_num, 0, &is_negative, in l2_util_format()
/dports/devel/ossp-l2/l2-0.9.13/
H A Dl2_ut_format.c410 conv_10( in conv_10() function
561 p = conv_10((long_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
824 s = conv_10(i_num, 1, &is_negative, in l2_util_format()
845 s = conv_10(i_num, 0, &is_negative, in l2_util_format()
/dports/devel/ossp-cfg/cfg-0.9.11/
H A Dcfg_fmt.c408 conv_10( in conv_10() function
559 p = conv_10((long_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
822 s = conv_10(i_num, 1, &is_negative, in cfg_fmt_format()
843 s = conv_10(i_num, 0, &is_negative, in cfg_fmt_format()
/dports/net-im/jabberd/jabberd-2.7.0/subst/
H A Dsnprintf.c367 conv_10(register wide_int num, register bool_int is_unsigned, in conv_10() function
478 p = conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
693 s = conv_10(i_num, (*fmt) == 'u', &is_negative, in format_converter()
/dports/polish/libtlen/libtlen-20041113/lib/
H A Dsnprintf.c340 conv_10 (register wide_int num, register bool_int is_unsigned, in conv_10() function
472 p = conv_10 ((wide_int) decimal_point, FALSE, in conv_fp()
718 s = conv_10 (i_num, (*fmt) == 'u', in format_converter()
/dports/devel/lion/lion/
H A Dsnprintf.c416 conv_10(register wide64_int num, register bool_int is_unsigned, in conv_10() function
527 p = conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, in conv_fp()
770 s = conv_10(i_num, (*fmt) == 'u', &is_negative, in format_converter()
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/image-classification/symbols/
H A Dmobilenet.py125conv_10 = Conv(conv_10_dw, num_filter=depth, kernel=(1, 1), pad=(0, 0), stride=(1, 1), name="conv_…
126 …conv_11_dw = Conv(conv_10, num_group=depth, num_filter=depth, kernel=(3, 3), pad=(1, 1), stride=(1…
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/image-classification/symbols/
H A Dmobilenet.py125conv_10 = Conv(conv_10_dw, num_filter=depth, kernel=(1, 1), pad=(0, 0), stride=(1, 1), name="conv_…
126 …conv_11_dw = Conv(conv_10, num_group=depth, num_filter=depth, kernel=(3, 3), pad=(1, 1), stride=(1…