Home
last modified time | relevance | path

Searched refs:h_bit (Results 1 – 25 of 29) sorted by relevance

12

/dports/graphics/okular/okular-21.12.3/generators/dvi/
H A DTeXFont_PK.cpp425 int rows_left, h_bit, count; in read_PK_char() local
521 h_bit = characterBitmaps[ch]->w; in read_PK_char()
529 h_bit -= count; in read_PK_char()
534 } else if (count >= h_bit && h_bit <= word_weight) { in read_PK_char()
536 word |= bit_masks[h_bit] << (word_weight - h_bit); in read_PK_char()
547 count -= h_bit; in read_PK_char()
555 h_bit -= word_weight; in read_PK_char()
605 h_bit = characterBitmaps[ch]->w; in read_PK_char()
615 h_bit -= count; in read_PK_char()
618 } else if (count >= h_bit && h_bit <= word_weight) { in read_PK_char()
[all …]
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/
H A Dpk.c155 int rows_left, h_bit, count; in read_PK_char() local
254 h_bit = g->bitmap.w; in read_PK_char()
261 if (count < word_weight && count < h_bit) { in read_PK_char()
266 h_bit -= count; in read_PK_char()
274 else if (count >= h_bit && h_bit <= word_weight) { in read_PK_char()
276 word |= bit_masks[h_bit] << in read_PK_char()
280 (word_weight - h_bit); in read_PK_char()
292 count -= h_bit; in read_PK_char()
293 h_bit = g->bitmap.w; in read_PK_char()
306 h_bit -= word_weight; in read_PK_char()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dpkout.c344 h_bit, /* horizontal bit count for each runlength */ in pk_bitmap() local
355 buff = 0; p_bit = 8; h_bit = width; in pk_bitmap()
376 if (count >= p_bit && p_bit < h_bit) { in pk_bitmap()
380 buff = 0; h_bit -= p_bit; in pk_bitmap()
384 if (count < p_bit && count < h_bit) { in pk_bitmap()
387 p_bit -= count; h_bit -= count; count = 0; in pk_bitmap()
390 if (on) buff += power[p_bit] - power[p_bit-h_bit]; in pk_bitmap()
391 count -= h_bit; p_bit -= h_bit; h_bit = width; in pk_bitmap()
397 } while (h_bit != width); in pk_bitmap()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-evs.c533 guint8 oct, h_bit, toc_f_bit, evs_mode_b;
678 h_bit = oct >> 7;
680 if (h_bit == 1) {
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-evs.c533 guint8 oct, h_bit, toc_f_bit, evs_mode_b; in dissect_evs() local
678 h_bit = oct >> 7; in dissect_evs()
680 if (h_bit == 1) { in dissect_evs()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-evs.c533 guint8 oct, h_bit, toc_f_bit, evs_mode_b; in dissect_evs() local
678 h_bit = oct >> 7; in dissect_evs()
680 if (h_bit == 1) { in dissect_evs()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-evs.c533 guint8 oct, h_bit, toc_f_bit, evs_mode_b; in dissect_evs() local
678 h_bit = oct >> 7; in dissect_evs()
680 if (h_bit == 1) { in dissect_evs()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/arm7/
H A Darm7dasm.h45 void WriteBranchAddress( std::ostream &stream, u32 pc, u32 opcode, bool h_bit );
H A Darm7dasm.cpp176 …_disassembler::WriteBranchAddress( std::ostream &stream, uint32_t pc, uint32_t opcode, bool h_bit ) in WriteBranchAddress() argument
179 if (h_bit && (opcode & 0x04000000)) in WriteBranchAddress()
H A Darm7ops.cpp379 void arm7_cpu_device::HandleBranch(uint32_t insn, bool h_bit) in HandleBranch() argument
382 if (h_bit) in HandleBranch()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/arm7/
H A Darm7dasm.h45 void WriteBranchAddress( std::ostream &stream, u32 pc, u32 opcode, bool h_bit );
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/
H A Dgftopk.web1737 @!h_bit : integer ; {horizontal bit count for each row}
1776 h_bit := 0;
1778 h_bit := h_bit + row[row_ptr] ;
1788 if h_bit < width then
1790 buff := buff + width - h_bit
1793 buff := width - h_bit ;
2027 h_bit := width ;
2093 h_bit := h_bit - p_bit ; count := count - p_bit ; p_bit := 8 ;
2097 p_bit := p_bit - count ; h_bit := h_bit - count ; count := 0 ;
2101 count := count - h_bit ; p_bit := p_bit - h_bit ; h_bit := width ;
[all …]
H A Dpktype.web1031 h_bit := width ;
1036 if count >= h_bit then begin
1039 count := count - h_bit ;
1040 h_bit := width ;
1044 h_bit := h_bit - count ;
1048 if (rows_left <> 0) or (h_bit <> width) then
1059 @!h_bit : integer ; {what is our horizontal position?}
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/
H A Dgftopk.web1737 @!h_bit : integer ; {horizontal bit count for each row}
1776 h_bit := 0;
1778 h_bit := h_bit + row[row_ptr] ;
1788 if h_bit < width then
1790 buff := buff + width - h_bit
1793 buff := width - h_bit ;
2027 h_bit := width ;
2093 h_bit := h_bit - p_bit ; count := count - p_bit ; p_bit := 8 ;
2097 p_bit := p_bit - count ; h_bit := h_bit - count ; count := 0 ;
2101 count := count - h_bit ; p_bit := p_bit - h_bit ; h_bit := width ;
[all …]
H A Dpktype.web1031 h_bit := width ;
1036 if count >= h_bit then begin
1039 count := count - h_bit ;
1040 h_bit := width ;
1044 h_bit := h_bit - count ;
1048 if (rows_left <> 0) or (h_bit <> width) then
1059 @!h_bit : integer ; {what is our horizontal position?}
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/
H A Dgftopk.web1737 @!h_bit : integer ; {horizontal bit count for each row}
1776 h_bit := 0;
1778 h_bit := h_bit + row[row_ptr] ;
1788 if h_bit < width then
1790 buff := buff + width - h_bit
1793 buff := width - h_bit ;
2027 h_bit := width ;
2093 h_bit := h_bit - p_bit ; count := count - p_bit ; p_bit := 8 ;
2097 p_bit := p_bit - count ; h_bit := h_bit - count ; count := 0 ;
2101 count := count - h_bit ; p_bit := p_bit - h_bit ; h_bit := width ;
[all …]
H A Dpktype.web1031 h_bit := width ;
1036 if count >= h_bit then begin
1039 count := count - h_bit ;
1040 h_bit := width ;
1044 h_bit := h_bit - count ;
1048 if (rows_left <> 0) or (h_bit <> width) then
1059 @!h_bit : integer ; {what is our horizontal position?}
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/
H A Dgftopk.web1737 @!h_bit : integer ; {horizontal bit count for each row}
1776 h_bit := 0;
1778 h_bit := h_bit + row[row_ptr] ;
1788 if h_bit < width then
1790 buff := buff + width - h_bit
1793 buff := width - h_bit ;
2027 h_bit := width ;
2093 h_bit := h_bit - p_bit ; count := count - p_bit ; p_bit := 8 ;
2097 p_bit := p_bit - count ; h_bit := h_bit - count ; count := 0 ;
2101 count := count - h_bit ; p_bit := p_bit - h_bit ; h_bit := width ;
[all …]
H A Dpktype.web1031 h_bit := width ;
1036 if count >= h_bit then begin
1039 count := count - h_bit ;
1040 h_bit := width ;
1044 h_bit := h_bit - count ;
1048 if (rows_left <> 0) or (h_bit <> width) then
1059 @!h_bit : integer ; {what is our horizontal position?}
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/
H A Dgftopk.web1737 @!h_bit : integer ; {horizontal bit count for each row}
1776 h_bit := 0;
1778 h_bit := h_bit + row[row_ptr] ;
1788 if h_bit < width then
1790 buff := buff + width - h_bit
1793 buff := width - h_bit ;
2027 h_bit := width ;
2093 h_bit := h_bit - p_bit ; count := count - p_bit ; p_bit := 8 ;
2097 p_bit := p_bit - count ; h_bit := h_bit - count ; count := 0 ;
2101 count := count - h_bit ; p_bit := p_bit - h_bit ; h_bit := width ;
[all …]
H A Dpktype.web1031 h_bit := width ;
1036 if count >= h_bit then begin
1039 count := count - h_bit ;
1040 h_bit := width ;
1044 h_bit := h_bit - count ;
1048 if (rows_left <> 0) or (h_bit <> width) then
1059 @!h_bit : integer ; {what is our horizontal position?}
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/
H A Dgftopk.web1737 @!h_bit : integer ; {horizontal bit count for each row}
1776 h_bit := 0;
1778 h_bit := h_bit + row[row_ptr] ;
1788 if h_bit < width then
1790 buff := buff + width - h_bit
1793 buff := width - h_bit ;
2027 h_bit := width ;
2093 h_bit := h_bit - p_bit ; count := count - p_bit ; p_bit := 8 ;
2097 p_bit := p_bit - count ; h_bit := h_bit - count ; count := 0 ;
2101 count := count - h_bit ; p_bit := p_bit - h_bit ; h_bit := width ;
[all …]
H A Dpktype.web1031 h_bit := width ;
1036 if count >= h_bit then begin
1039 count := count - h_bit ;
1040 h_bit := width ;
1044 h_bit := h_bit - count ;
1048 if (rows_left <> 0) or (h_bit <> width) then
1059 @!h_bit : integer ; {what is our horizontal position?}
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/
H A Dgftopk.web1737 @!h_bit : integer ; {horizontal bit count for each row}
1776 h_bit := 0;
1778 h_bit := h_bit + row[row_ptr] ;
1788 if h_bit < width then
1790 buff := buff + width - h_bit
1793 buff := width - h_bit ;
2027 h_bit := width ;
2093 h_bit := h_bit - p_bit ; count := count - p_bit ; p_bit := 8 ;
2097 p_bit := p_bit - count ; h_bit := h_bit - count ; count := 0 ;
2101 count := count - h_bit ; p_bit := p_bit - h_bit ; h_bit := width ;
[all …]
H A Dpktype.web1031 h_bit := width ;
1036 if count >= h_bit then begin
1039 count := count - h_bit ;
1040 h_bit := width ;
1044 h_bit := h_bit - count ;
1048 if (rows_left <> 0) or (h_bit <> width) then
1059 @!h_bit : integer ; {what is our horizontal position?}

12