| /components/libc/posix/libdl/arch/ |
| A D | arm.c | 24 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 D | x86.c | 27 rt_uint32_t upper, lower, sign, j1, j2; in dlmodule_relocate() local
|
| A D | riscv.c | 37 rt_uint64_t upper, lower, sign, j1, j2; in dlmodule_relocate() local
|
| /components/libc/compilers/common/ |
| A D | cstdlib.c | 81 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 D | asn1_dec.c | 343 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 D | hw_bignum.c | 67 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 D | hw_bignum.h | 25 int sign; /**< integer sign. -1 or 1 */ member
|
| /components/net/lwip/lwip-2.0.3/src/apps/snmp/ |
| A D | snmp_asn1.c | 585 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 D | at_socket.c | 1355 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 D | savannah.txt | 105 Now, sign the archives with a detached GPG binary signature as follows:
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | savannah.txt | 105 Now, sign the archives with a detached GPG binary signature as follows:
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | savannah.txt | 118 Now, sign the archives with a detached GPG binary signature as follows:
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | ff.c | 3243 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 D | ff.c | 3296 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 D | PPPD_FOLLOWUP | 403 2014-12-20 - pppd: Fix sign-extension when displaying bytes in octal
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 403 2014-12-20 - pppd: Fix sign-extension when displaying bytes in octal
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 308 # 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 D | lwip.Doxyfile | 317 # be prevented in individual cases by putting a % sign in front of the word or
|
| A D | lwip.Doxyfile.cmake.in | 317 # be prevented in individual cases by putting a % sign in front of the word or
|