HomeSort by: relevance | last modified time | path
    Searched defs:last1 (Results 1 - 3 of 3) sorted by relevancy

  /src/common/lib/libc/arch/powerpc/string/
memcpy.S 104 beq- last1 /* Partial copy if <4 bytes */
131 last1: /* Byte-by-byte copy */ label
memmove.S 79 beq- last1 /* Handle byte by byte if < 4 */
105 last1: /* Byte-by-byte copy */ label
  /src/games/battlestar/
command5.c 304 int obj = -1, result = -1, person = 0, firstnumber, last1, last2; local in function:give
306 last1 = last2 = 0;
317 last1 = wordnumber;
326 /* Setting wordnumber to last1 - 1 looks wrong if last1 is 0, e.g.,
339 wordnumber = last1 - 1;
348 wordnumber = max(last1, last2) + 1;
448 wordnumber = max(last1, last2) + 1;

Completed in 35 milliseconds