/mipi-sys-t-3.4.0/library/platform/mipi_stp_sim/src/ |
D | mipi_syst_platform.c | 105 void MIPI_SYST_CALLCONV mipi_syst_platform_free(void * p) in mipi_syst_platform_free() argument 107 free(p); in mipi_syst_platform_free() 128 void stp_write_putNibble(struct stp_writer_data* p, mipi_syst_u8 n) in stp_write_putNibble() argument 130 p->current |= (n<<4); in stp_write_putNibble() 131 p->byteDone = ! p->byteDone; in stp_write_putNibble() 133 if (p->byteDone) { /* push it out .. */ in stp_write_putNibble() 134 fputc(p->current, p->fp); in stp_write_putNibble() 135 p->current = 0; in stp_write_putNibble() 137 p->current >>= 4; in stp_write_putNibble() 141 void stp_write_flush(struct stp_writer_data* p) { in stp_write_flush() argument [all …]
|
/mipi-sys-t-3.4.0/printer/src/ |
D | mipi_syst_printf.cpp | 57 const char * p(fmt.c_str()); in parse() local 58 const char * eof(p + fmt.size()); in parse() 67 while (p < eof) { in parse() 77 if (*p == '%') { in parse() 84 if (*p == '%') { in parse() 103 switch (*p) { in parse() 118 if (*p == '*') { in parse() 128 if (!isdigit(*p)) { in parse() 135 if (*p == '.') { in parse() 144 if (*p == '*') { in parse() [all …]
|
D | mipi_syst_collateral.cpp | 185 …plate<typename T> std::ostream & operator<<(std::ostream &os, const collateral::catalogentry<T>& p) in operator <<() argument 187 return os << p.msg; in operator <<() 291 const char * p(str.c_str()+1); in parse() local 293 for (int i(0); i < 16; ++i, p += 2) { in parse() 295 p++; // skip "-" in parse() 297 std::stringstream sstr(std::string(p, 2)); in parse()
|
/mipi-sys-t-3.4.0/library/include/mipi_syst/ |
D | api.h | 88 #define MIPI_SYST_INIT_STATE(s, f, p) \ argument 89 mipi_syst_init((s), (f), (p)) 114 #define MIPI_SYST_INIT(f, p) \ argument 115 MIPI_SYST_INIT_STATE((struct mipi_syst_header*)0, (f), (p)) 154 #define MIPI_SYST_INIT_HANDLE_STATE(s, h, p) \ argument 155 mipi_syst_init_handle((s), (h), (p), 0) 180 #define MIPI_SYST_INIT_HANDLE(h, p) \ argument 181 MIPI_SYST_INIT_HANDLE_STATE((struct mipi_syst_header*)0, (h), (p)) 212 #define MIPI_SYST_ALLOC_HANDLE_STATE(s, p) \ argument 216 (p), 1) [all …]
|
D | inline.h | 91 mipi_syst_make_address_location(struct mipi_syst_handle* h, void *p) in mipi_syst_make_address_location() argument 97 h->systh_location.el_u.loc64.etls_code_location = (mipi_syst_u64) p; in mipi_syst_make_address_location() 100 h->systh_location.el_u.loc32.etls_code_location = (mipi_syst_u32) p; in mipi_syst_make_address_location() 226 const char * p, mipi_syst_u32 length) in mipi_syst_hash_x65599() argument 232 p += (length > 0x3F) ? (length-0x40): 0; in mipi_syst_hash_x65599() 234 while (0 != (c = *p++)) in mipi_syst_hash_x65599()
|
/mipi-sys-t-3.4.0/library/platform/example/src/ |
D | mipi_syst_platform.c | 210 const void * p, argument 223 ((const mipi_syst_u8*)p)[i]; 239 const mipi_syst_u8 *p; local 242 for (p = systh->systh_platform.sph_raw; 244 ++p, --systh->systh_platform.sph_raw_count) 246 putc(valToHex[(*p) >> 0x4], stdout); 247 putc(valToHex[(*p) & 0xF], stdout); 399 void MIPI_SYST_CALLCONV mipi_syst_platform_free(void * p) 401 free(p);
|
/mipi-sys-t-3.4.0/printer/include/ |
D | mipi_syst_guid.h | 63 guid(const uint8_t * p) in guid() argument 65 u.ll[0] = *(uint64_t*)p; in guid() 66 u.ll[1] = *(uint64_t*)(p+sizeof(uint64_t)); in guid()
|
D | mipi_syst_printer.h | 111 template<class T> T bytes2ValLE(const void * p) in bytes2ValLE() argument 113 const uint8_t* data((const uint8_t*)p); in bytes2ValLE()
|
/mipi-sys-t-3.4.0/library/platform/nop/src/ |
D | mipi_syst_platform.c | 96 void MIPI_SYST_CALLCONV mipi_syst_platform_free(void * p) in mipi_syst_platform_free() argument 98 free(p); in mipi_syst_platform_free()
|
/mipi-sys-t-3.4.0/library/platform/nop/include/mipi_syst/ |
D | platform.h | 128 #define MIPI_SYST_HEAP_FREE(p) mipi_syst_platform_free(p) argument
|
/mipi-sys-t-3.4.0/library/platform/mipi_stp_sim/include/mipi_syst/ |
D | platform.h | 114 #define MIPI_SYST_HEAP_FREE(p) mipi_syst_platform_free(p) argument
|
/mipi-sys-t-3.4.0/library/doxygen/ |
D | Reference.md | 15 MIPI_SYST_INIT(f,p) 22 MIPI_SYST_INIT_STATE(s, f,p) 43 MIPI_SYST_INIT_HANDLE(h,p) 50 MIPI_SYST_INIT_HANDLE_STATE(s, h,p) 57 MIPI_SYST_ALLOC_HANDLE(p) 64 MIPI_SYST_ALLOC_HANDLE_STATE(s, p) 71 MIPI_SYST_DELETE_HANDLE(p) 312 MIPI_SYST_WRITE(h, sev, id, p, len)
|
/mipi-sys-t-3.4.0/library/platform/example/include/mipi_syst/ |
D | platform.h | 139 #define MIPI_SYST_HEAP_FREE(p) mipi_syst_platform_free(p) argument
|
/mipi-sys-t-3.4.0/library/test/unit/ |
D | mipi_syst_printf_test.cpp | 299 void * p = (void*)-1; in TEST_F() local 301 if (sizeof(p) == 8) { in TEST_F() 304 MIPI_SYST_PRINTF(ph, MIPI_SYST_SEVERITY_INFO, "%p", p) in TEST_F() 309 MIPI_SYST_PRINTF(ph, MIPI_SYST_SEVERITY_INFO, "%p", p) in TEST_F()
|
/mipi-sys-t-3.4.0/library/src/ |
D | mipi_syst_api.c | 967 const char * p; in buildPrintfPayload() local 968 p = va_arg(args, char *); in buildPrintfPayload() 970 if (0 == (*argp++ = *p++)) { in buildPrintfPayload() 1075 const char * p; in buildCatalogPayload() local 1076 p = va_arg(args, char *); in buildCatalogPayload() 1078 if (0 == (*argp++ = *p++)) { in buildCatalogPayload()
|
/mipi-sys-t-3.4.0/library/include/ |
D | mipi_syst.h.in | 62 * @param p patch version number 72 #define MIPI_SYST_MAKE_VERSION_CODE(ma, mi, p) (((ma) << 16) | ((mi)<<8) | (p)) argument 295 * @param p user defined value or pointer to data 299 const void *p);
|