OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PSIZE
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c
54
#define
PSIZE
(Hmode && !Nmode ? L_32 : L_16)
391
*mode =
PSIZE
| REG | direction;
433
*mode =
PSIZE
| REG | direction;
726
if (((mode & SIZE) !=
PSIZE
)
838
if (((mode & SIZE) !=
PSIZE
)
848
if (((mode & SIZE) !=
PSIZE
)
853
op->mode = direction | IND |
PSIZE
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h
262
} SIZE,*
PSIZE
,*LPSIZE;
Completed in 118 milliseconds