Home
last modified time | relevance | path

Searched refs:G1 (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/archival/
Dgzip.c337 #define head (G1.prev + WSIZE) /* hash head (see deflate.c) */
345 #define comp_level_minus4 (G1.comp_level_minus4)
346 #define max_chain_length (G1.max_chain_length)
347 #define max_lazy_match (G1.max_lazy_match)
348 #define good_match (G1.good_match)
349 #define nice_match (G1.nice_match)
404 #define BUF_SIZE (int)(8 * sizeof(G1.bi_buf))
413 # define DEBUG_bits_sent(v) (void)(G1.bits_sent v)
419 #define G1 (*(ptr_to_globals - 1)) macro
427 if (G1.outcnt == 0) in flush_outbuf()
[all …]
/busybox-1.35.0/editors/
Dawk.c607 #define G1 (ptr_to_globals[-1]) macro
614 #define t_double (G1.t_double )
615 #define beginseq (G1.beginseq )
616 #define mainseq (G1.mainseq )
617 #define endseq (G1.endseq )
618 #define seq (G1.seq )
619 #define break_ptr (G1.break_ptr )
620 #define continue_ptr (G1.continue_ptr)
621 #define iF (G1.iF )
622 #define ahash (G1.ahash )
[all …]