/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | resource.c | 65 struct rusage ru; in resource_getrusage() local 71 if (getrusage(who, &ru) == -1) { in resource_getrusage() 86 PyFloat_FromDouble(doubletime(ru.ru_utime))); in resource_getrusage() 88 PyFloat_FromDouble(doubletime(ru.ru_stime))); in resource_getrusage() 89 PyStructSequence_SET_ITEM(result, 2, PyInt_FromLong(ru.ru_maxrss)); in resource_getrusage() 90 PyStructSequence_SET_ITEM(result, 3, PyInt_FromLong(ru.ru_ixrss)); in resource_getrusage() 91 PyStructSequence_SET_ITEM(result, 4, PyInt_FromLong(ru.ru_idrss)); in resource_getrusage() 92 PyStructSequence_SET_ITEM(result, 5, PyInt_FromLong(ru.ru_isrss)); in resource_getrusage() 93 PyStructSequence_SET_ITEM(result, 6, PyInt_FromLong(ru.ru_minflt)); in resource_getrusage() 94 PyStructSequence_SET_ITEM(result, 7, PyInt_FromLong(ru.ru_majflt)); in resource_getrusage() [all …]
|
D | posixmodule.c | 5934 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() argument 5962 PyFloat_FromDouble(doubletime(ru->ru_utime))); in wait_helper() 5964 PyFloat_FromDouble(doubletime(ru->ru_stime))); in wait_helper() 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() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | edk2module.c | 2376 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() argument 2404 PyFloat_FromDouble(doubletime(ru->ru_utime))); in wait_helper() 2406 PyFloat_FromDouble(doubletime(ru->ru_stime))); in wait_helper() 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() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | edk2module.c | 4344 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() argument 4372 PyFloat_FromDouble(doubletime(ru->ru_utime))); in wait_helper() 4374 PyFloat_FromDouble(doubletime(ru->ru_stime))); in wait_helper() 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() [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | CHANGES_FROM_133_before_mr13.txt | 318 Alexey Demakov (demakov@kazbek.ispras.ru) has supplied class 682 Reported by Alexey Demakov (demakov@kazbek.ispras.ru).
|
D | CHANGES_FROM_133.txt | 627 have been contributed by Anton Sergeev (ags@mlc.ru). They have
|
D | CHANGES_SUMMARY.txt | 329 Alexey Demakov (demakov@kazbek.ispras.ru) has supplied class
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_FROM_133_BEFORE_MR13.txt | 318 Alexey Demakov (demakov@kazbek.ispras.ru) has supplied class 682 Reported by Alexey Demakov (demakov@kazbek.ispras.ru).
|
D | CHANGES_SUMMARY.txt | 329 Alexey Demakov (demakov@kazbek.ispras.ru) has supplied class
|
D | CHANGES_FROM_133.txt | 1303 have been contributed by Anton Sergeev (ags mlc.ru). They have
|