Home
last modified time | relevance | path

Searched refs:s2 (Results 1 – 17 of 17) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DCheckSum.c131 u32 s2 = (adler >> 16) & 0xffff; in UpdateCheckSum() local
146 s2 += s1; in UpdateCheckSum()
150 s2 += s1; in UpdateCheckSum()
155 s1 += buf[0]; s2 += s1; in UpdateCheckSum()
156 s1 += buf[1]; s2 += s1; in UpdateCheckSum()
157 s1 += buf[2]; s2 += s1; in UpdateCheckSum()
158 s1 += buf[3]; s2 += s1; in UpdateCheckSum()
160 s1 += 0; s2 += s1; in UpdateCheckSum()
161 s1 += 0; s2 += s1; in UpdateCheckSum()
162 s1 += 0; s2 += s1; in UpdateCheckSum()
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstring2.h800 # define strcmp(s1, s2) \ argument
803 (__builtin_constant_p (s1) && __builtin_constant_p (s2) \
804 && (__s1_len = strlen (s1), __s2_len = strlen (s2), \
806 && (!__string2_1bptr_p (s2) || __s2_len >= 4)) \
807 ? __builtin_strcmp (s1, s2) \
810 ? (__builtin_constant_p (s2) && __string2_1bptr_p (s2) \
811 ? __builtin_strcmp (s1, s2) \
812 : __strcmp_cg (s1, s2, __s1_len)) \
813 : (__builtin_constant_p (s2) && __string2_1bptr_p (s2) \
814 && (__s2_len = strlen (s2), __s2_len < 4) \
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dmalloc.h64 #define _calloc_r(r, s1, s2) calloc (s1, s2); argument
72 #define _memalign_r(r, s1, s2) memalign (s1, s2); argument
/utopia/UTPA2-700.0.x/projects/build/scripts/selinux/genheaders/
H A Dgenheaders.c28 char *s2 = strdup(s); in stoupperx() local
31 if (!s2) { in stoupperx()
36 for (p = s2; *p; p++) in stoupperx()
38 return s2; in stoupperx()
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dbootgraph.pl153 my ($s, $s2, $s3, $e, $w, $y, $y2, $style);
161 $s2 = $s + 6;
181 print "<text transform=\"translate($s2,$y2) rotate(90)\">$key</text>\n";
H A Dget_maintainer.pl712 my $s2 = ($pattern =~ tr@/@@);
713 if ($s1 == $s2) {
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dyuvgen.c496 MS_U8 *s2 = pV; in PutTileUV() local
502 t[(x<<1)+1] = s2[x]; in PutTileUV()
505 s2 += nStride; in PutTileUV()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c2273 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) in yy_flex_strncpy() argument
2277 s1[i] = s2[i]; in yy_flex_strncpy()
H A Dexpr.h188 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
H A Dexpr.c43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() argument
49 e->right.sym = s2; in expr_alloc_comp()
H A Dlex.zconf.c_shipped2273 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
2277 s1[i] = s2[i];
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dregdef.h65 #define s2 $18 macro
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dzutil.h321 extern MS_U32 zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dpng.h2277 png_voidp s1, png_voidp s2, png_uint_32 size));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dclnt.h117 long s2; member
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped1956 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
1960 s1[i] = s2[i];
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped2197 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
2201 s1[i] = s2[i];