Home
last modified time | relevance | path

Searched refs:tmp_buf_size (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
Dsymbolize.h85 size_t tmp_buf_size; member
/external/abseil-cpp/absl/debugging/internal/
Dsymbolize.h85 size_t tmp_buf_size; member
/external/openscreen/third_party/abseil/src/absl/debugging/internal/
Dsymbolize.h94 size_t tmp_buf_size; member
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/
Dsymbolize.h94 size_t tmp_buf_size; member
/external/angle/third_party/abseil-cpp/absl/debugging/internal/
Dsymbolize.h94 size_t tmp_buf_size; member
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Dsymbolize.h94 size_t tmp_buf_size; member
/external/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc306 char *tmp_buf, int tmp_buf_size);
461 ElfW(Shdr) * out, char *tmp_buf, int tmp_buf_size) {
463 const int buf_entries = tmp_buf_size / sizeof(buf[0]);
647 const ElfW(Shdr) * opd, char *tmp_buf, int tmp_buf_size) {
654 const int buf_entries = tmp_buf_size / sizeof(buf[0]);
753 char *out, int out_size, char *tmp_buf, int tmp_buf_size) {
777 &symtab, tmp_buf, tmp_buf_size)) {
787 opd_ptr, tmp_buf, tmp_buf_size);
940 void *arg, void *tmp_buf, int tmp_buf_size) {
958 tmp_buf_size);
[all …]
/external/webrtc/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc306 char *tmp_buf, int tmp_buf_size);
461 ElfW(Shdr) * out, char *tmp_buf, int tmp_buf_size) {
463 const int buf_entries = tmp_buf_size / sizeof(buf[0]);
647 const ElfW(Shdr) * opd, char *tmp_buf, int tmp_buf_size) {
654 const int buf_entries = tmp_buf_size / sizeof(buf[0]);
753 char *out, int out_size, char *tmp_buf, int tmp_buf_size) {
777 &symtab, tmp_buf, tmp_buf_size)) {
787 opd_ptr, tmp_buf, tmp_buf_size);
940 void *arg, void *tmp_buf, int tmp_buf_size) {
958 tmp_buf_size);
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc321 char *tmp_buf, int tmp_buf_size);
476 ElfW(Shdr) * out, char *tmp_buf, int tmp_buf_size) {
478 const int buf_entries = tmp_buf_size / sizeof(buf[0]);
661 const ElfW(Shdr) * opd, char *tmp_buf, int tmp_buf_size) {
668 const int buf_entries = tmp_buf_size / sizeof(buf[0]);
767 char *out, int out_size, char *tmp_buf, int tmp_buf_size) {
791 &symtab, tmp_buf, tmp_buf_size)) {
801 opd_ptr, tmp_buf, tmp_buf_size);
954 void *arg, void *tmp_buf, int tmp_buf_size) {
972 tmp_buf_size);
[all …]
/external/libtextclassifier/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc321 char *tmp_buf, int tmp_buf_size);
476 ElfW(Shdr) * out, char *tmp_buf, int tmp_buf_size) {
478 const int buf_entries = tmp_buf_size / sizeof(buf[0]);
661 const ElfW(Shdr) * opd, char *tmp_buf, int tmp_buf_size) {
668 const int buf_entries = tmp_buf_size / sizeof(buf[0]);
767 char *out, int out_size, char *tmp_buf, int tmp_buf_size) {
791 &symtab, tmp_buf, tmp_buf_size)) {
801 opd_ptr, tmp_buf, tmp_buf_size);
954 void *arg, void *tmp_buf, int tmp_buf_size) {
972 tmp_buf_size);
[all …]
/external/angle/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc321 char *tmp_buf, int tmp_buf_size);
476 ElfW(Shdr) * out, char *tmp_buf, int tmp_buf_size) {
478 const int buf_entries = tmp_buf_size / sizeof(buf[0]);
661 const ElfW(Shdr) * opd, char *tmp_buf, int tmp_buf_size) {
668 const int buf_entries = tmp_buf_size / sizeof(buf[0]);
777 char *out, int out_size, char *tmp_buf, int tmp_buf_size) {
801 &symtab, tmp_buf, tmp_buf_size)) {
811 opd_ptr, tmp_buf, tmp_buf_size);
964 void *arg, void *tmp_buf, int tmp_buf_size) {
982 tmp_buf_size);
[all …]
/external/openscreen/third_party/abseil/src/absl/debugging/
Dsymbolize_elf.inc321 char *tmp_buf, int tmp_buf_size);
476 ElfW(Shdr) * out, char *tmp_buf, int tmp_buf_size) {
478 const int buf_entries = tmp_buf_size / sizeof(buf[0]);
661 const ElfW(Shdr) * opd, char *tmp_buf, int tmp_buf_size) {
668 const int buf_entries = tmp_buf_size / sizeof(buf[0]);
767 char *out, int out_size, char *tmp_buf, int tmp_buf_size) {
791 &symtab, tmp_buf, tmp_buf_size)) {
801 opd_ptr, tmp_buf, tmp_buf_size);
954 void *arg, void *tmp_buf, int tmp_buf_size) {
972 tmp_buf_size);
[all …]
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp572 uint32_t tmp_buf_size = buf_size; in FlateUncompress() local
574 tmp_buf_size = last_buf_size; in FlateUncompress()
576 uint32_t cp_size = std::min(tmp_buf_size, remaining); in FlateUncompress()