HomeSort by relevance Sort by last modified time
    Searched defs:bit_mask (Results 1 - 25 of 39) 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 265 unsigned bit_mask = 1; local
269 if ((mask->bits[slot_index] & bit_mask) != 0) {
280 bit_mask <<= 1;
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 177 unsigned char bit_mask=1; local
183 bit_mask*=2; /* Generate the or mask - 1 at the right place */
184 type_data.u.buffer [byte_offset] |= bit_mask; /* And apply it */
192 unsigned char bit_mask=1; local
197 bit_mask*=2;
198 bit_mask^=0xff;
200 type_data.u.buffer [byte_offset] &= bit_mask;
inodebitmap_com.c 137 unsigned char bit_mask=1; local
142 bit_mask*=2;
143 type_data.u.buffer [byte_offset] |= bit_mask;
149 unsigned char bit_mask=1; local
154 bit_mask*=2;
155 bit_mask^=0xff;
157 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 114 uint8_t bit_mask; local
115 uint8_t byte = *ComputeBitPointer(bit_offset, &bit_mask);
116 return byte & bit_mask;
120 uint8_t bit_mask; local
121 uint8_t* byte = ComputeBitPointer(bit_offset, &bit_mask);
123 *byte |= bit_mask;
125 *byte &= ~bit_mask;
203 // containing the bit, and sets bit_mask to the bit within that byte.
204 ALWAYS_INLINE uint8_t* ComputeBitPointer(uintptr_t bit_offset, uint8_t* bit_mask) const {
206 *bit_mask = (1U << bit_remainder)
    [all...]
  /external/syslinux/efi/
console.c 56 static inline void bit_mask(uint32_t mask, uint8_t *pos, uint8_t *size) function
177 bit_mask(pixel_info.RedMask, &si->red_pos,
179 bit_mask(pixel_info.GreenMask, &si->green_pos,
181 bit_mask(pixel_info.BlueMask, &si->blue_pos,
183 bit_mask(pixel_info.ReservedMask, &si->rsvd_pos,
  /external/v8/src/compiler/
int64-lowering.cc 670 Node* bit_mask = local
706 graph()->NewNode(machine()->Word32And(), rotate_low, bit_mask),
711 graph()->NewNode(machine()->Word32And(), rotate_high, bit_mask),
    [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;
201 WORD32 bit_mask = (1 << bit_pos); local
214 *pu1_buf = *pu1_buf | bit_mask;
    [all...]
  /external/v8/src/heap/
slot-set.h 88 uint32_t bit_mask = 1u << bit_index; local
89 if (cell & bit_mask) {
193 uint32_t bit_mask = 1u << bit_offset; local
198 mask |= bit_mask;
200 cell ^= bit_mask;
  /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...]
  /hardware/qcom/gps/msm8994/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...]

Completed in 441 milliseconds

1 2