Searched refs:id0 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dlocalconf.c162 getpskbyname(id0)
163 vchar_t *id0;
170 id = racoon_calloc(1, 1 + id0->l - sizeof(struct ipsecdoi_id_b));
176 memcpy(id, id0->v + sizeof(struct ipsecdoi_id_b),
177 id0->l - sizeof(struct ipsecdoi_id_b));
178 id[id0->l - sizeof(struct ipsecdoi_id_b)] = '\0';
180 key = getpsk(id, id0->l - sizeof(struct ipsecdoi_id_b));
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.cpp153 static CString idName(int id0, const Identifier& ident) argument
155 return makeString(ident.string(), "(@id", String::number(id0), ")").utf8();
291 int id0 = (++it)->u.operand; local
292 out.printf("[%4d] %s\t %s, %s, %s", location, op, registerName(exec, r0).data(), registerName(exec, r1).data(), idName(id0, m_identifiers[id0]).data());
474 int id0 = (++it)->u.operand; local
476 out.printf("[%4d] %s\t %s, %s, %s", location, op, registerName(exec, r0).data(), idName(id0, m_identifiers[id0]).data(), registerName(exec, r1).data());
958 int id0 = (++it)->u.operand; local
961 out.printf("[%4d] put_to_base\t %s, %s, %s, %d", location, registerName(exec, base).data(), idName(id0, m_identifier
971 int id0 = (++it)->u.operand; local
1022 int id0 = (++it)->u.operand; local
1033 int id0 = (++it)->u.operand; local
1043 int id0 = (++it)->u.operand; local
1111 int id0 = (++it)->u.operand; local
1120 int id0 = (++it)->u.operand; local
1388 int id0 = (++it)->u.operand; local
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp3497 UInt32 id0, idn; local
3514 id0 = OSSwapBigToHostInt32(*idPtr++);
3522 port = (id0 & mask) >> shift;
3598 UInt32 id0, idn; local
3609 id0 = OSSwapBigToHostInt32(*idPtr++);
3617 port = (id0 & mask) >> shift;
3684 UInt32 id0; local
3724 id0 = OSSwapBigToHostInt32(*fNodeIDs[i]);
3725 speedCode = (id0 & kFWSelfID0SP) >> kFWSelfID0SPPhase;

Completed in 128 milliseconds