Home
last modified time | relevance | path

Searched refs:ours (Results 1 - 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dpid.c206 int ours = 1; local
216 if ((ours = proc_name_ours(pid, procname)) < 0) {
222 if (ours) {
263 /* Remove the PID file, if it is ours */
360 int ours; local
362 if ((ours = proc_name_ours(*pid, procname)) < 0)
365 if (!ours) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.hpp505 auto* ours = (VkVideoDecodeH264ProfileInfoKHR*)m_profile.pNext; in operator ==() local
507 if (ours->sType != theirs->sType) in operator ==()
509 if (ours->stdProfileIdc != theirs->stdProfileIdc) in operator ==()
511 if (ours->pictureLayout != theirs->pictureLayout) in operator ==()
517 auto* ours = (VkVideoDecodeH265ProfileInfoKHR*)m_profile.pNext; in operator ==() local
519 if (ours->sType != theirs->sType) in operator ==()
521 if (ours->stdProfileIdc != theirs->stdProfileIdc) in operator ==()
/third_party/cups-filters/fontembed/
H A Dsfnt.c86 char *ours=NULL; in otf_read() local
104 ours=buf=malloc(sizeof(char)*pad_len); in otf_read()
117 free(ours); in otf_read()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 26 milliseconds