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

  /external/openssl/crypto/engine/
eng_table.c 68 ENGINE *funct; member in struct:st_engine_pile
69 /* Zero if 'sk' is newer than the cached 'funct', non-zero otherwise */
159 fnd->funct = NULL;
177 if(fnd->funct)
178 engine_unlocked_finish(fnd->funct, 0);
179 fnd->funct = e;
198 if(pile->funct == e)
201 pile->funct = NULL;
219 if(p->funct)
220 engine_unlocked_finish(p->funct, 0)
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 47 static bool genConversionCall(CompilationUnit *cUnit, MIR *mir, void *funct,
64 LOAD_FUNC_ADDR(cUnit, r2, (int)funct);
86 void* funct; local
91 funct = (void*) __aeabi_fadd;
95 funct = (void*) __aeabi_fsub;
99 funct = (void*) __aeabi_fdiv;
103 funct = (void*) __aeabi_fmul;
107 funct = (void*) fmodf;
119 LOAD_FUNC_ADDR(cUnit, r2, (int)funct);
132 void* funct; local
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 1719 llvm::Function *funct = NULL; local
    [all...]

Completed in 746 milliseconds