HomeSort by relevance Sort by last modified time
    Searched refs:test_and_set_bit (Results 51 - 75 of 147) sorted by null

1 23 4 5 6

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm-generic/bitops/
le.h 27 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit(nr, addr)
41 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm-generic/bitops/
le.h 27 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit(nr, addr)
41 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm-generic/bitops/
le.h 27 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit(nr, addr)
41 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/asm-generic/bitops/
le.h 27 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit(nr, addr)
41 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm-generic/bitops/
le.h 27 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit(nr, addr)
41 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm-generic/bitops/
le.h 27 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit(nr, addr)
41 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm-generic/bitops/
le.h 27 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit(nr, addr)
41 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm-generic/bitops/
le.h 27 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit(nr, addr)
41 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm-generic/bitops/
le.h 27 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit(nr, addr)
41 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/bitops/
le.h 27 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit(nr, addr)
41 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/bitops/
le.h 27 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit(nr, addr)
41 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/bitops/
le.h 27 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit(nr, addr)
41 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/bitops/
le.h 27 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit(nr, addr)
41 #define generic_test_and_set_le_bit(nr, addr) test_and_set_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
  /development/ndk/platforms/android-9/arch-x86/include/asm/
mpspec_32.h 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
mpspec_32.h 31 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
mpspec_32.h 31 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
mpspec_32.h 31 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
mpspec_32.h 31 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
mpspec_32.h 31 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
mpspec_32.h 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
mpspec_32.h 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
mpspec_32.h 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
mpspec_32.h 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
mpspec_32.h 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
mpspec_32.h 36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)

Completed in 2163 milliseconds

1 23 4 5 6