Home
last modified time | relevance | path

Searched refs:sstr (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_modes_test.cpp506 std::ostringstream sstr; in TEST_P() local
507 sstr << "OpCapability Geometry\n"; in TEST_P()
508 sstr << "OpMemoryModel Logical GLSL450\n"; in TEST_P()
509 sstr << "OpEntryPoint Geometry %main \"main\"\n"; in TEST_P()
514 sstr << "OpExecutionMode %main " << input << "\n"; in TEST_P()
521 sstr << "OpExecutionMode %main " << output << "\n"; in TEST_P()
524 sstr << "%void = OpTypeVoid\n"; in TEST_P()
525 sstr << "%void_fn = OpTypeFunction %void\n"; in TEST_P()
526 sstr << "%int = OpTypeInt 32 0\n"; in TEST_P()
527 sstr << "%int1 = OpConstant %int 1\n"; in TEST_P()
[all …]
Dval_non_uniform_test.cpp131 std::ostringstream sstr; in TEST_P() local
132 sstr << "%result = " << opcode << " "; in TEST_P()
133 sstr << type << " "; in TEST_P()
134 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
135 sstr << args << "\n"; in TEST_P()
137 CompileSuccessfully(GenerateShaderCode(sstr.str()), SPV_ENV_VULKAN_1_1); in TEST_P()
164 std::ostringstream sstr; in TEST_P() local
165 sstr << "%result = " << opcode << " "; in TEST_P()
166 sstr << type << " "; in TEST_P()
167 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_modes_test.cpp506 std::ostringstream sstr; in TEST_P() local
507 sstr << "OpCapability Geometry\n"; in TEST_P()
508 sstr << "OpMemoryModel Logical GLSL450\n"; in TEST_P()
509 sstr << "OpEntryPoint Geometry %main \"main\"\n"; in TEST_P()
514 sstr << "OpExecutionMode %main " << input << "\n"; in TEST_P()
521 sstr << "OpExecutionMode %main " << output << "\n"; in TEST_P()
524 sstr << "%void = OpTypeVoid\n"; in TEST_P()
525 sstr << "%void_fn = OpTypeFunction %void\n"; in TEST_P()
526 sstr << "%int = OpTypeInt 32 0\n"; in TEST_P()
527 sstr << "%int1 = OpConstant %int 1\n"; in TEST_P()
[all …]
Dval_non_uniform_test.cpp131 std::ostringstream sstr; in TEST_P() local
132 sstr << "%result = " << opcode << " "; in TEST_P()
133 sstr << type << " "; in TEST_P()
134 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
135 sstr << args << "\n"; in TEST_P()
137 CompileSuccessfully(GenerateShaderCode(sstr.str()), SPV_ENV_VULKAN_1_1); in TEST_P()
164 std::ostringstream sstr; in TEST_P() local
165 sstr << "%result = " << opcode << " "; in TEST_P()
166 sstr << type << " "; in TEST_P()
167 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
[all …]
/third_party/spirv-tools/test/val/
Dval_modes_test.cpp506 std::ostringstream sstr; in TEST_P() local
507 sstr << "OpCapability Geometry\n"; in TEST_P()
508 sstr << "OpMemoryModel Logical GLSL450\n"; in TEST_P()
509 sstr << "OpEntryPoint Geometry %main \"main\"\n"; in TEST_P()
514 sstr << "OpExecutionMode %main " << input << "\n"; in TEST_P()
521 sstr << "OpExecutionMode %main " << output << "\n"; in TEST_P()
524 sstr << "%void = OpTypeVoid\n"; in TEST_P()
525 sstr << "%void_fn = OpTypeFunction %void\n"; in TEST_P()
526 sstr << "%int = OpTypeInt 32 0\n"; in TEST_P()
527 sstr << "%int1 = OpConstant %int 1\n"; in TEST_P()
[all …]
Dval_non_uniform_test.cpp131 std::ostringstream sstr; in TEST_P() local
132 sstr << "%result = " << opcode << " "; in TEST_P()
133 sstr << type << " "; in TEST_P()
134 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
135 sstr << args << "\n"; in TEST_P()
137 CompileSuccessfully(GenerateShaderCode(sstr.str()), SPV_ENV_VULKAN_1_1); in TEST_P()
164 std::ostringstream sstr; in TEST_P() local
165 sstr << "%result = " << opcode << " "; in TEST_P()
166 sstr << type << " "; in TEST_P()
167 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
[all …]
/third_party/openssl/crypto/asn1/
Dp5_pbe.c33 unsigned char *sstr = NULL; variable
51 sstr = OPENSSL_malloc(saltlen);
52 if (sstr == NULL) {
57 memcpy(sstr, salt, saltlen);
58 else if (RAND_bytes_ex(ctx, sstr, saltlen, 0) <= 0)
61 ASN1_STRING_set0(pbe->salt, sstr, saltlen);
62 sstr = NULL;
76 OPENSSL_free(sstr);
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dp5_pbe.c33 unsigned char *sstr = NULL; variable
51 sstr = OPENSSL_malloc(saltlen);
52 if (sstr == NULL) {
57 memcpy(sstr, salt, saltlen);
58 else if (RAND_bytes_ex(ctx, sstr, saltlen, 0) <= 0)
61 ASN1_STRING_set0(pbe->salt, sstr, saltlen);
62 sstr = NULL;
76 OPENSSL_free(sstr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatVariadic.h128 template <unsigned N> SmallString<N> sstr() const { in sstr() function
135 template <unsigned N> operator SmallString<N>() const { return sstr<N>(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormatVariadic.h136 template <unsigned N> SmallString<N> sstr() const { in sstr() function
143 template <unsigned N> operator SmallString<N>() const { return sstr<N>(); }
/third_party/pulseaudio/src/pulsecore/
Dsample-util.c275 …lamp(pa_sample_format_t format, void *dst, size_t dstr, const void *src, size_t sstr, unsigned n) { in pa_sample_clamp() argument
288 s = (const float*) ((const uint8_t*) s + sstr); in pa_sample_clamp()
301 s = (const float*) ((const uint8_t*) s + sstr); in pa_sample_clamp()
Dsample-util.h55 …clamp(pa_sample_format_t format, void *dst, size_t dstr, const void *src, size_t sstr, unsigned n);
/third_party/openssl/apps/lib/
Ds_cb.c283 const char *sstr = NULL; in do_print_sigalgs() local
291 sstr = get_sigtype(sign_nid); in do_print_sigalgs()
292 if (sstr) in do_print_sigalgs()
293 BIO_printf(out, "%s", sstr); in do_print_sigalgs()
298 else if (sstr == NULL) in do_print_sigalgs()
/third_party/node/deps/openssl/openssl/apps/lib/
Ds_cb.c283 const char *sstr = NULL; in do_print_sigalgs() local
291 sstr = get_sigtype(sign_nid); in do_print_sigalgs()
292 if (sstr) in do_print_sigalgs()
293 BIO_printf(out, "%s", sstr); in do_print_sigalgs()
298 else if (sstr == NULL) in do_print_sigalgs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp137 Name = formatv("{0} {1}", Ret, Params).sstr<256>(); in visitKnownRecord()
146 Name = formatv("{0} {1}::{2}", Ret, Class, Params).sstr<256>(); in visitKnownRecord()
/third_party/nghttp2/src/
Dutil.cc470 std::stringstream sstr(s.str()); in parse_http_date() local
471 sstr >> std::get_time(&tm, "%a, %d %b %Y %H:%M:%S GMT"); in parse_http_date()
472 if (sstr.fail()) { in parse_http_date()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp851 auto RelocationName = formatv("$R{0:X-6}", i & 0xffffff).sstr<COFF::NameSize>(); in writeSymbolTable()
/third_party/libabigail/tests/lib/
Dcatch.hpp11657 Catch::ReusableStringStream sstr; in describe() local
11658 sstr << "and " << m_target << " are within " << m_epsilon * 100. << "% of each other"; in describe()
11659 return sstr.str(); in describe()
12142 std::stringstream sstr; in getContents() local
12146 sstr << buffer; in getContents()
12148 return sstr.str(); in getContents()
/third_party/python/Objects/
Dunicodeobject.c10889 anylib_count(int kind, PyObject *sstr, const void* sbuf, Py_ssize_t slen, in anylib_count() argument
10894 if (PyUnicode_IS_ASCII(sstr) && PyUnicode_IS_ASCII(str1)) in anylib_count()