Searched defs:type (Results 1 – 2 of 2) sorted by relevance
627 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) argument628 #define TYPE_SIGNED(type) (((type) -1) < 0) argument674 #define INT_STRLEN_MAXIMUM(type) \ argument
69 # define _Alignof(type) offsetof(struct { char a; type b; }, b) argument413 unsigned char type; member2102 register int mrudst, mrustd, hidst, histd, type; in writezone() local2609 register int type; in outzone() local2949 addtt(zic_t starttime, int type) in addtt()3071 yearistype(zic_t year, const char *type) in yearistype()
Completed in 12 milliseconds