Home
last modified time | relevance | path

Searched defs:str1 (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/arch-mips/string/
Dmips_strlen.c136 char str1[] = "DHRYSTONE PROGRAM, 1'ST STRING"; variable
/bionic/libc/kernel/arch-mips/asm/
Dasm.h25 #define __CAT(str1, str2) str1##str2 argument
27 #define __CAT(str1, str2) str1 str2 argument
30 #define CAT(str1, str2) __CAT(str1, str2) argument