Home
last modified time | relevance | path

Searched refs:sign (Results 1 – 19 of 19) sorted by relevance

/components/libc/posix/libdl/arch/
A Darm.c24 rt_uint32_t upper, lower, sign, j1, j2; in dlmodule_relocate() local
86 sign = (upper >> 10) & 1; in dlmodule_relocate()
89 offset = (sign << 24) | in dlmodule_relocate()
90 ((~(j1 ^ sign) & 1) << 23) | in dlmodule_relocate()
91 ((~(j2 ^ sign) & 1) << 22) | in dlmodule_relocate()
107 sign = (offset >> 24) & 1; in dlmodule_relocate()
108 j1 = sign ^ (~(offset >> 23) & 1); in dlmodule_relocate()
109 j2 = sign ^ (~(offset >> 22) & 1); in dlmodule_relocate()
111 (sign << 10) | in dlmodule_relocate()
A Dx86.c27 rt_uint32_t upper, lower, sign, j1, j2; in dlmodule_relocate() local
A Driscv.c37 rt_uint64_t upper, lower, sign, j1, j2; in dlmodule_relocate() local
/components/libc/compilers/common/
A Dcstdlib.c81 int sign; in ltoa() local
94 sign = (radix == 10 && value < 0); in ltoa()
95 if (sign) in ltoa()
116 if (sign) in ltoa()
/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dasn1_dec.c343 u8_t sign; in snmp_asn1_dec_s32t() local
360 sign = 1; in snmp_asn1_dec_s32t()
366 sign = 0; in snmp_asn1_dec_s32t()
372 if (sign) in snmp_asn1_dec_s32t()
398 if (sign) in snmp_asn1_dec_s32t()
/components/drivers/hwcrypto/
A Dhw_bignum.c67 n->sign = 1; in rt_hwcrypto_bignum_init()
83 n->sign = 0; in rt_hwcrypto_bignum_free()
171 n->sign = 1; in rt_hwcrypto_bignum_import_bin()
A Dhw_bignum.h25 int sign; /**< integer sign. -1 or 1 */ member
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_asn1.c585 u8_t sign; in snmp_asn1_dec_s32t() local
595 sign = 1; in snmp_asn1_dec_s32t()
600 sign = 0; in snmp_asn1_dec_s32t()
616 if (sign) { in snmp_asn1_dec_s32t()
/components/net/at/at_socket/
A Dat_socket.c1355 char sign = '+'; in ipstr_atol() local
1363 sign = *nptr++; in ipstr_atol()
1369 return (sign == '-') ? -total : total; in ipstr_atol()
/components/net/lwip/lwip-2.0.3/doc/
A Dsavannah.txt105 Now, sign the archives with a detached GPG binary signature as follows:
/components/net/lwip/lwip-2.1.2/doc/
A Dsavannah.txt105 Now, sign the archives with a detached GPG binary signature as follows:
/components/net/lwip/lwip-1.4.1/doc/
A Dsavannah.txt118 Now, sign the archives with a detached GPG binary signature as follows:
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.c3243 WORD w, sign; local
3249 sign = ld_word(fs->win + BS_55AA);
3251 …if (sign == 0xAA55 && !memcmp(fs->win + BS_JmpBoot, "\xEB\x76\x90" "EXFAT ", 11)) return 1; /* I…
3255 if (sign == 0xAA55 && !memcmp(fs->win + BS_FilSysType32, "FAT32 ", 8)) {
3271 return sign == 0xAA55 ? 2 : 3; /* Not an FAT VBR (valid or invalid BS) */
6752 char sign = 0; local
6763 val = 0 - val; sign = '-';
6765 sign = '+';
6789 if (sign == '-') *buf++ = sign; /* Add a - if negative value */
6809 if (sign) *buf++ = sign; /* Add sign if needed */
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.c3296 WORD w, sign; local
3302 sign = ld_word(fs->win + BS_55AA);
3304 …if (sign == 0xAA55 && !memcmp(fs->win + BS_JmpBoot, "\xEB\x76\x90" "EXFAT ", 11)) return 1; /* I…
3308 if (sign == 0xAA55 && !memcmp(fs->win + BS_FilSysType32, "FAT32 ", 8)) {
3324 return sign == 0xAA55 ? 2 : 3; /* Not an FAT VBR (valid or invalid BS) */
6842 char sign = 0; local
6853 val = 0 - val; sign = '-';
6855 sign = '+';
6879 if (sign == '-') *buf++ = sign; /* Add a - if negative value */
6899 if (sign) *buf++ = sign; /* Add sign if needed */
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A DPPPD_FOLLOWUP403 2014-12-20 - pppd: Fix sign-extension when displaying bytes in octal
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A DPPPD_FOLLOWUP403 2014-12-20 - pppd: Fix sign-extension when displaying bytes in octal
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile308 # be prevented in individual cases by putting a % sign in front of the word or
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile317 # be prevented in individual cases by putting a % sign in front of the word or
A Dlwip.Doxyfile.cmake.in317 # be prevented in individual cases by putting a % sign in front of the word or

Completed in 53 milliseconds