Home
last modified time | relevance | path

Searched refs:strtol (Results 1 – 25 of 30) 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.c119 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/
DCameraConfiguration.cpp119 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()
DQemuClient.cpp288 payload_size = strtol(payload_size_str, NULL, 16); in receiveMessage()
/device/generic/goldfish/ril/
Dat_tok.c116 l = strtol(ret, &end, base); in at_tok_nextint_base()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdlib.h455 long strtol(const char * __restrict nptr, char ** __restrict endptr, int base);
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
Dstdlib.h99 long strtol(const char *__restrict, char **__restrict, int);
/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/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
DCrtWrapper.c207 long strtol (const char *nptr, char **endptr, int base) in strtol() function
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DNumericInt.c184 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) in strtol() function
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h218 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.c140 val = strtol(value, &end, 10); in out_set_parameters()
296 val = strtol(value, &end, 10); in in_set_parameters()
Daudio_hw.c322 val = strtol(value, &end, 10); in out_set_parameters()
860 val = strtol(value, &end, 10); in in_set_parameters()
/device/google/marlin/camera/QCamera2/
DQCamera2Factory.cpp588 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/google/marlin/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/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
DOrderedCollectionTest.c625 Value = strtol (CommandArg, &EndPtr, 10); in main()
/device/generic/goldfish/camera/
DEmulatedCameraFactory.cpp537 int val = strtol(prop, &propEnd, 10); in getCameraHalVersion()
DQemuClient.cpp306 payload_size = strtol(payload_size_str, NULL, 16); in receiveMessage()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DBlockIo.c658 Private->BlockSize = strtol (++Str, NULL, 0); in EmuBlockIoThunkOpen()
/device/generic/car/emulator/audio/driver/
Daudio_hw.c157 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/
Daudio_hw.c325 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/
Dfloatobject.c1576 exp = strtol(exp_start, NULL, 10); in float_fromhex()

12