Home
last modified time | relevance | path

Searched refs:text_size_bytes (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/
H A Dfont_platform_data.cc246 uint32_t text_size_bytes; in GetHash() local
247 memcpy(&text_size_bytes, &text_size_, sizeof(uint32_t)); in GetHash()
248 h ^= text_size_bytes; in GetHash()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/
H A Dfont_platform_data.cc308 uint32_t text_size_bytes; in GetHash() local
309 memcpy(&text_size_bytes, &text_size_, sizeof(uint32_t)); in GetHash()
310 h ^= text_size_bytes; in GetHash()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c7469 u32 text_size_bytes, null_char_pos, i; in format_feature() local
7480 feature->dumped_dwords, &text_size_bytes); in format_feature()
7485 null_char_pos = text_size_bytes - 1; in format_feature()
7486 text_size_bytes = (text_size_bytes + 3) & ~0x3; in format_feature()
7488 if (text_size_bytes < QED_RESULTS_BUF_MIN_SIZE) { in format_feature()
7491 text_size_bytes); in format_feature()
7496 text_buf = vzalloc(text_size_bytes); in format_feature()
7513 for (i = null_char_pos; i < text_size_bytes; i++) in format_feature()
7518 qed_dbg_print_feature(text_buf, text_size_bytes); in format_feature()
7531 feature->buf_size = text_size_bytes; in format_feature()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c7469 u32 text_size_bytes, null_char_pos, i; in format_feature() local
7480 feature->dumped_dwords, &text_size_bytes); in format_feature()
7485 null_char_pos = text_size_bytes - 1; in format_feature()
7486 text_size_bytes = (text_size_bytes + 3) & ~0x3; in format_feature()
7488 if (text_size_bytes < QED_RESULTS_BUF_MIN_SIZE) { in format_feature()
7491 text_size_bytes); in format_feature()
7496 text_buf = vzalloc(text_size_bytes); in format_feature()
7513 for (i = null_char_pos; i < text_size_bytes; i++) in format_feature()
7518 qed_dbg_print_feature(text_buf, text_size_bytes); in format_feature()
7531 feature->buf_size = text_size_bytes; in format_feature()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c7469 u32 text_size_bytes, null_char_pos, i; in format_feature() local
7480 feature->dumped_dwords, &text_size_bytes); in format_feature()
7485 null_char_pos = text_size_bytes - 1; in format_feature()
7486 text_size_bytes = (text_size_bytes + 3) & ~0x3; in format_feature()
7488 if (text_size_bytes < QED_RESULTS_BUF_MIN_SIZE) { in format_feature()
7491 text_size_bytes); in format_feature()
7496 text_buf = vzalloc(text_size_bytes); in format_feature()
7513 for (i = null_char_pos; i < text_size_bytes; i++) in format_feature()
7518 qed_dbg_print_feature(text_buf, text_size_bytes); in format_feature()
7531 feature->buf_size = text_size_bytes; in format_feature()
[all …]