Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 96) sorted by relevance

1234

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DMuxCommon.c99 void outbuf_init(Outstream *s) in outbuf_init()
132 void check_conservative(Outstream *s, int write_size) in check_conservative()
151 void outbuf_put(Outstream *s, OutDataInfo* pinfo) in outbuf_put()
312 int outbuf_get(Outstream *s, MFE_U8 **ppbuf, MFE_U8 **ppread, MFE_U8 **ppwrite, IndexRingEntry **pp… in outbuf_get()
332 void outbuf_getdone(Outstream *s, MFE_U8 *pread, MFE_U32 index_read) in outbuf_getdone()
346 void outbuf_flush(Outstream *s) in outbuf_flush()
355 void outbuf_close(Outstream *s) in outbuf_close()
371 MediaContext *s = inst->mctx; in mux_read() local
379 MediaContext *s = inst->mctx; in mux_readdone() local
H A DTsMuxer.c220 static void mpegts_write_section(MediaContext* ctx, MpegTSSection *s, int table_id, int id, MFE_U8 … in mpegts_write_section()
296 static void mpegts_write_pat(MediaContext *s) in mpegts_write_pat()
307 static void mpegts_write_pmt(MediaContext *s, MpegTSProgram *program) in mpegts_write_pmt()
366 static void resend_PAT_PMT(MediaContext *s) in resend_PAT_PMT()
403 static void mpegts_write_pes(MediaContext *s, StreamContext *st, MFE_U32 payload_size, INDEX_TYPE_T… in mpegts_write_pes()
602 MediaContext *s = inst->mctx; in tsmux_open() local
683 MediaContext *s = inst->mctx; in tsmux_write_packet() local
725 MediaContext *s = inst->mctx; in tsmux_close() local
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstring2.h100 # define memset(s, c, n) \ argument
109 # define __memset_1(s, c) ({ void *__s = (s); \ argument
112 # define __memset_gc(s, c, n) \ argument
182 # define memset(s, c, n) \ argument
195 # define __bzero(s, n) __builtin_memset (s, '\0', n) argument
396 # define strchr(s, c) \ argument
402 # define strchr(s, c) \ argument
935 # define strcspn(s, reject) \ argument
952 # define strcspn(s, reject) \ argument
1011 # define strspn(s, accept) \ argument
[all …]
H A Dselect.h26 #define __FD_ZERO(s) \ argument
33 #define __FD_SET(d, s) (__FDS_BITS (s)[__FDELT(d)] |= __FDMASK(d)) argument
34 #define __FD_CLR(d, s) (__FDS_BITS (s)[__FDELT(d)] &= ~__FDMASK(d)) argument
35 #define __FD_ISSET(d, s) ((__FDS_BITS (s)[__FDELT(d)] & __FDMASK(d)) != 0) argument
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
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
157 #define set_free_with_pinuse(p, s, n)\ argument
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
1336 #define DIRECT_MMAP(s) CALL_MMAP(s) argument
1370 #define CALL_MMAP(s) win32mmap(s) argument
1371 #define CALL_MUNMAP(a, s) win32munmap((a), (s)) argument
1372 #define DIRECT_MMAP(s) win32direct_mmap(s) argument
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dmalloc.h40 #define _malloc_r(r, s) malloc (s) argument
56 #define _realloc_r(r, p, s) realloc (p, s) argument
115 #define _valloc_r(r, s) valloc (s) argument
123 #define _pvalloc_r(r, s) pvalloc (s) argument
131 #define _malloc_trim_r(r, s) malloc_trim (s) argument
H A Dstdarg.h54 #define va_copy(d,s) __builtin_va_copy(d,s) argument
56 #define __va_copy(d,s) __builtin_va_copy(d,s) argument
/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
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
1663 #define CALL_MMAP(s) MMAP_DEFAULT(s) argument
1666 #define CALL_MUNMAP(a, s) MUNMAP((a), (s)) argument
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c126 char *p, *s; in new_module() local
190 struct symbol *s = NOFAIL(malloc(sizeof(*s) + strlen(name) + 1)); in alloc_symbol() local
215 struct symbol *s; in find_symbol() local
246 static enum export export_no(const char *s) in export_no()
304 struct symbol *s = find_symbol(name); in sym_add_exported() local
329 struct symbol *s = find_symbol(name); in sym_update_crc() local
367 char *s = line; in get_next_line() local
711 static int strrcmp(const char *s, const char *sub) in strrcmp()
1242 static char *sec2annotation(const char *s) in sec2annotation()
1279 const char *const *s = list; in print_section_list() local
[all …]
H A Dsumversion.c46 static inline uint32_t lshift(uint32_t x, unsigned int s) in lshift()
67 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
68 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument
69 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.y218 { struct string_list *s = *$3, *i = *$2, *r; variable
225 { struct string_list *s = *$3, *i = *$2, *r; variable
232 { struct string_list *s = *$3, *i = *$2, *r; variable
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dreiserfs_fs.h173 #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
177 #define SB_BLOCK_COUNT(s) \ argument
179 #define SB_FREE_BLOCKS(s) \ argument
181 #define SB_REISERFS_MAGIC(s) \ argument
183 #define SB_ROOT_BLOCK(s) \ argument
185 #define SB_TREE_HEIGHT(s) \ argument
187 #define SB_REISERFS_STATE(s) \ argument
189 #define SB_VERSION(s) le16_to_cpu ((SB_V1_DISK_SUPER_BLOCK(s)->s_version)) 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
90 #define EXT2_FIRST_INO(s) (((s)->s_rev_level == EXT2_GOOD_OLD_REV) ? \ argument
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
122 # define EXT2_DESC_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_group_desc)) argument
123 # define EXT2_INODES_PER_GROUP(s) ((s)->s_inodes_per_group) argument
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dutil.c90 struct gstr str_assign(const char *s) in str_assign()
109 void str_append(struct gstr *gs, const char *s) in str_append()
126 char s[10000]; /* big enough... */ in str_printf() local
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstring.h144 # define strdupa(s) \ argument
154 # define strndupa(s, n) \ argument
H A Dstdarg.h54 #define va_copy(d,s) __builtin_va_copy(d,s) argument
56 #define __va_copy(d,s) __builtin_va_copy(d,s) argument
/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
656 MS_U8 *s = gpu8Sample_buf + row * 8; in JPEG_CMODEL_H1V1Convert() local
826 MS_U8 *s = gpu8Sample_buf + row * 8; in JPEG_CMODEL_GrayConvert() local
/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
656 MS_U8 *s = gpu8Sample_buf + row * 8; in JPEG_CMODEL_H1V1Convert() local
826 MS_U8 *s = gpu8Sample_buf + row * 8; in JPEG_CMODEL_GrayConvert() local
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/
H A Dstdarg.h54 #define va_copy(d,s) __builtin_va_copy(d,s) argument
56 #define __va_copy(d,s) __builtin_va_copy(d,s) argument
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-parser.y326 void yyerror(char const *s) { in yyerror()
330 static unsigned long long eval_literal(const char *s, int base, int bits) in eval_literal()
H A Ddata.c71 static char get_oct_char(const char *s, int *i) in get_oct_char()
88 static char get_hex_char(const char *s, int *i) in get_hex_char()
105 struct data data_copy_escape_string(const char *s, int len) in data_copy_escape_string()
/utopia/UTPA2-700.0.x/projects/build/scripts/selinux/genheaders/
H A Dgenheaders.c26 static char *stoupperx(const char *s) in stoupperx()
86 const char *s = initial_sid_to_string[i]; in main() local
/utopia/UTPA2-700.0.x/modules/flash/hal/k6lite/flash/serial/
H A DregSERFLASH.h414 #define REG_FSP_WBF_SIZE0(s) BITS(3:0,s) argument
416 #define REG_FSP_WBF_SIZE1(s) BITS(7:4,s) argument
418 #define REG_FSP_WBF_SIZE2(s) BITS(11:8,s) argument
421 #define REG_FSP_RBF_SIZE0(s) BITS(3:0,s) argument
423 #define REG_FSP_RBF_SIZE1(s) BITS(7:4,s) argument
425 #define REG_FSP_RBF_SIZE2(s) BITS(11:8,s) argument
/utopia/UTPA2-700.0.x/modules/flash/hal/kano/flash/serial/
H A DregSERFLASH.h414 #define REG_FSP_WBF_SIZE0(s) BITS(3:0,s) argument
416 #define REG_FSP_WBF_SIZE1(s) BITS(7:4,s) argument
418 #define REG_FSP_WBF_SIZE2(s) BITS(11:8,s) argument
421 #define REG_FSP_RBF_SIZE0(s) BITS(3:0,s) argument
423 #define REG_FSP_RBF_SIZE1(s) BITS(7:4,s) argument
425 #define REG_FSP_RBF_SIZE2(s) BITS(11:8,s) argument

1234