Home
last modified time | relevance | path

Searched refs:prior (Results 1 – 25 of 972) sorted by relevance

12345678910>>...39

/openbmc/qemu/scripts/oss-fuzz/
H A Dminimize_qtest_trace.py136 prior = newtrace[i:i+remove_step]
139 print("Removing {lines} ...\n".format(lines=prior))
148 newtrace[j] = prior[j-i]
151 newtrace[i] = prior[0] # remove_step = 1
174 newtrace[i] = prior[0]
207 newtrace[i] = prior[0]
235 newtrace[i] = prior[0]
258 prior = newtrace[i]
272 newtrace[i] = prior
/openbmc/linux/arch/arm/kernel/
H A Dfiqasm.S29 mov r0, r0 @ avoid hazard prior to ARMv4
34 mov r0, r0 @ avoid hazard prior to ARMv4
42 mov r0, r0 @ avoid hazard prior to ARMv4
47 mov r0, r0 @ avoid hazard prior to ARMv4
/openbmc/linux/sound/core/seq/
H A Dseq_prioq.c137 int prior; in snd_seq_prioq_cell_in() local
143 prior = (cell->event.flags & SNDRV_SEQ_PRIORITY_MASK); in snd_seq_prioq_cell_in()
150 if (f->tail && !prior) { in snd_seq_prioq_cell_in()
174 else if (rel == 0 && prior) in snd_seq_prioq_cell_in()
/openbmc/linux/Documentation/input/devices/
H A Dsentelic.rst746 *only supported by H/W prior to Cx
754 *only supported by H/W prior to Cx
763 enabled prior to write: 05 06 07 08 09 0c 0f 10 11 12 16 17 18 23 2e
773 *only supported by H/W prior to Cx
779 *only supported by H/W prior to Cx
784 *only supported by H/W prior to Cx
788 *only supported by H/W prior to Cx
793 *only supported by H/W prior to Cx
798 *only supported by H/W prior to Cx
803 *only supported by H/W prior to Cx
[all …]
/openbmc/phosphor-misc/http-redirect/
H A Dhttp-redirect.awk69 prior = ""
71 prior = headers[header] ", "
72 headers[header] = prior content
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DPlexus9 …be used to endorse or promote products derived from this Software without prior written permission…
11 … called "classworlds” nor may "classworlds” appear in their names without prior written permission…
H A DOLDAP-2.0.112 …be used to endorse or promote products derived from this Software without prior written permission…
14 …not be called "OpenLDAP" nor may "OpenLDAP" appear in their names without prior written permission…
H A DLOOP11 prior permission. Notice must be given in supporting documentation that
31 without specific, written prior permission. Notice must be given in
H A DVSL-1.027 software without prior written permission. For written
31 may "VOCAL" appear in their name, without prior written
H A DOLDAP-2.012 …be used to endorse or promote products derived from this Software without prior written permission…
14 …not be called "OpenLDAP" nor may "OpenLDAP" appear in their names without prior written permission…
H A DSaxpath10 …e used to endorse or promote products derived from this software without prior written permission…
12 …not be called "SAXPath", nor may "SAXPath" appear in their name, without prior written permission…
H A DOLDAP-2.112 …be used to endorse or promote products derived from this Software without prior written permission…
14 …not be called "OpenLDAP" nor may "OpenLDAP" appear in their names without prior written permission…
H A DOpenSSL-standalone22 prior written permission. For written permission, please contact
26 nor may "OpenSSL" appear in their names without prior written
H A DOLDAP-2.2.110 …be used to endorse or promote products derived from this Software without prior written permission…
12 …not be called "OpenLDAP" nor may "OpenLDAP" appear in their names without prior written permission…
H A DOLDAP-2.2.212 …be used to endorse or promote products derived from this Software without prior written permission…
14 …not be called "OpenLDAP" nor may "OpenLDAP" appear in their names without prior written permission…
H A DEntessa14 …be used to endorse or promote products derived from this software without prior written permission…
15 …ot be called "openSEAL", nor may "openSEAL" appear in their name, without prior written permission…
H A DOLDAP-2.210 …be used to endorse or promote products derived from this Software without prior written permission…
12 …not be called "OpenLDAP" nor may "OpenLDAP" appear in their names without prior written permission…
H A DOLDAP-2.312 …be used to endorse or promote products derived from this Software without prior written permission…
14 …not be called "OpenLDAP" nor may "OpenLDAP" appear in their names without prior written permission…
H A DNet-SNMP19 …o endorse or promote products derived from this software without specific prior written permission.
29 …o endorse or promote products derived from this software without specific prior written permission.
49 …o endorse or promote products derived from this software without specific prior written permission.
59 …o endorse or promote products derived from this software without specific prior written permission.
69 …o endorse or promote products derived from this software without specific prior written permission.
83 …o endorse or promote products derived from this software without specific prior written permission.
95 …o endorse or promote products derived from this software without specific prior written permission.
105 …o endorse or promote products derived from this software without specific prior written permission.
/openbmc/linux/Documentation/virt/kvm/devices/
H A Dvfio.rst55 The FILE/GROUP_ADD operation above should be invoked prior to accessing the
61 to support the drivers mentioned in prior sentence as well.
/openbmc/linux/Documentation/driver-api/
H A Dio_ordering.rst10 driver would usually use this technique immediately prior to the exit of a
12 subsequent writes to I/O space arrived only after all prior writes (much like a
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-sdbus-service.bbclass3 # Class users should define DBUS_SERVICES prior to including.
/openbmc/linux/tools/memory-model/Documentation/
H A Dcontrol-dependencies.txt219 (*) Control dependencies can order prior loads against later stores.
221 Not prior loads against later loads, nor prior stores against
223 smp_load_acquire(), smp_store_release(), or, in the case of prior
236 between the prior load and the subsequent store, and this
237 conditional must involve the prior load. If the compiler is able
/openbmc/linux/tools/memory-model/litmus-tests/
H A DS+fencewmbonceonce+poacquireonce.litmus6 * Can a smp_wmb(), instead of a release, and an acquire order a prior
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-requests-futures_1.0.1.bb1 …library. Makes use of python 3.2’s concurrent.futures or the backport for prior versions of python…

12345678910>>...39