Home | History | Annotate | Download | only in libprop

Lines Matching defs:int

54 	unsigned int	pnv_is_unsigned	:1,
101 static int
127 static int
138 static int
174 static int
425 _PROP_EXPORT int
537 TEMPLATE(int, int, INT_MIN, INT_MAX)
548 TEMPLATE(uint, unsigned int, 0, UINT_MAX)
630 struct _prop_number_value *pnv, int base)
653 struct _prop_number_value *pnv, int base)
687 const int base = ctx->poic_format == PROP_FORMAT_JSON ? 10 : 0;