代码搜索:struct
找到约 10,000 项符合「struct」的源代码
代码结果 10,000
www.eeworm.com/read/347503/3171884
s struct.s
* .struct
* .union
* .tag
REAL_REC .struct ; stag = REAL_REC
NUM .int ; NUM = 0
DEN .int ; DEN = 1
REAL_LEN .endstruct ; REAL_LEN = 2
add REAL + REAL_REC.DEN, a ; 000000 0001
.bss REAL
www.eeworm.com/read/347064/3175882
h struct.h
typedef enum
{
MESSAGE_INFO,
MESSAGE_ERROR,
MESSAGE_ENDRECORDING,
MESSAGE_FILECAPTURED
} DSHOW_MESSAGE;
typedef struct
{
DSHOW_MESSAGE dwMessage;
WCHAR* wzMess
www.eeworm.com/read/347064/3175934
h struct.h
typedef enum
{
MESSAGE_INFO,
MESSAGE_ERROR,
MESSAGE_ENDRECORDING,
MESSAGE_FILECAPTURED
} DSHOW_MESSAGE;
typedef struct
{
DSHOW_MESSAGE dwMessage;
WCHAR* wzMess
www.eeworm.com/read/347064/3175966
h struct.h
typedef enum
{
MESSAGE_INFO,
MESSAGE_ERROR,
MESSAGE_ENDRECORDING,
MESSAGE_FILECAPTURED
} DSHOW_MESSAGE;
typedef struct
{
DSHOW_MESSAGE dwMessage;
WCHAR* wzMess
www.eeworm.com/read/347064/3175976
h struct.h
typedef enum
{
MESSAGE_INFO,
MESSAGE_ERROR,
MESSAGE_ENDRECORDING,
MESSAGE_FILECAPTURED
} DSHOW_MESSAGE;
typedef struct
{
DSHOW_MESSAGE dwMessage;
WCHAR* wzMess
www.eeworm.com/read/345691/3197432
h struct.h
#ifndef __STRUCT_h
#define __STRUCT_h
typedef struct tagEEPVIDEO
{
uCHAR cBright;
uCHAR cContrast;
uCHAR cSat;
uCHAR cHue;
uCHAR cSharp;
uCHAR cVolume;
uCHAR cB2;
uCHAR c
www.eeworm.com/read/340665/3267241
d struct.d
#nm: --extern-only
#name: struct
# Test the .struct pseudo-op.
0+00 A w1
0+02 A w2
0+04 A w3
www.eeworm.com/read/340665/3267261
s struct.s
.globl w1
.globl w2
.globl w3
.long 0
.struct 0
w1: .short 0
w2: .short 0
w3: .short 0
.text
.long 0
www.eeworm.com/read/340665/3267694
d struct.d
#objdump: -d
#name: c54x struct/union directive
.*: +file format .*c54x.*
Disassembly of section .text:
00000000 :
0: 0001.*
1: 0002.*
2: 8002.*
3: 0104.*
4: 0046.*
5: f030
www.eeworm.com/read/340665/3267723
s struct.s
* .struct
* .union
* .tag
REAL_REC .struct ; stag = REAL_REC
NUM .int ; NUM = 0
DEN .int ; DEN = 1
REAL_LEN .endstruct ; REAL_LEN = 2
add REAL + REAL_REC.DEN, a ; 000000 0001
.bss REAL