Home
last modified time | relevance | path

Searched defs:ent (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/nghttp2/src/
Dshrpx_downstream_queue.cc46 auto &ent = p.second; in ~DownstreamQueue() local
87 auto &ent = find_host_entry(make_host_key(downstream)); in mark_active() local
94 auto &ent = find_host_entry(make_host_key(downstream)); in mark_blocked() local
108 auto &ent = (*itr).second; in can_activate() local
113 bool remove_host_entry_if_empty(const DownstreamQueue::HostEntry &ent, in remove_host_entry_if_empty()
132 auto &ent = find_host_entry(host); in remove_and_get_blocked() local
Dshrpx_dns_tracker.cc85 void DNSTracker::update_entry(ResolverEntry &ent, in update_entry()
165 auto &ent = (*p.first).second; in resolve() local
176 auto &ent = (*it).second; in resolve() local
254 void DNSTracker::add_to_qlist(ResolverEntry &ent, DNSQuery *dnsq) { in add_to_qlist()
291 auto &ent = (*it).second; in cancel() local
311 auto &ent = (*it).second; in gc() local
/third_party/mesa3d/src/mapi/
Dmapi_abi.py253 def need_entry_point(self, ent): argument
278 def _c_function(self, ent, prefix, mangle=False, stringify=False): argument
290 def _c_function_call(self, ent, prefix): argument
303 def _c_decl(self, ent, prefix, mangle=False, export=''): argument
314 def _c_cast(self, ent): argument
599 def _override_for_api(self, ent): argument
631 def _override_for_api(self, ent): argument
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dhasmntopt.c30 struct mntent ent; in hasmntopt_0100() local
45 struct mntent ent; in hasmntopt_0200() local
/third_party/libuv/src/unix/
Dbsd-ifaddrs.c38 static int uv__ifaddr_exclude(struct ifaddrs *ent, int exclude_type) { in uv__ifaddr_exclude()
70 struct ifaddrs* ent; in uv_interface_addresses() local
Dsunos.c743 struct ifaddrs* ent) { in uv__set_phys_addr()
785 static int uv__ifaddr_exclude(struct ifaddrs *ent) { in uv__ifaddr_exclude()
799 struct ifaddrs* ent; in uv_interface_addresses() local
/third_party/nghttp2/tests/
Dnghttp2_pq_test.c32 nghttp2_pq_entry ent; member
38 string_entry *ent; in string_entry_new() local
48 static void string_entry_del(string_entry *ent) { free(ent); } in string_entry_del()
119 nghttp2_pq_entry ent; member
/third_party/glslang/glslang/MachineIndependent/
Diomapper.cpp88 TVarEntryInfo ent = {base->getId(), base, ! traverseAll}; in visitSymbol() local
127 TVarEntryInfo ent = { base->getId() }; in visitSymbol() local
201 TVarEntryInfo& ent = entKey.second; in operator ()() local
258 TVarEntryInfo& ent = entKey.second; in operator ()() local
489 int TDefaultIoResolverBase::resolveSet(EShLanguage /*stage*/, TVarEntryInfo& ent) { in resolveSet()
501 int TDefaultIoResolverBase::resolveUniformLocation(EShLanguage /*stage*/, TVarEntryInfo& ent) { in resolveUniformLocation()
531 int TDefaultIoResolverBase::resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) { in resolveInOutLocation()
565 int TDefaultIoResolverBase::resolveInOutComponent(EShLanguage /*stage*/, TVarEntryInfo& ent) { in resolveInOutComponent()
569 int TDefaultIoResolverBase::resolveInOutIndex(EShLanguage /*stage*/, TVarEntryInfo& ent) { return e… in resolveInOutIndex()
610 int TDefaultGlslIoResolver::resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) { in resolveInOutLocation()
[all …]
/third_party/openssl/crypto/x509/
Dby_dir.c151 static void by_dir_entry_free(BY_DIR_ENTRY *ent) in by_dir_entry_free()
183 BY_DIR_ENTRY *ent; in add_cert_dir() local
268 BY_DIR_ENTRY *ent; in get_cert_by_subject_ex() local
/third_party/nghttp2/lib/
Dnghttp2_hd.c487 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv) { in nghttp2_hd_entry_init()
501 void nghttp2_hd_entry_free(nghttp2_hd_entry *ent) { in nghttp2_hd_entry_free()
533 static void hd_map_insert(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_insert()
577 static void hd_map_remove(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_remove()
645 nghttp2_hd_entry *ent = hd_ringbuf_get(ringbuf, i); in hd_ringbuf_free() local
654 nghttp2_hd_entry *ent, nghttp2_mem *mem) { in hd_ringbuf_push_front()
1115 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in add_hd_table_incremental() local
1176 const nghttp2_hd_static_entry *ent; in search_static_table() local
1201 const nghttp2_hd_entry *ent; in search_hd_table() local
1232 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in hd_context_shrink_table_size() local
[all …]
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.c482 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv) { in nghttp2_hd_entry_init()
496 void nghttp2_hd_entry_free(nghttp2_hd_entry *ent) { in nghttp2_hd_entry_free()
528 static void hd_map_insert(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_insert()
572 static void hd_map_remove(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_remove()
640 nghttp2_hd_entry *ent = hd_ringbuf_get(ringbuf, i); in hd_ringbuf_free() local
649 nghttp2_hd_entry *ent, nghttp2_mem *mem) { in hd_ringbuf_push_front()
1110 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in add_hd_table_incremental() local
1171 const nghttp2_hd_static_entry *ent; in search_static_table() local
1196 const nghttp2_hd_entry *ent; in search_hd_table() local
1227 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in hd_context_shrink_table_size() local
[all …]
/third_party/ltp/testcases/kernel/syscalls/readdir/
Dreaddir01.c46 struct dirent *ent; in verify_readdir() local
/third_party/ltp/testcases/kernel/mem/hugetlb/lib/
Dhugetlb.c88 struct passwd *ent; in getuserid() local
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_sg01.c44 struct dirent *ent; in find_generic_scsi_device() local
/third_party/openssl/providers/implementations/rands/
Ddrbg_hmac.c123 const unsigned char *ent, size_t ent_len, in drbg_hmac_instantiate()
168 const unsigned char *ent, size_t ent_len, in drbg_hmac_reseed()
176 const unsigned char *ent, size_t ent_len, in drbg_hmac_reseed_wrapper()
Ddrbg_hash.c249 const unsigned char *ent, size_t ent_len, in drbg_hash_instantiate()
289 const unsigned char *ent, size_t ent_len, in drbg_hash_reseed()
305 const unsigned char *ent, size_t ent_len, in drbg_hash_reseed_wrapper()
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt03.c39 struct ipt_entry ent; member
/third_party/ltp/testcases/kernel/fs/fs_fill/
Dfs_fill.c35 struct dirent *ent; in worker() local
/third_party/libxml2/
Dentities.c944 xmlEntityPtr ent = (xmlEntityPtr) payload; in xmlCopyEntity() local
1036 xmlDumpEntityDecl(xmlBufferPtr buf, xmlEntityPtr ent) { in xmlDumpEntityDecl()
1122 xmlDumpEntityDeclScan(void *ent, void *buf, in xmlDumpEntityDeclScan()
Dtree.c1281 xmlEntityPtr ent; in xmlStringLenGetNodeList() local
1504 xmlEntityPtr ent; in xmlStringGetNodeList() local
1703 xmlEntityPtr ent; in xmlNodeListGetString() local
1793 xmlEntityPtr ent; in xmlNodeListGetRawString() local
2621 xmlEntityPtr ent; in xmlNewReference() local
3816 xmlEntityPtr ent = (xmlEntityPtr) cur; in xmlFreeNode() local
5363 xmlEntityPtr ent = (xmlEntityPtr) cur; in xmlNodeGetBase() local
5519 xmlEntityPtr ent; in xmlBufGetNodeContent() local
5610 xmlEntityPtr ent; in xmlNodeGetContent() local
9293 xmlEntityPtr ent; in xmlDOMWrapAdoptBranch() local
[all …]
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_dual_tex.c138 struct set_entry *ent = _mesa_set_search_or_add(set, I, &found); in bi_opt_fuse_dual_texture_block() local
/third_party/ltp/testcases/kernel/connectors/pec/
Devent_generator.c171 struct passwd *ent; in main() local
/third_party/ltp/libs/libltpipc/
Dlibipc.c141 struct passwd *ent; in getuserid() local
/third_party/ffmpeg/libavformat/
Dos_support.c153 struct hostent *ent = NULL; in ff_getnameinfo() local
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSelector.java134 int ent = mask[i]; in countOnes() local

1234