代码搜索:structs

找到约 2,696 项符合「structs」的源代码

代码结果 2,696
www.eeworm.com/read/295117/3912188

c tag.c

/* vi: set sw=4 ts=4: */ /* * tag.c - allocation/initialization/free routines for tag structs * * Copyright (C) 2001 Andreas Dilger * Copyright (C) 2003 Theodore Ts'o * * %Begin-Header% * This
www.eeworm.com/read/292705/3947277

h atariints.h

/* ** atariints.h -- Atari Linux interrupt handling structs and prototypes ** ** Copyright 1994 by Bj攔n Brauel ** ** 5/2/94 Roman Hodek: ** TT interrupt definitions added. ** ** 12/02/96: (Roman) **
www.eeworm.com/read/288095/4011739

todo

TODO - list of things to do for libpng: Final bug fixes. Improve API by hiding the png_struct and png_info structs. Finish work on the no-floating-point version (including gamma compensation) Be
www.eeworm.com/read/282003/4110345

java usb_device_qualifier_descriptor.java

package de.thesycon.usbio.structs; /** * USB device qualifier descriptor class. */ public class USB_DEVICE_QUALIFIER_DESCRIPTOR extends USB_COMMON_DESCRIPTOR { public final static int SIZE
www.eeworm.com/read/282003/4110351

java usb_device_descriptor.java

package de.thesycon.usbio.structs; /** * USB device descriptor class. */ public class USB_DEVICE_DESCRIPTOR extends USB_COMMON_DESCRIPTOR { public final static int SIZE = 18; /** Identi
www.eeworm.com/read/282003/4110355

java usb_interface_descriptor.java

package de.thesycon.usbio.structs; /** * USB interface descriptor class. */ public class USB_INTERFACE_DESCRIPTOR extends USB_COMMON_DESCRIPTOR { public final static int SIZE = 9; /** S
www.eeworm.com/read/282003/4110360

java usbio_pipe_statistics.java

package de.thesycon.usbio.structs; /** * The USBIO_PIPE_STATISTICS class contains statistical data related to a pipe. */ public class USBIO_PIPE_STATISTICS extends USBIO_BASE_STRUCT { publi
www.eeworm.com/read/446305/1713581

h ptrace.h

#ifndef _LINUX_PTRACE_H #define _LINUX_PTRACE_H /* ptrace.h */ /* structs and defines to help the user use the ptrace system call. */ /* has the defines to get at the registers. */ #define PT
www.eeworm.com/read/440906/1777086

c code-gen1.c

// GROUPS passed code-generation // Check that sub-word sized structs/classes are passed correctly // if the struct/class has a constructor (i.e. ANY constructor). extern "C" int printf (const char *
www.eeworm.com/read/439082/1817305

h atariints.h

/* ** atariints.h -- Atari Linux interrupt handling structs and prototypes ** ** Copyright 1994 by Bj攔n Brauel ** ** 5/2/94 Roman Hodek: ** TT interrupt definitions added. ** ** 12/02/96: (Roman) **