Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_float.py841 pfmt = '%+' + fmt[1:]
849 test(pfmt, INF, '+inf')
850 test(pfmt, -INF, '-inf')
851 test(pfmt, NAN, '+nan')
852 test(pfmt, -NAN, '+nan')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_struct.c1156 whichtable(char **pfmt) in whichtable() argument
1158 const char *fmt = (*pfmt)++; /* May be backed out of later */ in whichtable()
1174 --*pfmt; /* Back out of pointer increment */ in whichtable()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_struct.c1156 whichtable(char **pfmt) in whichtable() argument
1158 const char *fmt = (*pfmt)++; /* May be backed out of later */ in whichtable()
1174 --*pfmt; /* Back out of pointer increment */ in whichtable()
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c2537 const char* pfmt, va_list argptr) { in cam_vsnprintf() argument
2541 num_chars_written = vsnprintf(pdst, size, pfmt, argptr); in cam_vsnprintf()