Home
last modified time | relevance | path

Searched refs:strlen (Results 4626 - 4650 of 4932) sorted by relevance

1...<<181182183184185186187188189190>>...198

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.cpp369 &Globals, RevisionString, 1 + strlen(RevisionString))); in GlobalContext()
/third_party/skia/third_party/externals/icu/source/common/
H A Dputil.cpp2124 strncpy(codepage, nl_langinfo(CODESET),63-strlen(UCNV_SWAP_LFNL_OPTION_STRING));
/third_party/toybox/kconfig/
H A Dexpr.c1084 fwrite(str, strlen(str), 1, data); in expr_print_file_helper()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_parse_utils.cpp1980 uint32 extra = (uint32) strlen (ss); in DumpString()
/third_party/python/Python/
H A Derrors.c1783 res = PyUnicode_Decode(linebuf, strlen(linebuf), encoding, "replace"); in err_programtext()
/third_party/python/Modules/
H A D_tracemalloc.c1483 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str))
H A D_csv.c307 *target = PyUnicode_DecodeASCII(dflt, strlen(dflt), NULL); in _set_str()
H A Dtimemodule.c745 #define time_strlen strlen
H A D_ssl.c731 len = strlen(server_hostname); in _ssl_configure_hostname()
763 strlen(server_hostname))) { in _ssl_configure_hostname()
1972 len = (int)strlen(buf); in cipher_to_dict()
/third_party/python/Modules/clinic/
H A D_hashopenssl.c.h911 if (strlen(hash_name) != (size_t)hash_name_length) { in pbkdf2_hmac()
/third_party/skia/include/core/
H A DSkCanvas.h1735 this->drawSimpleText(str, strlen(str), SkTextEncoding::kUTF8, x, y, font, paint); in drawString()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp1304 const auto skip = std::strlen("VK_FORMAT_"); in createSamplerBorderSwizzleTests()
/third_party/vk-gl-cts/framework/qphelper/
H A DqpTestLog.c404 if (strlen(additionalSessionInfo) > 1) in qpTestLog_beginSession()
/third_party/sqlite/src/
H A Dsqlite3.c19868 #define sqlite3Strlen30NN(C) (strlen(C)&0x3fffffff)
[all...]
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c1648 sprintf(name + strlen(name), "%d %d)", in leaf_dir()
1653 sprintf(name + strlen(name), "%d %d)", in leaf_dir()
1658 res = strlen(name); in leaf_dir()
1706 level_slen = strlen(level_arr[level]); in hbtl_scan()
1835 size_t len = strlen(filename); in dd_filetype()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc1528 padding_chars -= strlen(suffix);
1533 padding_chars -= strlen(suffix);
3878 size_t size = kDebugMessageOffset + strlen(message) + 1;
6072 size_t length = strlen(format_base) + 1;
6383 size_t len = strlen(command);
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c903 memcpy(buf, codec_tag, FFMIN(sizeof(buf), strlen(codec_tag))); in add_input_streams()
1668 memcpy(buf, codec_tag, FFMIN(sizeof(buf), strlen(codec_tag))); in new_output_stream()
3271 if(!strncmp(arg, "libx264-lossless", strlen("libx264-lossless"))){ in opt_preset()
/third_party/backends/backend/
H A Dcoolscan.c1333 if (!strncmp ((char *)product, scanner_str[i], strlen (scanner_str[i]))) in coolscan_identify_scanner()
1999 size = strlen (strings[i]) + 1; in max_string_size()
3260 len = strlen (dev_name); in sane_init()
H A Dhs2p.c140 size = strlen (strings[i]) + 1; in max_string_size()
165 if (strncmp (device, hw->model, strlen (hw->model)) == 0) in is_device_supported()
1479 if (!strlen (s)) in parse_configuration_file()
H A Dmicrotek.c172 int len = strlen(_mdebug_string); in MDBG_ADD()
198 size = strlen(strings[i]) + 1; in max_string_size()
3088 len = strlen (dev_name); in sane_init()
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dtest-conversions.cc2075 int len = static_cast<int>(strlen(str));
2079 ((strlen(str) == static_cast<unsigned>(*processed_characters_count)));
2082 DOUBLE_CONVERSION_ASSERT(strlen(str) < DOUBLE_CONVERSION_ARRAY_SIZE(buffer16));
4200 int len = static_cast<int>(strlen(str));
4204 ((strlen(str) == static_cast<unsigned>(*processed_characters_count)));
4207 DOUBLE_CONVERSION_ASSERT(strlen(str) < DOUBLE_CONVERSION_ARRAY_SIZE(buffer16));
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c4708 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) { in SSL_CTX_use_psk_identity_hint()
4727 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) { in SSL_use_psk_identity_hint()
5659 prefix_len = strlen(prefix); in nss_keylog_int()
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c5197 if (strlen(newc->u.ibendport.dev_name) > IB_DEVICE_NAME_MAX - 1) { in define_ibendport_context()
5689 len = strlen(newc->u.name); in define_genfs_context_helper()
5690 len2 = strlen(c->u.name); in define_genfs_context_helper()
/third_party/f2fs-tools/fsck/
H A Dfsck.c2646 lpf_ino = f2fs_lookup(sbi, node, (u8 *)LPF, strlen(LPF)); in fsck_get_lpf()
2664 de.len = strlen(LPF); in fsck_get_lpf()
/third_party/ffmpeg/libavformat/
H A Dmatroskaenc.c387 put_ebml_binary(pb, elementid, str, strlen(str)); in put_ebml_string()
542 size_t len = strlen(elem->priv.str); in ebml_writer_str_len()

Completed in 212 milliseconds

1...<<181182183184185186187188189190>>...198