Searched refs:atol (Results 1 – 15 of 15) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_strop.py | 18 self.assertTrue(strop.atol(" 1 ") == 1L) 19 self.assertRaises(ValueError, strop.atol, " 1x") 20 self.assertRaises(ValueError, strop.atol, " x1 ")
|
D | test_string.py | 86 self.assertEqual(string.atol(" 1 "), 1L) 87 self.assertRaises(ValueError, string.atol, " 1x ") 88 self.assertRaises(ValueError, string.atol, " x1 ")
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | int.h | 35 #define zzcr_attr(a,tok,t) *(a) = atol(t);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | int.h | 35 #define zzcr_attr(a,tok,t) *(a) = atol(t);
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | stdlib.h | 383 long atol(const char *nptr);
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/ |
D | stdlib.h | 80 long atol(const char *);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
D | server.py | 134 response = string.atol(string.strip(response))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | stringold.py | 237 def atol(*args): function
|
D | string.py | 407 def atol(s, base=10): function
|
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
D | NumericInt.c | 68 atol(const char *nptr) in atol() function
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Split/ |
D | Split.c | 141 number = atol (SplitValueString); in GetSplitValue()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | ParseInf.c | 650 *ReturnValue = atol (AsciiString); in AsciiStringToUint64()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | string.py | 409 def atol(s, base=10): function
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3PostProc.cpp | 2308 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp()
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 11102 time_t unixTime = (time_t)atol(str); in getExifGpsDateTimeStamp()
|