Home
last modified time | relevance | path

Searched refs:str (Results 10301 - 10325 of 11048) sorted by relevance

1...<<411412413414415416417418419420>>...442

/third_party/ffmpeg/libavfilter/
H A Dvf_paletteuse.c126 { "debug_kdtree", "save Graphviz graph of the kdtree in specified file", OFFSET(dot_filename), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, FLAGS },
557 fwrite(buf.str, 1, buf.len, f); in disp_tree()
H A Dvf_overlay.c1059 { "x", "set the x expression", OFFSET(x_expr), AV_OPT_TYPE_STRING, {.str = "0"}, 0, 0, FLAGS },
1060 { "y", "set the y expression", OFFSET(y_expr), AV_OPT_TYPE_STRING, {.str = "0"}, 0, 0, FLAGS },
/third_party/glslang/glslang/MachineIndependent/
H A DScan.cpp311 size_t operator()(const char* str) const in operator ()()
317 while ((c = *str++) != 0) in operator ()()
/third_party/ffmpeg/libavutil/
H A Dvulkan.c830 const char *p = shd->src.str; in ff_vk_print_shader()
845 av_log(ctx, prio, "Shader %s: \n%s", shd->name, buf.str); in ff_vk_print_shader()
/third_party/glfw/deps/
H A Dstb_image_write.h295 STBIW_EXTERN __declspec(dllimport) int __stdcall MultiByteToWideChar(unsigned int cp, unsigned long flags, const char *str, int cbmb, wchar_t *widestr, int cchwide);
296 STBIW_EXTERN __declspec(dllimport) int __stdcall WideCharToMultiByte(unsigned int cp, unsigned long flags, const wchar_t *widestr, int cchwide, char *str, int cbmb, const char *defchar, int *used_default);
/third_party/astc-encoder/Source/
H A Dstb_image_write.h295 STBIW_EXTERN __declspec(dllimport) int __stdcall MultiByteToWideChar(unsigned int cp, unsigned long flags, const char *str, int cbmb, wchar_t *widestr, int cchwide);
296 STBIW_EXTERN __declspec(dllimport) int __stdcall WideCharToMultiByte(unsigned int cp, unsigned long flags, const wchar_t *widestr, int cchwide, char *str, int cbmb, const char *defchar, int *used_default);
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c181 u32tohex (uint32_t x, char *str) in u32tohex() argument
188 u8tohex(str, uint8, 4); in u32tohex()
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c27 const char *str) in mbedtls_test_ssl_log_analyzer()
37 NULL != strstr(str, p->pattern)) { in mbedtls_test_ssl_log_analyzer()
25 mbedtls_test_ssl_log_analyzer(void *ctx, int level, const char *file, int line, const char *str) mbedtls_test_ssl_log_analyzer() argument
/third_party/json/tests/src/
H A Dunit-msgpack.cpp1119 j.emplace(ss.str(), nullptr);
1580 json j3 = json::from_msgpack(ss.str());
/third_party/lame/libmp3lame/
H A Dlame.c1318 concatSep(char* dest, char const* sep, char const* str) in concatSep() argument
1321 strcat(dest, str); in concatSep()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_validate.c127 validate_assert_impl(validate_state *state, bool cond, const char *str, in validate_assert_impl() argument
131 log_error(state, str, file, line); in validate_assert_impl()
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/aes/
H A Dvpaes-armv8.S990 str w9, [x2,#240] // mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5;
1014 str w9, [x2,#240] // mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5;
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/aes/
H A Dvpaes-armv8.S990 str w9, [x2,#240] // mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5;
1014 str w9, [x2,#240] // mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5;
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/aes/
H A Dvpaes-armv8.S990 str w9, [x2,#240] // mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5;
1014 str w9, [x2,#240] // mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5;
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js3704 function sanitize_unpaired_surrogates(str) {
3705 return str.replace(
/third_party/nghttp2/src/
H A Dhttp2.cc1382 return path_join(balloc, base_path, base_query, rel_path, rel_query).str();
1916 return normalize_path(balloc, path, query).str();
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc282 tasm()->RecordComment(buffer.str().c_str()); in AssembleCode()
828 tasm()->RecordComment(buffer.str().c_str()); in AssembleSourcePosition()
H A Dinstruction.h1124 explicit Constant(const StringConstantBase* str) in Constant() argument
1125 : type_(kDelayedStringConstant), value_(bit_cast<intptr_t>(str)) {} in Constant()
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.cc94 const StringConstantBase* str) { in DelayedStringConstant()
97 "DelayedStringConstant", 0, 0, 0, 1, 0, 0, str); in DelayedStringConstant()
93 DelayedStringConstant( const StringConstantBase* str) DelayedStringConstant() argument
H A Drepresentation-change.cc1523 node->id(), node->op()->mnemonic(), out_str.str().c_str(), in TypeError()
1524 use_str.str().c_str()); in TypeError()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc833 i::Handle<i::String> str = Utils::OpenHandle(*source); in CompileInspectorScript() local
839 isolate, str, i::ScriptDetails(), cached_data, in CompileInspectorScript()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h1172 str(src1, MemOperand(sp, -size, PreIndex)); in Push()
1174 str(src0, MemOperand(sp, src1.SizeInBytes())); in Push()
/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc1292 Handle<String> str(String::cast(value_array->get(i)), isolate); in Enter()
1293 Handle<String> internalized_str = factory->InternalizeString(str); in Enter()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c1035 #define FAIL_SCREEN_INIT(str, err) \
1037 NOUVEAU_ERR(str, err); \
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/aes/
H A Dvpaes-armv8.S990 str w9, [x2,#240] // mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5;
1014 str w9, [x2,#240] // mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5;

Completed in 83 milliseconds

1...<<411412413414415416417418419420>>...442