id                 46 VMPI/ThreadsWin.cpp 	DWORD id = TlsAlloc();
id                 47 VMPI/ThreadsWin.cpp 	*tlsId = (uintptr_t)id;
id                 48 VMPI/ThreadsWin.cpp 	return (id != TLS_OUT_OF_INDEXES);
id                 78 axscript/IDispatchConsumer.cpp 		DISPID id;
id                 82 axscript/IDispatchConsumer.cpp 		HRESULT hr = disp->GetIDsOfNames(IID_NULL, &olename, 1, 0, &id);
id                 93 axscript/IDispatchConsumer.cpp 		hr = disp->Invoke(id, IID_NULL, 0, DISPATCH_METHOD, params, &ret, &ei, NULL);
id                100 axscript/IDispatchConsumer.cpp 			hr = disp->Invoke(id, IID_NULL, 0, DISPATCH_PROPERTYGET, &get_params, &sub, &ei, NULL);
id                133 axscript/IDispatchConsumer.cpp 		DISPID id;
id                137 axscript/IDispatchConsumer.cpp 		HRESULT hr = disp->GetIDsOfNames(IID_NULL, &olename, 1, 0, &id);
id                148 axscript/IDispatchConsumer.cpp 		hr = disp->Invoke(id, IID_NULL, 0, DISPATCH_PROPERTYPUT, &params, NULL, &ei, NULL);
id                158 axscript/IDispatchConsumer.cpp 		DISPID id;
id                167 axscript/IDispatchConsumer.cpp 		HRESULT hr = disp->GetIDsOfNames(IID_NULL, &olename, 1, 0, &id);
id                177 axscript/IDispatchConsumer.cpp 		hr = disp->Invoke(id, IID_NULL, 0, DISPATCH_PROPERTYGET, &params, &ret, &ei, NULL);
id                119 axscript/IDispatchProvider.cpp 		if (id==DISPID_VALUE) {
id                143 axscript/IDispatchProvider.cpp 			stdext::hash_map<int, DISPID_ENTRY>::iterator it = dispid2info.find(id);
id                145 axscript/IDispatchProvider.cpp 				AvmDebugMsg(false, "IDispatchProvider::InvokeEx - bad dispid %d\n", id);
id                150 axscript/IDispatchProvider.cpp 				AvmDebugMsg(false, "IDispatchProvider::InvokeEx - dispid %d has been deleted\n", id);
id                 78 axscript/IDispatchProvider.h 			/* [in] */ DISPID id,
id                 91 axscript/IDispatchProvider.h 			/* [in] */ DISPID id);
id                 94 axscript/IDispatchProvider.h 			/* [in] */ DISPID id,
id                 99 axscript/IDispatchProvider.h 			/* [in] */ DISPID id,
id                104 axscript/IDispatchProvider.h 			/* [in] */ DISPID id,
id                 55 axscript/mscom.cpp 		DISPID id;
id                 59 axscript/mscom.cpp 		HRESULT hr = disp->GetIDsOfNames(IID_NULL, &olename, 1, 0, &id);
id                 78 axscript/mscom.cpp 		hr = disp->Invoke(id, IID_NULL, 0, DISPATCH_METHOD, &params, &ret, &ei, NULL);
id                 95 axscript/mscom.cpp 		DISPID id;
id                 99 axscript/mscom.cpp 		HRESULT hr = disp->GetIDsOfNames(IID_NULL, &olename, 1, 0, &id);
id                109 axscript/mscom.cpp 		hr = disp->Invoke(id, IID_NULL, 0, DISPATCH_PROPERTYPUT, &params, NULL, &ei, NULL);
id                117 axscript/mscom.cpp 		DISPID id;
id                120 axscript/mscom.cpp 		HRESULT hr = disp->GetIDsOfNames(IID_NULL, &olename, 1, 0, &id);
id                129 axscript/mscom.cpp 		DISPID id;
id                132 axscript/mscom.cpp 		HRESULT hr = disp->GetIDsOfNames(IID_NULL, &olename, 1, 0, &id);
id                146 axscript/mscom.cpp 		hr = disp->Invoke(id, IID_NULL, 0, DISPATCH_PROPERTYGET, &params, &ret, &ei, NULL);
id                250 core/AvmCore-inlines.h REALLY_INLINE /*static*/ Binding AvmCore::makeSlotBinding(uintptr_t id, BindingKind kind)
id                253 core/AvmCore-inlines.h 	return Binding((id << 3) | kind);
id                256 core/AvmCore-inlines.h REALLY_INLINE /*static*/ Binding AvmCore::makeMGSBinding(uintptr_t id, BindingKind kind)
id                259 core/AvmCore-inlines.h 	return Binding((id << 3) | kind);
id               1692 core/AvmCore.cpp                 uint32_t id = readU30(pc);
id               1693 core/AvmCore.cpp 				Traits* c = pool->getClassTraits(id);
id               1887 core/AvmCore.cpp                 uint32_t id = (uint32_t)*pc++;
id               1888 core/AvmCore.cpp 				Traits* c = pool->getClassTraits(id);
id                606 core/AvmCore.h 		static Binding makeSlotBinding(uintptr_t id, BindingKind kind);
id                608 core/AvmCore.h 		static Binding makeMGSBinding(uintptr_t id, BindingKind kind);
id                226 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::param(int id, const char *name)
id                228 core/CodegenLIR-inlines.h     LIns* param = lirout->insParam(id, 0);
id               5635 core/CodegenLIR.cpp             uint32_t id = 0;
id               5639 core/CodegenLIR.cpp                     jitInfo->sid = id++;
id                144 core/ErrorConstants.h 			LangID		id;
id                319 core/Sampler.cpp 			read(p, s.id);
id                413 core/Sampler.cpp 		write(currentSample, s.id);
id                426 core/Sampler.cpp 		return s.id;
id                145 core/Sampler.h 		uint64 id; 
id                103 core/Toplevel-inlines.h REALLY_INLINE void Toplevel::throwReferenceError(int id, const Multiname& multiname, const Traits* traits) const
id                105 core/Toplevel-inlines.h     throwReferenceError(id, &multiname, traits);
id                108 core/Toplevel-inlines.h REALLY_INLINE void Toplevel::throwReferenceError(int id, const Multiname& multiname) const
id                110 core/Toplevel-inlines.h     throwReferenceError(id, &multiname);
id                114 core/Toplevel-inlines.h REALLY_INLINE void Toplevel::throwVerifyError(int id, Stringp) const
id                116 core/Toplevel-inlines.h     throwVerifyError(id);
id                119 core/Toplevel-inlines.h REALLY_INLINE void Toplevel::throwVerifyError(int id, Stringp, Stringp) const
id                121 core/Toplevel-inlines.h     throwVerifyError(id);
id               1219 core/Toplevel.cpp 		verifyErrorClass()->throwError(id);
id               1225 core/Toplevel.cpp 		verifyErrorClass()->throwError(id, arg1);
id               1230 core/Toplevel.cpp 		verifyErrorClass()->throwError(id, arg1, arg2);
id               1236 core/Toplevel.cpp 		typeErrorClass()->throwError(id);
id               1241 core/Toplevel.cpp 		typeErrorClass()->throwError(id, arg1);
id               1246 core/Toplevel.cpp 		typeErrorClass()->throwError(id, arg1, arg2);
id               1256 core/Toplevel.cpp 		throwTypeError(id, core()->toErrorString(&name));
id               1261 core/Toplevel.cpp 		errorClass()->throwError(id);
id               1266 core/Toplevel.cpp 		errorClass()->throwError(id, arg1);
id               1271 core/Toplevel.cpp 		errorClass()->throwError(id, arg1, arg2);
id               1276 core/Toplevel.cpp 		argumentErrorClass()->throwError(id);
id               1281 core/Toplevel.cpp 		argumentErrorClass()->throwError(id, arg1);
id               1286 core/Toplevel.cpp 		argumentErrorClass()->throwError(id, core()->toErrorString(s));
id               1291 core/Toplevel.cpp 		argumentErrorClass()->throwError(id, arg1, arg2);
id               1296 core/Toplevel.cpp 		rangeErrorClass()->throwError(id);
id               1301 core/Toplevel.cpp 		rangeErrorClass()->throwError(id, arg1);
id               1306 core/Toplevel.cpp 		rangeErrorClass()->throwError(id, arg1, arg2);
id               1311 core/Toplevel.cpp 		rangeErrorClass()->throwError(id, arg1, arg2, arg3);
id               1316 core/Toplevel.cpp 		referenceErrorClass()->throwError(id, core()->toErrorString(multiname), core()->toErrorString((Traits*)traits));
id               1321 core/Toplevel.cpp 		referenceErrorClass()->throwError(id, core()->toErrorString(multiname));
id                 89 core/Toplevel.h 		void throwVerifyError(int id) const;
id                 90 core/Toplevel.h 		void throwVerifyError(int id, Stringp arg1) const;
id                 91 core/Toplevel.h 		void throwVerifyError(int id, Stringp arg1, Stringp arg2) const;
id                 93 core/Toplevel.h 		void throwTypeError(int id) const;
id                 94 core/Toplevel.h 		void throwTypeError(int id, Stringp arg1) const;
id                 95 core/Toplevel.h 		void throwTypeError(int id, Stringp arg1, Stringp arg2) const;
id                 96 core/Toplevel.h 		void throwTypeErrorWithName(int id, const char* namestr) const;
id                 98 core/Toplevel.h 		void throwError(int id) const;
id                 99 core/Toplevel.h 		void throwError(int id, Stringp arg1) const;
id                100 core/Toplevel.h 		void throwError(int id, Stringp arg1, Stringp arg2) const;
id                102 core/Toplevel.h 		void throwArgumentError(int id) const;
id                103 core/Toplevel.h 		void throwArgumentError(int id, Stringp arg1) const;
id                104 core/Toplevel.h 		void throwArgumentError(int id, const char *arg1) const;
id                105 core/Toplevel.h 		void throwArgumentError(int id, Stringp arg1, Stringp arg2) const;
id                107 core/Toplevel.h 		void throwRangeError(int id) const;
id                108 core/Toplevel.h 		void throwRangeError(int id, Stringp arg1) const;
id                109 core/Toplevel.h 		void throwRangeError(int id, Stringp arg1, Stringp arg2) const;
id                110 core/Toplevel.h 		void throwRangeError(int id, Stringp arg1, Stringp arg2, Stringp arg3) const;
id                112 core/Toplevel.h 		void throwReferenceError(int id, const Multiname* multiname, const Traits* traits) const;
id                113 core/Toplevel.h 		void throwReferenceError(int id, const Multiname* multiname) const;
id                115 core/Toplevel.h 		void throwReferenceError(int id, const Multiname& multiname, const Traits* traits) const;
id                116 core/Toplevel.h 		void throwReferenceError(int id, const Multiname& multiname) const;
id                639 core/Traits.cpp 			if (!id || !m_earlySlotBinding)
id                641 core/Traits.cpp 				id = ++m_slotCount;
id                643 core/Traits.cpp 			if (m_slotCount < id)
id                644 core/Traits.cpp 				m_slotCount = id;
id                645 core/Traits.cpp 			return id - 1;
id                654 core/Traits.cpp 		uint32_t qni, id, info, value_index;
id                675 core/Traits.cpp 				id = AvmCore::readU30(pos);				// slot id
id                682 core/Traits.cpp 				id = AvmCore::readU30(pos);		// slot id
id                689 core/Traits.cpp 				id = AvmCore::readU30(pos);		// method index
id                766 core/Traits.cpp 					uint32_t slot_id = sic.calc_id(ne.id);
id                776 core/Traits.cpp 						if (ne.id > nameCount)
id                797 core/Traits.cpp 					AvmAssert(!(ne.id > nameCount));						// unhandled verify error
id               1056 core/Traits.cpp 					uint32_t slotid = sic.calc_id(ne.id);
id               1076 core/Traits.cpp 					MethodInfo* f = this->pool->getMethodInfo(ne.id);
id               1312 core/Traits.cpp 					const uint32_t slot_id = sic.calc_id(ne.id);
id               1602 core/Traits.cpp 					MethodInfo* m = pool->getMethodInfo(ne.id);
id               2444 core/Verifier.cpp 		if (id >= c)
id               2446 core/Verifier.cpp             verifyFailed(kMethodInfoExceedsCountError, core->toErrorString(id), core->toErrorString(c));
id               2449 core/Verifier.cpp 		return pool->getMethodInfo(id);
id               2455 core/Verifier.cpp 		if (id >= c)
id               2457 core/Verifier.cpp             verifyFailed(kClassInfoExceedsCountError, core->toErrorString(id), core->toErrorString(c));
id               2460 core/Verifier.cpp 		return pool->getClassTraits(id);
id                109 eval/eval-cogen-expr.cpp 						uint32_t id = cogen->abc->addQName(compiler->NS_public, 
id                113 eval/eval-cogen-expr.cpp 						cogen->I_findpropstrict(id);
id                114 eval/eval-cogen-expr.cpp 						cogen->I_getproperty(id);
id                622 eval/eval-cogen-expr.cpp 			uint32_t id = is_list ? compiler->ID_XMLList : compiler->ID_XML;
id                624 eval/eval-cogen-expr.cpp 			cogen->I_findpropstrict(id);
id                625 eval/eval-cogen-expr.cpp 			cogen->I_getproperty(id);
id                386 eval/eval-cogen.cpp 				uint32_t id = abc->addQName(compiler->NS_public, cogen->emitString(b->name));
id                391 eval/eval-cogen.cpp 						cogen->emitSlotTrait(id, type_id);
id                394 eval/eval-cogen.cpp 						cogen->emitConstTrait(id, type_id);
id                402 eval/eval-cogen.cpp 				uint32_t id = abc->addQName(compiler->NS_public, cogen->emitString(namespaces->hd->name));
id                423 eval/eval-cogen.cpp 				cogen->I_initproperty(id);
id                430 eval/eval-cogen.cpp 					uint32_t id = abc->addQName(compiler->NS_public, cogen->emitString(params->hd->name));
id                433 eval/eval-cogen.cpp 					cogen->I_setproperty(id);
id                423 extensions/SamplerScript.cpp 				dsam->set_id(static_cast<double>(sample.id));
id                430 extensions/SamplerScript.cpp 				nsam->set_id(static_cast<double>(sample.id));
id                442 extensions/SamplerScript.cpp 				nsam->set_id(static_cast<double>(sample.id));
id                677 nanojit/NativeARM.h #define BKPTi_insn(id)  ((NIns)(BKPT_insn | ((id << 4) & 0xfff00) | (id & 0xf)));
id                681 nanojit/NativeARM.h         NanoAssert((id & 0xffff) == id);                    \
id                682 nanojit/NativeARM.h         *(--_nIns) = BKPTi_insn(id);                        \
id               1175 other-licenses/zlib/inflate.c     unsigned long id;
id               1185 other-licenses/zlib/inflate.c         id = adler32(0L, Z_NULL, 0);
id               1186 other-licenses/zlib/inflate.c         id = adler32(id, dictionary, dictLength);
id               1187 other-licenses/zlib/inflate.c         if (id != state->check)
id                179 shell/DebugCLI.cpp 			return cmdList[match].id;
id                205 shell/DebugCLI.cpp             if (cmdList[i].id == cmdNumber)
id                427 shell/DebugCLI.cpp 		int id = VMPI_atoi(idstr);
id                431 shell/DebugCLI.cpp 			if (breakAction->id == id) {
id                449 shell/DebugCLI.cpp 				core->console << "Breakpoint " << id << " deleted.\n";
id                736 shell/DebugCLI.cpp 		out << id << " at "
id                 53 shell/DebugCLI.h 		int id;
id                 58 shell/DebugCLI.h 					int id,
id                 63 shell/DebugCLI.h 			this->id = id;
id                161 shell/DebugCLI.h 			int id;
id                227 shell/avmshell.cpp 		CoreNode(ShellCore* core, int id) 
id                229 shell/avmshell.cpp 			, id(id)
id                243 shell/avmshell.cpp 		const int			id;
id                249 shell/avmshell.cpp 		ThreadNode(MultiworkerState& state, int id)
id                251 shell/avmshell.cpp 			, id(id)
id                279 shell/avmshell.cpp 		const int id;
id                456 shell/avmshell.cpp 					LOGGING( AvmLog("Scheduling %s on T%d with C%d\n", filenames[nextfile], threadnode->id, corenode->id); )
id                496 shell/avmshell.cpp 				LOGGING( AvmLog("T%d: Exiting\n", self->id); )
id                501 shell/avmshell.cpp 			LOGGING( AvmLog("T%d: Work starting\n", self->id); )
id                506 shell/avmshell.cpp 			LOGGING( AvmLog("T%d: Work completed\n", self->id); )
id                104 utils/abcasm/src/abcasm/AbcEmitter.java 				w.writeU30(core.nsPool.id(ns));
id                116 utils/abcasm/src/abcasm/AbcEmitter.java 				w.writeU30(core.nsPool.id(n.getSingleQualifier()));
id                117 utils/abcasm/src/abcasm/AbcEmitter.java 				w.writeU30(core.stringPool.id(n.baseName));
id                121 utils/abcasm/src/abcasm/AbcEmitter.java 				w.writeU30(core.stringPool.id(n.baseName));
id                122 utils/abcasm/src/abcasm/AbcEmitter.java 				w.writeU30(core.nssetPool.id(n.qualifiers));
id                219 utils/abcasm/src/abcasm/AbcEmitter.java 			w.writeU30(core.namePool.id(t.getNameAttr("name")));
id                412 utils/abcasm/src/abcasm/AbcEmitter.java 					blockWriter.writeU30(core.namePool.id(insn.n));
id                420 utils/abcasm/src/abcasm/AbcEmitter.java 				blockWriter.writeU30(core.namePool.id(insn.n));
id                152 utils/abcasm/src/abcasm/AssemblerCore.java 			return intPool.id(iKey);
id                157 utils/abcasm/src/abcasm/AssemblerCore.java 			return uintPool.id(lKey);
id                162 utils/abcasm/src/abcasm/AssemblerCore.java 			return doublePool.id(dKey);
id                167 utils/abcasm/src/abcasm/AssemblerCore.java 			return stringPool.id(sKey);
id                416 utils/abcasm/src/abcasm/AssemblerCore.java 			return namePool.id(n);
id                185 vprof/vprof.cpp     entry_t e = (entry_t) id;
id                212 vprof/vprof.cpp         entry_t e = (entry_t) *id;
id                221 vprof/vprof.cpp                 *id = e;
id                254 vprof/vprof.cpp             *id = e;
id                273 vprof/vprof.cpp     entry_t e = (entry_t) id;
id                299 vprof/vprof.cpp         entry_t e = (entry_t) *id;
id                308 vprof/vprof.cpp                 *id = e;
id                359 vprof/vprof.cpp             *id = e;
id                108 vprof/vprof.h  int profileValue (void** id, char* file, int line, int64_t value, ...);
id                109 vprof/vprof.h  int _profileEntryValue (void* id, int64_t value);
id                110 vprof/vprof.h  int histValue(void** id, char* file, int line, int64_t value, int nbins, ...);
id                111 vprof/vprof.h  int _histEntryValue (void* id, int64_t value);
id                134 vprof/vprof.h      static void* id = 0; \
id                135 vprof/vprof.h      (id != 0) ? \
id                136 vprof/vprof.h          _profileEntryValue (id, (int64_t) (v)) \
id                138 vprof/vprof.h          profileValue (&id, __FILE__, __LINE__, (int64_t) (v), ##__VA_ARGS__, NULL) \
id                144 vprof/vprof.h      static void* id = 0; \
id                145 vprof/vprof.h      (id != 0) ? \
id                146 vprof/vprof.h          _profileEntryValue (id, (int64_t) (v)) \
id                148 vprof/vprof.h          profileValue (&id, (char*) (e), -1, (int64_t) (v), ##__VA_ARGS__, NULL) \
id                154 vprof/vprof.h      static void* id = 0; \
id                155 vprof/vprof.h      (id != 0) ? \
id                156 vprof/vprof.h          _histEntryValue (id, (int64_t) (v)) \
id                158 vprof/vprof.h          histValue (&id, __FILE__, __LINE__, (int64_t) (v), (int) (n), ##__VA_ARGS__) \
id                164 vprof/vprof.h      static void* id = 0; \
id                165 vprof/vprof.h      (id != 0) ? \
id                166 vprof/vprof.h          _histEntryValue (id, (int64_t) (v)) \
id                168 vprof/vprof.h          histValue (&id, (char*) (e), -1, (int64_t) (v), (int) (n), ##__VA_ARGS__) \
id                178 vprof/vprof.h      static void* id = 0; \
id                179 vprof/vprof.h      (id != 0) ? \
id                180 vprof/vprof.h          _profileEntryValue (id, (int64_t) 0) \
id                182 vprof/vprof.h          profileValue (&id, (char*)(e), -1, (int64_t) 0, NULL) \
id                184 vprof/vprof.h      _tprof_before_id = id;\