Home
last modified time | relevance | path

Searched refs:_num (Results 1 – 4 of 4) sorted by relevance

/xen/xen/include/xen/
A Dxmalloc.h33 #define xmalloc_array(_type, _num) \ argument
34 ((_type *)_xmalloc_array(sizeof(_type), __alignof__(_type), _num))
35 #define xzalloc_array(_type, _num) \ argument
36 ((_type *)_xzalloc_array(sizeof(_type), __alignof__(_type), _num))
/xen/tools/tests/vhpet/
A Demul.h90 #define xmalloc_array(_type, _num) (void *)(_type)(_num) argument
316 #define HVM_REGISTER_SAVE_RESTORE(_x, _save, _load, _num, _k) \ argument
323 (_num) * (HVM_SAVE_LENGTH(_x) \
/xen/xen/include/asm-x86/hvm/
A Dsave.h117 #define HVM_REGISTER_SAVE_RESTORE(_x, _save, _load, _num, _k) \ argument
124 (_num) * (HVM_SAVE_LENGTH(_x) \
/xen/stubdom/grub.patches/
A D99minios354 +convert_to_ascii (char *buf, int c, int _num)
357 + unsigned long num = _num, mult = 10;

Completed in 9 milliseconds