Searched refs:bitmask (Results 1 - 25 of 49) sorted by relevance

12

/external/srtp/crypto/replay/
H A Drdb.c54 * bitmask a bit-buffer, containing the most recently entered
63 v128_set_to_zero(&rdb->bitmask);
83 /* otherwise, the index appears within the window, so check the bitmask */
84 if (v128_get_bit(&rdb->bitmask, (index - rdb->window_start)) == 1)
110 v128_set_bit(&rdb->bitmask, delta);
117 v128_left_shift(&rdb->bitmask, delta);
118 v128_set_bit(&rdb->bitmask, rdb_bits_in_bitmask - 1);
H A Drdbx.c82 * A rdbx_t consists of a xtd_seq_num_t and a bitmask. The index is highest
83 * sequence number that has been received, and the bitmask indicates
85 * highest bit in the bitmask corresponds to the index in the bitmask.
199 if (bitvector_alloc(&rdbx->bitmask, ws) != 0)
213 bitvector_dealloc(&rdbx->bitmask);
228 bitvector_set_to_zero(&rdbx->bitmask);
264 return bitvector_get_length(&rdbx->bitmask);
277 } else if ((int)(bitvector_get_length(&rdbx->bitmask) - 1) + delta < 0) {
278 /* if delta is lower than the bitmask, i
[all...]
/external/iptables/extensions/
H A Dlibxt_physdev.c50 info->bitmask |= XT_PHYSDEV_OP_IN;
57 info->bitmask |= XT_PHYSDEV_OP_OUT;
60 info->bitmask |= XT_PHYSDEV_OP_ISIN;
65 info->bitmask |= XT_PHYSDEV_OP_ISOUT;
72 info->bitmask |= XT_PHYSDEV_OP_BRIDGED;
89 if (info->bitmask & XT_PHYSDEV_OP_ISIN)
92 if (info->bitmask & XT_PHYSDEV_OP_IN)
96 if (info->bitmask & XT_PHYSDEV_OP_ISOUT)
99 if (info->bitmask & XT_PHYSDEV_OP_OUT)
102 if (info->bitmask
[all...]
H A Dlibxt_ipvs.c81 data->bitmask |= XT_IPVS_DIR;
84 data->bitmask |= XT_IPVS_DIR;
103 data->bitmask |= 1 << cb->entry->id;
115 if (info->bitmask & XT_IPVS_ONCE_MASK) {
120 info->bitmask |= XT_IPVS_IPVS_PROPERTY;
160 if (data->bitmask == XT_IPVS_IPVS_PROPERTY) {
166 if (data->bitmask & XT_IPVS_PROTO) {
172 if (data->bitmask & XT_IPVS_VADDR) {
180 if (data->bitmask & XT_IPVS_VPORT) {
187 if (data->bitmask
[all...]
/external/iptables/include/linux/netfilter/
H A Dxt_ipvs.h26 __u8 bitmask; member in struct:xt_ipvs_mtinfo
H A Dxt_physdev.h23 __u8 bitmask; member in struct:xt_physdev_info
/external/kernel-headers/original/linux/netfilter/
H A Dxt_physdev.h21 u_int8_t bitmask; member in struct:xt_physdev_info
/external/libnfc-nci/halimpl/bcm2079x/include/
H A DStartupConfig.h95 ** bitmask: 0xC0 = do not detect any secure element.
102 bool disableSecureElement (UINT8 bitmask);
/external/oprofile/events/x86-64/family11h/
H A Dunit_masks24 name:moesi type:bitmask default:0x1f
31 name:moess type:bitmask default:0x1e
38 name:fpu_ops type:bitmask default:0x3f
45 name:segregload type:bitmask default:0x7f
53 name:ecc type:bitmask default:0x03
56 name:prefetch type:bitmask default:0x07
60 name:fpu_instr type:bitmask default:0x0f
65 name:fpu_fastpath type:bitmask default:0x07
69 name:fpu_exceptions type:bitmask default:0x0f
74 name:dramaccess type:bitmask defaul
[all...]
/external/srtp/crypto/include/
H A Drdb.h24 uint32_t window_start; /* packet index of the first bit in bitmask */
25 v128_t bitmask; member in struct:__anon26916
H A Drdbx.h44 * xtd_seq_num_t and a bitmask of recently received indices.
49 bitvector_t bitmask; member in struct:__anon26917
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DStartupConfig.cpp139 ** bitmask: 0xC0 = do not detect any secure element.
146 bool StartupConfig::disableSecureElement (UINT8 bitmask) argument
163 mBuffer [index] = mBuffer [index] | bitmask; //turn on certain bits
173 tlv [4] = tlv [4] | bitmask;
H A Dpatchram.cpp529 unsigned int bitmask = 0; local
534 sscanf (valueStr, "%x", &bitmask); //read system property as a hex octet
535 ALOGD ("%s: disable 0x%02X", __FUNCTION__, (UINT8) bitmask);
536 config.disableSecureElement ((UINT8) (bitmask & 0xC0));
/external/oprofile/events/x86-64/hammer/
H A Dunit_masks18 name:moesi type:bitmask default:0x1f
25 name:moess type:bitmask default:0x1e
32 name:fpu_ops type:bitmask default:0x3f
39 name:segregload type:bitmask default:0x7f
47 name:ecc type:bitmask default:0x03
50 name:prefetch type:bitmask default:0x07
54 name:fpu_instr type:bitmask default:0x0f
59 name:fpu_fastpath type:bitmask default:0x07
63 name:fpu_exceptions type:bitmask default:0x0f
68 name:page_access type:bitmask defaul
[all...]
/external/oprofile/events/i386/atom/
H A Dunit_masks9 name:simd_prefetch type:bitmask default:0x01
13 name:data_tlb_misses type:bitmask default:0x07
18 name:page_walks type:bitmask default:0x03
21 name:x87_comp_ops_exe type:bitmask default:0x81
26 name:mul type:bitmask default:0x01
29 name:div type:bitmask default:0x01
32 name:l2_rqsts type:bitmask default:0x41
35 name:cpu_clk_unhalted type:bitmask default:0x00
39 name:l1d_cache type:bitmask default:0x21
42 name:icache type:bitmask defaul
[all...]
/external/oprofile/events/x86-64/family10/
H A Dunit_masks35 name:moesi type:bitmask default:0x1f
42 name:moess type:bitmask default:0x1e
49 name:fpu_ops type:bitmask default:0x3f
57 name:segregload type:bitmask default:0x7f
65 name:fpu_instr type:bitmask default:0x07
69 name:fpu_fastpath type:bitmask default:0x07
73 name:fpu_exceptions type:bitmask default:0x0f
78 name:page_access type:bitmask default:0x3f
85 name:mem_page_overflow type:bitmask default:0x03
88 name:turnaround type:bitmask defaul
[all...]
/external/oprofile/events/i386/westmere/
H A Dunit_masks18 name:arith type:bitmask default:0x01
21 name:baclear type:bitmask default:0x01
24 name:bpu_clears type:bitmask default:0x01
27 name:br_inst_exec type:bitmask default:0x7f
38 name:br_inst_retired type:bitmask default:0x04
42 name:br_misp_exec type:bitmask default:0x7f
53 name:br_misp_retired type:bitmask default:0x04
57 name:cache_lock_cycles type:bitmask default:0x01
60 name:cpu_clk_unhalted type:bitmask default:0x00
63 name:dtlb_load_misses type:bitmask defaul
[all...]
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h132 const u32 * bitmask; member in struct:nfs_openargs
171 const u32 * bitmask; member in struct:nfs_closeargs
228 const u32 * bitmask; member in struct:nfs4_delegreturnargs
265 const u32 * bitmask; member in struct:nfs_writeargs
329 const u32 * bitmask; member in struct:nfs_setattrargs
547 const u32 * bitmask; member in struct:nfs4_create_arg
560 const u32 * bitmask; member in struct:nfs4_fsinfo_arg
565 const u32 * bitmask; member in struct:nfs4_getattr_arg
577 const u32 * bitmask; member in struct:nfs4_link_arg
591 const u32 * bitmask; member in struct:nfs4_lookup_arg
601 const u32 * bitmask; member in struct:nfs4_lookup_root_arg
606 const u32 * bitmask; member in struct:nfs4_pathconf_arg
616 const u32 * bitmask; member in struct:nfs4_readdir_arg
634 const u32 * bitmask; member in struct:nfs4_remove_arg
648 const u32 * bitmask; member in struct:nfs4_rename_arg
673 const u32 * bitmask; member in struct:nfs4_statfs_arg
714 const u32 *bitmask; member in struct:nfs4_fs_locations_arg
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dlight.c570 * Given a face and pname value (ala glColorMaterial), compute a bitmask
577 GLuint bitmask = 0; local
579 /* Make a bitmask indicating what material attribute(s) we're updating */
582 bitmask |= MAT_BIT_FRONT_EMISSION | MAT_BIT_BACK_EMISSION;
585 bitmask |= MAT_BIT_FRONT_AMBIENT | MAT_BIT_BACK_AMBIENT;
588 bitmask |= MAT_BIT_FRONT_DIFFUSE | MAT_BIT_BACK_DIFFUSE;
591 bitmask |= MAT_BIT_FRONT_SPECULAR | MAT_BIT_BACK_SPECULAR;
594 bitmask |= MAT_BIT_FRONT_SHININESS | MAT_BIT_BACK_SHININESS;
597 bitmask |= MAT_BIT_FRONT_AMBIENT | MAT_BIT_BACK_AMBIENT;
598 bitmask |
711 const GLbitfield bitmask = ctx->Light._ColorMaterialBitmask; local
727 GLuint bitmask; local
[all...]
/external/libppp/src/
H A Dpred.c69 int i, bitmask; local
76 for (bitmask = 1, i = 0; i < 8 && len; i++, bitmask <<= 1) {
78 flags |= bitmask; /* Guess was right - don't output */
103 int i, bitmask; local
110 for (i = 0, bitmask = 1; i < 8; i++, bitmask <<= 1) {
111 if (flags & bitmask) {
/external/mesa3d/src/mesa/main/
H A Dlight.c570 * Given a face and pname value (ala glColorMaterial), compute a bitmask
577 GLuint bitmask = 0; local
579 /* Make a bitmask indicating what material attribute(s) we're updating */
582 bitmask |= MAT_BIT_FRONT_EMISSION | MAT_BIT_BACK_EMISSION;
585 bitmask |= MAT_BIT_FRONT_AMBIENT | MAT_BIT_BACK_AMBIENT;
588 bitmask |= MAT_BIT_FRONT_DIFFUSE | MAT_BIT_BACK_DIFFUSE;
591 bitmask |= MAT_BIT_FRONT_SPECULAR | MAT_BIT_BACK_SPECULAR;
594 bitmask |= MAT_BIT_FRONT_SHININESS | MAT_BIT_BACK_SHININESS;
597 bitmask |= MAT_BIT_FRONT_AMBIENT | MAT_BIT_BACK_AMBIENT;
598 bitmask |
711 const GLbitfield bitmask = ctx->Light._ColorMaterialBitmask; local
727 GLuint bitmask; local
[all...]
/external/oprofile/events/i386/nehalem/
H A Dunit_masks8 name:load_block type:bitmask default:0x01
13 name:misalign_mem_ref type:bitmask default:0x03
17 name:store_blocks type:bitmask default:0x0f
23 name:dtlb_load_misses type:bitmask default:0x01
30 name:memory_disambiguration type:bitmask default:0x01
35 name:mem_inst_retired type:bitmask default:0x01
40 name:uops_issued type:bitmask default:0x01
44 name:mem_uncore_retired type:bitmask default:0x02
49 name:fp_comp_ops_exe type:bitmask default:0x01
58 name:simd_int_128 type:bitmask defaul
[all...]
/external/chromium_org/media/cast/rtcp/
H A Drtcp_receiver.cc325 uint16 bitmask = rtcp_field->nack_item.bitmask; local
326 if (bitmask) {
328 if (bitmask & 1) {
331 bitmask = bitmask >> 1;
553 uint8 bitmask = rtcp_field->cast_nack_item.bitmask; local
557 if (bitmask) {
559 if (bitmask
[all...]
/external/smack/src/org/xbill/DNS/
H A DAddress.java391 int bitmask = 0;
393 bitmask |= (1 << (7 - i));
394 bytes[maskLength / 8] &= bitmask;
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_both.c128 #define RSMBLY_BITMASK_MARK(bitmask, start, end) { \
131 for (ii = (start); ii < (end); ii++) bitmask[((ii) >> 3)] |= (1 << ((ii) & 7)); \
134 bitmask[((start) >> 3)] |= bitmask_start_values[((start) & 7)]; \
135 for (ii = (((start) >> 3) + 1); ii < ((((end) - 1)) >> 3); ii++) bitmask[ii] = 0xff; \
136 bitmask[(((end) - 1) >> 3)] |= bitmask_end_values[((end) & 7)]; \
139 #define RSMBLY_BITMASK_IS_COMPLETE(bitmask, msg_len, is_complete) { \
143 if (bitmask[(((msg_len) - 1) >> 3)] != bitmask_end_values[((msg_len) & 7)]) is_complete = 0; \
145 if (bitmask[ii] != 0xff) { is_complete = 0; break; } }
148 #define RSMBLY_BITMASK_PRINT(bitmask, msg_len) { \
150 printf("bitmask
177 unsigned char *bitmask = NULL; local
[all...]

Completed in 491 milliseconds

12