| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | treeboot-bamboo.c | 25 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 D | planetcore.c | 58 *val = strtoull(str, NULL, 10); in planetcore_get_decimal() 68 *val = strtoull(str, NULL, 16); in planetcore_get_hex()
|
| H A D | stdlib.h | 5 unsigned long long int strtoull(const char *ptr, char **end, int base);
|
| H A D | stdlib.c | 13 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 D | xcam_log.cpp | 155 *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 D | null_syscall.c | 86 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 D | 0003-pgrep-Fix-compile-error-with-BSP-4.4-kernel.patch | 20 …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 D | cstdlib | 191 #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 D | cstdlib | 191 #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 D | trace-event-parse.c | 140 addr = strtoull(addr_str, NULL, 16); in parse_ftrace_printk() 207 return strtoull(flag, NULL, 0); in eval_flag()
|
| H A D | smt.c | 38 siblings = strtoull(str, NULL, 16); in smt_on()
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/s390/annotate/ |
| H A D | instructions.c | 17 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 D | mkimage.c | 152 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 D | stdlib.h | 40 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 D | stdlib.h | 40 using std::tr1::strtoull;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | proc.h | 36 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 D | xlocale.h | 35 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 D | xlocale.h | 35 return strtoull(nptr, endptr, base); in strtoull_l()
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/ |
| H A D | sysfs.c | 82 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.h | 45 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.h | 45 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 D | xlocale.h | 49 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 D | xlocale.h | 49 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 D | cstdlib | 45 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 D | cstdlib | 45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99 121 using ::strtoull;
|