HomeSort by relevance Sort by last modified time
    Searched refs:_PRINT_FUNC (Results 1 - 2 of 2) sorted by null

  /external/iproute2/include/
json_print.h 44 #define _PRINT_FUNC(type_name, type) \
58 _PRINT_FUNC(int, int);
59 _PRINT_FUNC(bool, bool);
60 _PRINT_FUNC(null, const char*);
61 _PRINT_FUNC(string, const char*);
62 _PRINT_FUNC(uint, uint64_t);
63 _PRINT_FUNC(hu, unsigned short);
64 _PRINT_FUNC(hex, unsigned int);
65 _PRINT_FUNC(0xhex, unsigned int);
66 _PRINT_FUNC(lluint, unsigned long long int)
    [all...]
  /external/iproute2/lib/
json_print.c 103 #define _PRINT_FUNC(type_name, type) \
119 _PRINT_FUNC(int, int);
120 _PRINT_FUNC(hu, unsigned short);
121 _PRINT_FUNC(uint, uint64_t);
122 _PRINT_FUNC(lluint, unsigned long long int);
123 #undef _PRINT_FUNC

Completed in 67 milliseconds