Home
last modified time | relevance | path

Searched defs:nptr (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/xlocale/
H A D__strtonum_fallback.h23 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.h23 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 Dxlocale.h28 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 Dxlocale.h28 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 Dstdlib.c9 long atol(const char *nptr) in atol()
36 int atoi(const char *nptr) in atoi()
/OK3568_Linux_fs/kernel/drivers/media/mc/
H A Dmc-device.c780 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 Dmedia-device.h458 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 Dearlycpio.c64 const char *p, *dptr, *nptr; in find_cpio_data() local
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c44 union xfs_btree_ptr *nptr, in xfs_inobt_set_root()
58 union xfs_btree_ptr *nptr, in xfs_finobt_set_root()
H A Dxfs_btree.c2895 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 Dfocaltech_test_ini.c131 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 Dbcm_app_utils.c38 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
H A Dbcmwifi_channels.c40 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcm_app_utils.c38 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
H A Dbcmwifi_channels.c40 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcm_app_utils.c38 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
H A Dbcmwifi_channels.c40 #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 Dbcm_app_utils.c37 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
H A Dbcmwifi_channels.c39 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcm_app_utils.c30 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
H A Dwl_android_ext.h38 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcm_app_utils.c30 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
H A Dwl_android_ext.h38 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base)) argument
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dvector_user.c384 static int strtofd(const char *nptr) in strtofd()
/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.c556 cJSON *newitem,*cptr,*nptr=0,*newchild; in cJSON_Duplicate() local

12