Home
last modified time | relevance | path

Searched refs:strtoull (Results 1 – 25 of 122) sorted by relevance

12345

/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dtreeboot-bamboo.c25 mac64 = strtoull((char *)PIBS_MAC0, 0, 16); in read_pibs_mac()
28 mac64 = strtoull((char *)PIBS_MAC1, 0, 16); in read_pibs_mac()
H A Dplanetcore.c58 *val = strtoull(str, NULL, 10); in planetcore_get_decimal()
68 *val = strtoull(str, NULL, 16); in planetcore_get_hex()
H A Dstdlib.h5 unsigned long long int strtoull(const char *ptr, char **end, int base);
H A Dstdlib.c13 unsigned long long int strtoull(const char *ptr, char **end, int base) in strtoull() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_log.cpp155 *value = strtoull(valueStr, nullptr, 16); in xcam_get_enviroment_value()
178 g_cam_engine_log_level = strtoull(level, nullptr, 16); in xcam_get_runtime_log_level()
197 g_cam_engine_log_level = strtoull(property_value, nullptr, 16); in xcam_get_log_level()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/
H A Dnull_syscall.c86 v = strtoull(p + 1, &end, 0); in get_proc_frequency()
110 clock_frequency = strtoull(override, NULL, 10); in get_proc_frequency()
/OK3568_Linux_fs/buildroot/package/procps-ng/
H A D0003-pgrep-Fix-compile-error-with-BSP-4.4-kernel.patch20 …rerror strncasecmp strndup strpbrk strrchr strspn strstr strtol strtoul strtoull strverscmp utmpna…
21 …rerror strncasecmp strndup strpbrk strrchr strspn strstr strtol strtoul strtoull strverscmp utmpna…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dcstdlib191 #undef strtoull
224 (strtoull)(const char * __restrict, char ** __restrict, int) throw ();
229 using ::strtoull;
251 using ::__gnu_cxx::strtoull;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dcstdlib191 #undef strtoull
224 (strtoull)(const char * __restrict, char ** __restrict, int) throw ();
229 using ::strtoull;
251 using ::__gnu_cxx::strtoull;
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dtrace-event-parse.c140 addr = strtoull(addr_str, NULL, 16); in parse_ftrace_printk()
207 return strtoull(flag, NULL, 0); in eval_flag()
H A Dsmt.c38 siblings = strtoull(str, NULL, 16); in smt_on()
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/annotate/
H A Dinstructions.c17 ops->target.addr = strtoull(tok + 1, &endptr, 16); in s390_call__parse()
77 ops->target.addr = strtoull(target, &endptr, 16); in s390_mov__parse()
/OK3568_Linux_fs/u-boot/tools/
H A Dmkimage.c152 params.addr = strtoull(optarg, &ptr, 16); in process_args()
192 params.ep = strtoull(optarg, &ptr, 16); in process_args()
241 params.external_offset = strtoull(optarg, &ptr, 16); in process_args()
276 params.vflag = strtoull(optarg, &ptr, 10); in process_args()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dstdlib.h40 using std::tr1::strtoull;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dstdlib.h40 using std::tr1::strtoull;
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dproc.h36 val = strtoull(p, end, 10); in xstrtoull()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/musl/
H A Dxlocale.h35 return strtoull(nptr, endptr, base); in strtoull_l()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/musl/
H A Dxlocale.h35 return strtoull(nptr, endptr, base); in strtoull_l()
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/
H A Dsysfs.c82 value = strtoull(linebuf, &endp, 0); in sysfs_is_cpu_online()
221 value = strtoull(linebuf, &endp, 0); in sysfs_idlestate_get_one_value()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/xlocale/
H A D__strtonum_fallback.h45 return ::strtoull(nptr, endptr, base); in strtoull_l()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/xlocale/
H A D__strtonum_fallback.h45 return ::strtoull(nptr, endptr, base); in strtoull_l()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/solaris/
H A Dxlocale.h49 return strtoull(__nptr, __endptr, __base); in strtoull_l()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/solaris/
H A Dxlocale.h49 return strtoull(__nptr, __endptr, __base); in strtoull_l()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcstdlib45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
121 using ::strtoull;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcstdlib45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
121 using ::strtoull;

12345