Home
last modified time | relevance | path

Searched refs:listlen (Results 1 - 10 of 10) sorted by relevance

/third_party/elfutils/libdw/
H A Ddwarf_getlocation.c185 sets listlen to 1. Returns 1 when this isn't a DW_AT_data_member_location
189 Dwarf_Op **llbuf, size_t *listlen) in is_constant_offset()
246 *listlen = 1; in is_constant_offset()
258 Dwarf_Op **llbuf, size_t *listlen, int sec_index) in __libdw_intern_expression()
263 *listlen = 0; in __libdw_intern_expression()
274 *listlen = (*found)->nloc; in __libdw_intern_expression()
278 assert (*listlen > 1); in __libdw_intern_expression()
279 assert ((*llbuf)[*listlen - 1].atom == DW_OP_stack_value); in __libdw_intern_expression()
610 *listlen = n; in __libdw_intern_expression()
656 newp->nloc = *listlen; in __libdw_intern_expression()
188 is_constant_offset(Dwarf_Attribute *attr, Dwarf_Op **llbuf, size_t *listlen) is_constant_offset() argument
254 __libdw_intern_expression(Dwarf *dbg, bool other_byte_order, unsigned int address_size, unsigned int ref_size, void **cache, const Dwarf_Block *block, bool cfap, bool valuep, Dwarf_Op **llbuf, size_t *listlen, int sec_index) __libdw_intern_expression() argument
664 getlocation(struct Dwarf_CU *cu, const Dwarf_Block *block, Dwarf_Op **llbuf, size_t *listlen, int sec_index) getlocation() argument
685 dwarf_getlocation(Dwarf_Attribute *attr, Dwarf_Op **llbuf, size_t *listlen) dwarf_getlocation() argument
[all...]
H A DlibdwP.h805 Dwarf_Op **llbuf, size_t *listlen,
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcp.c254 ssize_t listlen = xattr_flist(fdin, 0, 0), len; in cp_node() local
257 if (listlen>0) { in cp_node()
258 list = xmalloc(listlen); in cp_node()
259 xattr_flist(fdin, list, listlen); in cp_node()
260 list[listlen-1] = 0; // I do not trust this API. in cp_node()
261 for (name = list; name-list < listlen; name += strlen(name)+1) { in cp_node()
/third_party/toybox/toys/posix/
H A Dcp.c281 ssize_t listlen = xattr_flist(fdin, 0, 0), len; in cp_node() local
284 if (listlen>0) { in cp_node()
285 list = xmalloc(listlen); in cp_node()
286 xattr_flist(fdin, list, listlen); in cp_node()
287 list[listlen-1] = 0; // I do not trust this API. in cp_node()
288 for (name = list; name-list < listlen; name += strlen(name)+1) { in cp_node()
/third_party/python/Objects/
H A Dlistobject.c1197 Py_ssize_t listlen; /* len(input_list) - read only */ member
1569 ms->listlen = list_size; in merge_init()
2016 int power = powerloop(s1, n1, n2, ms->listlen); in found_new_run()
/third_party/NuttX/include/nuttx/
H A Dscsi.h816 uint8_t listlen; /* 3: Capacity list length */ member
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c583 static int tls1_in_list(uint16_t id, const uint16_t *list, size_t listlen) in tls1_in_list() argument
586 for (i = 0; i < listlen; i++) in tls1_in_list()
/third_party/openssl/ssl/
H A Dt1_lib.c582 static int tls1_in_list(uint16_t id, const uint16_t *list, size_t listlen) in tls1_in_list() argument
585 for (i = 0; i < listlen; i++) in tls1_in_list()
/third_party/python/Lib/test/
H A Dtest_buffer.py551 def randslice_from_slicelen(slicelen, listlen):
552 """Create a random slice of len slicelen that fits into listlen."""
553 maxstart = listlen - slicelen
555 maxstep = (listlen - start) // slicelen if slicelen else 1
559 _, _, _, control = slice_indices(s, listlen)
/third_party/openssl/test/
H A Dsslapitest.c3086 size_t listlen; member
3152 ret = SSL_CTX_set1_sigalgs(cctx, curr->list, curr->listlen); in test_set_sigalgs()
3177 ret = SSL_set1_sigalgs(clientssl, curr->list, curr->listlen); in test_set_sigalgs()

Completed in 37 milliseconds