Searched refs:iType (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dplugin.c635 int iType = -1; local
658 iType = SLAPI_PLUGIN_PREOPERATION;
660 iType = SLAPI_PLUGIN_POSTOPERATION;
662 iType = SLAPI_PLUGIN_EXTENDEDOP;
664 iType = SLAPI_PLUGIN_OBJECT;
673 if ( iType == SLAPI_PLUGIN_PREOPERATION ||
674 iType == SLAPI_PLUGIN_EXTENDEDOP ||
675 iType == SLAPI_PLUGIN_POSTOPERATION ||
676 iType == SLAPI_PLUGIN_OBJECT ) {
680 pPlugin = plugin_pblock_new( iType, numPluginArg
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DFontBlackBerry.cpp87 FS_STATE* iType = font->platformData().scaledFont(context->getCTM().yScale()); local
88 if (!iType)
124 iType = font->platformData().scaledFont(shadowContext->getCTM().yScale());
127 numGlyphs, adjustedPoint, iType, 0, 0);
128 iType = font->platformData().scaledFont(context->getCTM().yScale());
136 numGlyphs, adjustedPoint, iType,
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstrTypes.h37 TerminatorInst(Type *Ty, Instruction::TermOps iType, argument
40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {}
42 TerminatorInst(Type *Ty, Instruction::TermOps iType, argument
44 : Instruction(Ty, iType, Ops, NumOps, InsertAtEnd) {}
94 UnaryInstruction(Type *Ty, unsigned iType, Value *V, argument
96 : Instruction(Ty, iType, &Op<0>(), 1, IB) {
99 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) argument
100 : Instruction(Ty, iType, &Op<0>(), 1, IAE) {
143 void init(BinaryOps iType);
144 BinaryOperator(BinaryOps iType, Valu
394 CastInst(Type *Ty, unsigned iType, Value *S, const Twine &NameStr = �, Instruction *InsertBefore = 0) argument
400 CastInst(Type *Ty, unsigned iType, Value *S, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
[all...]
H A DInstruction.h386 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
388 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DInstructions.cpp1725 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, argument
1728 : Instruction(Ty, iType,
1734 init(iType);
1738 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, argument
1741 : Instruction(Ty, iType,
1747 init(iType);
1752 void BinaryOperator::init(BinaryOps iType) { argument
1758 switch (iType) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DFontCacheWin.cpp76 if (record->iType == EMR_EXTCREATEFONTINDIRECTW) {
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Daccess.c189 static Bool IsImage( ctmbstr iType )
195 GetFileExtension( iType, ext, sizeof(ext) );
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c17227 static sqlite3_mutex *os2MutexAlloc(int iType){ argument
17229 switch( iType ){
17234 p->id = iType;
17280 assert( iType-2 >= 0 );
17281 assert( iType-2 < sizeof(staticMutexes)/sizeof(staticMutexes[0]) );
17282 p = &staticMutexes[iType-2];
17283 p->id = iType;
17539 static sqlite3_mutex *pthreadMutexAlloc(int iType){ argument
17549 switch( iType ){
17566 p->id = iType;
17949 winMutexAlloc(int iType) argument
62367 int iType = sqlite3_value_type( columnMem(pStmt,i) ); local
[all...]

Completed in 1103 milliseconds