/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | c2p_core.h | 36 unsigned int shift, CARD32 mask) 38 CARD32 t = (d[i1] ^ (d[i2] >> shift)) & mask; 41 d[i2] ^= t << shift; 35 _transp(CARD32 d[], unsigned int i1, unsigned int i2, unsigned int shift, CARD32 mask) argument
|
H A D | fbbits.h | 508 int shift; local 513 shift = x & 3; 514 lshift = 4 - shift;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | c2p_core.h | 36 unsigned int shift, CARD32 mask) 38 CARD32 t = (d[i1] ^ (d[i2] >> shift)) & mask; 41 d[i2] ^= t << shift; 35 _transp(CARD32 d[], unsigned int i1, unsigned int i2, unsigned int shift, CARD32 mask) argument
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | c2p_core.h | 36 unsigned int shift, CARD32 mask) 38 CARD32 t = (d[i1] ^ (d[i2] >> shift)) & mask; 41 d[i2] ^= t << shift; 35 _transp(CARD32 d[], unsigned int i1, unsigned int i2, unsigned int shift, CARD32 mask) argument
|
H A D | fbbits.h | 508 int shift; local 513 shift = x & 3; 514 lshift = 4 - shift;
|
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngwtran.c | 61 &(png_ptr->shift)); 132 int shift, v; local 138 shift = 6; 145 v |= (value << shift); 146 if (shift == 0) 148 shift = 6; 154 shift -= 2; 157 if (shift != 6) 164 int shift, v; local 170 shift [all...] |
H A D | pnggccrd.c | 443 int shift; local 464 shift = s_start; 472 value = (*sp >> shift) & 0x1; 473 *dp &= (png_byte)((0x7f7f >> (7 - shift)) & 0xff); 474 *dp |= (png_byte)(value << shift); 477 if (shift == s_end) 479 shift = s_start; 484 shift += s_inc; 500 int shift; local 522 shift 555 int shift; local [all...] |
H A D | pngvcrd.c | 143 int shift; local 164 shift = s_start; 172 value = (*sp >> shift) & 0x1; 173 *dp &= (png_byte)((0x7f7f >> (7 - shift)) & 0xff); 174 *dp |= (png_byte)(value << shift); 177 if (shift == s_end) 179 shift = s_start; 184 shift += s_inc; 200 int shift; local 222 shift 255 int shift; local [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/ |
H A D | UIGChooserHandlerKeyboard.cpp | 37 /* Setup shift map: */ 84 shift(UIItemShiftDirection_Up, m_shiftMap[pEvent->key()]); 88 /* Was shift modifier pressed? */ 181 shift(UIItemShiftDirection_Down, m_shiftMap[pEvent->key()]); 185 /* Was shift modifier pressed? */ 370 void UIGChooserHandlerKeyboard::shift(UIItemShiftDirection direction, UIItemShiftSize size) const function in class:UIGChooserHandlerKeyboard
|
/vbox/src/recompiler/ |
H A D | softmmu_template.h | 177 int index, shift; local 201 shift = (addr & (DATA_SIZE - 1)) * 8; 203 res = (res1 << shift) | (res2 >> ((DATA_SIZE * 8) - shift)); 205 res = (res1 >> shift) | (res2 << ((DATA_SIZE * 8) - shift));
|
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/ |
H A D | asn1_enc.c | 490 u8_t shift, tail; local 495 shift = 28; 496 while(shift > 0) 500 code = sub_id >> shift; 520 shift -= 7;
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/ |
H A D | asn1_enc.c | 491 u8_t shift, tail; local 496 shift = 28; 497 while(shift > 0) 501 code = (u8_t)(sub_id >> shift); 521 shift -= 7;
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bitbash/ |
H A D | i2c_bit.c | 201 int shift; local 213 for ( shift = ( 8 * ( i2cdev->dev_addr_len - 1 ) ) ; 214 shift >= 0 ; shift -= 8 ) { 215 byte = ( ( address >> shift ) & 0xff );
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | keyboard.c | 63 uint16_t shift; member in struct:__anon14997 110 { none, none, none, none, none }, /* L shift */ 512 asciicode = scan_to_scanascii[scancode].shift; 513 scancode = scan_to_scanascii[scancode].shift >> 8; 518 asciicode = scan_to_scanascii[scancode].shift; 519 scancode = scan_to_scanascii[scancode].shift >> 8; 639 case 0x02: /* get shift flag status */
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | surface_gdi.c | 290 int shift = 0; local 293 shift += 1; 297 shift -= 1; 299 return shift;
|
H A D | buffer.c | 349 UINT *ret, i, j, shift, orig_type_size; local 353 TRACE("No shift\n"); 368 shift = 4; 372 shift = 8; 373 /* Pre-shift the last 4 bytes in the FLOAT16_4 by 4 bytes - this makes FLOAT16_2 and FLOAT16_4 conversions 383 shift = 0; 385 This->conversion_stride += shift; 387 if (shift) 393 ret[j] += shift; 400 TRACE("Dumping conversion shift [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/ |
H A D | plhash.h | 108 PRUint32 shift; /* multiplicative hash shift */ member in struct:PLHashTable
|
/vbox/src/libs/xpcom18a4/xpcom/string/public/ |
H A D | nsUTF8Utils.h | 146 PRInt32 shift = state * 6; local 147 ucs4 |= (PRUint32(c) & 0x3F) << shift;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/ |
H A D | ranfile.cpp | 139 PRUint64 shift; local 142 LL_USHR(shift, *((PRUint64*)&random), 16); 143 LL_L2UI(rv, shift);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | ranfile.c | 128 PRUint64 shift; local 131 LL_USHR(shift, *((PRUint64*)&random), 16); 132 LL_L2UI(rv, shift);
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ |
H A D | ath.h | 70 uint8_t shift = 31 - index; local 71 return (int32_t)(value << shift) >> shift;
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | ath9k_eeprom.c | 41 u32 shift, u32 val) 46 regVal |= (val << shift) & mask; 40 ath9k_hw_analog_shift_rmw(struct ath_hw *ah, u32 reg, u32 mask, u32 shift, u32 val) argument
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_cg.c | 247 uint64_t shift; local 263 * ctm_offset % NBBY itself is the amount we want to shift right to 270 * properties are used to compute shift as USHIFT or SSHIFT, below. 274 shift = clp2(P2ROUNDUP(e.cte_bits, NBBY) / NBBY) * NBBY - 277 shift = mp->ctm_offset % NBBY + e.cte_bits; 279 dt_cg_setx(dlp, r2, 64 - shift); 288 shift = clp2(P2ROUNDUP(e.cte_bits, NBBY) / NBBY) * NBBY - 291 shift = mp->ctm_offset % NBBY; 293 dt_cg_setx(dlp, r2, shift); 331 uint64_t cmask, fmask, shift; local [all...] |
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | orders.c | 1162 int x, y, pal_index, in_index, shift, do2, i; local 1175 shift = 6; 1176 while (shift >= 0) 1178 pal_index = (in[in_index] >> shift) & 3; 1185 shift -= 2;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/ |
H A D | prmalloc.c | 120 u_short shift; /* How far to shift for this size chunks */ member in struct:pginfo 473 /* determine how much we shift by to get there */ 644 bp->shift = bits; 725 return bp->page + (k << bp->shift); 1054 i = ((u_long)ptr & malloc_pagemask) >> info->shift; 1070 mp = page_dir + info->shift; 1083 mp = page_dir + info->shift;
|