Home
last modified time | relevance | path

Searched refs:__P (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dfdlibm.h125 #undef __P
126 #define __P(p) p macro
128 #define __P(p) () macro
141 extern double scalb __P((double, int));
143 extern double scalb __P((double, double));
145 extern double significand __P((double));
147 extern long double __ieee754_hypotl __P((long double, long double));
150 extern double __ieee754_sqrt __P((double));
151 extern double __ieee754_acos __P((double));
152 extern double __ieee754_acosh __P((double));
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dfdlibm.h125 #undef __P
126 #define __P(p) p macro
128 #define __P(p) () macro
141 extern double scalb __P((double, int));
143 extern double scalb __P((double, double));
145 extern double significand __P((double));
147 extern long double __ieee754_hypotl __P((long double, long double));
150 extern double __ieee754_sqrt __P((double));
151 extern double __ieee754_acos __P((double));
152 extern double __ieee754_acosh __P((double));
[all …]
/OK3568_Linux_fs/u-boot/common/
H A Dzglobal.h48 #ifndef __P
50 #define __P(args) args macro
52 #define __P(args) () macro
363 RETSIGTYPE bibi __P ((int n));
374 int readline_internal __P ((unsigned int timeout));
375 void readline_purge __P ((void));
376 void readline_setup __P ((int fd, size_t readnum,
389 void zperr __P ((const char *fmt, ...));
390 void zpfatal __P ((const char *fmt, ...));
391 void vfile __P ((const char *format, ...));
[all …]
H A Dbedbug.c21 extern int line_info_from_addr __P ((Elf32_Word, char *, char *, int *));
23 extern char *symbol_name_from_addr __P ((Elf32_Word, int, int *));
26 int print_operands __P ((struct ppc_ctx *));
27 int get_operand_value __P ((struct opcode *, unsigned long,
29 struct opcode *find_opcode __P ((unsigned long));
30 struct opcode *find_opcode_by_name __P ((char *));
31 char *spr_name __P ((int));
32 int spr_value __P ((char *));
33 char *tbr_name __P ((int));
34 int tbr_value __P ((char *));
[all …]
H A Dzm.c93 static inline int noxrd7 __P ((void));
94 static inline int zdlread __P ((void));
95 static int zdlread2 __P ((int)) LRZSZ_ATTRIB_REGPARM(1);
96 static inline int zgeth1 __P ((void));
97 static void zputhex __P ((int c, char *pos));
98 static inline int zgethex __P ((void));
99 static int zrbhdr __P ((char *hdr));
100 static int zrbhdr32 __P ((char *hdr));
101 static int zrhhdr __P ((char *hdr));
103 static int zrdat32 __P ((char *buf, int length, size_t *));
[all …]
H A Dlrz.c123 static int rzfiles __P ((struct zm_fileinfo *));
124 static int tryz __P ((void));
125 static void checkpath __P ((const char *name));
127 static void report __P ((int sct));
128 static void uncaps __P ((char *s));
129 static int IsAnyLower __P ((const char *s));
130 static int putsec __P ((struct zm_fileinfo *zi, char *buf, size_t n));
132 static int procheader __P ((char *name, struct zm_fileinfo *));
133 static int wcgetsec __P ((size_t *Blklen, char *rxbuf, unsigned int maxtime));
134 static int wcrx __P ((struct zm_fileinfo *));
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/
H A Dmemrange.h51 void (*init) __P((struct mem_range_softc * sc));
53 __P((struct mem_range_softc * sc, struct mem_range_desc * mrd,
55 void (*initAP) __P((struct mem_range_softc * sc));
67 extern int mem_range_attr_get __P((struct mem_range_desc * mrd, int *arg));
68 extern int mem_range_attr_set __P((struct mem_range_desc * mrd, int *arg));
69 extern void mem_range_AP_init __P((void));
/OK3568_Linux_fs/u-boot/include/bedbug/
H A Dppc.h372 extern int disppc __P((unsigned char *,unsigned char *,int,
374 extern int print_source_line __P((char *,char *,int,
376 extern int find_next_address __P((unsigned char *,int,struct pt_regs *));
377 extern int handle_bc __P((struct ppc_ctx *));
378 extern unsigned long asmppc __P((unsigned long,char*,int*));
379 extern char *asm_error_str __P((int));
H A Dbedbug.h16 #ifndef __P
18 #define __P(protos) protos /* full-blown ANSI C */ macro
20 #define __P(protos) () /* traditional C preprocessor */ macro
/OK3568_Linux_fs/buildroot/package/screen/
H A D0008_CVE-2021-26937.patch17 static int recode_char __P((int, int, int));
18 static int recode_char_to_encoding __P((int, int));
19 -static void comb_tofront __P((int, int));
20 +static void comb_tofront __P((int));
22 static int recode_char_dw __P((int, int *, int, int));
23 static int recode_char_dw_to_encoding __P((int, int *, int));
H A D0001-no-memcpy-fallback.patch106 @@ -58,16 +58,8 @@ extern int bcmp __P((char *, char *, int));
107 extern int killpg __P((int, int));
112 -extern void memcpy __P((char *, char *, int));
116 extern void memmove __P((char *, char *, int));
118 -extern void bcopy __P((char *, char *, int));
122 extern void bcopy __P((char *, char *, int));
H A D0005-rename-sched_h.patch57 + void (*handler) __P((struct event *, char *));
111 - void (*handler) __P((struct event *, char *));
/OK3568_Linux_fs/buildroot/package/quotatool/
H A D0001-fix-missing-__P-definition-for-musl-compile.patch4 Subject: [PATCH] fix missing __P definition for musl compile
13 …rc/linux/linux_quota.h:120:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__P
14 long quotactl __P((int, const char *, qid_t, caddr_t));
/OK3568_Linux_fs/buildroot/package/musl-compat-headers/
H A Dcdefs.h30 #undef __P
31 #define __P(arg) arg macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-cdefs.h3 #undef __P
6 #define __P(args) args macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/
H A Dmdadm.patch7 -extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence));
8 +//extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence));
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dlegendre_function.tcc227 _Tp __P = __poly_legendre_p(__l, __x); in __sph_legendre() local
230 __P *= __fact; in __sph_legendre()
231 return __P; in __sph_legendre()
H A Dbessel_function.tcc368 _Tp __P = _Tp(0); in __cyl_bessel_jn_asymp() local
385 __epsP = std::abs(__term) < __eps * std::abs(__P); in __cyl_bessel_jn_asymp()
386 __P += __term; in __cyl_bessel_jn_asymp()
410 __Jnu = __coef * (__c * __P - __s * __Q); in __cyl_bessel_jn_asymp()
411 __Nnu = __coef * (__s * __P + __c * __Q); in __cyl_bessel_jn_asymp()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dlegendre_function.tcc227 _Tp __P = __poly_legendre_p(__l, __x); in __sph_legendre() local
230 __P *= __fact; in __sph_legendre()
231 return __P; in __sph_legendre()
H A Dbessel_function.tcc368 _Tp __P = _Tp(0); in __cyl_bessel_jn_asymp() local
385 __epsP = std::abs(__term) < __eps * std::abs(__P); in __cyl_bessel_jn_asymp()
386 __P += __term; in __cyl_bessel_jn_asymp()
410 __Jnu = __coef * (__c * __P - __s * __Q); in __cyl_bessel_jn_asymp()
411 __Nnu = __coef * (__s * __P + __c * __Q); in __cyl_bessel_jn_asymp()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/
H A D0001-dns_hosts-Fix-build-with-musl.patch7 remove need for sys/cdefs.h by remove __P
60 -static void addrsort __P((char **, int));
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/quota/quota/
H A Dfcntl.patch6 Dont use __P its undefined
20 -long quotactl __P((int, const char *, qid_t, caddr_t));
/OK3568_Linux_fs/u-boot/cmd/
H A Dbedbug.c18 extern void show_regs __P ((struct pt_regs *));
19 extern int run_command __P ((const char *, int));
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mdadm/files/
H A Dinclude_sysmacros.patch7 @@ -35,6 +35,7 @@ extern __off64_t lseek64 __P ((int __fd,
/OK3568_Linux_fs/buildroot/package/mdadm/
H A D0002-mdadm.h-include-sysmacros.h-unconditionally.patch22 @@ -45,10 +45,8 @@ extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence));

12