HomeSort by relevance Sort by last modified time
    Searched full:funct (Results 1 - 7 of 7) 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 */
146 fnd->funct = NULL;
164 if(fnd->funct)
165 engine_unlocked_finish(fnd->funct, 0);
166 fnd->funct = e;
185 if(pile->funct == e)
188 pile->funct = NULL;
204 if(p->funct)
205 engine_unlocked_finish(p->funct, 0)
    [all...]
eng_int.h 78 * "struct" or "funct" to indicate the reference type, the before and after
85 (unsigned int)(e), (isfunct ? "funct" : "struct"), \
  /external/webkit/WebKit/android/jni/
PictureSet.cpp 613 bool PictureSet::validate(const char* funct) const
626 LOGD("%s working->mUnsplit.isEmpty()", funct);
628 LOGD("%s working->mUnsplit.contains(bounds) == false", funct);
630 LOGD("%s working->mElapsed >= 1000", funct);
632 LOGD("%s (working->mSplit & 0xfe) != 0", funct);
634 LOGD("%s (working->mWroteElapsed & 0xfe) != 0", funct);
639 LOGD("%s pictWidth=%d < bounds.width()=%d", funct, pictWidth, bounds.width());
641 LOGD("%s pictHeight=%d < bounds.height()=%d", funct, pictHeight, bounds.height());
643 LOGD("%s working->mArea.isEmpty()", funct);
651 LOGD("%s all.contains(area) == true", funct);
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.c 27 static bool genConversionCall(CompilationUnit *cUnit, MIR *mir, void *funct,
44 LOAD_FUNC_ADDR(cUnit, r2, (int)funct);
67 void* funct; local
72 funct = (void*) __aeabi_fadd;
76 funct = (void*) __aeabi_fsub;
80 funct = (void*) __aeabi_fdiv;
84 funct = (void*) __aeabi_fmul;
88 funct = (void*) fmodf;
100 LOAD_FUNC_ADDR(cUnit, r2, (int)funct);
113 void* funct; local
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/plugins/common/include/
pvmf_sm_fsp_base_impl.h 320 //Utility funct that can be called by derived class to populate available keys based on iMetaDataInfo
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
fourX.c 622 (" fourX_txMsduDeQueue:msduList_GetFirst() : fourX_prepareMsduListToConcat, free funct is not NULL !!!!!!!\n"));
  /external/icu4c/i18n/unicode/
regex.h     [all...]

Completed in 61 milliseconds