HomeSort by relevance Sort by last modified time
    Searched refs:listlen (Results 1 - 18 of 18) sorted by null

  /external/elfutils/libdw/
dwarf_getlocation.c 139 Dwarf_Op **llbuf, size_t *listlen)
193 *listlen = 1;
205 Dwarf_Op **llbuf, size_t *listlen, int sec_index)
210 *listlen = 0;
221 *listlen = (*found)->nloc;
225 assert (*listlen > 1);
226 assert ((*llbuf)[*listlen - 1].atom == DW_OP_stack_value);
544 *listlen = n;
581 newp->nloc = *listlen;
590 Dwarf_Op **llbuf, size_t *listlen, int sec_index
    [all...]
libdwP.h 567 Dwarf_Op **llbuf, size_t *listlen,
  /external/toybox/toys/posix/
cp.c 279 ssize_t listlen = flistxattr(fdin, 0, 0), len; local
282 if (listlen>0) {
283 list = xmalloc(listlen);
284 flistxattr(fdin, list, listlen);
285 list[listlen-1] = 0; // I do not trust this API.
286 for (name = list; name-list < listlen; name += strlen(name)+1) {
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_ro.c 550 int fdt_stringlist_contains(const char *strlist, int listlen, const char *str)
555 while (listlen >= len) {
558 p = memchr(strlist, '\0', listlen);
561 listlen -= (p-strlist) + 1;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c 519 int fdt_stringlist_contains(const char *strlist, int listlen, const char *str)
524 while (listlen >= len) {
527 p = memchr(strlist, '\0', listlen);
530 listlen -= (p-strlist) + 1;
  /external/dtc/libfdt/
fdt_ro.c 550 int fdt_stringlist_contains(const char *strlist, int listlen, const char *str)
555 while (listlen >= len) {
558 p = memchr(strlist, '\0', listlen);
561 listlen -= (p-strlist) + 1;
libfdt.h     [all...]
  /external/libcups/cups/
snmp.c 1094 listlen, /* Length of variable list */ local
1136 listlen = 1 + asn1_size_length(varlen) + varlen;
1140 1 + asn1_size_length(listlen) + listlen;
1180 asn1_set_length(&bufptr, listlen);
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
libfdt.h     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
transformer.py 197 listlen = len(nodelist)
198 assert listlen >= 1 and listlen % 2 == 1
202 while i < listlen:
    [all...]
  /external/python/cpython2/Lib/compiler/
transformer.py 197 listlen = len(nodelist)
198 assert listlen >= 1 and listlen % 2 == 1
202 while i < listlen:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
transformer.py 197 listlen = len(nodelist)
198 assert listlen >= 1 and listlen % 2 == 1
202 while i < listlen:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
transformer.py 197 listlen = len(nodelist)
198 assert listlen >= 1 and listlen % 2 == 1
202 while i < listlen:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 197 listlen = len(nodelist)
198 assert listlen >= 1 and listlen % 2 == 1
202 while i < listlen:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 197 listlen = len(nodelist)
198 assert listlen >= 1 and listlen % 2 == 1
202 while i < listlen:
    [all...]
  /external/python/cpython3/Lib/test/
test_buffer.py 542 def randslice_from_slicelen(slicelen, listlen):
543 """Create a random slice of len slicelen that fits into listlen."""
544 maxstart = listlen - slicelen
546 maxstep = (listlen - start) // slicelen if slicelen else 1
550 _, _, _, control = slice_indices(s, listlen)
    [all...]
  /external/python/cpython2/Modules/
_bsddb.c 1505 int i, listlen; local
    [all...]

Completed in 924 milliseconds