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

1 23 4 5 6

  /external/e2fsprogs/util/
gen-android-files 96 FN="$base_ver~WIP.$E2FSPROGS_YEAR.$MONTH_NUM.$E2FSPROGS_DAY"
100 FN="$base_ver"
104 sed -e "s/@VER@/$VER/g" -e "s/@FN@/$FN/" < util/android-README.version.in > README.version
  /external/swiftshader/third_party/LLVM/include/llvm/
Linker.h 281 /// Read in and parse the bitcode file named by FN and return the
283 std::auto_ptr<Module> LoadObject(const sys::Path& FN);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h 304 #define BUILTIN_EXP10_P(FN) \
305 ((FN) == BUILT_IN_EXP10 || (FN) == BUILT_IN_EXP10F || (FN) == BUILT_IN_EXP10L \
306 || (FN) == BUILT_IN_POW10 || (FN) == BUILT_IN_POW10F || (FN) == BUILT_IN_POW10L)
308 #define BUILTIN_EXPONENT_P(FN) (BUILTIN_EXP10_P (FN) \
309 || (FN) == BUILT_IN_EXP || (FN) == BUILT_IN_EXPF || (FN) == BUILT_IN_EXPL
    [all...]
  /external/brotli/enc/
metablock.c 147 #define FN(X) X ## Literal
149 #undef FN
151 #define FN(X) X ## Command
153 #undef FN
155 #define FN(X) X ## Distance
157 #undef FN
hash.h 243 #define FN(X) EXPAND_CAT(X, HASHER())
341 #undef FN
  /external/llvm/tools/llvm-link/
llvm-link.cpp 112 const std::string &FN,
116 if (Verbose) errs() << "Loading '" << FN << "'\n";
118 getLazyIRFileModule(FN, Err, Context, !MaterializeMetadata);
  /external/opencv/cvaux/include/
cvvidsurv.hpp 274 char* FN = NULL;
280 FN = N;
285 FN = strcat(tmp,N);
288 if(!IsParam(FN))
292 AddParam(FN,(char**)NULL);
296 AddParam(FN);
302 SetParamStr(FN,val);
307 SetParam(FN,val);
309 CommentParam(FN, pM->GetParamComment(N));
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 362 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL)
363 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 361 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL)
362 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 361 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL)
362 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 361 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL)
362 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 361 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL)
362 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 361 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL)
362 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 361 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL)
362 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 361 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL)
362 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 361 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL)
362 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
win64.S 12 #define FN 72
16 unsigned *rvalue, void (*fn)());
123 call QWORD PTR FN[rbp]
357 callq *FN(%rbp)
  /external/llvm/lib/Support/
SourceMgr.cpp 232 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN,
237 : SM(&sm), Loc(L), Filename(FN), LineNo(Line), ColumnNo(Col), Kind(Kind),
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXAsmPrinter.cpp 162 StringRef FN = DIUnit.getFilename();
164 GetOrCreateSourceID(FN, Dir);
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 294 #define DEFINE_FUNCTION(FN, REGTYPE, REG, OP) \
295 void MacroAssembler::FN(const REGTYPE REG, const MemOperand& addr) { \
303 #define DEFINE_FUNCTION(FN, REGTYPE, REG, REG2, OP) \
304 void MacroAssembler::FN(const REGTYPE REG, const REGTYPE REG2, \
312 #define DECLARE_FUNCTION(FN, OP) \
313 void MacroAssembler::FN(const Register& rt, const Register& rn) { \
320 #define DECLARE_FUNCTION(FN, OP) \
321 void MacroAssembler::FN(const Register& rs, const Register& rt, \
558 void MacroAssembler::Fabs(const FPRegister& fd, const FPRegister& fn) {
560 fabs(fd, fn);
    [all...]
macro-assembler-arm64.h 296 #define DECLARE_FUNCTION(FN, REGTYPE, REG, OP) \
297 inline void FN(const REGTYPE REG, const MemOperand& addr);
305 #define DECLARE_FUNCTION(FN, REGTYPE, REG, REG2, OP) \
306 inline void FN(const REGTYPE REG, const REGTYPE REG2, const MemOperand& addr);
314 #define DECLARE_FUNCTION(FN, OP) \
315 inline void FN(const Register& rt, const Register& rn);
319 #define DECLARE_FUNCTION(FN, OP) \
320 inline void FN(const Register& rs, const Register& rt, const Register& rn);
394 inline void Fabs(const FPRegister& fd, const FPRegister& fn);
396 const FPRegister& fn,
    [all...]
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
importgl.h 104 #undef FN
  /external/llvm/include/llvm/Support/
SourceMgr.h 253 SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
SourceMgr.h 248 SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 251 SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN,

Completed in 1728 milliseconds

1 23 4 5 6