Home
last modified time | relevance | path

Searched refs:cag (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/dports/devel/sdl12/SDL-1.2.15/src/cdrom/macosx/
H A DSDLOSXCAGuard.c98 if(pthread_self() != cag->mOwner) in SDLOSXCAGuard_Lock()
115 cag->mOwner = 0; in SDLOSXCAGuard_Unlock()
146 cag->mOwner = 0; in SDLOSXCAGuard_Wait()
148 theError = pthread_cond_wait(&cag->mCondVar, &cag->mMutex); in SDLOSXCAGuard_Wait()
151 cag->mOwner = pthread_self(); in SDLOSXCAGuard_Wait()
166 if (cag == NULL) in new_SDLOSXCAGuard()
168 SDL_memset(cag, '\0', sizeof (*cag)); in new_SDLOSXCAGuard()
186 cag->mOwner = 0; in new_SDLOSXCAGuard()
187 return cag; in new_SDLOSXCAGuard()
192 if (cag != NULL) in delete_SDLOSXCAGuard()
[all …]
H A DSDLOSXCAGuard.h99 int (*Lock)(struct S_SDLOSXCAGuard *cag);
100 void (*Unlock)(struct S_SDLOSXCAGuard *cag);
101 …int (*Try)(struct S_SDLOSXCAGuard *cag, int *outWasLocked); /* returns true if lock is free…
102 void (*Wait)(struct S_SDLOSXCAGuard *cag);
103 void (*Notify)(struct S_SDLOSXCAGuard *cag);
113 void delete_SDLOSXCAGuard(SDLOSXCAGuard *cag);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Quantizer/Configurations/
H A DFxpMathConfig.cpp95 cag.enumerateImpliedConnections( in finalizeAnchors()
160 auto argNode = cag.getOperandAnchor(op, 0); in handleStats()
178 auto lhs = cag.getOperandAnchor(op, 0); in handleAdd()
179 auto rhs = cag.getOperandAnchor(op, 1); in handleAdd()
203 auto lhs = cag.getOperandAnchor(op, 0); in handleMul()
204 auto rhs = cag.getOperandAnchor(op, 1); in handleMul()
219 auto lhs = cag.getOperandAnchor(op, 0); in handleMatMul()
220 auto rhs = cag.getOperandAnchor(op, 1); in handleMatMul()
235 auto lhs = cag.getOperandAnchor(op, 0); in handleMatMulBias()
236 auto rhs = cag.getOperandAnchor(op, 1); in handleMatMulBias()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/
H A DConstrainedGroup.cs243 Debug.Assert(cag != null); in OnActivityChangeRemove()
326 Debug.Assert(cag != null); in EvaluateConditions()
333 if (cag.CAGState.Completed) in EvaluateConditions()
337 if ((cag.UntilCondition != null) && cag.UntilCondition.Evaluate(cag, context)) in EvaluateConditions()
377 if (cag.UntilCondition != null) in EvaluateConditions()
426 Debug.Assert(cag != null); in TriggerChildren()
453 Debug.Assert(cag != null); in ExecuteChild()
500 if (cag == null) in HandleEvent()
562 Cleanup(cag, context); in HandleEvent()
564 else if (cag.CAGState.Completed) in HandleEvent()
[all …]
/dports/www/p5-I18N-AcceptLanguage/I18N-AcceptLanguage-1.04/
H A DChanges1 2005-04-11 Christian Gilmore <cag@us.ibm.com>
10 2004-05-14 Christian Gilmore <cag@us.ibm.com>
16 2004-02-11 Christian Gilmore <cag@us.ibm.com>
23 2003-11-19 Christian Gilmore <cag@us.ibm.com>
29 2003-01-01 Christian Gilmore <cag@us.ibm.com>
35 2002-10-17 Christian Gilmore <cag@us.ibm.com>
41 2002-10-02 Christian Gilmore <cag@us.ibm.com>
46 2002-09-26 Christian Gilmore <cag@us.ibm.com>
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Quantizer/Transforms/
H A DInferQuantizedTypesPass.cpp122 CAGSlice cag(solverContext); in runWithConfig() local
124 f.walk([&cag, &config](Operation *op) { config.handleOp(op, cag); }); in runWithConfig()
126 config.finalizeAnchors(cag); in runWithConfig()
131 auto propCount = cag.propagate(config); in runWithConfig()
145 llvm::WriteGraph(const_cast<const CAGSlice *>(&cag), "CAG", in runWithConfig()
155 for (auto *node : cag) { in runWithConfig()
164 for (auto *node : cag) { in runWithConfig()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/
H A DconstFold.frag134 struct cag {
139 const cag a0[3] = cag[3](cag(3, 2.0, true), cag(1, 5.0, true), cag(1, 9.0, false));
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/
H A DconstFold.frag134 struct cag {
139 const cag a0[3] = cag[3](cag(3, 2.0, true), cag(1, 5.0, true), cag(1, 9.0, false));
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/
H A DconstFold.frag131 struct cag {
136 const cag a0[3] = cag[3](cag(3, 2.0, true), cag(1, 5.0, true), cag(1, 9.0, false));
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/
H A DconstFold.frag131 struct cag {
136 const cag a0[3] = cag[3](cag(3, 2.0, true), cag(1, 5.0, true), cag(1, 9.0, false));
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/
H A DconstFold.frag134 struct cag {
139 const cag a0[3] = cag[3](cag(3, 2.0, true), cag(1, 5.0, true), cag(1, 9.0, false));
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/Test/
H A DconstFold.frag134 struct cag {
139 const cag a0[3] = cag[3](cag(3, 2.0, true), cag(1, 5.0, true), cag(1, 9.0, false));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/Test/
H A DconstFold.frag134 struct cag {
139 const cag a0[3] = cag[3](cag(3, 2.0, true), cag(1, 5.0, true), cag(1, 9.0, false));
/dports/graphics/glslang/glslang-11.7.1/Test/
H A DconstFold.frag134 struct cag {
139 const cag a0[3] = cag[3](cag(3, 2.0, true), cag(1, 5.0, true), cag(1, 9.0, false));
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/
H A DconstFold.frag131 struct cag {
136 const cag a0[3] = cag[3](cag(3, 2.0, true), cag(1, 5.0, true), cag(1, 9.0, false));
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/
H A DconstFold.frag134 struct cag {
139 const cag a0[3] = cag[3](cag(3, 2.0, true), cag(1, 5.0, true), cag(1, 9.0, false));
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/Test/
H A DconstFold.frag134 struct cag {
139 const cag a0[3] = cag[3](cag(3, 2.0, true), cag(1, 5.0, true), cag(1, 9.0, false));
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/Quantizer/Support/
H A DConfiguration.h46 using OpHandlerFn = std::function<void(Operation *op, CAGSlice &cag)>;
114 void handleOp(Operation *op, CAGSlice &cag) const;
117 virtual void finalizeAnchors(CAGSlice &cag) const {} in finalizeAnchors() argument
/dports/misc/urbit/urbit-urbit-0.6.0/noun/
H A Djets.c887 _cj_cold_reap_at(u3_noun soh, u3_noun cag) in _cj_cold_reap_at() argument
889 u3_noun bam = _cj_cold_reap_to(u3t(cag), u3_nul); in _cj_cold_reap_at()
899 cag = u3nc(u3a_take(u3h(cag)), sab); in _cj_cold_reap_at()
903 cag = u3nc(u3k(u3h(hoe)), sab); in _cj_cold_reap_at()
907 u3R->jed.das = u3kdb_put(u3R->jed.das, soh, cag); in _cj_cold_reap_at()
1019 u3_noun cag = u3kdb_got(u3k(u3R->jed.das), u3k(soh)); in _cj_warm_ream_un() local
1020 u3_noun sab = u3t(cag); in _cj_warm_ream_un()
1030 jax_l = _cj_warm_ream_at(soh, lab, cag); in _cj_warm_ream_un()
1032 u3z(cag); in _cj_warm_ream_un()
1041 u3_noun mop = u3h(cag); in _cj_warm_ream_at()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Quantizer/Support/
H A DConfiguration.cpp35 void TargetConfiguration::handleOp(Operation *op, CAGSlice &cag) const { in handleOp()
38 found_it->second(op, cag); in handleOp()
/dports/audio/py-music21/music21-7.1.0/music21/corpus/ryansMammoth/
H A DLadyTempletonsClog.abc12 A,>CF>A c>fa>A, | B,>DF>B d>fb>d | (3cag(3fed (3cdc(3BAG | F2a2 f2e>f |]
16 A,>CF>A c>fa>A, | B,>DF>B d>fb>d | (3cag (3fed (3cdc (3BAG | F2 A2 F2 |]
H A DOwnysBestJig.abc10 | gec BAF | Eee efg | fcc cag | fcc cgf \
/dports/biology/bio-mocha/bcftools-1.14/test/csq/ENST00000341065/
H A Dascii-art.txt-l61 cag---.GCC.AGg A-R
/dports/biology/bcftools/bcftools-1.14/test/csq/ENST00000341065/
H A Dascii-art.txt-l61 cag---.GCC.AGg A-R
/dports/biology/emboss/EMBOSS-6.6.0/doc/programs/master/emboss/apps/inc/
H A Dwordcount.output21 cag 25

12345678910>>...16