Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dgconf.c41 static GtkTextTag *tag1, *tag2; variable
82 gtk_text_buffer_insert_with_tags(buffer, &end, msg, -1, tag2, in text_insert_msg()
1106 tag2 = gtk_text_buffer_create_tag(txtbuf, "mytag2", in init_main_window()
/linux/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()