Home
last modified time | relevance | path

Searched refs:STREAM (Results 1 – 25 of 46) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/
H A Daout.h159 #define ASM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL) \ argument
162 ARM_DECLARE_FUNCTION_NAME (STREAM, NAME, DECL); \
163 ASM_OUTPUT_LABEL (STREAM, NAME); \
178 #define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE) \ argument
182 asm_fprintf (STREAM, "\t.word\t%LL%d\n", VALUE); \
190 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \ argument
194 asm_fprintf (STREAM, "\tb\t%LL%d\n", VALUE); \
202 asm_fprintf (STREAM, "\t.byte\t(%LL%d-%LL%d)/2\n", \
206 asm_fprintf (STREAM, "\t.2byte\t(%LL%d-%LL%d)/2\n", \
210 asm_fprintf (STREAM, "\t.word\t%LL%d-%LL%d\n", \
[all …]
H A Darm.h1639 #define ARM_FUNCTION_PROFILER(STREAM, LABELNO) \ argument
1644 asm_fprintf (STREAM, "\tmov\t%r, %r\n\tbl\t", \
1646 assemble_name (STREAM, ARM_MCOUNT_NAME); \
1647 fputc ('\n', STREAM); \
1655 #define FUNCTION_PROFILER(STREAM, LABELNO) \ argument
1657 ARM_FUNCTION_PROFILER (STREAM, LABELNO) \
1659 THUMB_FUNCTION_PROFILER (STREAM, LABELNO)
1661 #define FUNCTION_PROFILER(STREAM, LABELNO) \ argument
1662 ARM_FUNCTION_PROFILER (STREAM, LABELNO)
1835 #define ASM_OUTPUT_OPCODE(STREAM, PTR) \ argument
[all …]
H A Dbpabi.h124 #define ARM_FUNCTION_PROFILER(STREAM, LABELNO) \ argument
126 fprintf (STREAM, "\tpush\t{lr}\n"); \
127 fprintf (STREAM, "\tbl\t__gnu_mcount_nc\n"); \
H A Dlinux-elf.h88 #define ARM_FUNCTION_PROFILER(STREAM, LABELNO) \ argument
90 fprintf (STREAM, "\tbl\tmcount%s\n", \
H A Delf.h130 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ argument
134 fprintf (STREAM, "\t.align\t%d\n", POWER); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddefaults.h188 #define ASM_OUTPUT_WEAK_ALIAS(STREAM, NAME, VALUE) \ argument
191 ASM_WEAKEN_LABEL (STREAM, NAME); \
193 ASM_OUTPUT_DEF (STREAM, NAME, VALUE); \
223 #define ASM_OUTPUT_TYPE_DIRECTIVE(STREAM, NAME, TYPE) \ argument
226 fputs (TYPE_ASM_OP, STREAM); \
227 assemble_name (STREAM, NAME); \
228 fputs (", ", STREAM); \
229 fprintf (STREAM, TYPE_OPERAND_FMT, TYPE); \
230 putc ('\n', STREAM); \
239 #define ASM_OUTPUT_SIZE_DIRECTIVE(STREAM, NAME, SIZE) \ argument
[all …]
H A Dsystem.h64 #define freopen(PATH, MODE, STREAM) freopen_unlocked (PATH, MODE, STREAM) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddefaults.h188 #define ASM_OUTPUT_WEAK_ALIAS(STREAM, NAME, VALUE) \ argument
191 ASM_WEAKEN_LABEL (STREAM, NAME); \
193 ASM_OUTPUT_DEF (STREAM, NAME, VALUE); \
223 #define ASM_OUTPUT_TYPE_DIRECTIVE(STREAM, NAME, TYPE) \ argument
226 fputs (TYPE_ASM_OP, STREAM); \
227 assemble_name (STREAM, NAME); \
228 fputs (", ", STREAM); \
229 fprintf (STREAM, TYPE_OPERAND_FMT, TYPE); \
230 putc ('\n', STREAM); \
239 #define ASM_OUTPUT_SIZE_DIRECTIVE(STREAM, NAME, SIZE) \ argument
[all …]
H A Dsystem.h64 #define freopen(PATH, MODE, STREAM) freopen_unlocked (PATH, MODE, STREAM) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/
H A Daarch64-elf.h73 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \ argument
78 asm_fprintf (STREAM, "\t.byte\t(%LL%d - %LLrtx%d) / 4\n", \
82 asm_fprintf (STREAM, "\t.2byte\t(%LL%d - %LLrtx%d) / 4\n", \
87 asm_fprintf (STREAM, "\t.word\t(%LL%d - %LLrtx%d) / 4\n", \
95 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ argument
96 fprintf(STREAM, "\t.align\t%d\n", (int)POWER)
H A Daarch64.h1125 #define FUNCTION_PROFILER(STREAM, LABELNO) do { } while (0) argument
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dfrontend-property-satellite-systems.rst61 - :ref:`DTV_STREAM_ID <DTV-STREAM-ID>`
105 - :ref:`DTV_STREAM_ID <DTV-STREAM-ID>`
H A Dfrontend-property-terrestrial-systems.rst85 - :ref:`DTV_STREAM_ID <DTV-STREAM-ID>`
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-52125 -- Function: int fgetc (FILE *STREAM)
2131 the stream STREAM and returns its value, converted to an ‘int’. If
2135 -- Function: wint_t fgetwc (FILE *STREAM)
2140 This function reads the next wide character from the stream STREAM
2144 -- Function: int fgetc_unlocked (FILE *STREAM)
2152 -- Function: wint_t fgetwc_unlocked (FILE *STREAM)
2162 -- Function: int getc (FILE *STREAM)
2169 STREAM argument more than once. ‘getc’ is often highly optimized,
2173 -- Function: wint_t getwc (FILE *STREAM)
2179 be implemented as a macro that evaluates the STREAM argument more
[all …]
H A Dlibc.info-1311139 ‘size_t __fbufsize (FILE *STREAM)’
11143 ‘int __flbf (FILE *STREAM)’
11147 ‘size_t __fpending (FILE *STREAM)’
11151 ‘void __fpurge (FILE *STREAM)’
11155 ‘int __freadable (FILE *STREAM)’
11159 ‘int __freading (FILE *STREAM)’
11167 ‘int __fsetlocking (FILE *STREAM, int TYPE)’
11179 ‘int __fwritable (FILE *STREAM)’
11183 ‘int __fwriting (FILE *STREAM)’
11311 ‘int addmntent (FILE *STREAM, const struct mntent *MNT)’
[all …]
H A Dlibc.info-46421 *OPENTYPE, FILE *STREAM)
6427 first closes the stream referred to by STREAM, ignoring any errors
6432 the same stream object STREAM.
6435 ‘freopen’ returns STREAM. On Linux, ‘freopen’ may also fail and
6457 *OPENTYPE, FILE *STREAM)
6465 noted that the stream pointed to by STREAM need not be opened using
6479 -- Function: int __freadable (FILE *STREAM)
6484 The ‘__freadable’ function determines whether the stream STREAM was
6490 -- Function: int __fwritable (FILE *STREAM)
6495 The ‘__fwritable’ function determines whether the stream STREAM was
[all …]
H A Dlibc.info-125777 -- Function: struct passwd * fgetpwent (FILE *STREAM)
5782 This function reads the next user entry from STREAM and returns a
5790 -- Function: int fgetpwent_r (FILE *STREAM, struct passwd *RESULT_BUF,
5797 user entry from STREAM. But the result is returned in the
5866 -- Function: int putpwent (const struct passwd *P, FILE *STREAM)
5871 This function writes the user entry ‘*P’ to the stream STREAM, in
6014 -- Function: struct group * fgetgrent (FILE *STREAM)
6019 The ‘fgetgrent’ function reads the next entry from STREAM. It
6028 -- Function: int fgetgrent_r (FILE *STREAM, struct group *RESULT_BUF,
6035 user entry from STREAM. But the result is returned in the
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-52125 -- Function: int fgetc (FILE *STREAM)
2131 the stream STREAM and returns its value, converted to an ‘int’. If
2135 -- Function: wint_t fgetwc (FILE *STREAM)
2140 This function reads the next wide character from the stream STREAM
2144 -- Function: int fgetc_unlocked (FILE *STREAM)
2152 -- Function: wint_t fgetwc_unlocked (FILE *STREAM)
2162 -- Function: int getc (FILE *STREAM)
2169 STREAM argument more than once. ‘getc’ is often highly optimized,
2173 -- Function: wint_t getwc (FILE *STREAM)
2179 be implemented as a macro that evaluates the STREAM argument more
[all …]
H A Dlibc.info-1311139 ‘size_t __fbufsize (FILE *STREAM)’
11143 ‘int __flbf (FILE *STREAM)’
11147 ‘size_t __fpending (FILE *STREAM)’
11151 ‘void __fpurge (FILE *STREAM)’
11155 ‘int __freadable (FILE *STREAM)’
11159 ‘int __freading (FILE *STREAM)’
11167 ‘int __fsetlocking (FILE *STREAM, int TYPE)’
11179 ‘int __fwritable (FILE *STREAM)’
11183 ‘int __fwriting (FILE *STREAM)’
11311 ‘int addmntent (FILE *STREAM, const struct mntent *MNT)’
[all …]
H A Dlibc.info-46421 *OPENTYPE, FILE *STREAM)
6427 first closes the stream referred to by STREAM, ignoring any errors
6432 the same stream object STREAM.
6435 ‘freopen’ returns STREAM. On Linux, ‘freopen’ may also fail and
6457 *OPENTYPE, FILE *STREAM)
6465 noted that the stream pointed to by STREAM need not be opened using
6479 -- Function: int __freadable (FILE *STREAM)
6484 The ‘__freadable’ function determines whether the stream STREAM was
6490 -- Function: int __fwritable (FILE *STREAM)
6495 The ‘__fwritable’ function determines whether the stream STREAM was
[all …]
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dsocket_type.c35 P_SK_TYPE(STREAM); in syscall_arg__scnprintf_socket_type()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/
H A D0001-adjust-for-64bit-time_t.patch102 htsbuf_qprintf(hq, "#EXT-X-STREAM-INF:PROGRAM-ID=%s,BANDWIDTH=%d\n", uuid, bandwidth);
114 htsbuf_qprintf(hq, "#EXT-X-STREAM-INF:PROGRAM-ID=%s,BANDWIDTH=%d\n", uuid, bandwidth);
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm.c231 #define STREAM(v) [SNDRV_PCM_STREAM_##v] = #v macro
241 STREAM(PLAYBACK),
242 STREAM(CAPTURE),
/OK3568_Linux_fs/kernel/drivers/media/pci/ngene/
H A Dngene.h58 enum STREAM { enum
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c829 GST_ELEMENT_ERROR (self, STREAM, FAILED, ("failed to activate buffer pool"), in gst_kms_sink_copy_to_dumb_buffer()
835 GST_ELEMENT_ERROR (self, STREAM, FAILED, ("allocation failed"), in gst_kms_sink_copy_to_dumb_buffer()

12