Searched refs:eos (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/tools/perf/util/ |
| D | cgroup.c | 158 const char *p, *e, *eos = str + strlen(str); in parse_cgroups() local 169 e = p ? p : eos; in parse_cgroups() 211 const char *p, *e, *eos = str + strlen(str); in evlist__expand_cgroup() local 239 e = p ? p : eos; in evlist__expand_cgroup()
|
| /Linux-v5.10/arch/alpha/lib/ |
| D | strrchr.S | 41 bne t1, $eos # .. e1 : did we already hit the terminator? 55 $eos:
|
| D | ev67-strrchr.S | 63 bne t1, $eos # U : did we already hit the terminator? 83 $eos:
|
| D | stxcpy.S | 149 cmpbge zero, t2, t8 # e0 : testing eos 187 cmpbge zero, t2, t8 # e0 : test new word for eos
|
| D | ev6-stxcpy.S | 172 cmpbge zero, t2, t8 # E : testing eos (stall) 213 cmpbge zero, t2, t8 # E : test new word for eos
|
| D | stxncpy.S | 217 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
|
| D | ev6-stxncpy.S | 261 cmpbge zero, t2, t8 # E : test new word for eos
|
| /Linux-v5.10/tools/power/x86/turbostat/ |
| D | turbostat.c | 5846 char *eos; in parse_add_command() local 5848 eos = strchr(name_buffer, ','); in parse_add_command() 5849 if (eos) in parse_add_command() 5850 *eos = '\0'; in parse_add_command()
|