Searched refs:s1 (Results 1 - 6 of 6) sorted by relevance

/system/core/sh/
H A Dmystring.h44 #define equal(s1, s2) (strcmp(s1, s2) == 0)
45 #define scopy(s1, s2) ((void)strcpy(s2, s1))
H A Darith_lex.c1825 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) argument
1829 s1[i] = s2[i];
/system/extras/tests/bionic/libstdc++/
H A Dtest_climits.cpp56 volatile short s1 = SHRT_MAX; local
/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp88 int s1 = scratches.obtain(); local
89 LDRB(AL, s1, addr.reg, immed12_pre(0)); // R
91 ORR(AL, 0, s1, s1, reg_imm(s0, LSL, 8));
93 ORR(AL, 0, s.reg, s1, reg_imm(s0, LSL, 16));
/system/core/toolbox/
H A Dnewfs_msdos.c739 const char *s1, *s2; local
749 s1 = fname;
750 if (!strncmp(s1, _PATH_DEV, len))
751 s1 += len;
752 r = S_ISCHR(mode) && s1 != fname && *s1 == 'r';
757 if ((r && s2 != mp->f_mntfromname && !strcmp(s1 + 1, s2)) ||
758 !strcmp(s1, s2))
/system/extras/tests/memtest/
H A Dmemtest.cpp375 static int ref_memcmp(const void *s1, const void *s2, size_t n) argument
377 const unsigned char *c1 = (const unsigned char *)s1, *c2 = (const unsigned char *)s2;

Completed in 129 milliseconds