Searched refs:eos (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/arch/alpha/lib/
H A Dstrrchr.S40 bne t1, $eos # .. e1 : did we already hit the terminator?
54 $eos:
H A Dev67-strrchr.S62 bne t1, $eos # U : did we already hit the terminator?
82 $eos:
H A Dev6-stxcpy.S171 cmpbge zero, t2, t8 # E : testing eos (stall)
212 cmpbge zero, t2, t8 # E : test new word for eos
H A Dev6-stxncpy.S136 /* Add the end-of-count bit to the eos detection bitmask. */
260 cmpbge zero, t2, t8 # E : test new word for eos
H A Dstxcpy.S148 cmpbge zero, t2, t8 # e0 : testing eos
186 cmpbge zero, t2, t8 # e0 : test new word for eos
H A Dstxncpy.S106 /* Add the end-of-count bit to the eos detection bitmask. */
216 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
/linux-4.1.27/tools/perf/util/
H A Dcgroup.c145 const char *p, *e, *eos = str + strlen(str); parse_cgroups() local
156 e = p ? p : eos; parse_cgroups()
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dquatech_daqp_cs.c61 struct completion eos; member in struct:daqp_private
178 * 'semaphore', just signal the devpriv->eos completion and return
198 complete(&devpriv->eos); daqp_interrupt()
313 init_completion(&devpriv->eos); daqp_ai_insn_read()
323 if (wait_for_completion_interruptible(&devpriv->eos)) daqp_ai_insn_read()

Completed in 254 milliseconds