Home
last modified time | relevance | path

Searched refs:int8_t (Results 1 – 6 of 6) sorted by relevance

/DragonOS-0.1.8/kernel/src/common/
Dspinlock.h22 int8_t lock; // 1:unlocked 0:locked
Dhid.h112 int8_t unit_exp; // unit exponent;
Dlz4.h570 typedef int8_t LZ4_i8;
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Dstdint.h65 typedef __int8_t int8_t; typedef
/DragonOS-0.1.8/kernel/src/include/DragonOS/
Dstdint.h65 typedef __int8_t int8_t; typedef
/DragonOS-0.1.8/kernel/src/driver/hid/
Dhidparse.c308 parser->data.unit_exp = (int8_t)parser->value; in hid_parse()