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

1 2

  /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;
  /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;
  /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...]
  /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...]
  /hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
omx_aac_aenc.cpp 4968 OMX_U8 bit_mask; local
    [all...]
  /external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp 68 static const unsigned bit_mask[] = member in namespace:cv::mjpeg
    [all...]
  /hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/test/
omx_aac_enc_test.c 1060 uint8 bit_mask; local
    [all...]
  /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/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/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 379 u_char bit_mask; member in struct:rpc_loc_ni_supl_qop_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 375 u_char bit_mask; member in struct:rpc_loc_ni_supl_qop_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 403 u_char bit_mask; member in struct:rpc_loc_ni_supl_qop_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 379 u_char bit_mask; member in struct:rpc_loc_ni_supl_qop_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 375 u_char bit_mask; member in struct:rpc_loc_ni_supl_qop_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 403 u_char bit_mask; member in struct:rpc_loc_ni_supl_qop_s_type
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 403 u_char bit_mask; member in struct:rpc_loc_ni_supl_qop_s_type
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 379 u_char bit_mask; member in struct:rpc_loc_ni_supl_qop_s_type
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 375 u_char bit_mask; member in struct:rpc_loc_ni_supl_qop_s_type
    [all...]

Completed in 847 milliseconds

1 2