Home
last modified time | relevance | path

Searched refs:Uc (Results 1 – 25 of 1053) sorted by relevance

12345678910>>...43

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/
H A DUc2OnUcThunk.c155 EFI_UNICODE_COLLATION_PROTOCOL *Uc; member
246 (VOID **)&Private->Uc in UcNotificationEvent()
253 …Private->Uc2.SupportedLanguages = ConvertLanguagesIso639ToRfc4646 (Private->Uc->SupportedLanguages… in UcNotificationEvent()
325 return Private->Uc->StriColl (Private->Uc, Str1, Str2); in StriColl()
348 Private->Uc->StrLwr (Private->Uc, Str); in StrLwr()
371 Private->Uc->StrUpr (Private->Uc, Str); in StrUpr()
398 return Private->Uc->MetaiMatch (Private->Uc, String, Pattern); in MetaiMatch()
426 Private->Uc->FatToStr (Private->Uc, FatSize, Fat, String); in FatToStr()
458 return Private->Uc->StrToFat (Private->Uc, String, FatSize, Fat); in StrToFat()
/dports/emulators/py-unicorn/unicorn-1.0.2/bindings/go/unicorn/
H A Dhook.go16 Uc Unicorn member
62 hook.Callback.(func(Unicorn, uint64, uint32))(hook.Uc, uint64(addr), uint32(size))
68 …return hook.Callback.(func(Unicorn, int, uint64, int, int64) bool)(hook.Uc, int(typ), addr, size, …
74 hook.Callback.(func(Unicorn, int, uint64, int, int64))(hook.Uc, int(typ), addr, size, value)
80 hook.Callback.(func(Unicorn, uint32))(hook.Uc, intno)
86 return hook.Callback.(func(Unicorn, uint32, uint32) uint32)(hook.Uc, port, size)
92 hook.Callback.(func(Unicorn, uint32, uint32, uint32))(hook.Uc, port, size, value)
98 hook.Callback.(func(Unicorn))(hook.Uc)
/dports/emulators/unicorn/unicorn-1.0.2/bindings/go/unicorn/
H A Dhook.go16 Uc Unicorn member
62 hook.Callback.(func(Unicorn, uint64, uint32))(hook.Uc, uint64(addr), uint32(size))
68 …return hook.Callback.(func(Unicorn, int, uint64, int, int64) bool)(hook.Uc, int(typ), addr, size, …
74 hook.Callback.(func(Unicorn, int, uint64, int, int64))(hook.Uc, int(typ), addr, size, value)
80 hook.Callback.(func(Unicorn, uint32))(hook.Uc, intno)
86 return hook.Callback.(func(Unicorn, uint32, uint32) uint32)(hook.Uc, port, size)
92 hook.Callback.(func(Unicorn, uint32, uint32, uint32))(hook.Uc, port, size, value)
98 hook.Callback.(func(Unicorn))(hook.Uc)
/dports/emulators/py-unicorn/unicorn-1.0.2/tests/regress/
H A Dmemmap_segfault.py11 u = unicorn.Uc(unicorn.UC_ARCH_X86, unicorn.UC_MODE_32)
16 u = unicorn.Uc(unicorn.UC_ARCH_X86, unicorn.UC_MODE_32)
22 u = unicorn.Uc(unicorn.UC_ARCH_X86, unicorn.UC_MODE_32)
27 uc = Uc(UC_ARCH_X86, UC_MODE_32)
H A Dwrong_sp_arm.py14 uc = Uc(UC_ARCH_ARM, UC_MODE_32)
18 uc = Uc(UC_ARCH_ARM64, UC_MODE_ARM)
23 uc = Uc(UC_ARCH_ARM, UC_MODE_ARM)
H A Dwrong_rip.py14 mu = Uc(UC_ARCH_X86, UC_MODE_64)
29 mu = Uc(UC_ARCH_X86, UC_MODE_64)
44 mu = Uc(UC_ARCH_X86, UC_MODE_32)
55 mu = Uc(UC_ARCH_X86, UC_MODE_32)
H A Dmemmap.py12 uc = Uc(UC_ARCH_X86, UC_MODE_64)
25 u = unicorn.Uc(unicorn.UC_ARCH_X86, unicorn.UC_MODE_32)
32 u = unicorn.Uc(unicorn.UC_ARCH_X86, unicorn.UC_MODE_32)
H A Djmp_ebx_hang.py15 mu = unicorn.Uc(UC_ARCH_X86, UC_MODE_32)
28 mu = unicorn.Uc(UC_ARCH_X86, UC_MODE_32)
/dports/emulators/unicorn/unicorn-1.0.2/tests/regress/
H A Dmemmap_segfault.py11 u = unicorn.Uc(unicorn.UC_ARCH_X86, unicorn.UC_MODE_32)
16 u = unicorn.Uc(unicorn.UC_ARCH_X86, unicorn.UC_MODE_32)
22 u = unicorn.Uc(unicorn.UC_ARCH_X86, unicorn.UC_MODE_32)
27 uc = Uc(UC_ARCH_X86, UC_MODE_32)
H A Dwrong_sp_arm.py14 uc = Uc(UC_ARCH_ARM, UC_MODE_32)
18 uc = Uc(UC_ARCH_ARM64, UC_MODE_ARM)
23 uc = Uc(UC_ARCH_ARM, UC_MODE_ARM)
H A Dwrong_rip.py14 mu = Uc(UC_ARCH_X86, UC_MODE_64)
29 mu = Uc(UC_ARCH_X86, UC_MODE_64)
44 mu = Uc(UC_ARCH_X86, UC_MODE_32)
55 mu = Uc(UC_ARCH_X86, UC_MODE_32)
H A Dmemmap.py12 uc = Uc(UC_ARCH_X86, UC_MODE_64)
25 u = unicorn.Uc(unicorn.UC_ARCH_X86, unicorn.UC_MODE_32)
32 u = unicorn.Uc(unicorn.UC_ARCH_X86, unicorn.UC_MODE_32)
H A Djmp_ebx_hang.py15 mu = unicorn.Uc(UC_ARCH_X86, UC_MODE_32)
28 mu = unicorn.Uc(UC_ARCH_X86, UC_MODE_32)
/dports/emulators/py-unicorn/unicorn-1.0.2/bindings/python/
H A Dsample_x86.py107 mu = Uc(UC_ARCH_X86, UC_MODE_32)
155 mu = Uc(UC_ARCH_X86, UC_MODE_32)
199 mu = Uc(UC_ARCH_X86, UC_MODE_32)
238 mu = Uc(UC_ARCH_X86, UC_MODE_32)
268 mu = Uc(UC_ARCH_X86, UC_MODE_32)
328 mu = Uc(UC_ARCH_X86, UC_MODE_32)
365 mu = Uc(UC_ARCH_X86, UC_MODE_32)
395 mu = Uc(UC_ARCH_X86, UC_MODE_32)
437 mu = Uc(UC_ARCH_X86, UC_MODE_32)
478 mu = Uc(UC_ARCH_X86, UC_MODE_64)
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/bindings/python/
H A Dsample_x86.py107 mu = Uc(UC_ARCH_X86, UC_MODE_32)
155 mu = Uc(UC_ARCH_X86, UC_MODE_32)
199 mu = Uc(UC_ARCH_X86, UC_MODE_32)
238 mu = Uc(UC_ARCH_X86, UC_MODE_32)
268 mu = Uc(UC_ARCH_X86, UC_MODE_32)
328 mu = Uc(UC_ARCH_X86, UC_MODE_32)
365 mu = Uc(UC_ARCH_X86, UC_MODE_32)
395 mu = Uc(UC_ARCH_X86, UC_MODE_32)
437 mu = Uc(UC_ARCH_X86, UC_MODE_32)
478 mu = Uc(UC_ARCH_X86, UC_MODE_64)
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/bindings/ruby/
H A Dsample_x86.rb106 mu = Uc.new UC_ARCH_X86, UC_MODE_32
152 mu = Uc.new UC_ARCH_X86, UC_MODE_32
185 mu = Uc.new UC_ARCH_X86, UC_MODE_32
228 mu = Uc.new UC_ARCH_X86, UC_MODE_32
292 mu = Uc.new UC_ARCH_X86, UC_MODE_32
331 mu = Uc.new UC_ARCH_X86, UC_MODE_32
373 mu = Uc.new UC_ARCH_X86, UC_MODE_64
462 mu = Uc.new UC_ARCH_X86, UC_MODE_64
508 mu = Uc.new UC_ARCH_X86, UC_MODE_16
/dports/emulators/unicorn/unicorn-1.0.2/bindings/ruby/
H A Dsample_x86.rb106 mu = Uc.new UC_ARCH_X86, UC_MODE_32
152 mu = Uc.new UC_ARCH_X86, UC_MODE_32
185 mu = Uc.new UC_ARCH_X86, UC_MODE_32
228 mu = Uc.new UC_ARCH_X86, UC_MODE_32
292 mu = Uc.new UC_ARCH_X86, UC_MODE_32
331 mu = Uc.new UC_ARCH_X86, UC_MODE_32
373 mu = Uc.new UC_ARCH_X86, UC_MODE_64
462 mu = Uc.new UC_ARCH_X86, UC_MODE_64
508 mu = Uc.new UC_ARCH_X86, UC_MODE_16
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/HdrWizard/
H A DHdrCreationManager.cpp773 Channel *Uc[3]; in doAntiGhosting() local
774 deghosted->createXYZChannels(Uc[0], Uc[1], Uc[2]); in doAntiGhosting()
776 computeIrradiance(*Uc[0], *logIrradiance_R); in doAntiGhosting()
782 computeIrradiance(*Uc[1], *logIrradiance_G); in doAntiGhosting()
788 computeIrradiance(*Uc[2], *logIrradiance_B); in doAntiGhosting()
797 cmax[c] = *max_element(Uc[c]->begin(), Uc[c]->end()); in doAntiGhosting()
798 cmin[c] = *min_element(Uc[c]->begin(), Uc[c]->end()); in doAntiGhosting()
804 replace_if(Uc[c]->begin(), Uc[c]->end(), in doAntiGhosting()
806 replace_if(Uc[c]->begin(), Uc[c]->end(), in doAntiGhosting()
808 transform(Uc[c]->begin(), Uc[c]->end(), Uc[c]->begin(), in doAntiGhosting()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/
H A DUcOnUc2Thunk.c154 EFI_UNICODE_COLLATION_PROTOCOL Uc; member
158 #define UC_PRIVATE_DATA_FROM_THIS(a) CR (a, UC_PRIVATE_DATA, Uc, UC_PRIVATE_DATA_SIGNATURE)
253 …Private->Uc.SupportedLanguages = ConvertLanguagesRfc4646ToIso639 (Private->Uc2->SupportedLanguages… in Uc2NotificationEvent()
255 if (Private->Uc.SupportedLanguages != NULL) { in Uc2NotificationEvent()
263 &Private->Uc, in Uc2NotificationEvent()
/dports/math/libmesh/libmesh-1.6.2/src/error_estimation/
H A Dhp_coarsentest.C80 if (Uc.size() == 0) in add_projection()
86 Uc.resize(n_coarse_dofs); in add_projection()
87 Uc.zero(); in add_projection()
89 libmesh_assert_equal_to (Uc.size(), phi_coarse->size()); in add_projection()
251 Uc.resize(0); in select_refinement()
264 Ke.cholesky_solve(Fe, Uc); in select_refinement()
460 value_error -= (*phi_coarse)[i][qp] * Uc(i); in select_refinement()
462 grad_error.subtract_scaled((*dphi_coarse)[i][qp], Uc(i)); in select_refinement()
464 hessian_error.subtract_scaled((*d2phi_coarse)[i][qp], Uc(i)); in select_refinement()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Process/
H A DKarhunenLoeveSVDAlgorithm.cxx236 MatrixImplementation Uc; in run() local
238 svd = C.computeSVD(Uc, VTc, false, false); in run()
239 LOGINFO(OSS() << "Uc=" << Uc.getNbRows() << "x" << Uc.getNbColumns()); in run()
243 U = Z.genProd(Uc, false, false); in run()
281 MatrixImplementation Uc; in run() local
283 svd = T.computeSVD(Uc, VTc, false, false); in run()
284 LOGINFO(OSS() << "Uc=" << Uc.getNbRows() << "x" << Uc.getNbColumns()); in run()
/dports/math/asl/solvers/
H A Dmpec_adj.c65 real *Lc, *Lc0, *Lc1, *Lv, *Lv0, *Lv1, *Uc, *Uc0, *Uc1, *Uv, *Uv0, *Uv1; in mpec_adjust_ASL() local
101 Uc = Uc0 + incc*i; in mpec_adjust_ASL()
102 nb = (*Lc > negInfinity) + (*Uc < Infinity); in mpec_adjust_ASL()
201 Uc = Uc0 + incc*i; in mpec_adjust_ASL()
205 b = *Uc; in mpec_adjust_ASL()
214 *Lc = *Uc = 0.; in mpec_adjust_ASL()
291 *Uc = *Lc; in mpec_adjust_ASL()
295 *Lc = *Uc; in mpec_adjust_ASL()
/dports/comms/linrad/linrad-04.02/
H A Dfftasm.s119 fmul st3,st0 ;cos V Vs Uc Us
120 fmulp st1,st0 ; Vc Vs Uc Us
121 faddp st3,st0 ; Vs Uc (Vc+Us)
144 fmul st3,st0 ;cos V Vs Uc Us
145 fmulp st1,st0 ; Vc Vs Uc Us
147 faddp st3,st0 ; Vs Uc (Vc+Us)
247 fmul st3,st0 ;cos V Vs Uc Us
249 fmulp st1,st0 ; Vc Vs Uc Us
250 faddp st3,st0 ; Vs Uc (Vc+Us)
H A Dfftasm64.s121 fmul st3,st0 ;cos V Vs Uc Us
122 fmulp st1,st0 ; Vc Vs Uc Us
123 faddp st3,st0 ; Vs Uc (Vc+Us)
146 fmul st3,st0 ;cos V Vs Uc Us
147 fmulp st1,st0 ; Vc Vs Uc Us
149 faddp st3,st0 ; Vs Uc (Vc+Us)
249 fmul st3,st0 ;cos V Vs Uc Us
251 fmulp st1,st0 ; Vc Vs Uc Us
252 faddp st3,st0 ; Vs Uc (Vc+Us)
/dports/math/freefem++/FreeFem-sources-4.6/idp/
H A DDDM-funcs-v2.idp54 real[int] Uc(prefix#Rci.n),Bc(Uc.n);
55 Uc= prefix#Rci*U;
56 mpiReduce(Uc,Bc,processor(0,comm),mpiSUM);
58 Uc = prefix#AC^-1*Bc;
59 broadcast(processor(0,comm),Uc);
60 V = prefix#Pci*Uc;

12345678910>>...43