HomeSort by relevance Sort by last modified time
    Searched defs:popcount (Results 1 - 6 of 6) sorted by null

  /system/core/include/cutils/
bitops.h 24 static inline int popcount(unsigned int x) function
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
sbitmap.h 36 #error Need to increase size of datatype used for popcount
41 unsigned char *popcount; /* Population count. */ member in struct:simple_bitmap_def
65 if (map->popcount)
70 map->popcount[bitno / SBITMAP_ELT_BITS]++;
84 if (map->popcount)
89 map->popcount[bitno / SBITMAP_ELT_BITS]--;
205 #define sbitmap_free(MAP) (free((MAP)->popcount), free((MAP)))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
sbitmap.h 36 #error Need to increase size of datatype used for popcount
41 unsigned char *popcount; /* Population count. */ member in struct:simple_bitmap_def
61 if (map->popcount)
66 map->popcount[bitno / SBITMAP_ELT_BITS]++;
80 if (map->popcount)
85 map->popcount[bitno / SBITMAP_ELT_BITS]--;
201 #define sbitmap_free(MAP) (free((MAP)->popcount), free((MAP)))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
sbitmap.h 36 #error Need to increase size of datatype used for popcount
41 unsigned char *popcount; /* Population count. */ member in struct:simple_bitmap_def
61 if (map->popcount)
66 map->popcount[bitno / SBITMAP_ELT_BITS]++;
80 if (map->popcount)
85 map->popcount[bitno / SBITMAP_ELT_BITS]--;
201 #define sbitmap_free(MAP) (free((MAP)->popcount), free((MAP)))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
sbitmap.h 36 #error Need to increase size of datatype used for popcount
41 unsigned char *popcount; /* Population count. */ member in struct:simple_bitmap_def
61 if (map->popcount)
66 map->popcount[bitno / SBITMAP_ELT_BITS]++;
80 if (map->popcount)
85 map->popcount[bitno / SBITMAP_ELT_BITS]--;
201 #define sbitmap_free(MAP) (free((MAP)->popcount), free((MAP)))
  /external/grub/stage2/
tparm.c 329 int popcount; local
359 popcount = 0;
369 * 'popcount' shows the highest parameter number in the string. We would
403 if (lastpop > popcount)
404 popcount = lastpop;
446 if (popcount < 2)
447 popcount = 2;
457 for (i = 0; i < max(popcount, number); i++) {
478 if (popcount == 0) {
479 popcount = number
    [all...]

Completed in 253 milliseconds