Home
last modified time | relevance | path

Searched refs:prot1 (Results 1 – 25 of 77) sorted by relevance

1234

/dports/emulators/qemu42/qemu-4.2.1/bsd-user/
H A Dmmap.c70 int prot1, ret; in target_mprotect() local
95 prot1 = prot; in target_mprotect()
111 prot1 = prot; in target_mprotect()
143 int prot1, prot_new; in mmap_frag() local
149 prot1 = 0; in mmap_frag()
155 if (prot1 == 0) { in mmap_frag()
161 prot1 = prot; in mmap_frag()
163 prot1 &= PAGE_BITS; in mmap_frag()
165 prot_new = prot | prot1; in mmap_frag()
174 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/bsd-user/
H A Dmmap.c70 int prot1, ret; in target_mprotect() local
95 prot1 = prot; in target_mprotect()
112 prot1 = prot; in target_mprotect()
144 int prot1, prot_new; in mmap_frag() local
150 prot1 = 0; in mmap_frag()
156 if (prot1 == 0) { in mmap_frag()
162 prot1 = prot; in mmap_frag()
164 prot1 &= PAGE_BITS; in mmap_frag()
166 prot_new = prot | prot1; in mmap_frag()
175 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/bsd-user/
H A Dmmap.c70 int prot1, ret; in target_mprotect() local
95 prot1 = prot; in target_mprotect()
111 prot1 = prot; in target_mprotect()
143 int prot1, prot_new; in mmap_frag() local
149 prot1 = 0; in mmap_frag()
155 if (prot1 == 0) { in mmap_frag()
161 prot1 = prot; in mmap_frag()
163 prot1 &= PAGE_BITS; in mmap_frag()
165 prot_new = prot | prot1; in mmap_frag()
174 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/bsd-user/
H A Dmmap.c70 int prot1, ret; in target_mprotect() local
95 prot1 = prot; in target_mprotect()
111 prot1 = prot; in target_mprotect()
143 int prot1, prot_new; in mmap_frag() local
149 prot1 = 0; in mmap_frag()
155 if (prot1 == 0) { in mmap_frag()
161 prot1 = prot; in mmap_frag()
163 prot1 &= PAGE_BITS; in mmap_frag()
165 prot_new = prot | prot1; in mmap_frag()
174 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/bsd-user/
H A Dmmap.c70 int prot1, ret; in target_mprotect() local
95 prot1 = prot; in target_mprotect()
111 prot1 = prot; in target_mprotect()
143 int prot1, prot_new; in mmap_frag() local
149 prot1 = 0; in mmap_frag()
155 if (prot1 == 0) { in mmap_frag()
161 prot1 = prot; in mmap_frag()
163 prot1 &= PAGE_BITS; in mmap_frag()
165 prot_new = prot | prot1; in mmap_frag()
174 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/bsd-user/
H A Dmmap.c70 int prot1, ret; in target_mprotect() local
95 prot1 = prot; in target_mprotect()
111 prot1 = prot; in target_mprotect()
143 int prot1, prot_new; in mmap_frag() local
149 prot1 = 0; in mmap_frag()
155 if (prot1 == 0) { in mmap_frag()
161 prot1 = prot; in mmap_frag()
163 prot1 &= PAGE_BITS; in mmap_frag()
165 prot_new = prot | prot1; in mmap_frag()
174 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/bsd-user/
H A Dmmap.c70 int prot1, ret; in target_mprotect() local
95 prot1 = prot; in target_mprotect()
111 prot1 = prot; in target_mprotect()
143 int prot1, prot_new; in mmap_frag() local
149 prot1 = 0; in mmap_frag()
155 if (prot1 == 0) { in mmap_frag()
161 prot1 = prot; in mmap_frag()
163 prot1 &= PAGE_BITS; in mmap_frag()
165 prot_new = prot | prot1; in mmap_frag()
174 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu/qemu-6.2.0/bsd-user/
H A Dmmap.c66 int prot1, ret; in target_mprotect() local
88 prot1 = prot; in target_mprotect()
105 prot1 = prot; in target_mprotect()
157 int prot1, prot_new; in mmap_frag() local
163 prot1 = 0; in mmap_frag()
169 if (prot1 == 0) { in mmap_frag()
175 prot1 = prot; in mmap_frag()
177 prot1 &= PAGE_BITS; in mmap_frag()
179 prot_new = prot | prot1; in mmap_frag()
188 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/bsd-user/
H A Dmmap.c68 int prot1, ret; in target_mprotect() local
93 prot1 = prot; in target_mprotect()
110 prot1 = prot; in target_mprotect()
142 int prot1, prot_new; in mmap_frag() local
148 prot1 = 0; in mmap_frag()
154 if (prot1 == 0) { in mmap_frag()
160 prot1 = prot; in mmap_frag()
162 prot1 &= PAGE_BITS; in mmap_frag()
164 prot_new = prot | prot1; in mmap_frag()
173 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/linux-user/
H A Dmmap.c67 int prot1, ret; in target_mprotect() local
93 prot1 = prot; in target_mprotect()
109 prot1 = prot; in target_mprotect()
141 int prot1, prot_new; in mmap_frag() local
147 prot1 = 0; in mmap_frag()
153 if (prot1 == 0) { in mmap_frag()
159 prot1 = prot; in mmap_frag()
161 prot1 &= PAGE_BITS; in mmap_frag()
163 prot_new = prot | prot1; in mmap_frag()
172 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu/qemu-6.2.0/linux-user/
H A Dmmap.c117 int prot1, ret, page_flags, host_prot; in target_mprotect() local
142 prot1 = host_prot; in target_mprotect()
160 prot1 = host_prot; in target_mprotect()
195 int prot1, prot_new; in mmap_frag() local
201 prot1 = 0; in mmap_frag()
207 if (prot1 == 0) { in mmap_frag()
213 prot1 = prot; in mmap_frag()
215 prot1 &= PAGE_BITS; in mmap_frag()
217 prot_new = prot | prot1; in mmap_frag()
226 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/linux-user/
H A Dmmap.c115 int prot1, ret, page_flags, host_prot; in target_mprotect() local
140 prot1 = host_prot; in target_mprotect()
158 prot1 = host_prot; in target_mprotect()
193 int prot1, prot_new; in mmap_frag() local
199 prot1 = 0; in mmap_frag()
205 if (prot1 == 0) { in mmap_frag()
211 prot1 = prot; in mmap_frag()
213 prot1 &= PAGE_BITS; in mmap_frag()
215 prot_new = prot | prot1; in mmap_frag()
224 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/linux-user/
H A Dmmap.c109 int prot1, ret, page_flags, host_prot; in target_mprotect() local
134 prot1 = host_prot; in target_mprotect()
152 prot1 = host_prot; in target_mprotect()
186 int prot1, prot_new; in mmap_frag() local
192 prot1 = 0; in mmap_frag()
198 if (prot1 == 0) { in mmap_frag()
204 prot1 = prot; in mmap_frag()
206 prot1 &= PAGE_BITS; in mmap_frag()
208 prot_new = prot | prot1; in mmap_frag()
217 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/linux-user/
H A Dmmap.c67 int prot1, ret; in target_mprotect() local
93 prot1 = prot; in target_mprotect()
109 prot1 = prot; in target_mprotect()
141 int prot1, prot_new; in mmap_frag() local
147 prot1 = 0; in mmap_frag()
153 if (prot1 == 0) { in mmap_frag()
159 prot1 = prot; in mmap_frag()
161 prot1 &= PAGE_BITS; in mmap_frag()
163 prot_new = prot | prot1; in mmap_frag()
172 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/linux-user/
H A Dmmap.c68 int prot1, ret; in target_mprotect() local
94 prot1 = prot; in target_mprotect()
110 prot1 = prot; in target_mprotect()
142 int prot1, prot_new; in mmap_frag() local
148 prot1 = 0; in mmap_frag()
154 if (prot1 == 0) { in mmap_frag()
160 prot1 = prot; in mmap_frag()
162 prot1 &= PAGE_BITS; in mmap_frag()
164 prot_new = prot | prot1; in mmap_frag()
173 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/linux-user/
H A Dmmap.c66 int prot1, ret;
86 prot1 = prot;
102 prot1 = prot;
134 int prot1, prot_new;
140 prot1 = 0;
146 if (prot1 == 0) {
152 prot1 = prot;
154 prot1 &= PAGE_BITS;
156 prot_new = prot | prot1;
165 if (!(prot1 & PROT_WRITE))
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/linux-user/
H A Dmmap.c117 int prot1, ret, page_flags, host_prot; in target_mprotect() local
142 prot1 = host_prot; in target_mprotect()
160 prot1 = host_prot; in target_mprotect()
195 int prot1, prot_new; in mmap_frag() local
201 prot1 = 0; in mmap_frag()
207 if (prot1 == 0) { in mmap_frag()
213 prot1 = prot; in mmap_frag()
215 prot1 &= PAGE_BITS; in mmap_frag()
217 prot_new = prot | prot1; in mmap_frag()
226 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/linux-user/
H A Dmmap.c66 int prot1, ret; in target_mprotect() local
86 prot1 = prot; in target_mprotect()
102 prot1 = prot; in target_mprotect()
134 int prot1, prot_new; in mmap_frag() local
140 prot1 = 0; in mmap_frag()
146 if (prot1 == 0) { in mmap_frag()
152 prot1 = prot; in mmap_frag()
154 prot1 &= PAGE_BITS; in mmap_frag()
156 prot_new = prot | prot1; in mmap_frag()
165 if (!(prot1 & PROT_WRITE)) in mmap_frag()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/tests/boolean/bcut_complex/
H A DE45 restore [locate_data_file CTO900_pro6066a.rle] prot1
8 bcut result prot1 box2
10 checkview -display result -2d -s -otherwise { prot1 box2 } -path ${imagedir}/${test_image}.png
/dports/games/xskat/xskat-4.0/
H A Dxdial.c2589 e=prot1.gewonn && prot1.stichgem?OB_NONE:OB_HIDDEN;
2714 if (prot1.trumpf==5 && prot1.augen==0 && !prot1.gewonn) {
2761 if (prot1.verdopp[prot1.anspiel[0]]==1) u1=OB_UNDERLINED;
2762 if (prot1.verdopp[left(prot1.anspiel[0])]==1) u2=OB_UNDERLINED;
2763 if (prot1.verdopp[right(prot1.anspiel[0])]==1) u3=OB_UNDERLINED;
2766 p=protsort[sn] && !prot1.handsp?0:prot1.ehsso;
2828 else if (prot1.trumpf==5 && prot1.augen==0 && !prot1.gewonn) {
2841 prot1.savseed+11*irc_play,prot1.gamenr,
2843 prot1.rotateby<0?" L":prot1.rotateby>0?" R":"");
2852 if (prot1.stichgem || prot1.schenken) {
[all …]
/dports/net-mgmt/etherape/etherape-0.9.20/src/
H A Dinfo_windows.c312 const protocol_list_item_t *prot1, *prot2; in protocols_table_compare() local
313 gtk_tree_model_get(gs, a, PROTO_COLUMN_N, &prot1, -1); in protocols_table_compare()
315 if (!prot1 || !prot2) in protocols_table_compare()
327 ret = strcmp(prot1->name, prot2->name); in protocols_table_compare()
330 ps1 = services_port_find(prot1->name); in protocols_table_compare()
348 t1 = prot1->rowstats.average; in protocols_table_compare()
358 t1 = prot1->rowstats.accumulated; in protocols_table_compare()
368 t1 = prot1->rowstats.avg_size; in protocols_table_compare()
378 diffms = subtract_times_ms(&prot1->rowstats.last_time, in protocols_table_compare()
388 if (prot1->rowstats.accu_packets == prot2->rowstats.accu_packets) in protocols_table_compare()
[all …]
/dports/biology/py-biopython/biopython-1.79/Doc/
H A Ddoc.tex232 >>> prot1 = SeqRecord(nucl1.seq.translate(), id='prot1')
235 >>> aln = MultipleSeqAlignment([prot1, prot2, prot3])
245 \texttt{nucl1} with \texttt{prot1}, \texttt{nucl2} with \texttt{prot2}
257 >>> prot1 = SeqRecord(nucl1.seq.translate(), id='prot1')
260 >>> aln = MultipleSeqAlignment([prot1, prot2, prot3])
261 >>> nucl = {'prot1': nucl1, 'prot2': nucl2, 'prot3': nucl3}
285 >>> prot1 = SeqRecord(nucl1.seq.translate(), id='prot1')
288 >>> aln = MultipleSeqAlignment([prot1, prot2, prot3])
289 >>> corr_dict = {'prot1': 'nucl1', 'prot2': 'nucl2', 'prot3': 'nucl3'}
/dports/net/jgroups/jgroups-2.12.0/tests/junit/org/jgroups/tests/
H A DUNICAST_OOB_Test.java57 DISCARD_PAYLOAD prot1=new DISCARD_PAYLOAD(); in sendMessages() local
65 stack.insertProtocolInStack(prot1, neighbor, ProtocolStack.BELOW); in sendMessages()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DSideChainHelper.cpp97 int prot1 = ati1->protons; in SideChainHelperFilterBond() local
101 switch (prot1) { in SideChainHelperFilterBond()
/dports/emulators/qemu/qemu-6.2.0/target/i386/
H A Dmonitor.c257 int prot1; in mem_print() local
258 prot1 = *plast_prot; in mem_print()
259 if (prot != prot1) { in mem_print()
266 prot1 & PG_USER_MASK ? 'u' : '-', in mem_print()
268 prot1 & PG_RW_MASK ? 'w' : '-'); in mem_print()

1234