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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
binary.h 31 // character, or strsz if there is no null character. Examines at most the
32 // first strsz characters in str. Returns 0 if str is nullptr. This is a
34 size_t spv_strnlen_s(const char* str, size_t strsz);
binary.cpp     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
obj-som.c 269 int strsz, nsyms; local
276 strsz = bfd_section_size (abfd, strsec);
278 strsz = 0;
285 bfd_h_put_32 (abfd, (bfd_vma) strsz, (bfd_byte *) p + 8);
obj-elf.c 2080 int strsz, nsyms; local
    [all...]
  /external/iproute2/tc/
m_action.c 321 int strsz = RTA_PAYLOAD(tb[TCA_ACT_COOKIE]); local
322 char b1[strsz * 2 + 1];
324 fprintf(f, "\n\tcookie len %d %s ", strsz,
326 strsz, b1, sizeof(b1)));
  /external/elfutils/libdwfl/
dwfl_module_getdwarf.c 698 GElf_Addr addrs[i_max], GElf_Xword strsz,
801 strsz,
845 GElf_Xword strsz = 0; local
872 strsz = dyn->d_un.d_val;
887 translate_offs (0, mod, phnum, addrs, strsz, ehdr);
889 translate_offs (mod->main_bias, mod, phnum, addrs, strsz, ehdr);
    [all...]

Completed in 312 milliseconds