Searched refs:int32_t (Results 1 – 7 of 7) sorted by relevance
| /lib/uefi/include/uefi/protocols/ |
| A D | simple_text_output_protocol.h | 24 int32_t max_mode; 25 int32_t mode; 26 int32_t attribute; 27 int32_t cursor_column; 28 int32_t cursor_row;
|
| /lib/libc/include/sys/ |
| A D | types.h | 37 #define TIME_GTE(a, b) ((int32_t)((a) - (b)) >= 0) 38 #define TIME_LTE(a, b) ((int32_t)((a) - (b)) <= 0) 39 #define TIME_GT(a, b) ((int32_t)((a) - (b)) > 0) 40 #define TIME_LT(a, b) ((int32_t)((a) - (b)) < 0) 56 typedef int32_t s32;
|
| /lib/libc/include/ |
| A D | stdint.h | 18 typedef int int32_t; typedef 53 typedef int32_t int_least32_t; 76 typedef int32_t int_fast32_t;
|
| /lib/elf/include/lib/ |
| A D | elf_defines.h | 429 typedef int32_t Elf32_Sword; 513 typedef int32_t Elf64_Sword;
|
| /lib/libc/ |
| A D | printf.c | 204 __NO_INLINE static size_t exponent_to_string(char *buf, int32_t exponent) { in exponent_to_string() 376 int32_t exponent_signed = exponent - 1023; in double_to_hexstring()
|
| /lib/minip/ |
| A D | tcp.c | 130 #define SEQUENCE_GTE(a, b) ((int32_t)((a) - (b)) >= 0) 131 #define SEQUENCE_LTE(a, b) ((int32_t)((a) - (b)) <= 0) 132 #define SEQUENCE_GT(a, b) ((int32_t)((a) - (b)) > 0) 133 #define SEQUENCE_LT(a, b) ((int32_t)((a) - (b)) < 0)
|
| /lib/fs/spifs/ |
| A D | spifs.c | 47 typedef int32_t toc_position_t; 103 int32_t direction; 118 cursor_t *cursor, spifs_t *spifs, int32_t direction, uint32_t page_id, in cursor_init()
|
Completed in 18 milliseconds