HomeSort by relevance Sort by last modified time
    Searched defs:__predict_true (Results 1 - 25 of 52) sorted by null

1 2 3

  /bionic/libc/include/sys/
cdefs.h 186 * compiler feature. Use __predict_true() if you expect the expression
194 * document it), and/or __predict_true() `no-error' condition
207 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
  /development/ndk/platforms/android-21/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro

Completed in 1165 milliseconds

1 2 3