HomeSort by relevance Sort by last modified time
    Searched refs:test_bit (Results 26 - 36 of 36) sorted by null

12

  /external/libnetfilter_conntrack/src/conntrack/
compare.c 21 int a = test_bit(attr, ct1->head.set);
22 int b = test_bit(attr, ct2->head.set);
28 test_bit(attr, ct1->head.set)) {
labels.c 246 if (bit < 0 || test_bit(bit, bits_seen))
bsf.c 469 if (test_bit(i, f->l4proto_map)) {
  /external/libnetfilter_conntrack/src/expect/
api.c 381 if (!test_bit(type, exp->set)) {
454 return test_bit(type, exp->set);
  /external/syslinux/com32/gplinclude/
cpuid.h 193 #define cpu_has(c, bit) test_bit(bit, (c)->x86_capability)
  /external/syslinux/com32/lib/
vsscanf.c 332 && test_bit((unsigned char)*q, matchmap) ^ matchinv) {
  /external/syslinux/core/
dmi.c 354 if (test_bit(cf->bit, flags))
  /external/autotest/client/bin/input/
input_device.py 269 if test_bit(c, ev_code):
287 if test_bit(t, ev_types):
linux_input.py 1113 def test_bit(b, a): function
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_validate_shaders.c 739 if (!test_bit(ip, validation_state->branch_targets))
  /external/valgrind/VEX/priv/
guest_s390_toIR.c 7216 IRTemp test_bit = newTemp(Ity_I32); \/* bit 32 of GR 0 - test validity *\/ local
    [all...]

Completed in 537 milliseconds

12