search for: key5

Displaying 5 results from an estimated 5 matches for "key5".

Did you mean: key
2016 Feb 11
3
Expected constant simplification not happening
...ntptr inbounds %struct._table, %struct._table* %2, i64 0, i32 2 %3 = load i32, i32* %mask4.i, align 4, !tbaa !7 %and.i = and i32 %3, 2298949 %idxprom.i = zext i32 %and.i to i64 %4 = bitcast %struct._entry* %1 to i8* %arrayidx.i = getelementptr inbounds i8, i8* %4, i64 %idxprom.i %key5.i = bitcast i8* %arrayidx.i to i32* %5 = load i32, i32* %key5.i, align 4, !tbaa !11 %cmp.i = icmp eq i32 %5, 2298949 %f6.i = getelementptr inbounds i8, i8* %arrayidx.i, i64 8 %cond.in.v.i = select i1 %cmp.i, i8* %f6.i, i8* %f7.i %cond.in.i = bitcast i8* %cond.in.v.i to i8* (%struct._...
2006 Oct 25
2
[PATCH] Edge buttons
...nf.c b/plugins/gconf.c index ea68ce3..175a4ac 100644 --- a/plugins/gconf.c +++ b/plugins/gconf.c @@ -209,7 +209,7 @@ gconfSetOption (CompDisplay *d, gconf_value_free (gvalue); break; case CompOptionTypeAction: { - gchar *key1, *key2, *key3, *key4; + gchar *key1, *key2, *key3, *key4, *key5; GSList *node, *list = NULL; GConfValue *gv; int i; @@ -218,6 +218,7 @@ gconfSetOption (CompDisplay *d, key2 = g_strdup_printf ("%s_%s", key, "button"); key3 = g_strdup_printf ("%s_%s", key, "bell"); key4 = g_strdup_printf ("%s_%s&quot...
2016 Dec 07
1
Expected constant simplification not happening
...4 0, i32 2 > %3 = load i32, i32* %mask4.i, align 4, !tbaa !7 > %and.i = and i32 %3, 2298949 > %idxprom.i = zext i32 %and.i to i64 > %4 = bitcast %struct._entry* %1 to i8* > %arrayidx.i = getelementptr inbounds i8, i8* %4, i64 %idxprom.i > %key5.i = bitcast i8* %arrayidx.i to i32* > %5 = load i32, i32* %key5.i, align 4, !tbaa !11 > %cmp.i = icmp eq i32 %5, 2298949 > %f6.i = getelementptr inbounds i8, i8* %arrayidx.i, i64 8 > %cond.in.v.i = select i1 %cmp.i, i8* %f6.i, i8* %f7.i > %cond.in.i...
2006 Oct 16
2
Edge + Mouse button draft patches
Attached are my draft patches to add edge + mouse button to the actions It is useful because the edge bindings are too easily triggered, an edge + mouse button is good because it confirms the action. An additional side benefit is that the mouse wheel can be used for rotating the cube and for the switcher (it is an excellent alternative to alt-tab). I wanted to share the patches before cleaning
2006 Nov 08
2
bug in today's git snapshot with maximizing windows
...--- a/plugins/gconf.c > +++ b/plugins/gconf.c > @@ -209,7 +209,7 @@ gconfSetOption (CompDisplay *d, > gconf_value_free (gvalue); > break; > case CompOptionTypeAction: { > - gchar *key1, *key2, *key3, *key4; > + gchar *key1, *key2, *key3, *key4, *key5; > GSList *node, *list = NULL; > GConfValue *gv; > int i; > @@ -218,6 +218,7 @@ gconfSetOption (CompDisplay *d, > key2 = g_strdup_printf ("%s_%s", key, "button"); > key3 = g_strdup_printf ("%s_%s", key, "bell&qu...