Home
last modified time | relevance | path

Searched defs:len (Results 1 – 4 of 4) sorted by relevance

/mipi-sys-t-latest/library/src/
Dmipi_syst_api.c197 mipi_syst_u16 len, in insert_optional_msg_components()
262 mipi_syst_u16 len, const char *str) in mipi_syst_write_debug_string()
1123 int len; in mipi_syst_write_vprintf_string() local
1217 int len; in mipi_syst_write_printf_catalog64() local
1294 int len; in mipi_syst_write_catalog64_args_copy() local
1353 int len; in mipi_syst_write_printf_catalog32() local
1431 int len; in mipi_syst_write_catalog32_args_copy() local
/mipi-sys-t-latest/printer/src/
Dmipi_syst_decode.cpp55 static int32_t bytes2String(std::string& dest, const uint8_t * data, uint32_t len) in bytes2String()
80 uint32_t len) in printfFormat()
602 uint32_t decoder::getCrc32(const uint8_t * data, size_t len) in getCrc32()
/mipi-sys-t-latest/library/test/unit/
Dmipi_syst_string_test.cpp61 mipi_syst_u16 len, in mipi_syst_write_debug_string()
/mipi-sys-t-latest/library/include/mipi_syst/
Dapi.h634 #define MIPI_SYST_WRITE(h, sev, id, p, len) \ argument
643 #define MIPI_SYST_WRITE_LOCADDR(h, sev, id, p, len) \ argument
681 #define MIPI_SYST_WRITE_LOC16(h, sev, file, id, p, len) \ argument
719 #define MIPI_SYST_WRITE_LOC32(h, sev, file, id, p, len) \ argument
820 #define MIPI_SYST_BUILD(h, sev, bld, txt, len) \ argument
849 #define MIPI_SYST_BUILD_LOCADDR(h, sev, bld, txt, len) \ argument
878 #define MIPI_SYST_BUILD_LOC16(h, sev, file, bld, txt, len) \ argument
907 #define MIPI_SYST_BUILD_LOC32(h, sev, file, bld, txt, len) \ argument
1025 #define MIPI_SYST_DEBUG(h, severity, str, len) \ argument
1122 #define MIPI_SYST_DEBUG_LOC16(h, severity, file, str, len) \ argument
[all …]