/third_party/ffmpeg/libavfilter/ |
H A D | vf_paletteuse.c | 126 { "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 D | vf_overlay.c | 1059 { "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 D | Scan.cpp | 311 size_t operator()(const char* str) const in operator ()() 317 while ((c = *str++) != 0) in operator ()()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan.c | 830 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 D | stb_image_write.h | 295 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 D | stb_image_write.h | 295 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 D | pixma_bjnp.c | 181 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 D | ssl_helpers.c | 27 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 D | unit-msgpack.cpp | 1119 j.emplace(ss.str(), nullptr); 1580 json j3 = json::from_msgpack(ss.str());
|
/third_party/lame/libmp3lame/ |
H A D | lame.c | 1318 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 D | nir_validate.c | 127 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 D | vpaes-armv8.S | 990 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 D | vpaes-armv8.S | 990 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 D | vpaes-armv8.S | 990 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 D | testharness.js | 3704 function sanitize_unpaired_surrogates(str) { 3705 return str.replace(
|
/third_party/nghttp2/src/ |
H A D | http2.cc | 1382 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 D | code-generator.cc | 282 tasm()->RecordComment(buffer.str().c_str()); in AssembleCode() 828 tasm()->RecordComment(buffer.str().c_str()); in AssembleSourcePosition()
|
H A D | instruction.h | 1124 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 D | common-operator.cc | 94 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 D | representation-change.cc | 1523 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 D | debug-interface.cc | 833 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 D | macro-assembler-arm64-inl.h | 1172 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 D | regexp.cc | 1292 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 D | nvc0_screen.c | 1035 #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 D | vpaes-armv8.S | 990 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;
|