Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Descaping.cc440 size_t destidx = 0; in Base64UnescapeInternal() local
520 if (destidx + 3 > szdest) return false; in Base64UnescapeInternal()
521 dest[destidx + 2] = temp; in Base64UnescapeInternal()
523 dest[destidx + 1] = temp; in Base64UnescapeInternal()
525 dest[destidx] = temp; in Base64UnescapeInternal()
526 destidx += 3; in Base64UnescapeInternal()
544 destidx += 3; in Base64UnescapeInternal()
592 if (destidx + 3 > szdest) return false; in Base64UnescapeInternal()
593 dest[destidx + 2] = temp; in Base64UnescapeInternal()
595 dest[destidx + 1] = temp; in Base64UnescapeInternal()
[all …]
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc1729 int destidx = 0; in Base64UnescapeInternal() local
1810 if (destidx+3 > szdest) return -1; in Base64UnescapeInternal()
1811 dest[destidx+2] = temp; in Base64UnescapeInternal()
1813 dest[destidx+1] = temp; in Base64UnescapeInternal()
1815 dest[destidx] = temp; in Base64UnescapeInternal()
1816 destidx += 3; in Base64UnescapeInternal()
1835 destidx += 3; in Base64UnescapeInternal()
1885 if (destidx+3 > szdest) return -1; in Base64UnescapeInternal()
1886 dest[destidx+2] = temp; in Base64UnescapeInternal()
1888 dest[destidx+1] = temp; in Base64UnescapeInternal()
[all …]
/third_party/elfutils/src/
Dstrip.c1985 size_t destidx; in handle_elf() local
1987 for (destidx = inner = 1; in handle_elf()
2006 if (destidx != inner in handle_elf()
2009 destidx, sym, in handle_elf()
2013 shdr_info[cnt].newsymidx[inner] = destidx++; in handle_elf()
2019 shdr_info[cnt].shdr.sh_info = destidx - 1; in handle_elf()
2053 if ((inner != destidx || nshndx != sym->st_shndx in handle_elf()
2058 destidx, sym, in handle_elf()
2062 shdr_info[cnt].newsymidx[inner] = destidx++; in handle_elf()
2068 shdr_info[cnt].shdr.sh_info = destidx - 1; in handle_elf()
[all …]