Home
last modified time | relevance | path

Searched defs:FIX (Results 1 – 25 of 59) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/cexpr/tests/
Dclang.rs315 static FIX: AtomicBool = AtomicBool::new(false); in fix_bug_9069() variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/
Dlldb-defines.h141 #define LLDB_DEPRECATED_FIXME(MSG, FIX) __attribute__((deprecated(MSG, FIX))) argument
143 #define LLDB_DEPRECATED_FIXME(MSG, FIX) LLDB_DEPRECATED(MSG) argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/
Dlldb-defines.h146 #define LLDB_DEPRECATED_FIXME(MSG, FIX) __attribute__((deprecated(MSG, FIX))) argument
148 #define LLDB_DEPRECATED_FIXME(MSG, FIX) LLDB_DEPRECATED(MSG) argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/
Dlldb-defines.h146 #define LLDB_DEPRECATED_FIXME(MSG, FIX) __attribute__((deprecated(MSG, FIX))) argument
148 #define LLDB_DEPRECATED_FIXME(MSG, FIX) LLDB_DEPRECATED(MSG) argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/
Dlldb-defines.h146 #define LLDB_DEPRECATED_FIXME(MSG, FIX) __attribute__((deprecated(MSG, FIX))) argument
148 #define LLDB_DEPRECATED_FIXME(MSG, FIX) LLDB_DEPRECATED(MSG) argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DCompiler.h143 #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) argument
145 #define LLVM_DEPRECATED(MSG, FIX) [[deprecated(MSG)]] argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DCompiler.h155 #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) argument
157 #define LLVM_DEPRECATED(MSG, FIX) [[deprecated(MSG)]] argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DCompiler.h155 #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) argument
157 #define LLVM_DEPRECATED(MSG, FIX) [[deprecated(MSG)]] argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DCompiler.h155 #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) argument
157 #define LLVM_DEPRECATED(MSG, FIX) [[deprecated(MSG)]] argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DCompiler.h155 #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) argument
157 #define LLVM_DEPRECATED(MSG, FIX) [[deprecated(MSG)]] argument
/aosp_15_r20/external/trusty/musl/src/misc/
Dgetrlimit.c5 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
Dsetrlimit.c9 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
/aosp_15_r20/external/musl/src/misc/
H A Dgetrlimit.c5 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
H A Dsetrlimit.c7 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
/aosp_15_r20/external/musl/src/linux/
H A Dprlimit.c5 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
/aosp_15_r20/external/trusty/musl/src/linux/
Dprlimit.c5 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
/aosp_15_r20/external/trusty/musl/src/passwd/
Dgetpw_r.c4 #define FIX(x) (pw->pw_##x = pw->pw_##x-line+buf) macro
Dgetgr_r.c4 #define FIX(x) (gr->gr_##x = gr->gr_##x-line+buf) macro
/aosp_15_r20/external/musl/src/passwd/
H A Dgetpw_r.c4 #define FIX(x) (pw->pw_##x = pw->pw_##x-line+buf) macro
H A Dgetgr_r.c4 #define FIX(x) (gr->gr_##x = gr->gr_##x-line+buf) macro
/aosp_15_r20/external/libjpeg-turbo/
H A Djdct.h171 #define FIX(x) ((JLONG)((x) * CONST_SCALE + 0.5)) macro
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libjpeg-turbo/
Djdct.h171 #define FIX(x) ((JLONG)((x) * CONST_SCALE + 0.5)) macro
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libjpeg-turbo/
Djdct.h171 #define FIX(x) ((JLONG)((x) * CONST_SCALE + 0.5)) macro
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libjpeg-turbo/
Djdct.h171 #define FIX(x) ((JLONG)((x) * CONST_SCALE + 0.5)) macro
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libjpeg-turbo/
Djdct.h171 #define FIX(x) ((JLONG)((x) * CONST_SCALE + 0.5)) macro

123