Searched refs:unsigned (Results 1 – 25 of 50) sorted by relevance
12
/Zephyr-latest/scripts/coccinelle/ |
D | irq_lock.cocci | 1 /// Use unsigned int as the return value for irq_lock() 19 unsigned int i = irq_lock(); 24 + unsigned int 36 unsigned int i; 41 + unsigned int
|
D | unsigned_lesser_than_zero.cocci | 2 /// comparisons 'unsigned (<|<=) 0' often indicates a bug, 15 {unsigned char, unsigned short, unsigned int, unsigned long, unsigned long long,
|
D | unsigned_suffix.cocci | 1 /// Find assignments to unsigned variables and add an 'U' to the value 13 {unsigned char, unsigned short, unsigned int, uint8_t, uint16_t, uint32_t, uint64_t, u8_t, u16_t, u… 53 {unsigned char, unsigned short, unsigned int, uint8_t, uint16_t, uint32_t, uint64_t, u8_t, u16_t, u…
|
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | log_parser_v1.py | 145 unsigned = fmt in ('c', 'o', 'u', 'x', 'X') 149 arg_data_type = DataTypes.ULONG_LONG if unsigned else DataTypes.LONG_LONG 151 arg_data_type = DataTypes.ULONG if unsigned else DataTypes.LONG 153 arg_data_type = DataTypes.UINT if unsigned else DataTypes.INT
|
D | log_parser_v3.py | 150 unsigned = fmt in ('c', 'o', 'u', 'x', 'X') 154 arg_data_type = DataTypes.ULONG_LONG if unsigned else DataTypes.LONG_LONG 156 arg_data_type = DataTypes.ULONG if unsigned else DataTypes.LONG 158 arg_data_type = DataTypes.UINT if unsigned else DataTypes.INT
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | toolchain.ecl | 83 -config=STD.bitfldtp,behavior+={c99, GCC, "unsigned char||unsigned short"} 84 -config=STD.bitfldtp,behavior+={c18, GCC, "unsigned char||unsigned short"}
|
D | adopted_deviations.ecl | 13 …_ADDRESS, automatically generated by Autoconf, expands to an implicitly unsigned literal lacking t…
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | 8021Qav.rst | 74 unsigned int bandwidth, 75 unsigned int idle_slope)
|
D | net_timeout.rst | 15 32-bit unsigned values. The 32-bit value rolls over at 49 days 17 hours 2 minutes 26 allow for delays that are represented as unsigned 32-bit values counting
|
/Zephyr-latest/doc/develop/west/ |
D | zephyr-cmds.rst | 248 …arch_system_halt 65 ../arch/arc/core/fatal.c FUNC_NORETURN void arch_system_halt(unsigned int re… 249 …arch_system_halt 455 ../arch/arm64/core/fatal.c FUNC_NORETURN void arch_system_halt(unsigned int … 250 …arch_system_halt 137 ../arch/nios2/core/fatal.c FUNC_NORETURN void arch_system_halt(unsigned int … 251 …arch_system_halt 18 ../arch/posix/core/fatal.c FUNC_NORETURN void arch_system_halt(unsigned int … 252 …arch_system_halt 17 ../arch/x86/core/fatal.c FUNC_NORETURN void arch_system_halt(unsigned int re… 253 …arch_system_halt 126 ../arch/xtensa/core/fatal.c FUNC_NORETURN void arch_system_halt(unsigned int… 254 …arch_system_halt 21 ../kernel/fatal.c FUNC_NORETURN __weak void arch_system_halt(unsigned int re…
|
/Zephyr-latest/tests/kernel/timer/starve/ |
D | README.txt | 21 24-bit resolution and determines elapsed time by a 24-bit unsigned
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | thread_metric_readme.txt | 197 int tm_queue_send(int queue_id, unsigned long *message_ptr); 202 int tm_queue_receive(int queue_id, unsigned long *message_ptr); 227 int tm_memory_pool_allocate(int pool_id, unsigned char **memory_ptr); 234 int tm_memory_pool_deallocate(int pool_id, unsigned char *memory_ptr);
|
/Zephyr-latest/doc/services/ipc/ipc_service/ |
D | ipc_service.rst | 98 unsigned char message[] = "hello world"; 151 unsigned char message[] = "hello world";
|
/Zephyr-latest/modules/trusted-firmware-m/ |
D | CMakeLists.txt | 337 TFM_S_BIN_FILE ${TFM_S_BIN_FILE} # TFM Secure FW (unsigned) 338 TFM_S_HEX_FILE ${TFM_S_HEX_FILE} # TFM Secure FW (unsigned) 339 TFM_NS_BIN_FILE ${TFM_NS_BIN_FILE} # TFM Nonsecure FW (unsigned) 340 TFM_NS_HEX_FILE ${TFM_NS_HEX_FILE} # TFM Nonsecure FW (unsigned)
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig.isa | 137 doubleword) using both unsigned word-sized and XLEN-sized indices: a
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_2.rst | 122 | <entry_name> | single entry to value mapping; value is hardcoded to unsigned integer |
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 105 # comparison of unsigned expression < 0 is always false
|
/Zephyr-latest/cmake/compiler/iar/ |
D | compiler_flags.cmake | 44 --diag_suppress=Pe186) # pointless comparison of unsigned integer with zero
|
/Zephyr-latest/modules/ |
D | Kconfig.mcuboot | 116 bool "Generate unsigned binary image bootable with MCUboot" 118 Enabling this configuration allows automatic unsigned binary image
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 56 __syscall void k_sem_init(struct k_sem *sem, unsigned int initial_count, 57 unsigned int limit); 179 … static inline void k_sem_init(struct k_sem * sem, unsigned int initial_count, unsigned int limit)
|
/Zephyr-latest/soc/microchip/mec/ |
D | Kconfig | 10 bool "Create an unsigned output binary with MCHP MEC binary header"
|
/Zephyr-latest/doc/services/storage/nvs/ |
D | nvs.rst | 13 The id is a 16-bit unsigned number. NVS ensures that for each used id there is
|
/Zephyr-latest/doc/build/dts/ |
D | api-usage.rst | 107 unsigned int i2c_1 = DT_INST(1, vnd_soc_i2c); 204 unsigned char b[] = DT_PROP(FOO, b); /* {0xaa, 0xbb, 0xcc, 0xdd} */
|
D | intro-syntax-structure.rst | 68 array of what are called *cells*. A cell is just a 32-bit unsigned integer. 420 unsigned int. However, the Zephyr devicetree API generally exposes these
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/ |
D | Kconfig | 114 them as unsigned. Enabling this option will use signed int for priorities in
|
12