Searched refs:__cp (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/arpa/ |
| H A D | inet.h | 34 extern in_addr_t inet_addr (const char *__cp) __THROW; 49 extern in_addr_t inet_network (const char *__cp) __THROW; 58 extern int inet_pton (int __af, const char *__restrict __cp, 64 extern const char *inet_ntop (int __af, const void *__restrict __cp, 73 extern int inet_aton (const char *__cp, struct in_addr *__inp) __THROW; 82 extern char *inet_net_ntop (int __af, const void *__cp, int __bits, 88 extern int inet_net_pton (int __af, const char *__cp, 94 extern unsigned int inet_nsap_addr (const char *__cp, 99 extern char *inet_nsap_ntoa (int __len, const unsigned char *__cp,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/arpa/ |
| H A D | inet.h | 34 extern in_addr_t inet_addr (const char *__cp) __THROW; 49 extern in_addr_t inet_network (const char *__cp) __THROW; 58 extern int inet_pton (int __af, const char *__restrict __cp, 64 extern const char *inet_ntop (int __af, const void *__restrict __cp, 73 extern int inet_aton (const char *__cp, struct in_addr *__inp) __THROW; 82 extern char *inet_net_ntop (int __af, const void *__cp, int __bits, 88 extern int inet_net_pton (int __af, const char *__cp, 94 extern unsigned int inet_nsap_addr (const char *__cp, 99 extern char *inet_nsap_ntoa (int __len, const unsigned char *__cp,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __hash_table | 1050 void __node_insert_multi_perform(__node_pointer __cp, 1999 // Insert the node __cp into the container after __pn (which is the last node in 2000 // the bucket that compares equal to __cp). Rehashing, and checking for 2002 // all we need to do is update the bucket and size(). Assumes that __cp->__hash 2007 __node_pointer __cp, __next_pointer __pn) _NOEXCEPT 2010 size_t __chash = __constrain_hash(__cp->__hash_, __bc); 2014 __cp->__next_ = __pn->__next_; 2015 __pn->__next_ = __cp->__ptr(); 2018 if (__cp->__next_ != nullptr) 2019 __bucket_list_[__constrain_hash(__cp->__next_->__hash(), __bc)] [all …]
|
| H A D | algorithm | 4724 _RandomAccessIterator __cp = __first + __c; 4725 if (__comp(*__pp, *__cp)) 4726 return __cp; 4728 ++__cp; 4731 if (__comp(*__pp, *__cp)) 4732 return __cp;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __hash_table | 1050 void __node_insert_multi_perform(__node_pointer __cp, 1999 // Insert the node __cp into the container after __pn (which is the last node in 2000 // the bucket that compares equal to __cp). Rehashing, and checking for 2002 // all we need to do is update the bucket and size(). Assumes that __cp->__hash 2007 __node_pointer __cp, __next_pointer __pn) _NOEXCEPT 2010 size_t __chash = __constrain_hash(__cp->__hash_, __bc); 2014 __cp->__next_ = __pn->__next_; 2015 __pn->__next_ = __cp->__ptr(); 2018 if (__cp->__next_ != nullptr) 2019 __bucket_list_[__constrain_hash(__cp->__next_->__hash(), __bc)] [all …]
|
| H A D | algorithm | 4724 _RandomAccessIterator __cp = __first + __c; 4725 if (__comp(*__pp, *__cp)) 4726 return __cp; 4728 ++__cp; 4731 if (__comp(*__pp, *__cp)) 4732 return __cp;
|
| /OK3568_Linux_fs/kernel/drivers/scsi/csiostor/ |
| H A D | csio_mb.h | 91 #define CSIO_INIT_MBP(__mbp, __cp, __tmo, __priv, __fn, __clear) \ argument 94 memset((__cp), 0, \ 100 (__mbp)->mb_size = sizeof(*(__cp)); \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | resolv.h | 261 const unsigned char * p_fqnname (const unsigned char *__cp,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | resolv.h | 261 const unsigned char * p_fqnname (const unsigned char *__cp,
|