Home
last modified time | relevance | path

Searched refs:ep (Results 1 - 25 of 284) sorted by relevance

12345678910>>...12

/third_party/ltp/tools/sparse/sparse-src/
H A Doptimize.c23 static void clear_symbol_pseudos(struct entrypoint *ep) in clear_symbol_pseudos() argument
27 FOR_EACH_PTR(ep->accesses, pseudo) { in clear_symbol_pseudos()
33 static void clean_up_insns(struct entrypoint *ep) in clean_up_insns() argument
37 FOR_EACH_PTR(ep->bbs, bb) { in clean_up_insns()
51 static void cleanup_cfg(struct entrypoint *ep) in cleanup_cfg() argument
53 kill_unreachable_bbs(ep); in cleanup_cfg()
54 domtree_build(ep); in cleanup_cfg()
59 void optimize(struct entrypoint *ep) in optimize() argument
62 show_entry(ep); in optimize()
68 kill_unreachable_bbs(ep); in optimize()
[all...]
H A Dlinearize.c26 static pseudo_t linearize_statement(struct entrypoint *ep, struct statement *stmt);
27 static pseudo_t linearize_expression(struct entrypoint *ep, struct expression *expr);
29 static pseudo_t add_cast(struct entrypoint *ep, struct symbol *to, struct symbol *from, int op, pseudo_t src);
30 static pseudo_t add_binary_op(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t left, pseudo_t right);
31 static pseudo_t linearize_one_symbol(struct entrypoint *ep, struct symbol *sym);
33 static pseudo_t cast_pseudo(struct entrypoint *ep, pseudo_t src, struct symbol *from, struct symbol *to);
67 static struct basic_block *alloc_basic_block(struct entrypoint *ep, struct position pos) in alloc_basic_block() argument
72 bb->ep = ep; in alloc_basic_block()
584 void show_entry(struct entrypoint *ep) in show_entry() argument
636 get_bound_block(struct entrypoint *ep, struct symbol *label) get_bound_block() argument
647 finish_block(struct entrypoint *ep) finish_block() argument
654 add_goto(struct entrypoint *ep, struct basic_block *dst) add_goto() argument
668 add_one_insn(struct entrypoint *ep, struct instruction *insn) add_one_insn() argument
678 add_unreachable(struct entrypoint *ep) add_unreachable() argument
685 set_activeblock(struct entrypoint *ep, struct basic_block *bb) set_activeblock() argument
722 add_label(struct entrypoint *ep, struct symbol *label) add_label() argument
739 add_branch(struct entrypoint *ep, pseudo_t cond, struct basic_block *bb_true, struct basic_block *bb_false) add_branch() argument
767 symbol_pseudo(struct entrypoint *ep, struct symbol *sym) symbol_pseudo() argument
817 argument_pseudo(struct entrypoint *ep, int nr) argument_pseudo() argument
907 linearize_simple_address(struct entrypoint *ep, struct expression *addr, struct access_data *ad) linearize_simple_address() argument
950 linearize_address_gen(struct entrypoint *ep, struct expression *expr, struct access_data *ad) linearize_address_gen() argument
966 add_load(struct entrypoint *ep, struct access_data *ad) add_load() argument
985 add_store(struct entrypoint *ep, struct access_data *ad, pseudo_t value) add_store() argument
1001 linearize_bitfield_insert(struct entrypoint *ep, pseudo_t ori, pseudo_t val, struct symbol *ctype, struct symbol *btype) linearize_bitfield_insert() argument
1020 linearize_store_gen(struct entrypoint *ep, pseudo_t value, struct access_data *ad) linearize_store_gen() argument
1057 add_binary_op(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t left, pseudo_t right) add_binary_op() argument
1068 add_cmp_op(struct entrypoint *ep, struct symbol *ctype, int op, struct symbol *itype, pseudo_t left, pseudo_t right) add_cmp_op() argument
1075 add_setval(struct entrypoint *ep, struct symbol *ctype, struct expression *val) add_setval() argument
1085 add_setfval(struct entrypoint *ep, struct symbol *ctype, long double fval) add_setfval() argument
1095 add_symbol_address(struct entrypoint *ep, struct expression *expr) add_symbol_address() argument
1106 linearize_bitfield_extract(struct entrypoint *ep, pseudo_t val, struct symbol *ctype, struct symbol *btype) linearize_bitfield_extract() argument
1119 linearize_load_gen(struct entrypoint *ep, struct access_data *ad) linearize_load_gen() argument
1135 linearize_access(struct entrypoint *ep, struct expression *expr) linearize_access() argument
1146 linearize_inc_dec(struct entrypoint *ep, struct expression *expr, int postop) linearize_inc_dec() argument
1170 add_unop(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t src) add_unop() argument
1181 add_cast(struct entrypoint *ep, struct symbol *to, struct symbol *from, int op, pseudo_t src) add_cast() argument
1189 linearize_slice(struct entrypoint *ep, struct expression *expr) linearize_slice() argument
1203 linearize_regular_preop(struct entrypoint *ep, struct expression *expr) linearize_regular_preop() argument
1222 linearize_preop(struct entrypoint *ep, struct expression *expr) linearize_preop() argument
1236 linearize_postop(struct entrypoint *ep, struct expression *expr) linearize_postop() argument
1360 cast_pseudo(struct entrypoint *ep, pseudo_t src, struct symbol *from, struct symbol *to) cast_pseudo() argument
1421 add_convert_to_bool(struct entrypoint *ep, pseudo_t src, struct symbol *type) add_convert_to_bool() argument
1442 linearize_expression_to_bool(struct entrypoint *ep, struct expression *expr) linearize_expression_to_bool() argument
1450 linearize_assignment(struct entrypoint *ep, struct expression *expr) linearize_assignment() argument
1492 linearize_call_expression(struct entrypoint *ep, struct expression *expr) linearize_call_expression() argument
1570 linearize_binop_bool(struct entrypoint *ep, struct expression *expr) linearize_binop_bool() argument
1583 linearize_binop(struct entrypoint *ep, struct expression *expr) linearize_binop() argument
1608 linearize_select(struct entrypoint *ep, struct expression *expr) linearize_select() argument
1630 add_join_conditional(struct entrypoint *ep, struct expression *expr, pseudo_t phi1, pseudo_t phi2) add_join_conditional() argument
1649 linearize_short_conditional(struct entrypoint *ep, struct expression *expr, struct expression *cond, struct expression *expr_false) linearize_short_conditional() argument
1676 linearize_conditional(struct entrypoint *ep, struct expression *expr, struct expression *cond, struct expression *expr_true, struct expression *expr_false) linearize_conditional() argument
1718 linearize_logical(struct entrypoint *ep, struct expression *expr) linearize_logical() argument
1755 linearize_compare(struct entrypoint *ep, struct expression *expr) linearize_compare() argument
1777 linearize_cond_branch(struct entrypoint *ep, struct expression *expr, struct basic_block *bb_true, struct basic_block *bb_false) linearize_cond_branch() argument
1813 linearize_logical_branch(struct entrypoint *ep, struct expression *expr, struct basic_block *bb_true, struct basic_block *bb_false) linearize_logical_branch() argument
1826 linearize_cast(struct entrypoint *ep, struct expression *expr) linearize_cast() argument
1838 linearize_initializer(struct entrypoint *ep, struct expression *initializer, struct access_data *ad) linearize_initializer() argument
1863 linearize_argument(struct entrypoint *ep, struct symbol *arg, int nr) linearize_argument() argument
1872 linearize_expression(struct entrypoint *ep, struct expression *expr) linearize_expression() argument
1952 linearize_one_symbol(struct entrypoint *ep, struct symbol *sym) linearize_one_symbol() argument
1982 linearize_compound_statement(struct entrypoint *ep, struct statement *stmt) linearize_compound_statement() argument
1995 add_return(struct entrypoint *ep, struct basic_block *bb, struct symbol *ctype, pseudo_t src) add_return() argument
2010 linearize_fn_statement(struct entrypoint *ep, struct statement *stmt) linearize_fn_statement() argument
2032 linearize_inlined_call(struct entrypoint *ep, struct statement *stmt) linearize_inlined_call() argument
2060 linearize_context(struct entrypoint *ep, struct statement *stmt) linearize_context() argument
2071 linearize_range(struct entrypoint *ep, struct statement *stmt) linearize_range() argument
2095 add_asm_input(struct entrypoint *ep, struct instruction *insn, struct asm_operand *op) add_asm_input() argument
2102 add_asm_output_address(struct entrypoint *ep, struct instruction *insn, struct asm_operand *op) add_asm_output_address() argument
2114 add_asm_output(struct entrypoint *ep, struct instruction *insn, struct asm_operand *op) add_asm_output() argument
2130 linearize_asm_statement(struct entrypoint *ep, struct statement *stmt) linearize_asm_statement() argument
2200 linearize_declaration(struct entrypoint *ep, struct statement *stmt) linearize_declaration() argument
2212 linearize_return(struct entrypoint *ep, struct statement *stmt) linearize_return() argument
2227 linearize_switch(struct entrypoint *ep, struct statement *stmt) linearize_switch() argument
2297 linearize_iterator(struct entrypoint *ep, struct statement *stmt) linearize_iterator() argument
2344 linearize_statement(struct entrypoint *ep, struct statement *stmt) linearize_statement() argument
2512 late_warnings(struct entrypoint *ep) late_warnings() argument
2535 struct entrypoint *ep; linearize_fn() local
2601 linearize_fma(struct entrypoint *ep, struct expression *expr) linearize_fma() argument
2618 linearize_isdigit(struct entrypoint *ep, struct expression *expr) linearize_isdigit() argument
2640 linearize_unreachable(struct entrypoint *ep, struct expression *exp) linearize_unreachable() argument
[all...]
H A Dflowgraph.c47 static void debug_postorder(struct entrypoint *ep) in debug_postorder() argument
51 printf("%s's reverse postorder:\n", show_ident(ep->name->ident)); in debug_postorder()
52 FOR_EACH_PTR(ep->bbs, bb) { in debug_postorder()
63 int cfg_postorder(struct entrypoint *ep) in cfg_postorder() argument
69 label_postorder(ep->entry->bb, &info); in cfg_postorder()
72 // Reuse ep->bbs for the reverse postorder. in cfg_postorder()
73 free_ptr_list(&ep->bbs); in cfg_postorder()
74 ep->bbs = NULL; in cfg_postorder()
75 reverse_bbs(&ep->bbs, info.list); in cfg_postorder()
78 debug_postorder(ep); in cfg_postorder()
105 debug_domtree(struct entrypoint *ep) debug_domtree() argument
117 domtree_build(struct entrypoint *ep) domtree_build() argument
[all...]
H A Dgraph.c44 static void graph_ep(struct entrypoint *ep) in graph_ep() argument
51 fname = show_ident(ep->name->ident); in graph_ep()
52 sname = stream_name(ep->entry->bb->pos.stream); in graph_ep()
62 " ep=bb%p;\n", in graph_ep()
63 ep, sname, fname, sname, fname, ep->entry->bb); in graph_ep()
65 FOR_EACH_PTR(ep->bbs, bb) { in graph_ep()
120 static void graph_calls(struct entrypoint *ep, int internal) in graph_calls() argument
125 show_ident(ep->name->ident); in graph_calls()
126 stream_name(ep in graph_calls()
[all...]
H A Dsparse.c70 static int imbalance(struct entrypoint *ep, struct basic_block *bb, int entry, int exit, const char *why) in imbalance() argument
73 struct symbol *sym = ep->name; in imbalance()
79 static int check_bb_context(struct entrypoint *ep, struct basic_block *bb, int entry, int exit);
81 static int check_children(struct entrypoint *ep, struct basic_block *bb, int entry, int exit) in check_children() argument
90 return entry != exit ? imbalance(ep, bb, entry, exit, "wrong count at exit") : 0; in check_children()
93 if (check_bb_context(ep, child, entry, exit)) in check_children()
99 static int check_bb_context(struct entrypoint *ep, struct basic_block *bb, int entry, int exit) in check_bb_context() argument
108 return imbalance(ep, bb, entry, bb->context, "different lock contexts for basic block"); in check_bb_context()
113 return imbalance(ep, bb, entry, exit, "unexpected unlock"); in check_bb_context()
115 return check_children(ep, b in check_bb_context()
234 check_instructions(struct entrypoint *ep) check_instructions() argument
243 check_context(struct entrypoint *ep) check_context() argument
303 struct entrypoint *ep; check_symbols() local
[all...]
H A Dir.c67 show_entry(insn->bb->ep); in check_user()
77 show_entry(insn->bb->ep); in check_user()
88 static int check_branch(struct entrypoint *ep, struct instruction *insn, struct basic_block *bb) in check_branch() argument
90 if (bb->ep && lookup_bb(ep->bbs, bb)) in check_branch()
96 static int check_switch(struct entrypoint *ep, struct instruction *insn) in check_switch() argument
102 err = check_branch(ep, insn, jmp->target); in check_switch()
121 static int validate_insn(struct entrypoint *ep, struct instruction *insn) in validate_insn() argument
143 err += check_branch(ep, insn, insn->bb_true); in validate_insn()
144 err += check_branch(ep, ins in validate_insn()
187 ir_validate(struct entrypoint *ep) ir_validate() argument
[all...]
H A Dflow.h16 extern int simplify_flow(struct entrypoint *ep);
18 extern void kill_dead_stores(struct entrypoint *ep, pseudo_t addr, int local);
19 extern void simplify_symbol_usage(struct entrypoint *ep);
20 extern void simplify_memops(struct entrypoint *ep);
21 extern void pack_basic_blocks(struct entrypoint *ep);
22 extern int simplify_cfg_early(struct entrypoint *ep);
31 extern void kill_unreachable_bbs(struct entrypoint *ep);
46 extern void vrfy_flow(struct entrypoint *ep);
H A Dtest-unssa.c27 static void output_fn(struct entrypoint *ep) in output_fn() argument
31 struct symbol *sym = ep->name; in output_fn()
39 unssa(ep); in output_fn()
41 FOR_EACH_PTR(ep->bbs, bb) { in output_fn()
62 struct entrypoint *ep; in compile() local
64 ep = linearize_symbol(sym); in compile()
67 if (ep) in compile()
68 output_fn(ep); in compile()
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbdev.h74 * ep - the struct usbdev_ep_s instance obtained from allocep()
80 #define EP_CONFIGURE(ep, desc, last) (ep)->ops->configure(ep, desc, last)
84 #define EP_DISABLE(ep) (ep)->ops->disable(ep)
88 #define EP_ALLOCREQ(ep) (ep)->ops->allocreq(ep)
[all...]
/third_party/python/Lib/test/
H A Dtest_epoll.py67 ep = select.epoll(16)
70 self.assertTrue(ep.fileno() > 0, ep.fileno())
71 self.assertTrue(not ep.closed)
72 ep.close()
73 self.assertTrue(ep.closed)
74 self.assertRaises(ValueError, ep.fileno)
97 with select.epoll(16) as ep:
98 self.assertGreater(ep.fileno(), 0)
99 self.assertFalse(ep
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Drehash.c127 HENTRY *ep, *found = NULL; in add_entry() local
142 for (ep = bp->first_entry; ep; ep = ep->next) { in add_entry()
143 if (digest && memcmp(digest, ep->digest, evpmdsize) == 0) { in add_entry()
150 if (strcmp(filename, ep->filename) == 0) { in add_entry()
151 found = ep; in add_entry()
156 ep = found; in add_entry()
157 if (ep in add_entry()
351 HENTRY *ep, *nextep; do_dir() local
[all...]
/third_party/openssl/apps/
H A Drehash.c130 HENTRY *ep, *found = NULL; in add_entry() local
145 for (ep = bp->first_entry; ep; ep = ep->next) { in add_entry()
146 if (digest && memcmp(digest, ep->digest, evpmdsize) == 0) { in add_entry()
153 if (strcmp(filename, ep->filename) == 0) { in add_entry()
154 found = ep; in add_entry()
159 ep = found; in add_entry()
160 if (ep in add_entry()
354 HENTRY *ep, *nextep; do_dir() local
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_event_epoll.c46 ares_evsys_epoll_t *ep = NULL; in ares_evsys_epoll_destroy() local
52 ep = e->ev_sys_data; in ares_evsys_epoll_destroy()
53 if (ep == NULL) { in ares_evsys_epoll_destroy()
57 if (ep->epoll_fd != -1) { in ares_evsys_epoll_destroy()
58 close(ep->epoll_fd); in ares_evsys_epoll_destroy()
61 ares_free(ep); in ares_evsys_epoll_destroy()
67 ares_evsys_epoll_t *ep = NULL; in ares_evsys_epoll_init() local
69 ep = ares_malloc_zero(sizeof(*ep)); in ares_evsys_epoll_init()
70 if (ep in ares_evsys_epoll_init()
98 const ares_evsys_epoll_t *ep = e->ev_sys_data; ares_evsys_epoll_event_add() local
119 const ares_evsys_epoll_t *ep = e->ev_sys_data; ares_evsys_epoll_event_del() local
131 const ares_evsys_epoll_t *ep = e->ev_sys_data; ares_evsys_epoll_event_mod() local
151 const ares_evsys_epoll_t *ep = e->ev_sys_data; ares_evsys_epoll_wait() local
[all...]
/third_party/lwip/src/netif/ppp/
H A Dmultilink.c75 #define set_ip_epdisc(ep, addr) do { \
76 ep->length = 4; \
77 ep->value[0] = addr >> 24; \
78 ep->value[1] = addr >> 16; \
79 ep->value[2] = addr >> 8; \
80 ep->value[3] = addr; \
452 get_default_epdisc(ep) in get_default_epdisc()
453 struct epdisc *ep; in get_default_epdisc()
461 if (p != 0 && get_if_hwaddr(ep->value, p) >= 0) {
462 ep
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format.cc146 // that there is sufficient space before ep to hold the conversion.
147 char* Format64(char* ep, int width, std::int_fast64_t v) { in Format64() argument
161 *--ep = kDigits[last_digit]; in Format64()
167 *--ep = kDigits[v % 10]; in Format64()
169 while (--width >= 0) *--ep = '0'; // zero pad in Format64()
170 if (neg) *--ep = '-'; in Format64()
171 return ep; in Format64()
175 char* Format02d(char* ep, int v) { in Format02d() argument
176 *--ep = kDigits[v % 10]; in Format02d()
177 *--ep in Format02d()
182 FormatOffset(char* ep, int offset, const char* mode) FormatOffset() argument
342 char* const ep = buf + sizeof(buf); format() local
[all...]
H A Dtime_zone_fixed.cc62 const char* const ep = kFixedZonePrefix + prefix_len; in FixedOffsetFromName() local
65 if (!std::equal(kFixedZonePrefix, ep, name.begin())) return false; in FixedOffsetFromName()
108 char* ep = std::copy(kFixedZonePrefix, kFixedZonePrefix + prefix_len, buf); in FixedOffsetToName() local
109 *ep++ = sign; in FixedOffsetToName()
110 ep = Format02d(ep, offset_hours); in FixedOffsetToName()
111 *ep++ = ':'; in FixedOffsetToName()
112 ep = Format02d(ep, offset_minutes); in FixedOffsetToName()
113 *ep in FixedOffsetToName()
[all...]
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_epfile.c55 static void generic_epfile_req_sync_complete(struct usbdev_ep_s *ep, struct usbdev_req_s *req) in generic_epfile_req_sync_complete() argument
60 if (ep == NULL || epfile == NULL || req == NULL) in generic_epfile_req_sync_complete()
62 usb_err("Illegal request or ep!\n"); in generic_epfile_req_sync_complete()
75 struct usbdev_req_s *req = epfile->ep->req; in generic_epfile_submit_sync()
89 ret = EP_SUBMIT(epfile->ep->ep, req); in generic_epfile_submit_sync()
101 usb_err("ep failed, ret = %d\n", req->result); in generic_epfile_submit_sync()
128 static void generic_epfile_req_complete(struct usbdev_ep_s *ep, struct usbdev_req_s *req) in generic_epfile_req_complete() argument
133 if (ep == NULL || epfile == NULL || req == NULL) in generic_epfile_req_complete()
135 usb_err("Illegal request or ep!\ in generic_epfile_req_complete()
686 struct generic_ep *ep = dev->eps; generic_eps_disable() local
720 struct generic_ep *ep = dev->eps; generic_eps_enable() local
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.c108 * This function searches for an USB ep by endpoint address and
118 struct usb_endpoint *ep = udev->endpoints; in usbd_get_ep_by_addr() local
134 for (; ep != ep_end; ep++) { in usbd_get_ep_by_addr()
135 if (ep->edesc == NULL) { in usbd_get_ep_by_addr()
139 if ((ep->edesc->bEndpointAddress & EA_MASK) == ea_val) { in usbd_get_ep_by_addr()
149 ep = &udev->ctrl_ep; in usbd_get_ep_by_addr()
155 return (ep); in usbd_get_ep_by_addr()
172 struct usb_endpoint *ep = udev->endpoints; in usbd_get_endpoint() local
244 for (; ep ! in usbd_get_endpoint()
307 usb_init_endpoint(struct usb_device *udev, uint8_t iface_index, struct usb_endpoint_descriptor *edesc, struct usb_endpoint_ss_comp_descriptor *ecomp, struct usb_endpoint *ep) usb_init_endpoint() argument
362 usb_endpoint_foreach(struct usb_device *udev, struct usb_endpoint *ep) usb_endpoint_foreach() argument
632 struct usb_endpoint *ep; usb_config_parse() local
901 usbd_set_endpoint_stall(struct usb_device *udev, struct usb_endpoint *ep, uint8_t do_stall) usbd_set_endpoint_stall() argument
987 struct usb_endpoint *ep; usb_reset_iface_endpoints() local
1861 usb_make_dev(struct usb_device *udev, const char *devname, int ep, int fi, int rwmode, uid_t uid, gid_t gid, int mode) usb_make_dev() argument
1931 uint8_t ep; usb_cdev_create() local
2781 usbd_set_endpoint_mode(struct usb_device *udev, struct usb_endpoint *ep, uint8_t ep_mode) usbd_set_endpoint_mode() argument
2809 usbd_get_endpoint_mode(struct usb_device *udev, struct usb_endpoint *ep) usbd_get_endpoint_mode() argument
[all...]
H A Dusb_debug.c89 usb_dump_queue(struct usb_endpoint *ep) in usb_dump_queue() argument
94 PRINTK("usb_dump_queue: endpoint=%p xfer: ", ep); in usb_dump_queue()
96 TAILQ_FOREACH(xfer, &ep->endpoint_q[x].head, wait_entry) in usb_dump_queue()
108 usb_dump_endpoint(struct usb_endpoint *ep) in usb_dump_endpoint() argument
110 if (ep) { in usb_dump_endpoint()
111 PRINTK("usb_dump_endpoint: endpoint=%p", ep); in usb_dump_endpoint()
114 ep->edesc, ep->isoc_next, ep->toggle_next); in usb_dump_endpoint()
116 if (ep in usb_dump_endpoint()
[all...]
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dtint_common_fuzzer.cc273 for (auto& ep : entry_points) { in RunInspector()
274 inspector.GetRemappedNameForEntryPoint(ep.name); in RunInspector()
277 inspector.GetStorageSize(ep.name); in RunInspector()
280 inspector.GetResourceBindings(ep.name); in RunInspector()
283 inspector.GetUniformBufferResourceBindings(ep.name); in RunInspector()
286 inspector.GetStorageBufferResourceBindings(ep.name); in RunInspector()
289 inspector.GetReadOnlyStorageBufferResourceBindings(ep.name); in RunInspector()
292 inspector.GetSamplerResourceBindings(ep.name); in RunInspector()
295 inspector.GetComparisonSamplerResourceBindings(ep.name); in RunInspector()
298 inspector.GetSampledTextureResourceBindings(ep in RunInspector()
[all...]
/third_party/python/Lib/test/test_importlib/
H A Dtest_main.py71 ep = entry_points(group='entries')['main']
72 self.assertEqual(ep.load().__name__, "main")
75 ep = entry_points(group='entries')['ns:sub']
76 self.assertEqual(ep.value, 'mod:main')
79 ep = EntryPoint(
80 name='ep',
84 assert ep.load() is importlib.metadata
235 self.ep = importlib.metadata.EntryPoint(
240 revived = pickle.loads(pickle.dumps(self.ep))
241 assert revived == self.ep
[all...]
/third_party/glfw/src/
H A Dvulkan.c45 VkExtensionProperties* ep; in _glfwInitVulkan() local
115 ep = _glfw_calloc(count, sizeof(VkExtensionProperties)); in _glfwInitVulkan()
117 err = vkEnumerateInstanceExtensionProperties(NULL, &count, ep); in _glfwInitVulkan()
124 _glfw_free(ep); in _glfwInitVulkan()
131 if (strcmp(ep[i].extensionName, "VK_KHR_surface") == 0) in _glfwInitVulkan()
133 else if (strcmp(ep[i].extensionName, "VK_KHR_win32_surface") == 0) in _glfwInitVulkan()
135 else if (strcmp(ep[i].extensionName, "VK_MVK_macos_surface") == 0) in _glfwInitVulkan()
137 else if (strcmp(ep[i].extensionName, "VK_EXT_metal_surface") == 0) in _glfwInitVulkan()
139 else if (strcmp(ep[i].extensionName, "VK_KHR_xlib_surface") == 0) in _glfwInitVulkan()
141 else if (strcmp(ep[ in _glfwInitVulkan()
[all...]
/third_party/musl/porting/linux/user/src/env/
H A Dgetenv.c11 char **p, *ep; in getenv() local
13 for (p = __environ; (ep = *p) != NULL; ++p) { in getenv()
14 for (np = name, i = l; i && *ep; i--) { in getenv()
15 if (*ep++ != *np++) { in getenv()
19 if (i == 0 && *ep++ == '=') { in getenv()
20 return (ep); in getenv()
/third_party/musl/src/env/
H A Dgetenv.c11 char **p, *ep; in getenv() local
13 for (p = __environ; (ep = *p) != NULL; ++p) { in getenv()
14 for (np = name, i = l; i && *ep; i--) { in getenv()
15 if (*ep++ != *np++) { in getenv()
19 if (i == 0 && *ep++ == '=') { in getenv()
20 return (ep); in getenv()
/third_party/libuv/src/unix/
H A Dos390.c115 uv__os390_epoll* ep; in uv__platform_loop_init() local
117 ep = epoll_create1(0); in uv__platform_loop_init()
118 loop->ep = ep; in uv__platform_loop_init()
119 if (ep == NULL) in uv__platform_loop_init()
127 if (loop->ep != NULL) { in uv__platform_loop_delete()
128 epoll_queue_close(loop->ep); in uv__platform_loop_delete()
129 loop->ep = NULL; in uv__platform_loop_delete()
605 if (loop->ep != NULL) in uv__platform_invalidate_fd()
606 epoll_ctl(loop->ep, EPOLL_CTL_DE in uv__platform_invalidate_fd()
638 uv__os390_epoll* ep; os390_regfileint() local
688 uv__os390_epoll* ep; uv__fs_event_stop() local
747 os390_message_queue_handler(uv__os390_epoll* ep) os390_message_queue_handler() argument
817 uv__os390_epoll* ep; uv__io_poll() local
[all...]

Completed in 14 milliseconds

12345678910>>...12