/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 | 110 sector = strtol(optarg, NULL, 0); in main() 119 length = strtol(optarg, NULL, 0); in main() 122 address = strtol(optarg, NULL, 0); in main() 128 type = strtol(optarg, NULL, 0); in main() 137 gpio_nreset = strtol(optarg, NULL, 0); in main()
|
/device/google/dragon/recovery/updater/ |
D | debug_ec.c | 455 p.val = strtol(argv[2], &e, 0); in cmd_ec_gpioset() 556 p.offset = strtol(argv[2], &e, 0); in cmd_ec_echash() 561 p.size = strtol(argv[3], &e, 0); in cmd_ec_echash() 574 uint32_t nonce = strtol(argv[4], &e, 0); in cmd_ec_echash() 864 p.port = strtol(argv[1], &e, 0); in cmd_ec_usbpd()
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraFactory.cpp | 483 int val = strtol(prop, &prop_end, 10); in getBackCameraHalVersion() 514 int val = strtol(prop, &prop_end, 10); in getFrontCameraHalVersion()
|
D | QemuClient.cpp | 306 payload_size = strtol(payload_size_str, NULL, 16); in receiveMessage()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | stdlib.h | 455 long strtol(const char * __restrict nptr, char ** __restrict endptr, int base);
|
/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/arm-trusted-firmware/include/stdlib/ |
D | stdlib.h | 99 long strtol(const char *__restrict, char **__restrict, int);
|
/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/lge/bullhead/camera/QCamera2/ |
D | QCamera2Factory.cpp | 454 cameraIdLong = strtol(camera_id, &endPointer, 10); in setTorchMode()
|
/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/huawei/angler/camera/QCamera2/ |
D | QCamera2Factory.cpp | 454 cameraIdLong = strtol(camera_id, &endPointer, 10); in setTorchMode()
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 210 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 | 139 val = strtol(value, &end, 10); in out_set_parameters() 295 val = strtol(value, &end, 10); in in_set_parameters()
|
/device/google/marlin/camera/QCamera2/ |
D | QCamera2Factory.cpp | 528 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/huawei/angler/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/lge/bullhead/dataservices/rmnetctl/cli/ |
D | rmnetcli.c | 69 #define _STRTOI32(X) (int32_t)strtol(X, NULL, 0)
|
/device/google/marlin/dataservices/rmnetctl/cli/ |
D | rmnetcli.c | 69 #define _STRTOI32(X) (int32_t)strtol(X, NULL, 0)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/ |
D | OrderedCollectionTest.c | 625 Value = strtol (CommandArg, &EndPtr, 10); in main()
|
/device/google/dragon/audio/hal/ |
D | iniparser.c | 414 return (int)strtol(str, NULL, 0); in iniparser_getint()
|
D | cras_expr.c | 394 return new_integer_literal(strtol(*str, (char **)str, 10)); in parse_one_expr()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | BlockIo.c | 658 Private->BlockSize = strtol (++Str, NULL, 0); in EmuBlockIoThunkOpen()
|