Searched refs:targetValue (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv2022.cpp1628 uint32_t targetValue = 0; local
1753 targetValue = (uint32_t)sourceChar;
1761 targetValue = (uint32_t)sourceChar - 0x80;
1772 targetValue = (uint32_t)(sourceChar - (HWKANA_START - 0x21));
1779 targetValue = (uint32_t)(sourceChar - (HWKANA_START - 0xa1));
1797 targetValue = value;
1813 targetValue = value;
1821 targetValue = hwkana_fb[sourceChar - HWKANA_START];
1835 targetValue = value - 0x80;
1860 targetValue
2880 uint32_t targetValue = 0; local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGOSRExitCompilerCommon.cpp79 int32_t targetValue = applyMemoryUsageHeuristicsAndConvertToInt( local
84 clippedValue = BaselineExecutionCounter::clippedThreshold(jit.codeBlock()->globalObject(), targetValue);
87 clippedValue = UpperTierExecutionCounter::clippedThreshold(jit.codeBlock()->globalObject(), targetValue);
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomhtml.c1114 pinode->targetValue = (char*)MALLOC(pinode->targetLength);
1115 memmove(pinode->targetValue, start, pinode->targetLength);
H A Dxmlsimple.c697 pinode->targetValue = (char*)MALLOC(pinode->targetLength);
698 memmove(pinode->targetValue, start, pinode->targetLength);
H A Ddom.c1657 node->targetValue = (char*)MALLOC(len);
1658 memmove(node->targetValue, target, len);
2510 FREE (((domProcessingInstructionNode*)node)->targetValue);
4336 const char *targetValue,
4352 node->targetValue = (char*)MALLOC(targetLength);
4353 memmove(node->targetValue, targetValue, targetLength);
4473 pinode->targetValue,
4607 pinode->targetValue,
4326 domNewProcessingInstructionNode( domDocument *doc, const char *targetValue, int targetLength, const char *dataValue, int dataLength ) argument
H A Ddom.h648 domString targetValue; /* now the pi specific fields */ member in struct:domProcessingInstructionNode
733 const char *targetValue,
H A Ddomxpath.c2390 return (strncmp (((domProcessingInstructionNode*)node)->targetValue,
3690 memmove(tmp, ((domProcessingInstructionNode*)leftResult.nodes[0])->targetValue, 79);
3693 memmove(tmp, ((domProcessingInstructionNode*)leftResult.nodes[0])->targetValue,
3730 memmove(tmp, ((domProcessingInstructionNode*)leftResult.nodes[0])->targetValue, 79);
3733 memmove(tmp, ((domProcessingInstructionNode*)leftResult.nodes[0])->targetValue,
5464 if (strncmp(((domProcessingInstructionNode*)nodeToMatch)->targetValue, step->strvalue, ((domProcessingInstructionNode*)nodeToMatch)->targetLength) != 0) {
H A Dtcldom.c1988 name = Tcl_NewStringObj(dpn->targetValue, dpn->targetLength);
2485 writeChars(htmlString, chan, dpn->targetValue, dpn->targetLength);
2735 ((domProcessingInstructionNode*)node)->targetValue,
4352 dpn->targetValue, dpn->targetLength);
4468 dpn->targetValue, dpn->targetLength);
H A Ddomxslt.c523 memmove(tmp, pi->targetValue, l);
3718 Tcl_DStringAppend (&dStr, pi->targetValue, pi->targetLength);
4495 pi->targetValue,
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp601 uint32_t targetValue = (imm16 << 16) | ((kind & 0xF) << 12); local
602 uint32_t newTargetValue = targetValue + codeToDataDelta;
638 uint32_t targetValue = (imm16 << 16) | ((kind & 0xF) << 12); local
639 uint32_t newTargetValue = targetValue + codeToDataDelta;

Completed in 299 milliseconds