Home
last modified time | relevance | path

Searched defs:str_out (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_protobuf/size_report/
H A Dproto_bloat.cc264 span<char> str_out; in CodeToPullInProtoStreamDecoder() local
311 std::string_view str_out; in CodeToPullInProtoDecoder() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/partition/
Dgpt.c16 static int unicode_to_ascii(unsigned short *str_in, unsigned char *str_out) in unicode_to_ascii()
/aosp_15_r20/external/arm-trusted-firmware/drivers/partition/
H A Dgpt.c15 static int unicode_to_ascii(unsigned short *str_in, unsigned char *str_out) in unicode_to_ascii()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_snprintf.c21 char str_out[64] = {}; variable
/aosp_15_r20/external/libxkbcommon/test/
H A Datom.c38 random_string(char **str_out, size_t *len_out) in random_string()
/aosp_15_r20/external/python/cpython3/Modules/
D_datetimemodule.c5315 PyObject *str_out = _PyUnicode_Copy(dtstr); in _sanitize_isoformat_str() local