HomeSort by: relevance | last modified time | path
    Searched refs:iType (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/sh3/include/
sh_opcode.h 68 } iType;
138 } iType;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
ppm.h 93 valueType iType;
115 valueType iType;
ppm.c 175 fileConf[*numParam].iType = valType;
293 storeEntry(word, value, allowedParameters[nParam].iType,
368 storeEntry(word, value, allowedParameters[nParam].iType,
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
plugin.c 656 int iType = -1;
679 iType = SLAPI_PLUGIN_PREOPERATION;
681 iType = SLAPI_PLUGIN_POSTOPERATION;
683 iType = SLAPI_PLUGIN_EXTENDEDOP;
685 iType = SLAPI_PLUGIN_OBJECT;
695 if ( iType == SLAPI_PLUGIN_PREOPERATION ||
696 iType == SLAPI_PLUGIN_EXTENDEDOP ||
697 iType == SLAPI_PLUGIN_POSTOPERATION ||
698 iType == SLAPI_PLUGIN_OBJECT ) {
702 pPlugin = plugin_pblock_new( iType, numPluginArgc, c )
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h 59 UnaryInstruction(Type *Ty, unsigned iType, Value *V,
61 : Instruction(Ty, iType, &Op<0>(), 1, IB) {
64 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE)
65 : Instruction(Ty, iType, &Op<0>(), 1, IAE) {
107 UnaryOperator(UnaryOps iType, Value *S, Type *Ty,
109 UnaryOperator(UnaryOps iType, Value *S, Type *Ty,
194 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
196 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
435 CastInst(Type *Ty, unsigned iType, Value *S,
437 : UnaryInstruction(Ty, iType, S, InsertBefore)
    [all...]
Instruction.h 843 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
845 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 2403 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S,
2406 : UnaryInstruction(Ty, iType, S, InsertBefore) {
2412 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S,
2415 : UnaryInstruction(Ty, iType, S, InsertAtEnd) {
2456 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2,
2459 : Instruction(Ty, iType,
2469 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2,
2472 : Instruction(Ty, iType,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
wingdi.d 2408 DWORD iType;
3298 DWORD iType = EMR_HEADER;
3331 DWORD iType;
3394 DWORD iType;
  /src/external/public-domain/sqlite/dist/
shell.c 20386 sqlite3_int64 iType;
20393 pCsr->pHdrPtr += dbdataGetVarintU32(pCsr->pHdrPtr, &iType);
20394 szField = dbdataValueBytes(iType);
20608 sqlite3_int64 iType;
20609 dbdataGetVarintU32(pCsr->pHdrPtr, &iType);
20611 ctx, pCsr->enc, iType, pCsr->pPtr,
    [all...]
sqlite3.c     [all...]

Completed in 225 milliseconds