Searched defs:intId (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dsub_phon.cpp440 int ii, rix, newId, intId, count; local
454 intId= NewVertexId();
455 arcOne= CreateArc (modelSequence[0], INITIAL_LABEL, startId, intId);
457 (void) CreateArc (WB_LABEL, NONE_LABEL, intId, newId);
/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime.cpp196 NPIdentifier _NPN_GetIntIdentifier(int32_t intId) argument
199 if (!intId || intId == -1) {
201 PrivateIdentifier* id = minusOneOrZeroIds[intId + 1];
205 id->value.number = intId;
206 minusOneOrZeroIds[intId + 1] = id;
212 IntIdentifierMap::iterator iter = identMap->find(intId);
219 identifier->value.number = intId;
220 identMap->set(intId, identifier);

Completed in 70 milliseconds