Searched refs:SHIFT (Results 1 – 19 of 19) sorted by relevance
47 index = index1[(code>>SHIFT)]; in gettyperecord()48 index = index2[(index<<SHIFT)+(code&((1<<SHIFT)-1))]; in gettyperecord()
174 #define SHIFT 7 macro
76 - U+005C REVERSE SOLIDUS is mapped to SHIFT-JIS 0x5c.77 - U+007E TILDE is mapped to SHIFT-JIS 0x7e.78 - U+FF3C FULL-WIDTH REVERSE SOLIDUS is mapped to SHIFT-JIS 815f.
666 #define SHIFT 7 macro
52 index = index1[(code>>SHIFT)]; in _getrecord_ex()53 index = index2[(index<<SHIFT)+(code&((1<<SHIFT)-1))]; in _getrecord_ex()
67 #define SHIFT PyLong_SHIFT macro
18 SHIFT = sys.long_info.bits_per_digit variable19 BASE = 2 ** SHIFT33 for i in range(2*SHIFT):92 nbits_hi = ndigits * SHIFT93 nbits_lo = nbits_hi - SHIFT + 196 r = int(random.random() * (SHIFT * 2)) | 1 # force 1 bits to start100 self.assertTrue(1 <= bits <= SHIFT)105 r = int(random.random() * (SHIFT * 2))117 answer = (answer << SHIFT) | random.randint(0, MASK)179 bits = [digit * SHIFT for digit in digits][all …]
18 SHIFT
763 SHIFT = 15L765 SHIFT = 30L767 digits = [long(ob_digit[i]) * 2**(SHIFT*i)
51 0x0E 0x000E # SHIFT OUT52 0x0F 0x000F # SHIFT IN
49 0x0E 0x000E #SHIFT OUT50 0x0F 0x000F #SHIFT IN
49 0x0E 0x000E # SHIFT OUT50 0x0F 0x000F # SHIFT IN
428 "SHIFT\r\n"432 " 1. The SHIFT command shifts the contents of a UEFI Shell script's positional\r\n"438 " 3. The SHIFT command is available only in UEFI Shell scripts.\r\n"