Home
last modified time | relevance | path

Searched refs:strtol (Results 1 – 25 of 33) sorted by relevance

12

/device/google/marlin/dataservices/datatop/src/
Ddatatop_opt.c93 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/
Dflash.c110 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/
Ddebug_ec.c455 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/
DEmulatedCameraFactory.cpp483 int val = strtol(prop, &prop_end, 10); in getBackCameraHalVersion()
514 int val = strtol(prop, &prop_end, 10); in getFrontCameraHalVersion()
DQemuClient.cpp306 payload_size = strtol(payload_size_str, NULL, 16); in receiveMessage()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdlib.h455 long strtol(const char * __restrict nptr, char ** __restrict endptr, int base);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
DEfiRom.c1066 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/
Dstdlib.h99 long strtol(const char *__restrict, char **__restrict, int);
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
DCrtWrapper.c207 long strtol (const char *nptr, char **endptr, int base) in strtol() function
/device/lge/bullhead/camera/QCamera2/
DQCamera2Factory.cpp454 cameraIdLong = strtol(camera_id, &endPointer, 10); in setTorchMode()
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DNumericInt.c184 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) in strtol() function
/device/huawei/angler/camera/QCamera2/
DQCamera2Factory.cpp454 cameraIdLong = strtol(camera_id, &endPointer, 10); in setTorchMode()
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h210 long strtol (const char *, char **, int);
/device/generic/goldfish/vibrator/
Dqemu.c381 len = strtol( header, &end, 16 ); in qemu_control_query()
/device/generic/goldfish/audio/
Daudio_hw_legacy.c139 val = strtol(value, &end, 10); in out_set_parameters()
295 val = strtol(value, &end, 10); in in_set_parameters()
/device/google/marlin/camera/QCamera2/
DQCamera2Factory.cpp528 cameraIdLong = strtol(camera_id, &endPointer, 10); in setTorchMode()
/device/linaro/hikey/wpan/uim/
Duim.c463 ba[i] = (uint8_t) strtol(ptr, NULL, 16); in strtoba()
/device/huawei/angler/dataservices/rmnetctl/cli/
Drmnetcli.c69 #define _STRTOI32(X) (int32_t)strtol(X, NULL, 0)
/device/google/contexthub/contexthubhal/test/
Dmain.cpp237 cmd = strtol(optarg, &end, 10); in main()
/device/lge/bullhead/dataservices/rmnetctl/cli/
Drmnetcli.c69 #define _STRTOI32(X) (int32_t)strtol(X, NULL, 0)
/device/google/marlin/dataservices/rmnetctl/cli/
Drmnetcli.c69 #define _STRTOI32(X) (int32_t)strtol(X, NULL, 0)
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
DOrderedCollectionTest.c625 Value = strtol (CommandArg, &EndPtr, 10); in main()
/device/google/dragon/audio/hal/
Diniparser.c414 return (int)strtol(str, NULL, 0); in iniparser_getint()
Dcras_expr.c394 return new_integer_literal(strtol(*str, (char **)str, 10)); in parse_one_expr()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DBlockIo.c658 Private->BlockSize = strtol (++Str, NULL, 0); in EmuBlockIoThunkOpen()

12