* Nack Re: [KJ] [PATCH] is_power_of_2 in ia64mm
@ 2007-02-16 16:13 Oleg Verych
0 siblings, 0 replies; only message in thread
From: Oleg Verych @ 2007-02-16 16:13 UTC (permalink / raw)
To: kernel-janitors
> From: Vignesh Babu BM
> Newsgroups: gmane.linux.kernel.janitors,gmane.linux.kernel.mm,gmane.linux.ports.ia64,gmane.linux.kernel
> Subject: [KJ] [PATCH] is_power_of_2 in ia64mm
> Date: Fri, 16 Feb 2007 17:33:55 +0530
[]
> Replacing (n & (n-1)) in the context of power of 2 checks
> with is_power_of_2
And this may be
* not_odd()
* ! odd()
* even()
* etc.
So, let's do not turn C in English, huh?
____
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CIDÞVDEV
_______________________________________________
Kernel-janitor-discuss mailing list
Kernel-janitor-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kernel-janitor-discuss
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-16 16:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-16 16:13 Nack Re: [KJ] [PATCH] is_power_of_2 in ia64mm Oleg Verych
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.