OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_reg
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
lt_decode.cpp
124
temp_reg
= (Int) getbits(
128
pLt_pred->weight = codebook[
temp_reg
];
170
temp_reg
= (Int) getbits(
174
*(pWinPredictionUsed++) =
temp_reg
;
176
IF (
temp_reg
!= FALSE)
197
temp_reg
= (Int) getbits (
201
*(pWinPredictionUsed++) =
temp_reg
;
203
IF (
temp_reg
!= FALSE)
205
temp_reg
= (Int) getbits(
208
IF (
temp_reg
!= 0
319
Int
temp_reg
;
local
[
all
...]
/external/grub/netboot/
eepro.c
298
int
temp_reg
, i;
local
302
temp_reg
= inb(ioaddr + eeprom_reg);
304
printf("Stepping %d\n",
temp_reg
>> 5);
306
if (
temp_reg
& 0x10) /* check the TurnOff Enable bit */
307
outb(
temp_reg
& 0xEF, ioaddr + eeprom_reg);
310
temp_reg
= inb(ioaddr + REG1);
312
outb(
temp_reg
| XMT_Chain_Int | XMT_Chain_ErrStop
314
temp_reg
= inb(ioaddr + REG2); /* match broadcast */
315
outb(
temp_reg
| 0x14, ioaddr + REG2);
316
temp_reg
= inb(ioaddr + REG3)
[
all
...]
/external/v8/src/ia32/
lithium-codegen-ia32.cc
3634
Register
temp_reg
= ToRegister(instr->TempAt(0));
local
[
all
...]
Completed in 60 milliseconds