Home
last modified time | relevance | path

Searched refs:strsz (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Dbinary.h34 size_t spv_strnlen_s(const char* str, size_t strsz);
Dbinary.cpp789 size_t spv_strnlen_s(const char* str, size_t strsz) { in spv_strnlen_s() argument
791 for (size_t i = 0; i < strsz; i++) { in spv_strnlen_s()
794 return strsz; in spv_strnlen_s()
/external/deqp-deps/SPIRV-Tools/source/
Dbinary.h34 size_t spv_strnlen_s(const char* str, size_t strsz);
Dbinary.cpp785 size_t spv_strnlen_s(const char* str, size_t strsz) { in spv_strnlen_s() argument
787 for (size_t i = 0; i < strsz; i++) { in spv_strnlen_s()
790 return strsz; in spv_strnlen_s()
/external/iproute2/tc/
Dm_action.c310 int strsz = RTA_PAYLOAD(tb[TCA_ACT_COOKIE]); in tc_print_one_action() local
311 char b1[strsz * 2 + 1]; in tc_print_one_action()
313 fprintf(f, "\n\tcookie len %d %s ", strsz, in tc_print_one_action()
315 strsz, b1, sizeof(b1))); in tc_print_one_action()
/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c705 GElf_Addr addrs[i_max], GElf_Xword strsz, in translate_offs() argument
808 strsz, in translate_offs()
852 GElf_Xword strsz = 0; in find_dynsym() local
879 strsz = dyn->d_un.d_val; in find_dynsym()
894 translate_offs (0, mod, phnum, addrs, strsz, ehdr); in find_dynsym()
896 translate_offs (mod->main_bias, mod, phnum, addrs, strsz, ehdr); in find_dynsym()