Home
last modified time | relevance | path

Searched refs:destidx (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc1715 int destidx = 0; in Base64UnescapeInternal() local
1796 if (destidx+3 > szdest) return -1; in Base64UnescapeInternal()
1797 dest[destidx+2] = temp; in Base64UnescapeInternal()
1799 dest[destidx+1] = temp; in Base64UnescapeInternal()
1801 dest[destidx] = temp; in Base64UnescapeInternal()
1802 destidx += 3; in Base64UnescapeInternal()
1821 destidx += 3; in Base64UnescapeInternal()
1871 if (destidx+3 > szdest) return -1; in Base64UnescapeInternal()
1872 dest[destidx+2] = temp; in Base64UnescapeInternal()
1874 dest[destidx+1] = temp; in Base64UnescapeInternal()
[all …]
/external/elfutils/src/
Dstrip.c1294 size_t destidx; in handle_elf() local
1296 for (destidx = inner = 1; in handle_elf()
1315 if (destidx != inner in handle_elf()
1318 destidx, sym, in handle_elf()
1322 shdr_info[cnt].newsymidx[inner] = destidx++; in handle_elf()
1328 shdr_info[cnt].shdr.sh_info = destidx - 1; in handle_elf()
1364 if ((inner != destidx || nshndx != sym->st_shndx in handle_elf()
1369 destidx, sym, in handle_elf()
1373 shdr_info[cnt].newsymidx[inner] = destidx++; in handle_elf()
1379 shdr_info[cnt].shdr.sh_info = destidx - 1; in handle_elf()
[all …]