/external/libnetfilter_conntrack/src/conntrack/ |
D | build_mnl.c | 123 if (!(test_bit(ATTR_TCP_STATE, ct->head.set) || in nfct_build_protoinfo() 124 test_bit(ATTR_TCP_FLAGS_ORIG, ct->head.set) || in nfct_build_protoinfo() 125 test_bit(ATTR_TCP_FLAGS_REPL, ct->head.set) || in nfct_build_protoinfo() 126 test_bit(ATTR_TCP_MASK_ORIG, ct->head.set) || in nfct_build_protoinfo() 127 test_bit(ATTR_TCP_MASK_REPL, ct->head.set) || in nfct_build_protoinfo() 128 test_bit(ATTR_TCP_WSCALE_ORIG, ct->head.set) || in nfct_build_protoinfo() 129 test_bit(ATTR_TCP_WSCALE_REPL, ct->head.set))) { in nfct_build_protoinfo() 134 if (test_bit(ATTR_TCP_STATE, ct->head.set)) { in nfct_build_protoinfo() 138 if (test_bit(ATTR_TCP_FLAGS_ORIG, ct->head.set) && in nfct_build_protoinfo() 139 test_bit(ATTR_TCP_MASK_ORIG, ct->head.set)) { in nfct_build_protoinfo() [all …]
|
D | build.c | 116 if (!(test_bit(ATTR_TCP_STATE, ct->head.set) || in __build_protoinfo() 117 test_bit(ATTR_TCP_FLAGS_ORIG, ct->head.set) || in __build_protoinfo() 118 test_bit(ATTR_TCP_FLAGS_REPL, ct->head.set) || in __build_protoinfo() 119 test_bit(ATTR_TCP_MASK_ORIG, ct->head.set) || in __build_protoinfo() 120 test_bit(ATTR_TCP_MASK_REPL, ct->head.set) || in __build_protoinfo() 121 test_bit(ATTR_TCP_WSCALE_ORIG, ct->head.set) || in __build_protoinfo() 122 test_bit(ATTR_TCP_WSCALE_REPL, ct->head.set))) { in __build_protoinfo() 127 if (test_bit(ATTR_TCP_STATE, ct->head.set)) in __build_protoinfo() 132 if (test_bit(ATTR_TCP_FLAGS_ORIG, ct->head.set) && in __build_protoinfo() 133 test_bit(ATTR_TCP_MASK_ORIG, ct->head.set)) in __build_protoinfo() [all …]
|
D | snprintf_xml.c | 338 if (test_bit(ATTR_ORIG_COUNTER_PACKETS, ct->head.set) && in __snprintf_tuple_xml() 339 test_bit(ATTR_ORIG_COUNTER_BYTES, ct->head.set)) { in __snprintf_tuple_xml() 407 test_bit(ATTR_ORIG_ZONE, ct->head.set)); in __snprintf_conntrack_xml() 411 test_bit(ATTR_REPL_ZONE, ct->head.set)); in __snprintf_conntrack_xml() 414 if (test_bit(ATTR_TCP_STATE, ct->head.set) || in __snprintf_conntrack_xml() 415 test_bit(ATTR_SCTP_STATE, ct->head.set) || in __snprintf_conntrack_xml() 416 test_bit(ATTR_DCCP_STATE, ct->head.set) || in __snprintf_conntrack_xml() 417 test_bit(ATTR_TIMEOUT, ct->head.set) || in __snprintf_conntrack_xml() 418 test_bit(ATTR_MARK, ct->head.set) || in __snprintf_conntrack_xml() 419 test_bit(ATTR_SECMARK, ct->head.set) || in __snprintf_conntrack_xml() [all …]
|
D | snprintf_default.c | 379 if (test_bit(ATTR_TIMEOUT, ct->head.set)) { in __snprintf_conntrack_default() 384 if (test_bit(ATTR_TCP_STATE, ct->head.set)) { in __snprintf_conntrack_default() 389 if (test_bit(ATTR_SCTP_STATE, ct->head.set)) { in __snprintf_conntrack_default() 394 if (test_bit(ATTR_DCCP_STATE, ct->head.set)) { in __snprintf_conntrack_default() 406 if (test_bit(ATTR_ORIG_ZONE, ct->head.set)) { in __snprintf_conntrack_default() 411 if (test_bit(ATTR_ORIG_COUNTER_PACKETS, ct->head.set) && in __snprintf_conntrack_default() 412 test_bit(ATTR_ORIG_COUNTER_BYTES, ct->head.set)) { in __snprintf_conntrack_default() 417 if (test_bit(ATTR_STATUS, ct->head.set)) { in __snprintf_conntrack_default() 429 if (test_bit(ATTR_REPL_ZONE, ct->head.set)) { in __snprintf_conntrack_default() 434 if (test_bit(ATTR_REPL_COUNTER_PACKETS, ct->head.set) && in __snprintf_conntrack_default() [all …]
|
D | objopt.c | 146 if (!(test_bit(ATTR_STATUS, ct->head.set))) in getobjopt_is_snat() 168 if (!(test_bit(ATTR_STATUS, ct->head.set))) in getobjopt_is_dnat() 190 return ((test_bit(ATTR_STATUS, ct->head.set) ? in getobjopt_is_spat() 198 return ((test_bit(ATTR_STATUS, ct->head.set) ? in getobjopt_is_dpat()
|
D | api.c | 476 if (!test_bit(type, ct->head.set)) { in nfct_get_attr() 567 return test_bit(type, ct->head.set); in nfct_attr_is_set() 592 if (!test_bit(type_array[i], ct->head.set)) in nfct_attr_is_set_array() 1225 if (test_bit(i, ct2->head.set)) { in nfct_copy() 1251 if (test_bit(cp_orig_mask[i], ct2->head.set)) { in nfct_copy() 1273 if (test_bit(cp_repl_mask[i], ct2->head.set)) { in nfct_copy() 1283 if (test_bit(i, ct2->head.set)) { in nfct_copy() 1304 if (test_bit(type, ct2->head.set)) { in nfct_copy_attr() 1674 return bit < bits && test_bit(bit, b->bits); in nfct_bitmask_test_bit()
|
D | compare.c | 21 int a = test_bit(attr, ct1->head.set); in __cmp() 22 int b = test_bit(attr, ct2->head.set); in __cmp() 28 test_bit(attr, ct1->head.set)) { in __cmp()
|
D | labels.c | 246 if (bit < 0 || test_bit(bit, bits_seen)) in __labelmap_new()
|
/external/libnetfilter_conntrack/src/expect/ |
D | build.c | 61 if (test_bit(ATTR_ORIG_L3PROTO, exp->master.set)) in __build_expect() 63 else if (test_bit(ATTR_ORIG_L3PROTO, exp->expected.set)) in __build_expect() 72 if (test_bit(ATTR_EXP_EXPECTED, exp->set)) { in __build_expect() 76 if (test_bit(ATTR_EXP_MASTER, exp->set)) { in __build_expect() 80 if (test_bit(ATTR_EXP_MASK, exp->set)) { in __build_expect() 84 if (test_bit(ATTR_EXP_NAT_TUPLE, exp->set) && in __build_expect() 85 test_bit(ATTR_EXP_NAT_DIR, exp->set)) { in __build_expect() 95 if (test_bit(ATTR_EXP_TIMEOUT, exp->set)) in __build_expect() 97 if (test_bit(ATTR_EXP_FLAGS, exp->set)) in __build_expect() 99 if (test_bit(ATTR_EXP_ZONE, exp->set)) in __build_expect() [all …]
|
D | build_mnl.c | 18 if (test_bit(ATTR_EXP_EXPECTED, exp->set)) in nfexp_nlmsg_build() 21 if (test_bit(ATTR_EXP_MASTER, exp->set)) in nfexp_nlmsg_build() 24 if (test_bit(ATTR_EXP_MASK, exp->set)) in nfexp_nlmsg_build() 27 if (test_bit(ATTR_EXP_TIMEOUT, exp->set)) in nfexp_nlmsg_build() 30 if (test_bit(ATTR_EXP_FLAGS, exp->set)) in nfexp_nlmsg_build() 33 if (test_bit(ATTR_EXP_ZONE, exp->set)) in nfexp_nlmsg_build() 36 if (test_bit(ATTR_EXP_HELPER_NAME, exp->set)) in nfexp_nlmsg_build()
|
D | snprintf_default.c | 16 if (test_bit(ATTR_EXP_TIMEOUT, exp->set)) in __snprintf_expect_timeout() 26 if (test_bit(ATTR_EXP_CLASS, exp->set)) in __snprintf_expect_class() 94 if (test_bit(ATTR_EXP_ZONE, exp->set)) { in __snprintf_expect_default() 121 if (test_bit(ATTR_EXP_HELPER_NAME, exp->set)) { in __snprintf_expect_default()
|
D | compare.c | 21 int a = test_bit(attr, exp1->set); in exp_cmp() 22 int b = test_bit(attr, exp2->set); in exp_cmp() 29 test_bit(attr, exp1->set)) { in exp_cmp()
|
D | snprintf_xml.c | 62 if (test_bit(ATTR_EXP_HELPER_NAME, exp->set)) { in snprintf_expect_meta_xml() 68 if (test_bit(ATTR_EXP_TIMEOUT, exp->set)) { in snprintf_expect_meta_xml() 73 if (test_bit(ATTR_EXP_CLASS, exp->set)) { in snprintf_expect_meta_xml() 78 if (test_bit(ATTR_EXP_ZONE, exp->set)) { in snprintf_expect_meta_xml()
|
D | api.c | 381 if (!test_bit(type, exp->set)) { in nfexp_get_attr() 454 return test_bit(type, exp->set); in nfexp_attr_is_set()
|
/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/ |
D | vmx_dirty_log_test.c | 137 TEST_ASSERT(test_bit(0, bmap), "Page 0 incorrectly reported clean\n"); in main() 140 TEST_ASSERT(!test_bit(0, bmap), "Page 0 incorrectly reported dirty\n"); in main() 144 TEST_ASSERT(!test_bit(1, bmap), "Page 1 incorrectly reported dirty\n"); in main() 146 TEST_ASSERT(!test_bit(2, bmap), "Page 2 incorrectly reported dirty\n"); in main()
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
D | evtest.c | 307 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro 356 if (test_bit(keycode, bit[EV_KEY])) { in is_key_supported() 377 if (test_bit(EV_KEY, bit[0])) { in do_check_num_keys() 380 if (test_bit(j,bit[EV_KEY])) { in do_check_num_keys() 414 if (test_bit(i, bit[0])) { in do_evtest_dumpall() 420 if (test_bit(j, bit[i])) { in do_evtest_dumpall() 429 (int)test_bit(j, bit[i])); in do_evtest_dumpall()
|
/external/libnetfilter_conntrack/include/internal/ |
D | bitops.h | 45 static inline int test_bit(int nr, const uint32_t *addr) in test_bit() function
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_bitmap.c | 88 static bool test_bit( const GLubyte *src, GLuint bit ) in test_bit() function 141 if (test_bit(rowsrc, (col + src_offset) ^ mask)) { in get_bitmap_rect()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_bitmap.c | 91 static bool test_bit( const GLubyte *src, GLuint bit ) in test_bit() function 144 if (test_bit(rowsrc, (col + src_offset) ^ mask)) { in get_bitmap_rect()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator_validate.h | 57 test_bit(unsigned int bit, unsigned long *addr) in test_bit() function
|
/external/igt-gpu-tools/lib/ |
D | igt_primes.c | 77 static inline bool test_bit(unsigned long nr, const unsigned long *addr) in test_bit() function
|
/external/rmi4utils/rmidevice/ |
D | hiddevice.cpp | 732 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) macro 796 if (test_bit(type, bit[0]) && type == EV_ABS) { in CheckABSEvent() 798 if (test_bit(ABS_X, bit[type])) { in CheckABSEvent()
|
/external/linux-kselftest/tools/testing/selftests/kvm/ |
D | dirty_log_test.c | 47 test_bit((nr) ^ BITOP_LE_SWIZZLE, addr) 57 # define test_bit_le test_bit
|
/external/autotest/client/bin/input/ |
D | input_device.py | 278 if test_bit(c, ev_code): 297 if test_bit(t, ev_types):
|
/external/ethtool/ |
D | internal.h | 96 static inline int test_bit(unsigned int nr, const unsigned long *addr) in test_bit() function
|