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

1 2 3

  /art/runtime/
memory_region.h 108 uint8_t bit_mask; local
109 uint8_t byte = *ComputeBitPointer(bit_offset, &bit_mask);
110 return byte & bit_mask;
114 uint8_t bit_mask; local
115 uint8_t* byte = ComputeBitPointer(bit_offset, &bit_mask);
117 *byte |= bit_mask;
119 *byte &= ~bit_mask;
172 // containing the bit, and sets bit_mask to the bit within that byte.
173 ALWAYS_INLINE uint8_t* ComputeBitPointer(uintptr_t bit_offset, uint8_t* bit_mask) const {
175 *bit_mask = (1U << bit_remainder)
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
cgen-bitset.c 68 int bit_mask; local
74 bit_mask = 1 << (7 - bit_ix);
75 mask->bits[byte_ix] |= bit_mask;
96 int bit_mask; local
103 bit_mask = 1 << bit_ix;
104 return (mask->bits[byte_ix] & bit_mask) >> bit_ix;
  /external/autotest/client/common_lib/
smogcheck_pca9555.py 120 bit_mask = 0
124 bit_mask = bit_value
126 bit_mask |= 0x20
128 bit_mask |= 0x10
130 return bit_mask
194 bit_mask = self._computeLEDmask(bit_value, failure, warning)
195 write_byte = reset_low6 ^ bit_mask
197 'bit_mask = 0x%x, write_byte = 0x%x',
198 byte_read, reset_low6, bit_mask, write_byte)
  /system/media/alsa_utils/
alsa_format.c 96 unsigned bit_mask = 1; local
99 if (table_index >= 2 && (mask->bits[slot_index] & bit_mask) != 0) {
103 bit_mask <<= 1;
alsa_logging.c 45 unsigned bit_mask = 1; local
47 strcat(buff, (mask->bits[slot_index] & bit_mask) != 0 ? "1" : "0");
48 bit_mask <<= 1;
alsa_device_profile.c 250 unsigned bit_mask = 1; local
254 if ((mask->bits[slot_index] & bit_mask) != 0) {
265 bit_mask <<= 1;
  /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;
  /external/libhevc/decoder/
ihevcd_process_slice.c 118 WORD32 bit_mask = (1 << bit_pos); local
145 status = *pu1_buf & bit_mask;
160 status = *pu1_buf & bit_mask;
169 status = *pu1_buf & bit_mask;
200 WORD32 bit_mask = (1 << bit_pos); local
212 *pu1_buf = *pu1_buf | bit_mask;
    [all...]
  /external/opencv3/modules/imgproc/test/
test_histograms.cpp 374 CvMat* bit_mask = 0; local
387 bit_mask = cvCreateMat( 1, (total_size + 7)/8, CV_8U );
388 cvZero( bit_mask );
390 #define GET_BIT(n) (bit_mask->data.ptr[(n)/8] & (1 << ((n)&7)))
391 #define SET_BIT(n) bit_mask->data.ptr[(n)/8] |= (1 << ((n)&7))
415 // do the second pass to make values0 consistent with bit_mask
426 cvReleaseMat( &bit_mask );
    [all...]
  /external/webp/src/dsp/
lossless.c 337 const uint32_t bit_mask = (1 << bits_per_pixel) - 1; \
347 *dst++ = GET_VALUE(color_map[packed_pixels & bit_mask]); \
  /hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/test/
omx_aac_enc_test.c 1060 uint8 bit_mask; local
    [all...]
  /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
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_mdp.h 381 uint8_t bit_mask; member in struct:mdp_histogram_start_req
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_mdp.h 397 uint8_t bit_mask; member in struct:mdp_histogram_start_req
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 383 unsigned char bit_mask;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 373 unsigned char bit_mask;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 383 unsigned char bit_mask;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 373 unsigned char bit_mask;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 383 unsigned char bit_mask;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 373 unsigned char bit_mask;
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_mdp.h 520 uint8_t bit_mask; member in struct:mdp_histogram_cfg
697 uint8_t bit_mask; member in struct:mdp_histogram_start_req
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_mdp.h 497 uint8_t bit_mask; member in struct:mdp_histogram_cfg
756 uint8_t bit_mask; member in struct:mdp_histogram_start_req
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_mdp.h 659 uint8_t bit_mask; member in struct:mdp_histogram_cfg
877 uint8_t bit_mask; member in struct:mdp_histogram_start_req
    [all...]

Completed in 1134 milliseconds

1 2 3