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

  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 176 unsigned char bit_mask=1; local
182 bit_mask*=2; /* Generate the or mask - 1 at the right place */
183 type_data.u.buffer [byte_offset] |= bit_mask; /* And apply it */
191 unsigned char bit_mask=1; local
196 bit_mask*=2;
197 bit_mask^=0xff;
199 type_data.u.buffer [byte_offset] &= bit_mask;
inodebitmap_com.c 136 unsigned char bit_mask=1; local
141 bit_mask*=2;
142 type_data.u.buffer [byte_offset] |= bit_mask;
148 unsigned char bit_mask=1; local
153 bit_mask*=2;
154 bit_mask^=0xff;
156 type_data.u.buffer [byte_offset] &= bit_mask;
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_mdp.h 427 uint8_t bit_mask; member in struct:mdp_histogram_start_req
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 439 uint8_t bit_mask; member in struct:mdp_histogram_start_req
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 1244 int bit_mask; local
    [all...]
  /external/webp/src/dsp/
lossless.c 1106 const uint32_t bit_mask = (1 << bits_per_pixel) - 1; local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 13969 unsigned long long bit_mask; local
    [all...]

Completed in 121 milliseconds