HomeSort by relevance Sort by last modified time
    Searched refs:funct (Results 1 - 6 of 6) 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/interp/
Interp.h 100 * If funct is NULL, the previous registration is cancelled.
103 * bool funct(Thread* thread, void* arg)
105 * If funct returns false, the callback will be disarmed. If true,
108 void dvmArmSafePointCallback(Thread* thread, SafePointCallback funct,
Interp.cpp     [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 1714 llvm::Function *funct = NULL; local
    [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp 47 static bool genConversionCall(CompilationUnit *cUnit, MIR *mir, void *funct,
91 LOAD_FUNC_ADDR(cUnit, r_T9, (int)funct);
129 void* funct; local
134 funct = (void*) __addsf3;
138 funct = (void*) __subsf3;
142 funct = (void*) __divsf3;
146 funct = (void*) __mulsf3;
150 funct = (void*) fmodf;
168 LOAD_FUNC_ADDR(cUnit, r_T9, (int)funct);
186 void* funct; local
    [all...]

Completed in 417 milliseconds