Home
last modified time | relevance | path

Searched defs:MAX_STRLEN (Results 1 – 3 of 3) sorted by relevance

/xen/tools/xenstore/include/
A Dxenstore_lib.h56 #define MAX_STRLEN(x) ((sizeof(x) * CHAR_BIT + CHAR_BIT-1) / 10 * 3 + 2) macro
/xen/tools/python/xen/lowlevel/xs/
A Dxs.c416 #define MAX_STRLEN(x) ((sizeof(x) * CHAR_BIT + CHAR_BIT-1) / 10 * 3 + 2) macro
/xen/tools/console/daemon/
A Dio.c57 #define MAX_STRLEN(x) ((sizeof(x) * CHAR_BIT + CHAR_BIT-1) / 10 * 3 + 2) macro

Completed in 7 milliseconds