Home
last modified time | relevance | path

Searched defs:opType (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/transforms/
DTransformOperation.h71 OperationType opType = getOperationType(); in is3DOperation() local
/external/icu4c/i18n/
Dregexcmp.cpp1765 int32_t opType; in literalChar() local
1874 int32_t opType; // An opcode type from the compiled pattern. in fixLiterals() local
1957 int32_t opType = URX_TYPE(op); in insertOp() local
2433 int32_t opType; // The opcode type of the op in matchStartType() local
2917 int32_t opType; in minMatchLength() local
3177 int32_t opType; in maxMatchLength() local
3434 int32_t opType = URX_TYPE(op); in stripNOPs() local
Drematch.cpp2747 int32_t opType; // the opcode in MatchAt() local
4454 int32_t opType; // the opcode in MatchChunkAt() local
/external/webkit/Source/JavaScriptCore/jit/
DJITArithmetic32_64.cpp839 void JIT::emitAdd32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType) in emitAdd32Constant()
884 ResultType opType = op == op1 ? types.first() : types.second(); in emitSlow_op_add() local
948 void JIT::emitSub32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType) in emitSub32Constant()