| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | zlib.h | 236 # define FAR _far macro 238 # define FAR far 245 # define FAR _far macro 247 # define FAR far 270 # ifdef FAR 271 # undef FAR 280 # define ZEXPORTVA FAR CDECL 307 #ifndef FAR 308 # define FAR macro 319 # define Bytef Byte FAR [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | zconf.h | 296 # define FAR _far macro 298 # define FAR far macro 305 # define FAR _far macro 307 # define FAR far macro 330 # ifdef FAR 331 # undef FAR 340 # define ZEXPORTVA FAR CDECL 367 #ifndef FAR 368 # define FAR macro 379 # define Bytef Byte FAR [all …]
|
| H A D | zlib.h | 95 struct internal_state FAR *state; /* not visible by applications */ 106 typedef z_stream FAR *z_streamp; 129 typedef gz_header FAR *gz_headerp; 1025 typedef unsigned (*in_func) OF((void FAR *, 1026 z_const unsigned char FAR * FAR *)); 1027 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); 1030 in_func in, void FAR *in_desc, 1031 out_func out, void FAR *out_desc)); 1644 unsigned char FAR *window, 1748 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | zconf.h | 296 # define FAR _far macro 298 # define FAR far macro 305 # define FAR _far macro 307 # define FAR far macro 330 # ifdef FAR 331 # undef FAR 340 # define ZEXPORTVA FAR CDECL 367 #ifndef FAR 368 # define FAR macro 379 # define Bytef Byte FAR [all …]
|
| H A D | zlib.h | 95 struct internal_state FAR *state; /* not visible by applications */ 106 typedef z_stream FAR *z_streamp; 129 typedef gz_header FAR *gz_headerp; 1025 typedef unsigned (*in_func) OF((void FAR *, 1026 z_const unsigned char FAR * FAR *)); 1027 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); 1030 in_func in, void FAR *in_desc, 1031 out_func out, void FAR *out_desc)); 1644 unsigned char FAR *window, 1748 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | zconf.h | 296 # define FAR _far macro 298 # define FAR far macro 305 # define FAR _far macro 307 # define FAR far macro 330 # ifdef FAR 331 # undef FAR 340 # define ZEXPORTVA FAR CDECL 367 #ifndef FAR 368 # define FAR macro 379 # define Bytef Byte FAR [all …]
|
| H A D | zlib.h | 95 struct internal_state FAR *state; /* not visible by applications */ 106 typedef z_stream FAR *z_streamp; 129 typedef gz_header FAR *gz_headerp; 1025 typedef unsigned (*in_func) OF((void FAR *, 1026 z_const unsigned char FAR * FAR *)); 1027 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); 1030 in_func in, void FAR *in_desc, 1031 out_func out, void FAR *out_desc)); 1644 unsigned char FAR *window, 1748 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | zconf.h | 296 # define FAR _far macro 298 # define FAR far macro 305 # define FAR _far macro 307 # define FAR far macro 330 # ifdef FAR 331 # undef FAR 340 # define ZEXPORTVA FAR CDECL 367 #ifndef FAR 368 # define FAR macro 379 # define Bytef Byte FAR [all …]
|
| H A D | zlib.h | 95 struct internal_state FAR *state; /* not visible by applications */ 106 typedef z_stream FAR *z_streamp; 129 typedef gz_header FAR *gz_headerp; 1025 typedef unsigned (*in_func) OF((void FAR *, 1026 z_const unsigned char FAR * FAR *)); 1027 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); 1030 in_func in, void FAR *in_desc, 1031 out_func out, void FAR *out_desc)); 1644 unsigned char FAR *window, 1748 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inftrees.h | 53 extern int inflate_table OF((codetype type, unsigned short FAR *lens, 54 unsigned codes, code FAR * FAR *table, 55 unsigned FAR *bits, unsigned short FAR *work));
|
| H A D | inffast.c | 72 struct inflate_state FAR *state; in inflate_fast() 73 unsigned char FAR *in; /* local strm->next_in */ in inflate_fast() 74 unsigned char FAR *last; /* while in < last, enough input available */ in inflate_fast() 75 unsigned char FAR *out; /* local strm->next_out */ in inflate_fast() 76 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() 77 unsigned char FAR *end; /* while out < end, enough space available */ in inflate_fast() 84 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast() 87 code const FAR *lcode; /* local strm->lencode */ in inflate_fast() 88 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() 96 unsigned char FAR *from; /* where to copy match from */ in inflate_fast() [all …]
|
| H A D | inftrees.c | 32 int inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table() 33 code FAR * FAR *table, unsigned FAR *bits, in inflate_table() 34 unsigned short FAR *work) in inflate_table() 50 code FAR *next; /* next available space in table */ in inflate_table() 51 const unsigned short FAR *base; /* base value table to use */ in inflate_table() 52 const unsigned short FAR *extra; /* extra bits table to use */ in inflate_table()
|
| H A D | inflate.h | 92 unsigned char FAR *window; /* allocated sliding window, if needed */ 102 code const FAR *lencode; /* starting table for length/literal codes */ 103 code const FAR *distcode; /* starting table for distance codes */ 111 code FAR *next; /* next available space in codes[] */
|
| H A D | inflate.c | 5 local void fixedtables OF((struct inflate_state FAR *state)); 10 struct inflate_state FAR *state; in inflateReset() 13 state = (struct inflate_state FAR *)strm->state; in inflateReset() 36 struct inflate_state FAR *state; in inflateInit2_() 48 state = (struct inflate_state FAR *) in inflateInit2_() 52 strm->state = (struct internal_state FAR *)state; in inflateInit2_() 78 local void fixedtables(struct inflate_state FAR *state) in fixedtables() 102 struct inflate_state FAR *state; in updatewindow() 105 state = (struct inflate_state FAR *)strm->state; in updatewindow() 109 state->window = (unsigned char FAR *) in updatewindow() [all …]
|
| H A D | deflate.h | 71 } FAR ct_data; 84 } FAR tree_desc; 87 typedef Pos FAR Posf; 270 } FAR deflate_state;
|
| H A D | zutil.h | 48 typedef uch FAR uchf; 50 typedef ush FAR ushf;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | kssl.h | 95 # define FAR macro 98 # ifndef FAR 99 # define FAR 150 krb5_octet FAR *key;
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | abort-ev7.S | 18 mrc p15, 0, r0, c6, c0, 0 @ get FAR 35 mcr p15, 0, r0, c7, c8, 0 @ Retranslate FAR
|
| H A D | abort-nommu.S | 18 mov r0, #0 @ clear r0, r1 (no FSR/FAR)
|
| H A D | abort-ev4.S | 21 mrc p15, 0, r0, c6, c0, 0 @ get FAR
|
| H A D | abort-ev4t.S | 22 mrc p15, 0, r0, c6, c0, 0 @ get FAR
|
| H A D | abort-ev5t.S | 22 mrc p15, 0, r0, c6, c0, 0 @ get FAR
|
| H A D | abort-ev5tj.S | 22 mrc p15, 0, r0, c6, c0, 0 @ get FAR
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | SGI-1 | 27 * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph 30 * clauses in the FAR or the DOD or NASA FAR Supplement.
|
| /OK3568_Linux_fs/kernel/drivers/char/xilinx_hwicap/ |
| H A D | xilinx_hwicap.c | 122 .FAR = 1, 147 .FAR = 1, 172 .FAR = 1, 197 .FAR = 1,
|