HomeSort by relevance Sort by last modified time
    Searched defs:local_inc_and_test (Results 1 - 9 of 9) sorted by null

  /bionic/libc/kernel/arch-mips/asm/
local.h 50 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
local.h 50 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
local.h 50 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
local.h 50 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
local.h 50 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
local.h 50 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
local.h 50 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
  /external/kernel-headers/original/asm-mips/
local.h 156 * local_inc_and_test - increment and test
163 #define local_inc_and_test(l) (local_inc_return(l) == 0) macro
  /external/kernel-headers/original/asm-x86/
local_32.h 88 * local_inc_and_test - increment and test
95 static __inline__ int local_inc_and_test(local_t *l) function

Completed in 39 milliseconds