Home
last modified time | relevance | path

Searched defs:tail (Results 226 - 250 of 271) sorted by relevance

1234567891011

/third_party/python/Python/
H A Dfileutils.c2007 const wchar_t *tail; in _Py_isabs() local
/third_party/python/Objects/
H A Dlistobject.c705 Py_ssize_t tail; in list_ass_slice() local
H A Dbytearrayobject.c1586 char swap, *head, *tail; in bytearray_reverse_impl() local
H A Dobmalloc.c1520 int32_t tail = (int32_t)(arena_base & ARENA_SIZE_MASK); in arena_map_mark_used() local
1564 int32_t tail = (int32_t)(AS_UINT(p) & ARENA_SIZE_MASK); in arena_map_is_used() local
2484 uint8_t *tail; /* data + nbytes == pointer to tail pa in _PyMem_DebugRawAlloc() local
2590 uint8_t *tail; /* data + nbytes == pointer to tail pad bytes */ _PyMem_DebugRawRealloc() local
2731 const uint8_t *tail; _PyMem_DebugCheckAddress() local
2771 const uint8_t *tail; _PyObject_DebugDumpAddress() local
[all...]
/third_party/selinux/libsepol/src/
H A Dlink.c1229 avrule_t *cur, *new_rule = NULL, *tail; in copy_avrule_list() local
1331 role_trans_rule_t *cur, *new_rule = NULL, *tail; in copy_role_trans_list() local
1377 role_allow_rule_t *cur, *new_rule = NULL, *tail; copy_role_allow_list() local
1420 filename_trans_rule_t *cur, *new_rule, *tail; copy_filename_trans_list() local
1503 cond_node_t *cur, *new_node = NULL, *tail; copy_cond_list() local
[all...]
H A Dexpand.c2863 avrule_t *tail, *to_be_appended; in discard_tunables() local
[all...]
H A Dpolicydb.c3514 class_perm_node_t *cur, *tail = NULL; in avrule_read() local
3720 avrule_t *cur, *tail; in avrule_read_list() local
/third_party/selinux/libsepol/cil/src/
H A Dcil_policy.c640 char *new, *tail; in cil_cons_expr_to_string() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c307 struct hostapd_eap_user *user = NULL, *tail = NULL, *new_user = NULL; in hostapd_config_read_eap_user() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_server.c2026 struct radius_client *clients, *tail, *entry; in radius_server_read_clients() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c301 struct hostapd_eap_user *user = NULL, *tail = NULL, *new_user = NULL; in hostapd_config_read_eap_user() local
/third_party/eudev/src/udev/
H A Dudev-rules.c729 const char *tail; in attr_subst_subdir() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dccapitst.c3420 static const UChar tail[] = {0xDC07,0x0000};/* second half of \U00060007 */ in TestFromUCountPending() local
3522 char tail[] in TestToUCountPending() local
[all...]
/third_party/libuv/src/unix/
H A Dlinux.c191 uint32_t tail; member
204 uint32_t tail; member
794 uint32_t tail; in uv__iou_get_sqe() local
1169 uint32_t tail; in uv__poll_io_uring() local
[all...]
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c125 static struct dso *head, *tail, *fini_head, *syms_tail, *lazy_head; variable
[all...]
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c125 static struct dso *head, *tail, *fini_head, *syms_tail, *lazy_head; variable
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dencode.c1792 uint64_t tail = available_in; in UpdateSizeHint() local
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_command_buffer.c693 VkBaseOutStructure *tail = NULL; in vn_fix_command_buffer_begin_info() local
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc2870 void ClassScope::ResetUnresolvedPrivateNameTail(UnresolvedList::Iterator tail) { in ResetUnresolvedPrivateNameTail() argument
2886 MigrateUnresolvedPrivateNameTail( AstNodeFactory* ast_node_factory, UnresolvedList::Iterator tail) MigrateUnresolvedPrivateNameTail() argument
[all...]
/third_party/musl/ldso/
H A Ddynlink.c137 static struct dso *head, *tail, *fini_head, *syms_tail, *lazy_head; variable
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c658 IDAT_list_extend(struct IDAT_list *tail) in IDAT_list_extend() argument
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dencode.c1792 uint64_t tail = available_in; in UpdateSizeHint() local
/third_party/python/Modules/
H A D_elementtree.c199 PyObject* tail; member
773 PyObject* tail; _elementtree_Element___deepcopy___impl() local
971 element_setstate_from_attributes(ElementObject *self, PyObject *tag, PyObject *attrib, PyObject *text, PyObject *tail, PyObject *children) element_setstate_from_attributes() argument
1069 PyObject *tag, *attrib, *text, *tail, *children; element_setstate_from_Python() local
[all...]
/third_party/python/PC/
H A Dlauncher2.c573 const wchar_t *tail = argv0End; // will be start of the executable name in parseCommandLine() local
[all...]
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c2040 class_perm_node_t *perms, *tail = NULL, *cur_perms = NULL; in define_te_avtab_xperms_helper() local
2502 class_perm_node_t *perms, *tail = NULL, *cur_perms = NULL; in define_te_avtab_helper() local

Completed in 82 milliseconds

1234567891011