Home
last modified time | relevance | path

Searched refs:cbyte (Results 1 – 25 of 125) sorted by relevance

12345

/dports/net/imapproxy/imapproxy-1.0/
H A Dbase64.c36 unsigned char cbyte; in base64encode() local
42 cbyte = *fromp++; in base64encode()
46 cbyte = *fromp++; in base64encode()
51 cbyte = *fromp++; in base64encode()
62 cbyte = end[0]; in base64encode()
66 cbyte = end[1]; in base64encode()
88 unsigned char cbyte; in base64decode() local
93 if ((cbyte = *fromp++) == '=') cbyte = 0; in base64decode()
100 if ((cbyte = *fromp++) == '=') cbyte = 0; in base64decode()
109 if ((cbyte = *fromp++) == '=') { cbyte = 0; padding++; } in base64decode()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/misc/
H A Dbase64.c12 unsigned char cbyte; local
17 cbyte = *fromp++;
21 cbyte = *fromp++;
26 cbyte = *fromp++;
37 cbyte = end[0];
41 cbyte = end[1];
65 unsigned char cbyte; local
70 if ((cbyte = *fromp++) == '=') cbyte = 0;
77 if ((cbyte = *fromp++) == '=') cbyte = 0;
86 if ((cbyte = *fromp++) == '=') { cbyte = 0; padding++; }
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/misc/
H A Dbase64.c12 unsigned char cbyte; local
17 cbyte = *fromp++;
21 cbyte = *fromp++;
26 cbyte = *fromp++;
37 cbyte = end[0];
41 cbyte = end[1];
65 unsigned char cbyte; local
70 if ((cbyte = *fromp++) == '=') cbyte = 0;
77 if ((cbyte = *fromp++) == '=') cbyte = 0;
86 if ((cbyte = *fromp++) == '=') { cbyte = 0; padding++; }
[all …]
/dports/graphics/swfmill/swfmill-0.3.6/src/
H A Dbase64.c10 unsigned char cbyte; in base64_encode() local
15 cbyte = *fromp++; in base64_encode()
19 cbyte = *fromp++; in base64_encode()
24 cbyte = *fromp++; in base64_encode()
35 cbyte = end[0]; in base64_encode()
39 cbyte = end[1]; in base64_encode()
61 unsigned char cbyte; in base64_decode() local
66 if ((cbyte = *fromp++) == '=') cbyte = 0; in base64_decode()
73 if ((cbyte = *fromp++) == '=') cbyte = 0; in base64_decode()
82 if ((cbyte = *fromp++) == '=') { cbyte = 0; padding++; } in base64_decode()
[all …]
/dports/graphics/seom/seom-2010011201/src/
H A Dcodec.c30 uint8_t cbyte = 0; in seomCodecEncode() local
48 cbyte = (cbyte << 1) | 1; in seomCodecEncode()
61 cbyte = (cbyte << 1) | 1; in seomCodecEncode()
66 cbyte = (cbyte << 1) | 1; in seomCodecEncode()
70 cbyte = (cbyte << 1); in seomCodecEncode()
73 cbyte = (cbyte << 1) | 1; in seomCodecEncode()
95 cbyte = (cbyte << 1); in seomCodecEncode()
110 cbyte = (cbyte << 1); in seomCodecEncode()
120 cbyte = (cbyte << counter) | (1 << (counter - 1)); in seomCodecEncode()
139 cbyte = (cbyte << 1) | 1; in seomCodecDecode()
[all …]
/dports/www/larbin/larbin-2.6.3/adns/
H A Dparse.c65 fls->cbyte= dmbegin; in adns__findlabel_start()
79 GET_B(fls->cbyte,lablen); in adns__findlabel_next()
84 GET_B(fls->cbyte,jumpto); in adns__findlabel_next()
87 fls->cbyte= jumpto; in adns__findlabel_next()
95 fls->cbyte+= lablen; in adns__findlabel_next()
166 int cbyte; in adns__findrr_anychk() local
174 cbyte= *cbyte_io; in adns__findrr_anychk()
176 adns__findlabel_start(&fls,qu->ads, serv,qu, dgram,dglen,dglen,cbyte,&cbyte); in adns__findrr_anychk()
207 GET_L(cbyte,ttl); in adns__findrr_anychk()
213 cbyte+= rdlen; in adns__findrr_anychk()
[all …]
H A Dtypes.c87 int l, cbyte; in pap_qstring() local
90 cbyte= *cbyte_io; in pap_qstring()
93 GET_B(cbyte,l); in pap_qstring()
104 *cbyte_io= cbyte+l; in pap_qstring()
181 startbyte= cbyte; in pa_txt()
185 GET_B(cbyte,l); in pa_txt()
186 cbyte+= l; in pa_txt()
471 *cbyte_io= cbyte; in pap_hostaddr()
602 GET_W(cbyte,pref); in pa_mx_raw()
631 GET_W(cbyte,pref); in pa_mx()
[all …]
H A Dreply.c53 cbyte= 0; in adns__procdgram()
54 GET_W(cbyte,id); in adns__procdgram()
55 GET_B(cbyte,f1); in adns__procdgram()
56 GET_B(cbyte,f2); in adns__procdgram()
57 GET_W(cbyte,qdcount); in adns__procdgram()
58 GET_W(cbyte,ancount); in adns__procdgram()
59 GET_W(cbyte,nscount); in adns__procdgram()
162 cbyte= anstart; in adns__procdgram()
164 rrstart= cbyte; in adns__procdgram()
233 nsstart= cbyte; in adns__procdgram()
[all …]
/dports/dns/adns/adns-1.6.0/src/
H A Dparse.c65 fls->cbyte= dmbegin; in adns__findlabel_start()
80 GET_B(fls->cbyte,lablen); in adns__findlabel_next()
86 GET_B(fls->cbyte,jumpto); in adns__findlabel_next()
89 fls->cbyte= jumpto; in adns__findlabel_next()
97 fls->cbyte+= lablen; in adns__findlabel_next()
190 int cbyte; in adns__findrr_anychk() local
198 cbyte= *cbyte_io; in adns__findrr_anychk()
200 adns__findlabel_start(&fls,qu->ads, serv,qu, dgram,dglen,dglen,cbyte,&cbyte); in adns__findrr_anychk()
229 GET_L(cbyte,ttl); in adns__findrr_anychk()
235 cbyte+= rdlen; in adns__findrr_anychk()
[all …]
H A Dtypes.c103 int l, cbyte; in pap_qstring() local
106 cbyte= *cbyte_io; in pap_qstring()
109 GET_B(cbyte,l); in pap_qstring()
120 *cbyte_io= cbyte+l; in pap_qstring()
198 startbyte= cbyte; in pa_txt()
202 GET_B(cbyte,l); in pa_txt()
203 cbyte+= l; in pa_txt()
924 *cbyte_io= cbyte; in pap_hostaddr()
1204 int cbyte, id; in pa_ptr() local
1208 cbyte= dmstart; in pa_ptr()
[all …]
H A Dreply.c53 cbyte= 0; in adns__procdgram()
54 GET_W(cbyte,id); in adns__procdgram()
55 GET_B(cbyte,f1); in adns__procdgram()
56 GET_B(cbyte,f2); in adns__procdgram()
57 GET_W(cbyte,qdcount); in adns__procdgram()
58 GET_W(cbyte,ancount); in adns__procdgram()
59 GET_W(cbyte,nscount); in adns__procdgram()
166 cbyte= anstart; in adns__procdgram()
168 rrstart= cbyte; in adns__procdgram()
246 nsstart= cbyte; in adns__procdgram()
[all …]
/dports/devel/z80-asm/z80-asm-2.3/hardware/
H A Dz80-ctc.c14 static _uchar cbyte[4], tbyte[4], ibyte[4]; variable
30 cbyte[i]=0; in reset_ctc()
64 if (cbyte[channel]&128) in action()
92 if (cbyte[cs]&4) in react()
95 cbyte[cs]&= ~4; in react()
96 if (cbyte[cs]&8) in react()
97 cbyte[cs]|=1; in react()
102 cbyte[cs]= byte&~3; in react()
104 cbyte[cs] &= ~1; in react()
121 if ((cbyte[i]&1) && !(cbyte[i]&64)) in send_pulse_to_ctc()
[all …]
/dports/dns/adns/adns-1.6.0/client/
H A Dadnsresfilter.c71 static int cbyte, inbyte, inbuf; variable
345 cbyte= -1; in procaddr()
349 bytes[cbyte=0]= 0; in startaddr()
364 if (cbyte==-1 && bracket && c=='[') { in readstdin()
367 } else if (cbyte==-1 && !bracket && !isalnum(c)) { in readstdin()
371 (nbyte= bytes[cbyte]*10 + (c-'0')) <= 255) { in readstdin()
372 bytes[cbyte]= nbyte; in readstdin()
375 } else if (cbyte>=0 && cbyte<3 && inbyte>0 && c=='.') { in readstdin()
376 bytes[++cbyte]= 0; in readstdin()
389 cbyte= -1; in readstdin()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/tools/uic/
H A Dutils.h66 const uchar cbyte = utf8.at(i); in fixString() local
67 if (cbyte >= 0x80) { in fixString()
69 cursegment += QString::number(cbyte, 8); in fixString()
71 switch(cbyte) { in fixString()
81 cursegment += QLatin1Char(cbyte); in fixString()
/dports/www/moodle310/moodle/lib/typo3/
H A Dclass.t3lib_cs.php925 function UnumberToChar($cbyte) { argument
928 if ($cbyte < 0x80) {
929 $str .= chr($cbyte);
931 if ($cbyte < 0x800) {
932 $str .= chr(0xC0 | ($cbyte >> 6));
933 $str .= chr(0x80 | ($cbyte & 0x3F));
935 if ($cbyte < 0x10000) {
936 $str .= chr(0xE0 | ($cbyte >> 12));
940 if ($cbyte < 0x200000) {
946 if ($cbyte < 0x4000000) {
[all …]
/dports/www/moodle311/moodle/lib/typo3/
H A Dclass.t3lib_cs.php925 function UnumberToChar($cbyte) { argument
928 if ($cbyte < 0x80) {
929 $str .= chr($cbyte);
931 if ($cbyte < 0x800) {
932 $str .= chr(0xC0 | ($cbyte >> 6));
933 $str .= chr(0x80 | ($cbyte & 0x3F));
935 if ($cbyte < 0x10000) {
936 $str .= chr(0xE0 | ($cbyte >> 12));
940 if ($cbyte < 0x200000) {
946 if ($cbyte < 0x4000000) {
[all …]
/dports/www/moodle39/moodle/lib/typo3/
H A Dclass.t3lib_cs.php925 function UnumberToChar($cbyte) { argument
928 if ($cbyte < 0x80) {
929 $str .= chr($cbyte);
931 if ($cbyte < 0x800) {
932 $str .= chr(0xC0 | ($cbyte >> 6));
933 $str .= chr(0x80 | ($cbyte & 0x3F));
935 if ($cbyte < 0x10000) {
936 $str .= chr(0xE0 | ($cbyte >> 12));
940 if ($cbyte < 0x200000) {
946 if ($cbyte < 0x4000000) {
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/imagedataloaders/
H A Dscimgdataloader_psd.cpp662 uchar cbyte; in loadChannel() local
676 s >> cbyte; in loadChannel()
679 cbyte = 255 - cbyte; in loadChannel()
736 s >> cbyte; in loadChannel()
740 cbyte = 255 - cbyte; in loadChannel()
1341 uchar cbyte; in loadLayer() local
1384 s >> cbyte; in loadLayer()
1386 cbyte = 255 - cbyte; in loadLayer()
1481 s >> cbyte; in loadLayer()
1483 cbyte = 255 - cbyte; in loadLayer()
[all …]
/dports/security/py-fido2/fido2-0.9.2/examples/
H A Dacr122u.py47 cbyte = (
52 cbyte |= (0b01000000 if red else 0b00000000) + (
56 cbyte = 0b00001100 + (0b01 if red else 0b00) + (0b10 if green else 0b00)
60 + bytes([cbyte & 0xFF])
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/test/
H A Dtestdither.c619 unsigned char cbyte, in write_color() local
643 if (cbyte & bit) in write_color()
663 cbyte = *cyan++; in write_color()
685 for (count = IMAGE_WIDTH, cbyte = *cbuf++, mbyte = *mbuf++, in write_color()
691 r = 255 - 255 * ((cbyte >> shift) & 3) / 3 - k; in write_color()
714 cbyte = *cbuf++; in write_color()
735 unsigned char cbyte, in write_photo() local
762 if (cbyte & bit) in write_photo()
786 cbyte = *cyan++; in write_photo()
823 r = 255 - 255 * ((cbyte >> shift) & 3) / 3 - in write_photo()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/syslinux/
H A Dmovebits.c397 addr_t cbyte; in syslinux_compute_movelist() local
459 cbyte = o->dst + o->len - 1; in syslinux_compute_movelist()
465 cbyte = o->dst; /* "Critical byte" */ in syslinux_compute_movelist()
470 cbyte = o->dst; /* "Critical byte" */ in syslinux_compute_movelist()
498 cbyte = f->dst + f->len - 1; in syslinux_compute_movelist()
509 cbyte = f->dst; in syslinux_compute_movelist()
514 needbase, needlen, reverse, cbyte); in syslinux_compute_movelist()
516 ep = is_free_zone(mmap, cbyte, 1); in syslinux_compute_movelist()
551 if (!(o->src <= cbyte && o->src + o->len > cbyte)) in syslinux_compute_movelist()
577 copylen = cbyte + 1 - copysrc; in syslinux_compute_movelist()
[all …]
/dports/print/gutenprint/gutenprint-5.3.3/test/
H A Dtestdither.c795 unsigned char cbyte, in write_color() local
819 if (cbyte & bit) in write_color()
839 cbyte = *cyan++; in write_color()
861 for (count = dimage_width, cbyte = *cbuf++, mbyte = *mbuf++, in write_color()
867 r = 255 - 255 * ((cbyte >> shift) & 3) / 3 - k; in write_color()
890 cbyte = *cbuf++; in write_color()
911 unsigned char cbyte, in write_photo() local
938 if (cbyte & bit) in write_photo()
962 cbyte = *cyan++; in write_photo()
999 r = 255 - 255 * ((cbyte >> shift) & 3) / 3 - in write_photo()
[all …]
/dports/print/gimp-gutenprint/gutenprint-5.3.3/test/
H A Dtestdither.c795 unsigned char cbyte, in write_color() local
819 if (cbyte & bit) in write_color()
839 cbyte = *cyan++; in write_color()
861 for (count = dimage_width, cbyte = *cbuf++, mbyte = *mbuf++, in write_color()
867 r = 255 - 255 * ((cbyte >> shift) & 3) / 3 - k; in write_color()
890 cbyte = *cbuf++; in write_color()
911 unsigned char cbyte, in write_photo() local
938 if (cbyte & bit) in write_photo()
962 cbyte = *cyan++; in write_photo()
999 r = 255 - 255 * ((cbyte >> shift) & 3) / 3 - in write_photo()
[all …]
/dports/editors/mg/mg-6.9/
H A Dutil.c38 int cline, cbyte; /* Current line/char/byte */ in showcpos() local
46 cbyte = 0; in showcpos()
59 cbyte = *curbp->b_nlchr; in showcpos()
61 cbyte = lgetc(clp, curwp->w_doto); in showcpos()
67 if (cbyte == *curbp->b_nlchr && in showcpos()
70 cbyte = EOF; in showcpos()
88 cbyte, cbyte, cchar, ratio, cline, row, getcolpos(curwp), in showcpos()
/dports/audio/sfront/sfront-0.99/src/lib/nsys/
H A Dnet_sfront.c686 unsigned char size, cbyte; in nsys_midisend() local
698 if ((cbyte = cmd & 0xF0u) < CSYS_MIDI_SYSTEM) in nsys_midisend()
700 if (cbyte >= CSYS_MIDI_NOTEOFF) in nsys_midisend()
702 if ((cbyte != CSYS_MIDI_PROGRAM) && (cbyte != CSYS_MIDI_CTOUCH)) in nsys_midisend()
706 cmd = cbyte | (((unsigned char)extchan) & 0x0Fu); in nsys_midisend()
749 ((cbyte == CSYS_MIDI_NOTEON) || (cbyte == CSYS_MIDI_NOTEOFF)) && in nsys_midisend()
785 if (cbyte >= CSYS_MIDI_NOTEOFF) in nsys_midisend()

12345