Searched refs:shifted (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/utils/
H A DUInt128.cpp188 int64_t shifted = 0; local
191 shifted += ((int64_t)m_data[i]) << (bits % 32);
192 result[i-indexShift] = (uint32_t)shifted;
193 shifted = shifted >> 32;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Ddiv64.S43 divwu r11,r11,r9 # then we divide the shifted quantities
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Ddiv64.S42 divwu r11,r11,r9 # then we divide the shifted quantities
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsgetem.S109 | shifted bits in d0 and d1
134 | ;be shifted into ms mant
H A Dround.S320 | ;it is just shifted
375 | ;be shifted into ms mant
445 | ; shifted off in denorm routine)
458 | ; shifted off in denorm routine)
H A Dbinstr.S17 | shift and a mul by 8 shift. The bits shifted out of the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dexamples.t346 print "shifted $first\n" ;
382 print "shifted $first\n" ;
398 shifted white
H A Dexamples.t.T359 print "shifted $first\n" ;
396 print "shifted $first\n" ;
412 shifted white
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_serial.c434 unsigned char chunk, shifted; local
443 shifted = chunk << (i * 3);
444 shifted >>= 1;
445 output &= (~shifted);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex59 3) [exponent] = ( [x] bitwise AND 0x7fe00000) shifted right 21 bits (unsigned result)
H A D07-floor1.tex206 15) [cval] = [cval] right shifted [cbits] bits
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-recno.t254 my $shifted = shift @data ;
255 ok(30, $value eq $shifted );
804 print "shifted $first\n" ;
822 shifted white
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dutils.c1342 SwsVector *shifted= sws_getShiftedVec(a, shift); local
1344 a->coeff= shifted->coeff;
1345 a->length= shifted->length;
1346 av_free(shifted);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dperf_asm.S99 ;* is shifted shifted backup immediately. This is to compensate
997 ;* is shifted shifted backup immediately. This is to compensate
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dutils.c1915 SwsVector *shifted = sws_getShiftedVec(a, shift); local
1917 a->coeff = shifted->coeff;
1918 a->length = shifted->length;
1919 av_free(shifted);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm169 ; It is then shifted into the high word, to make room for the wmask
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm169 ; It is then shifted into the high word, to make room for the wmask
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dvscroll.tex36 select the lines to display. Note that the device context origin is not shifted
H A Dhvscroll.tex51 device context origin is shifted by the scroll position (through
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm209 ;;; It is then shifted into the high word, to make room for the wmask
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm209 ;;; It is then shifted into the high word, to make room for the wmask
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dgvmat64.asm209 ;;; It is then shifted into the high word, to make room for the wmask
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx64/
H A Dgvmat64.asm248 ;;; It is then shifted into the high word, to make room for the wmask
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx86/
H A Dmatch686.asm234 ;;; It is then shifted into the high word, to make room for the wmask
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx64/
H A Dgvmat64.asm248 ;;; It is then shifted into the high word, to make room for the wmask

Completed in 276 milliseconds

12