/device/google/marlin/dataservices/datatop/src/ |
D | datatop_opt.c | 93 clopts->priority = strtol(optarg, 0, 10); in dtop_parse_cli_opts() 102 clopts->poll_per = strtol(optarg, 0, 10); in dtop_parse_cli_opts() 111 clopts->poll_time = strtol(optarg, 0, 10); in dtop_parse_cli_opts()
|
/device/google/contexthub/util/stm32_flash/ |
D | flash.c | 119 sector = strtol(optarg, NULL, 0); in main() 128 length = strtol(optarg, NULL, 0); in main() 131 address = strtol(optarg, NULL, 0); in main() 137 type = strtol(optarg, NULL, 0); in main() 149 gpio_nreset = strtol(optarg, NULL, 0); in main()
|
/device/google/cuttlefish_common/guest/hals/camera/ |
D | CameraConfiguration.cpp | 119 temp = strtol(value.c_str(), &endptr, 10); in ValueToCameraHalVersion() 153 resolution->width = strtol(width.c_str(), &endptr, 10); in ValueToCameraResolution() 160 resolution->height = strtol(height.c_str(), &endptr, 10); in ValueToCameraResolution()
|
D | QemuClient.cpp | 288 payload_size = strtol(payload_size_str, NULL, 16); in receiveMessage()
|
/device/generic/goldfish/ril/ |
D | at_tok.c | 116 l = strtol(ret, &end, base); in at_tok_nextint_base()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | stdlib.h | 455 long strtol(const char * __restrict nptr, char ** __restrict endptr, int base);
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/ |
D | stdlib.h | 99 long strtol(const char *__restrict, char **__restrict, int);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/ |
D | EfiRom.c | 1066 Options->VendId = (UINT16) strtol (Argv[1], NULL, 16); in ParseCommandLine() 1086 Options->DevId = (UINT16) strtol (Argv[1], NULL, 16); in ParseCommandLine() 1171 ClassCode = (UINT32) strtol (Argv[1], NULL, 16); in ParseCommandLine() 1200 CodeRevision = (UINT32) strtol (Argv[1], NULL, 16); in ParseCommandLine()
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/ |
D | CrtWrapper.c | 207 long strtol (const char *nptr, char **endptr, int base) in strtol() function
|
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
D | NumericInt.c | 184 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) in strtol() function
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 218 long strtol (const char *, char **, int);
|
/device/generic/goldfish/vibrator/ |
D | qemu.c | 381 len = strtol( header, &end, 16 ); in qemu_control_query()
|
/device/generic/goldfish/audio/ |
D | audio_hw_legacy.c | 140 val = strtol(value, &end, 10); in out_set_parameters() 296 val = strtol(value, &end, 10); in in_set_parameters()
|
D | audio_hw.c | 322 val = strtol(value, &end, 10); in out_set_parameters() 860 val = strtol(value, &end, 10); in in_set_parameters()
|
/device/google/marlin/camera/QCamera2/ |
D | QCamera2Factory.cpp | 588 cameraIdLong = strtol(camera_id, &endPointer, 10); in setTorchMode()
|
/device/linaro/hikey/wpan/uim/ |
D | uim.c | 463 ba[i] = (uint8_t) strtol(ptr, NULL, 16); in strtoba()
|
/device/google/marlin/dataservices/rmnetctl/cli/ |
D | rmnetcli.c | 69 #define _STRTOI32(X) (int32_t)strtol(X, NULL, 0)
|
/device/google/contexthub/contexthubhal/test/ |
D | main.cpp | 237 cmd = strtol(optarg, &end, 10); in main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/ |
D | OrderedCollectionTest.c | 625 Value = strtol (CommandArg, &EndPtr, 10); in main()
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraFactory.cpp | 537 int val = strtol(prop, &propEnd, 10); in getCameraHalVersion()
|
D | QemuClient.cpp | 306 payload_size = strtol(payload_size_str, NULL, 16); in receiveMessage()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | BlockIo.c | 658 Private->BlockSize = strtol (++Str, NULL, 0); in EmuBlockIoThunkOpen()
|
/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 157 val = strtol(value, &end, 10); in out_set_parameters() 659 val = strtol(value, &end, 10); in in_set_parameters()
|
/device/google/cuttlefish_common/guest/hals/audio/ |
D | audio_hw.c | 325 val = strtol(value, &end, 10); in out_set_parameters() 863 val = strtol(value, &end, 10); in in_set_parameters()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | floatobject.c | 1576 exp = strtol(exp_start, NULL, 10); in float_fromhex()
|