Searched refs:byte1 (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/digest/bubblebabble/
H A Dbubblebabble.c50 unsigned char byte1, byte2; local
59 byte1 = digest[i++];
60 p[j++] = vowels[(((byte1 >> 6) & 3) + seed) % 6];
61 p[j++] = consonants[(byte1 >> 2) & 15];
62 p[j++] = vowels[((byte1 & 3) + (seed / 6)) % 6];
73 seed = (seed * 5 + byte1 * 7 + byte2) % 36;
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dunwind-ia64.c590 unsigned char byte1, abreg; local
593 byte1 = *dp++;
596 abreg = (byte1 & 0x7f);
597 if (byte1 & 0x80)
608 unsigned char byte1, byte2, abreg, x, ytreg; local
611 byte1 = *dp++;
614 abreg = (byte1 & 0x7f);
616 x = (byte1 >> 7) & 1;
617 if ((byte1 & 0x80) == 0 && ytreg == 0)
628 unsigned char byte1, byte local
650 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
684 unsigned char byte1, mask, grsave; local
722 unsigned char byte1 = *dp++; local
729 unsigned char byte1 = *dp++, r, dst; local
780 unw_word grmask, frmask, byte1, byte2, byte3; local
812 unsigned char r, byte1, byte2; local
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dw32gui.h90 #define STORE_XCHAR2B(chp, byte1, byte2) \
91 ((*chp) = ((XChar2b)((((byte1) & 0x00ff) << 8) | ((byte2) & 0x00ff))))
H A Dmacgui.h212 unsigned char byte1; member in struct:__anon8759
217 ((chp)->byte1 = (b1), (chp)->byte2 = (b2))
220 ((chp)->byte1)
H A Dxterm.h1115 ((chp)->byte1 = (b1), (chp)->byte2 = (b2))
1118 ((chp)->byte1)
H A Dmacterm.c2376 XCharStruct **row = font->bounds.rows + char2b->byte1;
2388 (char2b->byte1 << 8) + char2b->byte2,
2403 character with non-zero CHAR2B->byte1 is not in the font.
2406 if (char2b->byte1 == 0
2419 byte1 = N/D + min_byte1
2427 if (char2b->byte1 >= font->min_byte1
2428 && char2b->byte1 <= font->max_byte1
2434 * (char2b->byte1 - font->min_byte1))
2487 /* FONT_INFO may define a scheme by which to encode byte1 and byte2.
2505 ccl->reg[1] = char2b->byte1;
[all...]
H A Dxterm.c847 character with non-zero CHAR2B->byte1 is not in the font.
850 if (char2b->byte1 == 0
862 byte1 = N/D + min_byte1
870 if (char2b->byte1 >= font->min_byte1
871 && char2b->byte1 <= font->max_byte1
877 * (char2b->byte1 - font->min_byte1))
911 /* FONT_INFO may define a scheme by which to encode byte1 and byte2.
929 ccl->reg[1] = char2b->byte1;
938 char2b->byte1 = 0, char2b->byte2 = ccl->reg[1];
940 char2b->byte1
[all...]
/macosx-10.10/removefile-35/
H A Dremovefile_sunlink.c218 overwrite_bytes(unsigned int byte1, unsigned int byte2, unsigned int byte3, removefile_state_t state) { argument
222 val[0] = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte1;
223 val[1] = (byte2 << 24) | (byte3 << 16) | (byte1 << 8) | byte2;
224 val[2] = (byte3 << 24) | (byte1 << 16) | (byte2 << 8) | byte3;
/macosx-10.10/srm-7/srm/src/
H A Dsunlink.c237 void overwrite_bytes(unsigned int byte1, unsigned int byte2, unsigned int byte3) { argument
241 val[0] = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte1;
242 val[1] = (byte2 << 24) | (byte3 << 16) | (byte1 << 8) | byte2;
243 val[2] = (byte3 << 24) | (byte1 << 16) | (byte2 << 8) | byte3;
/macosx-10.10/ntp-92/scripts/monitoring/
H A Dntp.pl20 $byte1 = (($NTP_version & 0x7)<< 3) & 0x34 | ($ctrl_mode & 0x7);
34 ;# C LI|VN|MODE LI 2bit=00 VN 3bit=2(3) MODE 3bit=6 : $byte1
94 $byte1,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfuuid.py53 self.assertEqual(bytes.byte1 , 2)
98 self.assertHasAttr(o, 'byte1')
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfuuid.py66 self.assertEqual(bytes.byte1 , 2)
114 self.assertHasAttr(o, 'byte1')
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c398 uint8_t byte1; local
400 if (lookAtByte(insn, &byte1)) {
405 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
442 uint8_t byte1; local
444 if (lookAtByte(insn, &byte1)) {
449 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfuuid.py63 self.failUnless(bytes.byte1 == 2)
114 self.failUnless( hasattr(o, 'byte1') )
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/md5/
H A Dmd5.tcl410 proc ::md5::byte1 {i} {expr {(0xff00 & $i) >> 8}}
415 format %0.2x%0.2x%0.2x%0.2x [byte0 $i] [byte1 $i] [byte2 $i] [byte3 $i]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/md5/
H A Dmd5.tcl412 proc ::md5::byte1 {i} {expr {(0xff00 & $i) >> 8}}
417 format %0.2x%0.2x%0.2x%0.2x [byte0 $i] [byte1 $i] [byte2 $i] [byte3 $i]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf-m10300.c3390 unsigned char byte1, byte2;
3401 byte1 = bfd_get_8 (abfd, contents + addr);
3404 if (byte1 == 0xcf)
3408 byte1 = bfd_get_8 (abfd, contents + addr);
3455 if (byte1 == 0xf8 && byte2 == 0xfe)
3462 else if (byte1 == 0xfa && byte2 == 0xfe)
3389 unsigned char byte1, byte2; local
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DARMv7Assembler.h282 uint8_t byte1;
366 if ((bytes.byte0 == bytes.byte1) && (bytes.byte0 == bytes.byte2) && (bytes.byte0 == bytes.byte3)) {
372 if ((bytes.byte0 == bytes.byte2) && !(bytes.byte1 | bytes.byte3)) {
378 if ((bytes.byte1 == bytes.byte3) && !(bytes.byte0 | bytes.byte2)) {
379 encoding.immediate = bytes.byte1;
/macosx-10.10/tcl-105/tk/tk/xlib/X11/
H A DXlib.h1016 unsigned char byte1; member in struct:__anon13733
/macosx-10.10/tcl-105/tk84/tk/xlib/X11/
H A DXlib.h1025 unsigned char byte1; member in struct:__anon13912
/macosx-10.10/vim-55/src/
H A Dgui_x11.c2568 ((XChar2b *)buf)[wlen].byte1 = (unsigned)c >> 8;

Completed in 715 milliseconds