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

1 2

  /system/media/alsa_utils/
alsa_format.c 97 unsigned bit_mask = 1; local
100 if (table_index >= 2 && (mask->bits[slot_index] & bit_mask) != 0) {
104 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 248 unsigned bit_mask = 1; local
252 if ((mask->bits[slot_index] & bit_mask) != 0) {
263 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;
  /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...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 253 static uint64_t bit_mask(unsigned width) { function in namespace:art
261 value = value & bit_mask(width);
262 return ((value & bit_mask(rotate)) << (width - rotate)) | (value >> rotate);
268 uint64_t result = value & bit_mask(width);
307 uint64_t bits = bit_mask(imm_s + 1);
315 uint64_t bits = bit_mask((imm_s & mask) + 1);
  /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...]
  /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/msm8974/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/msm8974/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/msm8974/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/msm8x74/kernel-headers/linux/
msm_mdp.h 392 uint8_t bit_mask; member in struct:mdp_histogram_cfg
522 uint8_t bit_mask; member in struct:mdp_histogram_start_req
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_mdp.h 388 uint8_t bit_mask; member in struct:mdp_histogram_cfg
542 uint8_t bit_mask; member in struct:mdp_histogram_start_req
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_mdp.h 499 uint8_t bit_mask; member in struct:mdp_histogram_cfg
674 uint8_t bit_mask; member in struct:mdp_histogram_start_req
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_mdp.h 475 uint8_t bit_mask; member in struct:mdp_histogram_cfg
732 uint8_t bit_mask; member in struct:mdp_histogram_start_req

Completed in 396 milliseconds

1 2