Searched refs:mask (Results 1 - 25 of 2694) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Dblock.cpp546 int mask = (1<<bits)-1; local
563 tmp = (FIXP_DBL)((idx & mask)-offset);
H A Dchannelinfo.cpp179 UINT mask; local
187 mask = 1 << (6 - i);
190 if (pIcsInfo->ScaleFactorGrouping & mask)
/external/aac/libAACenc/src/
H A Dpsy_main.cpp1289 INT j, grp, mask; local
1310 /* generate grouping mask */
1311 mask = 0;
1314 mask <<= 1;
1316 mask = (mask<<1) | 1 ;
1319 psyOutChannel[ch]->groupingMask = mask;
/external/aac/libFDK/src/
H A DFDK_bitbuffer.cpp262 UINT mask = ~BitMask[(32-bitOffset)] | (BitMask [(32-numberOfBits)] >> bitOffset) ; local
264 hBitBuf->Buffer [ byteOffset & byteMask] = (hBitBuf->Buffer [ byteOffset & byteMask]&(mask>>24)) | (UCHAR)(tmp>>24);
265 hBitBuf->Buffer [(byteOffset+1) & byteMask] = (hBitBuf->Buffer [(byteOffset+1) & byteMask]&(mask>>16)) | (UCHAR)(tmp>>16);
266 hBitBuf->Buffer [(byteOffset+2) & byteMask] = (hBitBuf->Buffer [(byteOffset+2) & byteMask]&(mask>>8)) | (UCHAR)(tmp>>8);
267 hBitBuf->Buffer [(byteOffset+3) & byteMask] = (hBitBuf->Buffer [(byteOffset+3) & byteMask]&(mask)) | (UCHAR)(tmp);
282 UINT mask = ~(BitMask[numberOfBits] << bitOffset) ; local
301 hBitBuf->Buffer [ byteOffset & byteMask] = (hBitBuf->Buffer [ byteOffset & byteMask]&(mask)) | (UCHAR)(tmp);
302 hBitBuf->Buffer [(byteOffset-1) & byteMask] = (hBitBuf->Buffer [(byteOffset-1) & byteMask]&(mask>>8)) | (UCHAR)(tmp>>8);
303 hBitBuf->Buffer [(byteOffset-2) & byteMask] = (hBitBuf->Buffer [(byteOffset-2) & byteMask]&(mask>>16)) | (UCHAR)(tmp>>16);
304 hBitBuf->Buffer [(byteOffset-3) & byteMask] = (hBitBuf->Buffer [(byteOffset-3) & byteMask]&(mask>>2
[all...]
/external/aac/libSBRdec/src/
H A Denv_calc.cpp267 unsigned int mask = 1 << bitcount; local
268 newflags |= mask; /* Set flag */
274 sineMapped[(ui+li-lowSubband2) >> 1] = ( oldflags & mask ) ? 0 : tranEnv;
H A Denv_dec.cpp687 int bit, mask; local
701 mask = 1; /* begin with lowest bit of exponent */
704 if (exponent & mask) {
710 mask = mask << 1;
/external/android-clat/
H A Dconfig.c254 in_addr_t mask = 0xffffffff >> (32 - prefixlen) << (32 - prefixlen); local
257 in_addr_t prefix = ipv4 & mask;
266 ipv4 = prefix | ((ipv4 + 1) & ~mask);
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1729 /// mod mask to do the mod instead.
/external/bison/
H A Dconfigure10995 exception_mask_t mask = EXC_MASK_BAD_ACCESS;
11009 task_set_exception_ports (self, mask, our_exception_port,
11920 exception_mask_t mask = EXC_MASK_BAD_ACCESS;
11934 task_set_exception_ports (self, mask, our_exception_port,
13786 exception_mask_t mask = EXC_MASK_BAD_ACCESS;
13800 task_set_exception_ports (self, mask, our_exception_port,
/external/bison/lib/
H A Dsigaction.c87 sigset_t mask; local
113 mask = action_array[sig].sa_mask;
115 sigaddset (&mask, sig);
116 sigprocmask (SIG_BLOCK, &mask, &oldmask);
118 /* Invoke the user's handler, then restore prior mask. */
134 sigset_t mask; local
160 sigfillset (&mask);
161 sigprocmask (SIG_BLOCK, &mask, &oldmask);
/external/blktrace/
H A Dact_mask.c4 #define DECLARE_MASK_MAP(mask) { BLK_TC_##mask, #mask, "BLK_TC_"#mask }
10 int mask; member in struct:mask_map
39 return mask_maps[i].mask;
/external/blktrace/doc/
H A Dblktrace.tex351 Alternatively, one may specify the entire mask utilizing a hexadecimal
353 representation of the filter mask.)
386 -A \emph{hex-mask} & --set-mask=\emph{hex-mask} & Set filter mask to \emph{hex-mask} \\ \hline
387 -a \emph{mask} & --act-mask=\emph{mask}
[all...]
/external/bluetooth/bluedroid/bta/ar/
H A Dbta_ar.c39 ** Description This function maps sys_id to ar id mask.
46 UINT8 mask = 0; local
49 mask = BTA_AR_AV_MASK;
53 mask = BTA_AR_AVK_MASK;
56 return mask;
103 UINT8 mask = 0; local
108 mask = BTA_AR_AV_MASK;
113 mask = BTA_AR_AVK_MASK;
122 if (mask)
128 bta_ar_cb.avdt_registered |= mask;
143 UINT8 mask = 0; local
205 UINT8 mask = bta_ar_id (sys_id); local
228 UINT8 mask = bta_ar_id (sys_id); local
248 UINT8 mask = bta_ar_id (sys_id); local
303 UINT8 mask = bta_ar_id (sys_id); local
[all...]
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c454 UINT8 mask; local
459 mask = 1 << xx; /* the used mask for this lcb */
460 if((mask & p_cb->conn_lcb) && 0 ==( bdcmp(p_cb->lcb[xx].addr, addr)))
465 p_cb->conn_lcb &= ~mask; /* clear the connect mask */
1167 UINT8 mask; local
1179 mask = BTA_AV_HNDL_TO_MSK(index);
1184 /* set the conned mask for this channel */
1205 p_cb->conn_audio |= mask;
1417 UINT8 mask; local
1526 UINT8 mask; local
1964 UINT8 mask; local
[all...]
H A Dbta_av_main.c887 UINT8 mask; local
892 mask = BTA_AV_HNDL_TO_MSK(i);
893 if (p_cb->conn_audio == mask)
1054 UINT8 mask; local
1058 mask = BTA_AV_HNDL_TO_MSK(i);
1061 ((bta_av_cb.conn_audio & mask) ||/* connected audio */
1062 (bta_av_cb.conn_video & mask)) ) /* connected video */
1139 UINT8 mask; local
1153 mask = BTA_AV_HNDL_TO_MSK(i);
1154 APPL_TRACE_DEBUG("[%d] mtu: %d, mask
[all...]
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c741 /* covert BTA service mask to BTM mask */
948 ** Description remove/set link policy mask.
997 UINT32 mask = (UINT32)(1 << id); local
1030 bta_dm_cb.role_policy_mask &= ~mask;
1041 bta_dm_cb.role_policy_mask |= mask;
1083 /* convert BTA service id to BTM mask */
3224 bta_dm_cb.signal_strength_mask = p_data->sig_strength.mask;
3719 sec_event.sig_strength.mask = BTA_SIG_STRENGTH_RSSI_MASK;
3746 sec_event.sig_strength.mask
[all...]
H A Dbta_dm_api.c609 ** Description This function sets/clears the link policy mask to the given
611 ** If clearing the sniff or park mode mask, the link is put
878 void BTA_DmSignalStrength(tBTA_SIG_STRENGTH_MASK mask, UINT16 period, BOOLEAN start) argument
886 p_msg->mask = mask;
1031 ** Description This function is called to get BTA service mask from EIR.
1034 ** p_services - return the BTA service mask
1047 tBTA_SERVICE_MASK mask; local
1052 mask = 1;
1057 *p_services |= mask;
[all...]
H A Dbta_dm_int.h368 tBTA_SIG_STRENGTH_MASK mask; member in struct:__anon493
1087 UINT8 allow_mask; /* mask of sniff/hold/park modes to allow */
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_at.c419 static void bta_hf_client_handle_chld(UINT32 mask) argument
421 APPL_TRACE_DEBUG("%s 0x%x", __FUNCTION__, mask);
423 bta_hf_client_cb.scb.chld_features |= mask;
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h160 /* extended service mask, including mask with one or more GATT UUID */
191 typedef UINT16 tBTA_DM_DISC; /* this discoverability mode is a bit mask among BR mode and LE mode */
270 DEV_CLASS dev_class_mask; /* mask to determine the bits of device class of interest */
302 UINT32 uuid_mask[BTM_EIR_SERVICE_ARRAY_SIZE]; /* mask of UUID list in EIR */
324 /* ADV data bit mask */
413 typedef tBTM_BLE_ADV_CHNL_MAP tBTA_BLE_ADV_CHNL_MAP; /* use as a bit mask */
450 tBTA_BLE_AD_MASK ad_mask; /* mask of the valid adv data field */
559 tBTA_DM_BLE_PF_COND_MASK *p_uuid_mask; /* UUID condition mask, if NULL, match exact as UUID condition */
573 UINT16 company_id_mask; /* UUID value mask */
811 tBTA_SIG_STRENGTH_MASK mask; /* mask for the values that are valid */ member in struct:__anon712
[all...]
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_gatt_multi_adv_util.h58 tBTA_BLE_AD_MASK mask; member in struct:__anon1010
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c193 uint16_t mask; member in struct:__anon1068
1522 BTA_DmBleSetAdvConfig(p_multi_adv_data_cb->inst_cb[cbindex].mask,
1527 BTA_DmBleSetScanRsp(p_multi_adv_data_cb->inst_cb[cbindex].mask,
1599 p_multi_adv_data_cb->inst_cb[cbindex].mask,
2023 /* If data is passed, both mask and data have to be the same length */
H A Dbtif_gatt_multi_adv_util.c263 p_multi_adv_data_cb->inst_cb[cbindex].mask = 0;
268 p_multi_adv_data_cb->inst_cb[cbindex].mask = BTM_BLE_AD_BIT_FLAGS;
276 p_multi_adv_data_cb->inst_cb[cbindex].mask = 0;
280 p_multi_adv_data_cb->inst_cb[cbindex].mask |= BTM_BLE_AD_BIT_DEV_NAME;
283 p_multi_adv_data_cb->inst_cb[cbindex].mask |= BTM_BLE_AD_BIT_TX_PWR;
288 p_multi_adv_data_cb->inst_cb[cbindex].mask |= BTM_BLE_AD_BIT_INT_RANGE;
317 p_multi_adv_data_cb->inst_cb[cbindex].mask |= BTM_BLE_AD_BIT_APPEARANCE;
331 p_multi_adv_data_cb->inst_cb[cbindex].mask |= BTM_BLE_AD_BIT_MANU;
370 p_multi_adv_data_cb->inst_cb[cbindex].mask |= BTM_BLE_AD_BIT_PROPRIETARY;
412 p_multi_adv_data_cb->inst_cb[cbindex].mask |
[all...]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dbitalloc.c205 * sign bit into bit 0, adding this to 0x7F give us a mask of 0x80
212 * to create a mask that zeroes bits 0 .. 3 if bit 4 is set.
216 * Allocations of 1 are disallowed. Add and shift creates a mask that
270 OI_UINT32 mask; local
272 mask = 0x7F7F7F7F + ((n & 0x40404040) >> 6);
273 n &= mask;
274 mask = 0x0F0F0F0F + ((n & 0x10101010) >> 4);
275 n &= mask;
276 mask = (((n + 0x0E0E0E0E) >> 4) | 0x1E1E1E1E);
277 n &= mask;
[all...]

Completed in 623 milliseconds

1234567891011>>