OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rsIsPow2
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/
rsCppUtils.h
226
bool
rsIsPow2
(T val) {
232
if (
rsIsPow2
(v)) {
240
if (
rsIsPow2
(v)) {
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsCppUtils.h
226
bool
rsIsPow2
(T val) {
232
if (
rsIsPow2
(v)) {
240
if (
rsIsPow2
(v)) {
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsCppUtils.h
226
bool
rsIsPow2
(T val) {
232
if (
rsIsPow2
(v)) {
240
if (
rsIsPow2
(v)) {
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsCppUtils.h
226
bool
rsIsPow2
(T val) {
232
if (
rsIsPow2
(v)) {
240
if (
rsIsPow2
(v)) {
Completed in 315 milliseconds