Searched refs:LSW (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/arch/powerpc/lib/ |
D | _lshrdi3.S | 34 srw r4,r4,r5 # LSW = count > 31 ? 0 : LSW >> count 38 or r4,r4,r6 # LSW |= t1 40 or r4,r4,r7 # LSW |= t2
|
D | _ashldi3.S | 36 srw r6,r4,r6 # t1 = count > 31 ? 0 : LSW >> (32-count) 37 slw r7,r4,r7 # t2 = count < 32 ? 0 : LSW << (count-32) 39 slw r4,r4,r5 # LSW = LSW << count
|
D | _ashrdi3.S | 34 srw r4,r4,r5 # LSW = count > 31 ? 0 : LSW >> count 39 or r4,r4,r6 # LSW |= t1 42 or r4,r4,r7 # LSW |= t2
|
/external/libmpeg2/decoder/ |
D | impeg2d_pnb_pic.c | 162 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << u2_len); in impeg2d_dec_p_mb_params() 173 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << MB_MOTION_TYPE_LEN); in impeg2d_dec_p_mb_params() 194 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << MB_DCT_TYPE_LEN); in impeg2d_dec_p_mb_params() 368 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << u2_len); in impeg2d_dec_pnb_mb_params() 380 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << MB_MOTION_TYPE_LEN); in impeg2d_dec_pnb_mb_params() 405 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << MB_DCT_TYPE_LEN); in impeg2d_dec_pnb_mb_params()
|
/external/libmpeg2/common/ |
D | impeg2_macros.h | 42 #define LSW(dword) (dword & 0xFFFF) macro
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 3215 ,"GB","LSW","Lostwithiel","Lostwithiel","CON","--3-----","RL","0901",,"5024N 00440W", 7983 ,"ID","LSW","Lhokseumawe","Lhokseumawe","AC","1-34----","AI","0307",,"0510N 09708E",
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 2075 ,"PL","LSW","Lesznowola","Lesznowola","MZ","-----6--","RL","1107",,"5205N 02057E", 18104 ,"US","LSW","Laguna Woods","Laguna Woods","CA","--3-----","RL","0507",,"3336N 11743W",
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 2846 ,"AU","LSW","Lenswood","Lenswood","SA","--3-----","RL","1207",,"3455S 13849E", 21602 ,"DE","LSW","Lensahn","Lensahn","SH","--3-----","RL","0201",,, 37270 ,"FR","LSW","Latresne","Latresne","33","--3-----","RL","0701",,"4447N 00029W",
|