Searched refs:SET_INT (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | edk2module.c | 2407 #define SET_INT(result, index, value)\ in wait_helper() macro 2409 SET_INT(result, 2, ru->ru_maxrss); in wait_helper() 2410 SET_INT(result, 3, ru->ru_ixrss); in wait_helper() 2411 SET_INT(result, 4, ru->ru_idrss); in wait_helper() 2412 SET_INT(result, 5, ru->ru_isrss); in wait_helper() 2413 SET_INT(result, 6, ru->ru_minflt); in wait_helper() 2414 SET_INT(result, 7, ru->ru_majflt); in wait_helper() 2415 SET_INT(result, 8, ru->ru_nswap); in wait_helper() 2416 SET_INT(result, 9, ru->ru_inblock); in wait_helper() 2417 SET_INT(result, 10, ru->ru_oublock); in wait_helper() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | edk2module.c | 4375 #define SET_INT(result, index, value)\ in wait_helper() macro 4377 SET_INT(result, 2, ru->ru_maxrss); in wait_helper() 4378 SET_INT(result, 3, ru->ru_ixrss); in wait_helper() 4379 SET_INT(result, 4, ru->ru_idrss); in wait_helper() 4380 SET_INT(result, 5, ru->ru_isrss); in wait_helper() 4381 SET_INT(result, 6, ru->ru_minflt); in wait_helper() 4382 SET_INT(result, 7, ru->ru_majflt); in wait_helper() 4383 SET_INT(result, 8, ru->ru_nswap); in wait_helper() 4384 SET_INT(result, 9, ru->ru_inblock); in wait_helper() 4385 SET_INT(result, 10, ru->ru_oublock); in wait_helper() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | posixmodule.c | 5965 #define SET_INT(result, index, value)\ in wait_helper() macro 5967 SET_INT(result, 2, ru->ru_maxrss); in wait_helper() 5968 SET_INT(result, 3, ru->ru_ixrss); in wait_helper() 5969 SET_INT(result, 4, ru->ru_idrss); in wait_helper() 5970 SET_INT(result, 5, ru->ru_isrss); in wait_helper() 5971 SET_INT(result, 6, ru->ru_minflt); in wait_helper() 5972 SET_INT(result, 7, ru->ru_majflt); in wait_helper() 5973 SET_INT(result, 8, ru->ru_nswap); in wait_helper() 5974 SET_INT(result, 9, ru->ru_inblock); in wait_helper() 5975 SET_INT(result, 10, ru->ru_oublock); in wait_helper() [all …]
|