Home
last modified time | relevance | path

Searched refs:integer_codes (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_struct.py12 integer_codes = 'b', 'B', 'h', 'H', 'i', 'I', 'l', 'L', 'q', 'Q' variable
159 for code in integer_codes:
354 for code in integer_codes:
417 for fmt in integer_codes:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_struct.c103 static char *integer_codes = "bBhHiIlLqQ"; variable
1572 if (strchr(integer_codes, e->format) != NULL && in s_pack_internal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_struct.c103 static char *integer_codes = "bBhHiIlLqQ"; variable
1596 if (strchr(integer_codes, e->format) != NULL && in s_pack_internal()