Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/
A Dxmalloc.h17 #define xmalloc_array(_type, _num) \ argument
18 ((_type *)_xmalloc_array(sizeof(_type), __alignof__(_type), _num))
19 #define xzalloc_array(_type, _num) \ argument
20 ((_type *)_xzalloc_array(sizeof(_type), __alignof__(_type), _num))
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Demul.h92 #define xmalloc_array(_type, _num) (void *)(_type)(_num) argument
318 #define HVM_REGISTER_SAVE_RESTORE(_x, _save, _load, _num, _k) \ argument
325 (_num) * (HVM_SAVE_LENGTH(_x) \
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/stubdom/grub.patches/
A D99minios354 +convert_to_ascii (char *buf, int c, int _num)
357 + unsigned long num = _num, mult = 10;

Completed in 6 milliseconds