Home
last modified time | relevance | path

Searched refs:lext (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/powerpc/platforms/wsp/
Dscom_smp.c189 int lext = alt ? 0x8 : 0x0; in a2_scom_setgpr() local
194 rc |= a2_scom_ram(scom, thread, lis | highest, lext); in a2_scom_setgpr()
200 rc |= a2_scom_ram(scom, thread, li | higher, lext); in a2_scom_setgpr()
210 rc |= a2_scom_ram(scom, thread, lis | high, lext); in a2_scom_setgpr()
216 rc |= a2_scom_ram(scom, thread, li | low, lext); in a2_scom_setgpr()
/linux-3.4.99/lib/zlib_inflate/
Dinftrees.c49 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ in zlib_inflate_table() local
176 extra = lext; in zlib_inflate_table()