Home
last modified time | relevance | path

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

12345678910>>...13

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/mibII/data_access/
H A Dat_solaris.c77 int offset, olength = 0; in var_atEntry() local
105 olength = AT_IFINDEX_OFF + 6; in var_atEntry()
108 olength = AT_IFINDEX_OFF + 5; in var_atEntry()
113 if (snmp_oid_compare(current, olength, name, *length) == 0) { in var_atEntry()
115 olength * sizeof(oid)); in var_atEntry()
121 if (snmp_oid_compare(current, olength, name, *length) > 0 && in var_atEntry()
123 snmp_oid_compare(current, olength, lowest, olength) < 0)) { in var_atEntry()
129 olength * sizeof(oid)); in var_atEntry()
138 memcpy((char *) name, (char *) lowest, olength * sizeof(oid)); in var_atEntry()
139 *length = olength; in var_atEntry()
/dports/databases/postgresql12-client/postgresql-12.9/src/common/
H A Dd2s.c653 int32 nexp = exp + olength;
678 Assert(exp < 16 && exp + olength <= 16);
771 index = olength + 1;
776 index = olength + exp;
780 index = olength + (2 - nexp);
793 uint32 olength = decimalLength(output);
794 int32 exp = v.exponent + olength - 1;
835 --olength;
915 result[index + olength - i] = DIGIT_TABLE[c + 1];
924 if (olength > 1)
[all …]
H A Df2s.c463 int32 nexp = exp + olength;
489 Assert(exp < 6 && exp + olength <= 6);
548 index = olength + 1;
553 index = olength + exp;
557 index = olength + (2 - nexp);
570 uint32 olength = decimalLength(output);
571 int32 exp = v.exponent + olength - 1;
610 --olength;
654 result[index + olength - i] = DIGIT_TABLE[c + 1];
663 if (olength > 1)
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
H A Df2s.c462 int32 nexp = exp + olength; in to_chars_f()
488 Assert(exp < 6 && exp + olength <= 6); in to_chars_f()
547 index = olength + 1; in to_chars_f()
552 index = olength + exp; in to_chars_f()
556 index = olength + (2 - nexp); in to_chars_f()
569 uint32 olength = decimalLength(output); in to_chars() local
570 int32 exp = v.exponent + olength - 1; in to_chars()
609 --olength; in to_chars()
653 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
662 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
H A Df2s.c462 int32 nexp = exp + olength; in to_chars_f()
488 Assert(exp < 6 && exp + olength <= 6); in to_chars_f()
547 index = olength + 1; in to_chars_f()
552 index = olength + exp; in to_chars_f()
556 index = olength + (2 - nexp); in to_chars_f()
569 uint32 olength = decimalLength(output); in to_chars() local
570 int32 exp = v.exponent + olength - 1; in to_chars()
609 --olength; in to_chars()
653 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
662 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/common/
H A Dd2s.c653 int32 nexp = exp + olength;
678 Assert(exp < 16 && exp + olength <= 16);
771 index = olength + 1;
776 index = olength + exp;
780 index = olength + (2 - nexp);
793 uint32 olength = decimalLength(output);
794 int32 exp = v.exponent + olength - 1;
835 --olength;
915 result[index + olength - i] = DIGIT_TABLE[c + 1];
924 if (olength > 1)
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/common/
H A Dd2s.c653 int32 nexp = exp + olength; in to_chars_df()
678 Assert(exp < 16 && exp + olength <= 16); in to_chars_df()
771 index = olength + 1; in to_chars_df()
776 index = olength + exp; in to_chars_df()
780 index = olength + (2 - nexp); in to_chars_df()
793 uint32 olength = decimalLength(output); in to_chars() local
794 int32 exp = v.exponent + olength - 1; in to_chars()
835 --olength; in to_chars()
915 result[index + olength - i] = DIGIT_TABLE[c + 1]; in to_chars()
924 if (olength > 1) in to_chars()
[all …]

12345678910>>...13