Home
last modified time | relevance | path

Searched refs:SEGMENT_SIZE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c417 #define SEGMENT_SIZE (32 * 1024 -1) macro
601 segment = (remaining >= SEGMENT_SIZE ? SEGMENT_SIZE : remaining); in sendsegmented()
2378 segment = remaining /SEGMENT_SIZE;
2380 segment = SEGMENT_SIZE;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c422 #define SEGMENT_SIZE (32 * 1024 -1) macro
613 segment = (remaining >= SEGMENT_SIZE ? SEGMENT_SIZE : remaining); in sendsegmented()
2439 segment = remaining /SEGMENT_SIZE;
2441 segment = SEGMENT_SIZE;