Searched defs:bitmask (Results 1 - 10 of 10) sorted by relevance

/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:__anon12513
H A Drdbx.h44 * xtd_seq_num_t and a bitmask of recently received indices.
49 bitvector_t bitmask; member in struct:__anon12514
/external/iptables/include/linux/netfilter/
H A Dxt_physdev.h23 __u8 bitmask; member in struct:xt_physdev_info
H A Dxt_ipvs.h26 __u8 bitmask; member in struct:xt_ipvs_mtinfo
/external/kernel-headers/original/linux/netfilter/
H A Dxt_physdev.h21 u_int8_t bitmask; member in struct:xt_physdev_info
/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/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...]
/external/elfutils/src/
H A Delflint.c2002 section [%2d] '%s': bitmask size not power of 2: %u\n"),
2037 } bitmask = { .p32 = &((Elf32_Word *) data->d_buf)[4] }, local
2089 /* Set the bits in the bitmask. */
2125 if (memcmp (collected.p32, bitmask.p32, bitmask_words * sizeof (Elf32_Word)))
2127 section [%2d] '%s': bitmask does not match names in the hash table\n"),
H A Dreadelf.c2639 Elf32_Word *bitmask = &((Elf32_Word *) data->d_buf)[4]; local
2660 /* Count bits in bitmask. */
2664 uint_fast32_t word = bitmask[cnt];
5312 enum section_e bitmask; member in struct:__anon5334
5340 if (print_debug_sections & debug_sections[n].bitmask)
/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...]

Completed in 206 milliseconds