Home
last modified time | relevance | path

Searched refs:set_bit (Results 1 – 25 of 27) sorted by relevance

12

/external/libnetfilter_conntrack/src/conntrack/
Dparse.c29 set_bit(ATTR_ORIG_IPV4_SRC, set); in __parse_ip()
32 set_bit(ATTR_REPL_IPV4_SRC, set); in __parse_ip()
35 set_bit(ATTR_MASTER_IPV4_SRC, set); in __parse_ip()
44 set_bit(ATTR_ORIG_IPV4_DST, set); in __parse_ip()
47 set_bit(ATTR_REPL_IPV4_DST, set); in __parse_ip()
50 set_bit(ATTR_MASTER_IPV4_DST, set); in __parse_ip()
60 set_bit(ATTR_ORIG_IPV6_SRC, set); in __parse_ip()
63 set_bit(ATTR_REPL_IPV6_SRC, set); in __parse_ip()
66 set_bit(ATTR_MASTER_IPV6_SRC, set); in __parse_ip()
76 set_bit(ATTR_ORIG_IPV6_DST, set); in __parse_ip()
[all …]
Dparse_mnl.c58 set_bit(ATTR_ORIG_IPV4_SRC, set); in nfct_parse_ip()
61 set_bit(ATTR_REPL_IPV4_SRC, set); in nfct_parse_ip()
64 set_bit(ATTR_MASTER_IPV4_SRC, set); in nfct_parse_ip()
73 set_bit(ATTR_ORIG_IPV4_DST, set); in nfct_parse_ip()
76 set_bit(ATTR_REPL_IPV4_DST, set); in nfct_parse_ip()
79 set_bit(ATTR_MASTER_IPV4_DST, set); in nfct_parse_ip()
89 set_bit(ATTR_ORIG_IPV6_SRC, set); in nfct_parse_ip()
92 set_bit(ATTR_REPL_IPV6_SRC, set); in nfct_parse_ip()
95 set_bit(ATTR_MASTER_IPV6_SRC, set); in nfct_parse_ip()
105 set_bit(ATTR_ORIG_IPV6_DST, set); in nfct_parse_ip()
[all …]
Dobjopt.c60 set_bit(ATTR_SNAT_IPV4, ct->head.set); in setobjopt_undo_snat()
69 set_bit(ATTR_SNAT_IPV6, ct->head.set); in setobjopt_undo_snat()
83 set_bit(ATTR_DNAT_IPV4, ct->head.set); in setobjopt_undo_dnat()
91 set_bit(ATTR_DNAT_IPV6, ct->head.set); in setobjopt_undo_dnat()
104 set_bit(ATTR_SNAT_PORT, ct->head.set); in setobjopt_undo_spat()
113 set_bit(ATTR_DNAT_PORT, ct->head.set); in setobjopt_undo_dpat()
Dapi.c380 set_bit(type, ct->head.set); in nfct_set_attr_l()
1228 set_bit(i, ct1->head.set); in nfct_copy()
1254 set_bit(cp_orig_mask[i], ct1->head.set); in nfct_copy()
1276 set_bit(cp_repl_mask[i], ct1->head.set); in nfct_copy()
1286 set_bit(i, ct1->head.set); in nfct_copy()
1307 set_bit(type, ct1->head.set); in nfct_copy_attr()
1368 set_bit(type, filter->set); in nfct_filter_add_attr()
1660 set_bit(bit, b->bits); in nfct_bitmask_set_bit()
Dfilter.c17 set_bit(*((int *) value), filter->l4proto_map); in filter_attr_l4proto()
Dlabels.c257 set_bit(bit, bits_seen); in __labelmap_new()
/external/libnetfilter_conntrack/src/expect/
Dparse.c37 set_bit(ATTR_ORIG_L3PROTO, exp->expected.set); in __parse_expect()
40 set_bit(ATTR_ORIG_L3PROTO, exp->mask.set); in __parse_expect()
43 set_bit(ATTR_ORIG_L3PROTO, exp->master.set); in __parse_expect()
50 set_bit(ATTR_EXP_MASTER, exp->set); in __parse_expect()
57 set_bit(ATTR_EXP_EXPECTED, exp->set); in __parse_expect()
64 set_bit(ATTR_EXP_MASK, exp->set); in __parse_expect()
69 set_bit(ATTR_EXP_TIMEOUT, exp->set); in __parse_expect()
75 set_bit(ATTR_EXP_ZONE, exp->set); in __parse_expect()
80 set_bit(ATTR_EXP_FLAGS, exp->set); in __parse_expect()
85 set_bit(ATTR_EXP_HELPER_NAME, exp->set); in __parse_expect()
[all …]
Dparse_mnl.c60 set_bit(ATTR_ORIG_L3PROTO, exp->expected.set); in nfexp_nlmsg_parse()
64 set_bit(ATTR_EXP_MASTER, exp->set); in nfexp_nlmsg_parse()
68 set_bit(ATTR_ORIG_L3PROTO, exp->mask.set); in nfexp_nlmsg_parse()
72 set_bit(ATTR_EXP_EXPECTED, exp->set); in nfexp_nlmsg_parse()
76 set_bit(ATTR_ORIG_L3PROTO, exp->master.set); in nfexp_nlmsg_parse()
80 set_bit(ATTR_EXP_MASK, exp->set); in nfexp_nlmsg_parse()
84 set_bit(ATTR_EXP_TIMEOUT, exp->set); in nfexp_nlmsg_parse()
89 set_bit(ATTR_EXP_ZONE, exp->set); in nfexp_nlmsg_parse()
94 set_bit(ATTR_EXP_FLAGS, exp->set); in nfexp_nlmsg_parse()
101 set_bit(ATTR_EXP_HELPER_NAME, exp->set); in nfexp_nlmsg_parse()
/external/vixl/src/aarch32/
Doperands-aarch32.cc246 for (uint32_t set_bit = 1 << 3; set_bit != 0; set_bit >>= 1) { in ImmediateVmov() local
248 encoding |= set_bit; in ImmediateVmov()
258 for (uint32_t set_bit = 1 << 7; set_bit != 0; set_bit >>= 1) { in ImmediateVmov() local
260 encoding |= set_bit; in ImmediateVmov()
340 for (uint32_t set_bit = 1 << 7; set_bit != 0; set_bit >>= 1) { in DecodeImmediate() local
342 if ((immediate & set_bit) != 0) { in DecodeImmediate()
/external/syslinux/com32/lib/
Dstrspn.c14 static void set_bit(unsigned long *bitmap, unsigned int bit) in set_bit() function
32 set_bit(matchmap, (unsigned char)*map++); in strxspn()
36 set_bit(matchmap, 0); in strxspn()
Dvsscanf.c301 set_bit((unsigned char)ch, matchmap); in vsscanf()
313 set_bit((unsigned char)ch, matchmap); in vsscanf()
319 set_bit((unsigned char)'-', matchmap); /* - was last character */ in vsscanf()
324 set_bit(i, matchmap); in vsscanf()
/external/syslinux/core/legacynet/
Dportnum.c34 static void set_bit(uint32_t *bitmap, int32_t index) in set_bit() function
56 set_bit(port_number_bitmap, port); in get_port()
/external/ltp/testcases/kernel/syscalls/migrate_pages/
Dmigrate_pages01.c150 set_bit(new_nodes, invalid_node, 1); in test_invalid_nodes()
241 set_bit(sane_old_nodes, node, 1); in setup()
242 set_bit(sane_new_nodes, node, 1); in setup()
Dmigrate_pages_common.h30 void set_bit(unsigned long *b, unsigned int n, unsigned int v);
Dmigrate_pages_common.c28 void set_bit(unsigned long *b, unsigned int n, unsigned int v) in set_bit() function
Dmigrate_pages02.c121 set_bit(old_nodes, nodes[i], 1); in migrate_to_node()
122 set_bit(new_nodes, node, 1); in migrate_to_node()
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/
Droute80h.c27 static inline void set_bit(volatile uint32_t *flag, int bit, int value) in set_bit() function
142 set_bit((uint32_t *)(uint64_t)(lpcif.rcba + GCS_OFFSET_ADDR), in efi_main()
/external/syslinux/com32/include/sys/i386/
Dbitops.h33 static inline void set_bit(long __bit, void *__bitmap) in set_bit() function
/external/syslinux/com32/include/sys/x86_64/
Dbitops.h34 static inline void set_bit(long __bit, void *__bitmap) in set_bit() function
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_bitmap.c96 static void set_bit( GLubyte *dest, GLuint bit ) in set_bit() function
145 set_bit(dest, bit ^ 7); in get_bitmap_rect()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_bitmap.c93 static void set_bit( GLubyte *dest, GLuint bit ) in set_bit() function
142 set_bit(dest, bit ^ 7); in get_bitmap_rect()
/external/libnetfilter_conntrack/include/internal/
Dbitops.h7 static inline void set_bit(int nr, uint32_t *addr) in set_bit() function
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator_validate.h63 set_bit(unsigned int bit, unsigned long *addr) in set_bit() function
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate_shaders.c686 set_bit(branch_target_ip, validation_state->branch_targets); in vc4_validate_branches()
697 set_bit(after_delay_ip, validation_state->branch_targets); in vc4_validate_branches()
/external/e2fsprogs/lib/support/
Dquotaio_tree.c546 #define set_bit(bmp, ind) ((bmp)[(ind) >> 3] |= (1 << ((ind) & 7))) macro
563 set_bit(bitmap, blk); in report_block()

12