Home
last modified time | relevance | path

Searched refs:s (Results 1 – 25 of 262) sorted by relevance

1234567891011

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DMuxCommon.c99 void outbuf_init(Outstream *s) in outbuf_init() argument
103 assert(s->bbuffer); in outbuf_init()
104 assert((s->bbufend_ptr-s->bbuffer)>0); in outbuf_init()
106 s->total_size = 0; in outbuf_init()
107 s->read_ptr = s->write_ptr = s->bbuffer; in outbuf_init()
109 s->locked = 0; in outbuf_init()
110 s->bookmark = s->write_ptr; in outbuf_init()
112 for (i=0; i<s->ring_size; i++) { in outbuf_init()
113 s->index_ring[i].index_data.indexType = INDEX_TYPE_NONE; in outbuf_init()
114 s->index_ring[i].index_data.byteOffset = 0; in outbuf_init()
[all …]
H A DTsMuxer.c220 static void mpegts_write_section(MediaContext* ctx, MpegTSSection *s, int table_id, int id, MFE_U8 … in mpegts_write_section() argument
251 b = (s->pid >> 8); in mpegts_write_section()
255 *q++ = s->pid; in mpegts_write_section()
256 *q++ = 0x10 | s->cc; // no scrambling, payload only in mpegts_write_section()
257 s->cc = (s->cc + 1) & 0xF; in mpegts_write_section()
296 static void mpegts_write_pat(MediaContext *s) in mpegts_write_pat() argument
298 MpegTSWrite *ts = (MpegTSWrite*)s->muxinfo; in mpegts_write_pat()
304 mpegts_write_section(s, &ts->pat, TID_PAT, ts->tsid, data, q - pat_start); in mpegts_write_pat()
307 static void mpegts_write_pmt(MediaContext *s, MpegTSProgram *program) in mpegts_write_pmt() argument
325 for (i=0; i<s->stream_count; i++) { in mpegts_write_pmt()
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstring2.h100 # define memset(s, c, n) \ argument
103 ? __memset_1 (s, c) \
104 : __memset_gc (s, c, n)) \
106 ? ({ void *__s = (s); __bzero (__s, n); __s; }) \
107 : memset (s, c, n))))
109 # define __memset_1(s, c) ({ void *__s = (s); \ argument
112 # define __memset_gc(s, c, n) \ argument
113 ({ void *__s = (s); \
182 # define memset(s, c, n) \ argument
184 ? ({ void *__s = (s); __bzero (__s, n); __s; }) \
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c126 char *p, *s; in new_module() local
133 s = strrchr(p, '.'); in new_module()
134 if (s != NULL) in new_module()
135 if (strcmp(s, ".o") == 0) { in new_module()
136 *s = '\0'; in new_module()
190 struct symbol *s = NOFAIL(malloc(sizeof(*s) + strlen(name) + 1)); in alloc_symbol() local
192 memset(s, 0, sizeof(*s)); in alloc_symbol()
193 strcpy(s->name, name); in alloc_symbol()
194 s->weak = weak; in alloc_symbol()
195 s->next = next; in alloc_symbol()
[all …]
/utopia/UTPA2-700.0.x/modules/pq/hal/mooney/pq/include/
H A DMain.bin14 �� r�0r��� ���s��s������t��t��
183s�]�P�(� �'�v����������?] �@!�("�������������Comb �…
284 …U���������*T�BB�BB�B�*Y�*X��������*m?�����*p�HH8HH8H8*q�ؘ������*s�S*r�H�������*…
285 …ekkkkkcgk �7� r�     s�
345 uх� s� o�� mA� ia� gq�
353 �����������������A���Q������������������A��}a��{q��w���s���oᆈm�i!�e…
356 …9��5��/1��SRAM2_COM SRAM2 }�� }�� {� y�� w�� u� s�
366 …�C('�(%�(#��(#�0!Ѓ0!�C0��0��0w��",s� ,qxE $ox� ,…
488 uх� s� o�� mA� ia� gq�
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dreiserfs_fs.h69 void reiserfs_warning(struct super_block *s, const char *fmt, ...);
173 #define SB_DISK_SUPER_BLOCK(s) (REISERFS_SB(s)->s_rs) argument
174 #define SB_V1_DISK_SUPER_BLOCK(s) (&(SB_DISK_SUPER_BLOCK(s)->s_v1)) argument
175 #define SB_BLOCKSIZE(s) \ argument
176 le32_to_cpu ((SB_V1_DISK_SUPER_BLOCK(s)->s_blocksize))
177 #define SB_BLOCK_COUNT(s) \ argument
178 le32_to_cpu ((SB_V1_DISK_SUPER_BLOCK(s)->s_block_count))
179 #define SB_FREE_BLOCKS(s) \ argument
180 le32_to_cpu ((SB_V1_DISK_SUPER_BLOCK(s)->s_free_blocks))
181 #define SB_REISERFS_MAGIC(s) \ argument
[all …]
H A Dext2_fs.h84 # define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size) argument
85 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (__u32)) argument
86 # define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) argument
87 #define EXT2_INODE_SIZE(s) (((s)->s_rev_level == EXT2_GOOD_OLD_REV) ? \ argument
89 (s)->s_inode_size)
90 #define EXT2_FIRST_INO(s) (((s)->s_rev_level == EXT2_GOOD_OLD_REV) ? \ argument
92 (s)->s_first_ino)
100 # define EXT2_FRAG_SIZE(s) (EXT2_MIN_FRAG_SIZE << (s)->s_log_frag_size) argument
101 # define EXT2_FRAGS_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / EXT2_FRAG_SIZE(s)) argument
121 # define EXT2_BLOCKS_PER_GROUP(s) ((s)->s_blocks_per_group) argument
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Ddocproc.c330 char *s; in docsect() local
332 for (s = line; *s; s++) in docsect()
333 if (*s == '\n') in docsect()
334 *s = '\0'; in docsect()
336 if (asprintf(&s, "DOC: %s", line) < 0) { in docsect()
340 consume_symbol(s); in docsect()
341 free(s); in docsect()
443 char * s; in parse_file() local
446 s = line + 2; in parse_file()
449 while (*s && !isspace(*s)) s++; in parse_file()
[all …]
H A Dcheckpatch.pl1557 my $s = $stat;
1558 $s =~ s/{.*$//s;
1561 if ($s =~ /$Ident:\*$/s) {
1564 } elsif ($s =~ /^.\s*$Ident\s*\(/s) {
1566 } elsif ($s =~ /^.\s*else\b/s) {
1569 …} elsif ($prev_values eq 'E' && $s =~ /^.\s*(?:$Storage\s+)?(?:$Inline\s+)?(?:const\s+)?((?:\s*$Id…
1572 possible($type, "A:" . $s);
1575 } elsif ($s =~ /^.(?:$Storage\s+)?(?:$Inline\s+)?(?:const\s+)?($Ident)\b\s*(?!:)/s) {
1576 possible($1, "B:" . $s);
1580 while ($s =~ /\(($Ident)(?:\s+$Sparse)*[\s\*]+\s*\)/sg) {
[all …]
H A Dkallsyms.c102 static int read_symbol(FILE *in, struct sym_entry *s) in read_symbol() argument
108 rc = fscanf(in, "%llx %c %499s\n", &s->addr, &stype, str); in read_symbol()
122 _text = s->addr; in read_symbol()
123 else if (read_symbol_tr(sym, s->addr) == 0) in read_symbol()
147 s->len = strlen(str) + 1; in read_symbol()
148 s->sym = malloc(s->len + 1); in read_symbol()
149 if (!s->sym) { in read_symbol()
154 strcpy((char *)s->sym + 1, str); in read_symbol()
155 s->sym[0] = stype; in read_symbol()
160 static int symbol_valid_tr(struct sym_entry *s) in symbol_valid_tr() argument
[all …]
/utopia/UTPA2-700.0.x/modules/pq/hal/maserati/pq/include/
H A DSub.bin472s�]�P�(� �'�v����������?] �@!�("�Comb ��…
539 …��SPF_DBK_BKN ��o�ccgaaeggggggggggggg��7��r�   �s�
608 uх� ss� q�� o�� o!� mA� kQ� ia� ia� gq�
625 …������������������!���A��Q��}a��}a��{q��y���w���u���s���qц�oᆈm�m�…
630s��q��o��m!��k1��iA��ga�eq�a��_��]��[��Y��W��S��Q��O!��M1��KA��Ia…
631 s�D
650 …!�C0!�C0��0��0��0��0�0w��",u�",s� ,s�E 4qxE $ox…
895 uх� ss� q�� o�� o!� mA� kQ� ia� ia� gq�
912 …������������������!���A��Q��}a��}a��{q��y���w���u���s���qц�oᆈm�m�…
917s��q��o��m!��k1��iA��ga�eq�a��_��]��[��Y��W��S��Q��O!��M1��KA��Ia…
/utopia/UTPA2-700.0.x/modules/pq/hal/M7821/pq/include/
H A DSub.bin472s�]�P�(� �'�v����������?] �@!�("�Comb ��…
539 …��SPF_DBK_BKN ��o�ccgaaeggggggggggggg��7��r�   �s�
608 uх� ss� q�� o�� o!� mA� kQ� ia� ia� gq�
625 …������������������!���A��Q��}a��}a��{q��y���w���u���s���qц�oᆈm�m�…
630s��q��o��m!��k1��iA��ga�eq�a��_��]��[��Y��W��S��Q��O!��M1��KA��Ia…
631 s�D
650 …!�C0!�C0��0��0��0��0�0w��",u�",s� ,s�E 4qxE $ox…
895 uх� ss� q�� o�� o!� mA� kQ� ia� ia� gq�
912 …������������������!���A��Q��}a��}a��{q��y���w���u���s���qц�oᆈm�m�…
917s��q��o��m!��k1��iA��ga�eq�a��_��]��[��Y��W��S��Q��O!��M1��KA��Ia…
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c1572 #define MUNMAP_DEFAULT(a, s) munmap((a), (s)) argument
1579 #define MMAP_DEFAULT(s) mmap(0, (s), MMAP_PROT, MMAP_FLAGS, -1, 0) argument
1587 #define MMAP_DEFAULT(s) ((dev_zero_fd < 0) ? \ argument
1589 mmap(0, (s), MMAP_PROT, MMAP_FLAGS, dev_zero_fd, 0)) : \
1590 mmap(0, (s), MMAP_PROT, MMAP_FLAGS, dev_zero_fd, 0))
1593 #define DIRECT_MMAP_DEFAULT(s) MMAP_DEFAULT(s) argument
1628 #define MMAP_DEFAULT(s) win32mmap(s) argument
1629 #define MUNMAP_DEFAULT(a, s) win32munmap((a), (s)) argument
1630 #define DIRECT_MMAP_DEFAULT(s) win32direct_mmap(s) argument
1661 #define CALL_MMAP(s) MMAP(s) argument
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dutil.c82 gs.s = malloc(sizeof(char) * 64); in str_new()
85 strcpy(gs.s, "\0"); in str_new()
90 struct gstr str_assign(const char *s) in str_assign() argument
93 gs.s = strdup(s); in str_assign()
94 gs.len = strlen(s) + 1; in str_assign()
102 if (gs->s) in str_free()
103 free(gs->s); in str_free()
104 gs->s = NULL; in str_free()
109 void str_append(struct gstr *gs, const char *s) in str_append() argument
112 if (s) { in str_append()
[all …]
H A Dzconf.tab.c_shipped4 /* Skeleton implementation for Bison's Yacc-like parsers in C
323 /* Pacify GCC's `empty if-body' warning. */
905 YYFPRINTF (stderr, "%s ", Title); \
963 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
965 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1051 /* YYINITDEPTH -- initial size of the parser's stacks. */
1124 quotes and backslashes, so that it's suitable for yyerror. The
1198 YY_("syntax error, unexpected %s");
1199 YY_("syntax error, unexpected %s, expecting %s");
1200 YY_("syntax error, unexpected %s, expecting %s or %s");
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1306 #define CALL_MMAP(s) MFAIL argument
1307 #define CALL_MUNMAP(a, s) (-1) argument
1308 #define DIRECT_MMAP(s) MFAIL argument
1315 #define CALL_MUNMAP(a, s) munmap((a), (s)) argument
1322 #define CALL_MMAP(s) mmap(0, (s), MMAP_PROT, MMAP_FLAGS, -1, 0) argument
1330 #define CALL_MMAP(s) ((dev_zero_fd < 0) ? \ argument
1332 mmap(0, (s), MMAP_PROT, MMAP_FLAGS, dev_zero_fd, 0)) : \
1333 mmap(0, (s), MMAP_PROT, MMAP_FLAGS, dev_zero_fd, 0))
1336 #define DIRECT_MMAP(s) CALL_MMAP(s) argument
1370 #define CALL_MMAP(s) win32mmap(s) argument
[all …]
H A Ddlmalloc.h138 #define chunk_plus_offset(p, s) ((mchunkptr)(((unsigned long)(p)) + (s))) argument
139 #define chunk_minus_offset(p, s) ((mchunkptr)(((unsigned long)(p)) - (s))) argument
149 #define get_foot(p, s) (((mchunkptr)((unsigned long)(p) + (s)))->prev_foot) argument
150 #define set_foot(p, s) (((mchunkptr)((unsigned long)(p) + (s)))->prev_foot = (s)) argument
153 #define set_size_and_pinuse_of_free_chunk(p, s)\ argument
154 ((p)->head = (s|PINUSE_BIT), set_foot(p, s))
157 #define set_free_with_pinuse(p, s, n)\ argument
158 (clear_pinuse(n), set_size_and_pinuse_of_free_chunk(p, s))
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel.c122 #define HUFF_EXTEND(x,s) ((x) < extend_test[s] ? (x) + extend_offset[s] : (x)) argument
530 MS_U32 r, s; in JPEG_decode_next_row() local
532 if ( ( s = JPEG_huff_decode( &_Huff_tbls[_u8Comp_dc_tab[component_id]] ) ) != 0 ) in JPEG_decode_next_row()
534 r = JPEG_get_bits_2( s ); in JPEG_decode_next_row()
535 s = HUFF_EXTEND( r, s ); in JPEG_decode_next_row()
538 _u32Last_dc_val[component_id] = ( s += _u32Last_dc_val[component_id] ); in JPEG_decode_next_row()
540 p[0] = s * q[0]; in JPEG_decode_next_row()
548 s = JPEG_huff_decode( Ph ); in JPEG_decode_next_row()
550 r = s >> 4; in JPEG_decode_next_row()
551 s &= 15; in JPEG_decode_next_row()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel.c122 #define HUFF_EXTEND(x,s) ((x) < extend_test[s] ? (x) + extend_offset[s] : (x)) argument
530 MS_U32 r, s; in JPEG_decode_next_row() local
532 if ( ( s = JPEG_huff_decode( &_Huff_tbls[_u8Comp_dc_tab[component_id]] ) ) != 0 ) in JPEG_decode_next_row()
534 r = JPEG_get_bits_2( s ); in JPEG_decode_next_row()
535 s = HUFF_EXTEND( r, s ); in JPEG_decode_next_row()
538 _u32Last_dc_val[component_id] = ( s += _u32Last_dc_val[component_id] ); in JPEG_decode_next_row()
540 p[0] = s * q[0]; in JPEG_decode_next_row()
548 s = JPEG_huff_decode( Ph ); in JPEG_decode_next_row()
550 r = s >> 4; in JPEG_decode_next_row()
551 s &= 15; in JPEG_decode_next_row()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c.022 // supplied together with third party`s software and the use of MStar
26 // such third party`s software.
29 // MStar`s confidential information and you agree to keep MStar`s
50 // MStar Software in conjunction with your or your customer`s product
1169 VDEC_INFO(u8Idx, VDEC_PRINT("%s err: %d is not init success\n",__FUNCTION__,u8Idx));
1175 …VDEC_INFO(u8Idx, VDEC_PRINT("%s %d err: invalid streamID u8Idx(0x%x), u32DrvId(0x%x)!=0x%x\n", __F…
1456 VPRINTF("%s %d: Init Context failed\n",__func__,__LINE__);
1463 VPRINTF("%s %d: TEEC Open session failed\n",__func__,__LINE__);
1482 VPRINTF("%s %d: TEEC Invoke command failed\n",__func__,__LINE__);
1538 VPRINTF("[VDEC][TEE/OPTEE]%s,enable=%d\n",__FUNCTION__,enable);
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/basic/
H A Dfixdep.c270 static int strrcmp(char *s, char *sub) in strrcmp() argument
272 int slen = strlen(s); in strrcmp()
278 return memcmp(s + slen - sublen, sub, sublen); in strrcmp()
322 char s[PATH_MAX]; in parse_dep_file() local
330 memcpy(s, m, p-m); s[p-m] = 0; in parse_dep_file()
345 memcpy(s, m, p-m); s[p-m] = 0; in parse_dep_file()
346 if (strrcmp(s, "include/generated/autoconf.h") && in parse_dep_file()
347 strrcmp(s, "arch/um/include/uml-config.h") && in parse_dep_file()
348 strrcmp(s, ".ver")) { in parse_dep_file()
356 printf("source_%s := %s\n\n", target, s); in parse_dep_file()
[all …]
/utopia/UTPA2-700.0.x/modules/pq/hal/k6lite/pq/include/
H A Dk6lite_Sub.bin33 …�����o���������������������������������r��wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwws��…
37 …����"�      ������������MADi_Motion_COM "b��"c?"dO�"e"p�"q "r?�"s��"t"u�"x?
41 s�
94 …m�0���n�0���o�0��`o�0�� `p��� @q��� @q��� s��� s��� u���…
107 …���l������m�����po�����po������Pp������0q������0q������s�������t�������t�…
122 …�j�0��k�0��m�0��n�0��o�0��p�0�qq�0�Qs1� 1t�1� u�…
125 …g����X�iȰ��XQj����X1k����Pm�Ѐ�P�n�Ѐ�P�p�Ѐ�P�r�Ѐ�PQs����P1t����Pv�…
162 …n���o���o���p���q���r�� �s�� �t�� �s��(pu�…
182 …��k�����l�����n�����n�����o�����q����pr����Ps����Pt����0v�…
/utopia/UTPA2-700.0.x/modules/pq/hal/curry/pq/include/
H A DKano_Sub.bin32 …�����o���������������������������������r��wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwws��…
36 …����"�      ������������MADi_Motion_COM "b��"c?"dO�"e"p�"q "r?�"s��"t"u�"x?
40 s�
93 …m�0���n�0���o�0��`o�0�� `p��� @q��� @q��� s��� s��� u���…
106 …���l������m�����po�����po������Pp������0q������0q������s�������t�������t�…
121 …�j�0��k�0��m�0��n�0��o�0��p�0�qq�0�Qs1� 1t�1� u�…
124 …g����X�iȰ��XQj����X1k����Pm�Ѐ�P�n�Ѐ�P�p�Ѐ�P�r�Ѐ�PQs����P1t����Pv�…
161 …n���o���o���p���q���r�� �s�� �t�� �s��(pu�…
181 …��k�����l�����n�����n�����o�����q����pr����Ps����Pt����0v�…
H A DCurry_Sub.bin32 …�����o���������������������������������r��wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwws��…
36 …����"�      ������������MADi_Motion_COM "b��"c?"dO�"e"p�"q "r?�"s��"t"u�"x?
40 s�
93 …m�0���n�0���o�0��`o�0�� `p��� @q��� @q��� s��� s��� u���…
106 …���l������m�����po�����po������Pp������0q������0q������s�������t�������t�…
121 …�j�0��k�0��m�0��n�0��o�0��p�0�qq�0�Qs1� 1t�1� u�…
124 …g����X�iȰ��XQj����X1k����Pm�Ѐ�P�n�Ѐ�P�p�Ѐ�P�r�Ѐ�PQs����P1t����Pv�…
161 …n���o���o���p���q���r�� �s�� �t�� �s��(pu�…
181 …��k�����l�����n�����n�����o�����q����pr����Ps����Pt����0v�…
/utopia/UTPA2-700.0.x/modules/pq/hal/kano/pq/include/
H A DKano_Sub.bin32 …�����o���������������������������������r��wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwws��…
36 …����"�      ������������MADi_Motion_COM "b��"c?"dO�"e"p�"q "r?�"s��"t"u�"x?
40 s�
93 …m�0���n�0���o�0��`o�0�� `p��� @q��� @q��� s��� s��� u���…
106 …���l������m�����po�����po������Pp������0q������0q������s�������t�������t�…
121 …�j�0��k�0��m�0��n�0��o�0��p�0�qq�0�Qs1� 1t�1� u�…
124 …g����X�iȰ��XQj����X1k����Pm�Ѐ�P�n�Ѐ�P�p�Ѐ�P�r�Ѐ�PQs����P1t����Pv�…
161 …n���o���o���p���q���r�� �s�� �t�� �s��(pu�…
181 …��k�����l�����n�����n�����o�����q����pr����Ps����Pt����0v�…

1234567891011