orte_info_out_int 109 orte/tools/orte-info/orte-info.h void orte_info_out_int(const char *pretty_message, orte_info_out_int 386 orte/tools/orte-info/param.c orte_info_out_int("C char size", "compiler:c:sizeof:char", sizeof(char)); orte_info_out_int 394 orte/tools/orte-info/param.c orte_info_out_int("C bool size", "compiler:c:sizeof:bool", sizeof(bool)); orte_info_out_int 395 orte/tools/orte-info/param.c orte_info_out_int("C short size", "compiler:c:sizeof:short", sizeof(short)); orte_info_out_int 396 orte/tools/orte-info/param.c orte_info_out_int("C int size", "compiler:c:sizeof:int", sizeof(int)); orte_info_out_int 397 orte/tools/orte-info/param.c orte_info_out_int("C long size", "compiler:c:sizeof:long", sizeof(long)); orte_info_out_int 398 orte/tools/orte-info/param.c orte_info_out_int("C float size", "compiler:c:sizeof:float", sizeof(float)); orte_info_out_int 399 orte/tools/orte-info/param.c orte_info_out_int("C double size", "compiler:c:sizeof:double", sizeof(double)); orte_info_out_int 400 orte/tools/orte-info/param.c orte_info_out_int("C pointer size", "compiler:c:sizeof:pointer", sizeof(void *)); orte_info_out_int 401 orte/tools/orte-info/param.c orte_info_out_int("C char align", "compiler:c:align:char", OPAL_ALIGNMENT_CHAR); orte_info_out_int 403 orte/tools/orte-info/param.c orte_info_out_int("C int align", "compiler:c:align:int", OPAL_ALIGNMENT_INT); orte_info_out_int 404 orte/tools/orte-info/param.c orte_info_out_int("C float align", "compiler:c:align:float", OPAL_ALIGNMENT_FLOAT); orte_info_out_int 405 orte/tools/orte-info/param.c orte_info_out_int("C double align", "compiler:c:align:double", OPAL_ALIGNMENT_DOUBLE);