HomeSort by relevance Sort by last modified time
    Searched refs:power_of_two (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/test/
testgl.c 161 static int power_of_two(int input) function
181 w = power_of_two(surface->w);
182 h = power_of_two(surface->h);
  /external/chromium_org/v8/test/mjsunit/
div-mod.js 121 var power_of_two = 64; variable
142 power_of_two,
  /art/compiler/dex/quick/
gen_common.cc 1647 bool power_of_two = false; local
    [all...]

Completed in 250 milliseconds