Home
last modified time | relevance | path

Searched refs:s1 (Results 1 – 16 of 16) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DCheckSum.c130 u32 s1 = adler & 0xffff; in UpdateCheckSum() local
145 s1 += buf[i]; in UpdateCheckSum()
146 s2 += s1; in UpdateCheckSum()
149 s1+=/*buf[i]*/0; 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()
[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), \
805 (!__string2_1bptr_p (s1) || __s1_len >= 4) \
807 ? __builtin_strcmp (s1, s2) \
808 : (__builtin_constant_p (s1) && __string2_1bptr_p (s1) \
809 && (__s1_len = strlen (s1), __s1_len < 4) \
811 ? __builtin_strcmp (s1, s2) \
812 : __strcmp_cg (s1, s2, __s1_len)) \
815 ? (__builtin_constant_p (s1) && __string2_1bptr_p (s1) \
[all …]
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dpngconf.h1577 # define png_snprintf(s1,n,fmt,x1) sprintf(s1,fmt,x1) argument
1578 # define png_snprintf2(s1,n,fmt,x1,x2) sprintf(s1,fmt,x1,x2) argument
1579 # define png_snprintf6(s1,n,fmt,x1,x2,x3,x4,x5,x6) \ argument
1580 sprintf(s1,fmt,x1,x2,x3,x4,x5,x6)
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));
2280 png_voidp s1, MS_U32 value, png_uint_32 size));
/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/modules/mfe/api/mfe_ex/
H A Dyuvgen.c495 MS_U8 *s1 = pU; in PutTileUV() local
501 t[x<<1] = s1[x]; in PutTileUV()
504 s1 += 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
48 e->left.sym = s1; 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.h64 #define s1 $17 macro
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dget_maintainer.pl711 my $s1 = ($file =~ tr@/@@);
713 if ($s1 == $s2) {
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dclnt.h116 long s1; 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];