Home
last modified time | relevance | path

Searched refs:FAR (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/u-boot/lib/zlib/
H A Dinftrees.h53 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 Dinflate.h92 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 Dinffast.c72 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 Dinftrees.c32 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 Dinflate.c5 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 Ddeflate.h71 } FAR ct_data;
84 } FAR tree_desc;
87 typedef Pos FAR Posf;
270 } FAR deflate_state;
H A Dzutil.h48 typedef uch FAR uchf;
50 typedef ush FAR ushf;
H A Ddeflate.c267 strm->state = (struct internal_state FAR *)s;
950 dest->state = (struct internal_state FAR *) ds;
/openbmc/u-boot/include/u-boot/
H A Dzlib.h236 # 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 …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSGI-127 * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph
30 * clauses in the FAR or the DOD or NASA FAR Supplement.
H A DSGI-OpenGL26 restrictions set forth in FAR 52.227.19(c)(2) or subparagraph
29 clauses in the FAR or the DOD or NASA FAR Supplement.
H A DUnicode-TOU21FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, duplication,…
H A DGlide61 …DFARS 252.227-7013, AND/OR IN SIMILAR OR SUCCESSOR CLAUSES IN THE FAR, DOD OR NASA FAR SUPPLEMENT.…
H A DAPSL-1.0291 defined in FAR 2.101. Government software and technical data
295 accordance with FAR 12.211 (Technical Data) and 12.212 (Computer
H A DAPSL-1.1294 defined in FAR 2.101. Government software and technical data rights
298 FAR 12.211 (Technical Data) and 12.212 (Computer Software) and, for
H A DWatcom-1.0112FAR 2.101. Government software and technical data rights in the Covered Code include only those ri…
H A DAPSL-2.079FAR 2.101. Government software and technical data rights in the Covered Code include only those r…
H A DAPSL-1.282FAR 2.101. Government software and technical data rights in the Covered Code include only those ri…
H A DAladdin62 …"commercial computer software documentation" respectively and, pursuant to FAR Section 12.212, the…
H A DRPSL-1.0100FAR 2.101. Government software and technical data rights in the Covered Code include only those ri…
H A DCDDL-1.0122 …his U.S. Government Rights clause is in lieu of, and supersedes, any other FAR, DFAR, or other cla…
H A DCDDL-1.1112 …his U.S. Government Rights clause is in lieu of, and supersedes, any other FAR, DFAR, or other cla…
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/
H A D0001-Add-missing-prototypes-to-function-declarations.patch89 -const z_crc_t FAR * ZEXPORT get_crc_table()
90 +const z_crc_t FAR * ZEXPORT get_crc_table(void)
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h56 #define FAR far macro
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DOGPL87 restrictions as set forth in NASA FAR SUP 18-52.227-79 (April 1985)

12