Home
last modified time | relevance | path

Searched refs:tag2 (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/scripts/kconfig/
H A Dgconf.c46 GtkTextTag *tag1, *tag2; variable
147 tag2 = gtk_text_buffer_create_tag(txtbuf, "mytag2", in init_main_window()
349 gtk_text_buffer_insert_with_tags(buffer, &end, str_get(&help), -1, tag2, in text_insert_help()
371 gtk_text_buffer_insert_with_tags(buffer, &end, msg, -1, tag2, in text_insert_msg()
/linux-6.15/lib/zstd/compress/
H A Dzstd_compress_internal.h1490 U32 const tag2 = packedTag2 & ZSTD_SHORT_CACHE_TAG_MASK; in ZSTD_comparePackedTags() local
1491 return tag1 == tag2; in ZSTD_comparePackedTags()