| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/xlocale/ |
| H A D | __strtonum_fallback.h | 23 inline _LIBCPP_INLINE_VISIBILITY float strtof_l(const char *nptr, in strtof_l() 28 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char *nptr, in strtod_l() 33 inline _LIBCPP_INLINE_VISIBILITY long double strtold_l(const char *nptr, in strtold_l() 39 strtoll_l(const char *nptr, char **endptr, int base, locale_t) { in strtoll_l() 44 strtoull_l(const char *nptr, char **endptr, int base, locale_t) { in strtoull_l() 49 wcstoll_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoll_l() 54 wcstoull_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoull_l() 58 inline _LIBCPP_INLINE_VISIBILITY long double wcstold_l(const wchar_t *nptr, in wcstold_l()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/xlocale/ |
| H A D | __strtonum_fallback.h | 23 inline _LIBCPP_INLINE_VISIBILITY float strtof_l(const char *nptr, in strtof_l() 28 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char *nptr, in strtod_l() 33 inline _LIBCPP_INLINE_VISIBILITY long double strtold_l(const char *nptr, in strtold_l() 39 strtoll_l(const char *nptr, char **endptr, int base, locale_t) { in strtoll_l() 44 strtoull_l(const char *nptr, char **endptr, int base, locale_t) { in strtoull_l() 49 wcstoll_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoll_l() 54 wcstoull_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoull_l() 58 inline _LIBCPP_INLINE_VISIBILITY long double wcstold_l(const wchar_t *nptr, in wcstold_l()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/musl/ |
| H A D | xlocale.h | 28 static inline long long strtoll_l(const char *nptr, char **endptr, int base, in strtoll_l() 33 static inline unsigned long long strtoull_l(const char *nptr, char **endptr, in strtoull_l() 38 static inline long long wcstoll_l(const wchar_t *nptr, wchar_t **endptr, in wcstoll_l() 43 static inline unsigned long long wcstoull_l(const wchar_t *nptr, in wcstoull_l() 49 static inline long double wcstold_l(const wchar_t *nptr, wchar_t **endptr, in wcstold_l()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/musl/ |
| H A D | xlocale.h | 28 static inline long long strtoll_l(const char *nptr, char **endptr, int base, in strtoll_l() 33 static inline unsigned long long strtoull_l(const char *nptr, char **endptr, in strtoull_l() 38 static inline long long wcstoll_l(const wchar_t *nptr, wchar_t **endptr, in wcstoll_l() 43 static inline unsigned long long wcstoull_l(const wchar_t *nptr, in wcstoull_l() 49 static inline long double wcstold_l(const wchar_t *nptr, wchar_t **endptr, in wcstold_l()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | stdlib.c | 9 long atol(const char *nptr) in atol() 36 int atoi(const char *nptr) in atoi()
|
| /OK3568_Linux_fs/kernel/drivers/media/mc/ |
| H A D | mc-device.c | 780 struct media_entity_notify *nptr) in media_device_register_entity_notify() 793 struct media_entity_notify *nptr) in __media_device_unregister_entity_notify() 799 struct media_entity_notify *nptr) in media_device_unregister_entity_notify()
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | media-device.h | 458 struct media_entity_notify *nptr) in media_device_register_entity_notify() 464 struct media_entity_notify *nptr) in media_device_unregister_entity_notify()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | earlycpio.c | 64 const char *p, *dptr, *nptr; in find_cpio_data() local
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_ialloc_btree.c | 44 union xfs_btree_ptr *nptr, in xfs_inobt_set_root() 58 union xfs_btree_ptr *nptr, in xfs_finobt_set_root()
|
| H A D | xfs_btree.c | 2895 union xfs_btree_ptr nptr; /* new block addr */ in xfs_btree_new_iroot() local 2996 int nptr; /* new value for key index, 1 or 2 */ in xfs_btree_new_root() local 3117 union xfs_btree_ptr *nptr, /* new btree ptr */ in xfs_btree_make_block_unfull() 3192 union xfs_btree_ptr nptr; /* new block ptr */ in xfs_btree_insrec() local 3396 union xfs_btree_ptr nptr; /* new block number (split result) */ in xfs_btree_insert() local
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test_ini.c | 131 static long fts_atol(char *nptr) in fts_atol() 154 static int fts_atoi(char *nptr) in fts_atoi()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcm_app_utils.c | 38 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
|
| H A D | bcmwifi_channels.c | 40 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcm_app_utils.c | 38 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
|
| H A D | bcmwifi_channels.c | 40 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcm_app_utils.c | 38 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
|
| H A D | bcmwifi_channels.c | 40 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcm_app_utils.c | 37 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
|
| H A D | bcmwifi_channels.c | 39 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcm_app_utils.c | 30 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
|
| H A D | wl_android_ext.h | 38 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcm_app_utils.c | 30 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
|
| H A D | wl_android_ext.h | 38 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | vector_user.c | 384 static int strtofd(const char *nptr) in strtofd()
|
| /OK3568_Linux_fs/external/rk_pcba_test/cJSON/ |
| H A D | cJSON.c | 556 cJSON *newitem,*cptr,*nptr=0,*newchild; in cJSON_Duplicate() local
|