Home
last modified time | relevance | path

Searched refs:int32_t (Results 1 – 7 of 7) sorted by relevance

/lib/uefi/include/uefi/protocols/
A Dsimple_text_output_protocol.h24 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 Dtypes.h37 #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 Dstdint.h18 typedef int int32_t; typedef
53 typedef int32_t int_least32_t;
76 typedef int32_t int_fast32_t;
/lib/elf/include/lib/
A Delf_defines.h429 typedef int32_t Elf32_Sword;
513 typedef int32_t Elf64_Sword;
/lib/libc/
A Dprintf.c204 __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 Dtcp.c130 #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 Dspifs.c47 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