代码搜索:fields
找到约 10,000 项符合「fields」的源代码
代码结果 10,000
www.eeworm.com/read/152814/5666594
fields ucd.fields
Field "SNMPAgent" {
Type Enumeration;
Flags capability, general, locate;
Enumeration
"Unset",
"UCD HP-UX 9",
"UCD HP-UX 10",
"UCD SunOS4",
"UCD Solaris",
"UCD OSF/3",
"UCD Ultrix",
www.eeworm.com/read/148721/5709253
sbk fields.sbk
.set reorder
.globl x
.data
.align 2
x:
.word 0x1
.byte 0x2
.space 3
.byte 0x0
.byte 0x34
.space 2
.byte 0xa
.byte 0x6
.space 2
.globl i
.sdata
.align 2
i:
.word 0x10
.globl y
.sda
www.eeworm.com/read/148721/5709301
sbk fields.sbk
.486
.model flat
extrn __fltused:near
extrn __ftol:near
_DATA segment
public _x
align 4
_x label byte
dd 1
db 2
db 3 dup (0)
db 03H
db 040H
db 2 dup (0)
db 050H
db 6
db 2 dup (0)
publ
www.eeworm.com/read/148721/5709349
sbk fields.sbk
.data
.globl x
.align 4
.type x,@object
.size x,16
x:
.long 1
.byte 2
.space 3
.byte 3
.byte 64
.space 2
.byte 80
.byte 6
.space 2
.globl i
.align 4
.type i,@object
.size i,4
i:
.l
www.eeworm.com/read/148721/5709389
c fields.c
struct foo {
int a;
char b;
int x : 12, y : 4, : 0, : 4, z : 3;
char c;
} x = { 1, 2, 3, 4, 5, 6 };
int i = 16;
struct baz { unsigned int a:2, b:4, c:32;} y = { 7, 8, 9};
main()
{
pri
www.eeworm.com/read/148721/5709484
sbk fields.sbk
.sdata
.globl x
.align 2
x:
.long 0x1
.byte 0x2
.space 3
.byte 0x3
.byte 0x40
.space 2
.byte 0x50
.byte 0x6
.space 2
.globl i
.align 2
i:
.long 0x10
.globl y
.align 2
y:
.byte 0x23
www.eeworm.com/read/148721/5709576
sbk fields.sbk
.section ".data"
.global x
.type x,#object
.size x,16
.align 4
x:
.word 0x1
.byte 0x2
.skip 3
.byte 0x0
.byte 0x34
.skip 2
.byte 0xa
.byte 0x6
.skip 2
.global i
.type i,#object
.size
www.eeworm.com/read/144216/5752330
t fields.t
#!./perl -w
my $w;
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
$SIG{__WARN__} = sub {
if ($_[0] =~ /^Hides field 'b1' in base class/) {
$w++;
return;
}
www.eeworm.com/read/143026/5759387
h fields.h
#if !defined(AFX_FIELDS_H__757B4547_8110_402D_A1E0_EA18315364DC__INCLUDED_)
#define AFX_FIELDS_H__757B4547_8110_402D_A1E0_EA18315364DC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/143026/5759433
cpp fields.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m