代码搜索:Packing
找到约 2,087 项符合「Packing」的源代码
代码结果 2,087
www.eeworm.com/read/324920/3492419
h qeth_eddp.h
/*
* linux/drivers/s390/net/qeth_eddp.h
*
* Header file for qeth enhanced device driver packing.
*
* Copyright 2004 IBM Corporation
*
* Author(s): Thomas Spatzier
*
*/
#
www.eeworm.com/read/324920/3492427
c qeth_eddp.c
/*
* linux/drivers/s390/net/qeth_eddp.c
*
* Enhanced Device Driver Packing (EDDP) support for the qeth driver.
*
* Copyright 2004 IBM Corporation
*
* Author(s): Thomas Spatzier
www.eeworm.com/read/316872/3590842
h qeth_eddp.h
/*
* linux/drivers/s390/net/qeth_eddp.h
*
* Header file for qeth enhanced device driver packing.
*
* Copyright 2004 IBM Corporation
*
* Author(s): Thomas Spatzier
*
*/
#
www.eeworm.com/read/316872/3590850
c qeth_eddp.c
/*
* linux/drivers/s390/net/qeth_eddp.c
*
* Enhanced Device Driver Packing (EDDP) support for the qeth driver.
*
* Copyright 2004 IBM Corporation
*
* Author(s): Thomas Spatzier
www.eeworm.com/read/302829/3823419
readme
$Id: README,v 1.1 2000/03/04 00:03:44 apr Exp $
So you need to pack and unpack ISO-8583 messages ...
The good news is that after running this 'simplepack' example
you will be packing and unpacking I
www.eeworm.com/read/410728/2203243
cgs fp_exception-fr550.cgs
# frv testcase to generate fp_exception
# mach: fr550
.include "testutils.inc"
float_constants
start
load_float_constants
.global align
align:
; clear the packing bit if the insn at 'pack:'. W
www.eeworm.com/read/410728/2203245
cgs fp_exception.cgs
# frv testcase to generate fp_exception
# mach: fr500
.include "testutils.inc"
float_constants
start
load_float_constants
.global align
align:
; clear the packing bit if the insn at 'pack:'. W
www.eeworm.com/read/366702/2867841
c vbase10.c
// { dg-do compile }
// -fpack-struct is necessary because the code below assumes the initial
// packing is larger than 1, which cannot ge guaranteed for all targets.
// { dg-options "-Wabi -fabi-vers
www.eeworm.com/read/154890/5631489
cxx fl_pack.cxx
//
// "$Id: Fl_Pack.cxx,v 1.1.1.1 2003/08/07 21:18:40 jasonk Exp $"
//
// Packing widget for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
// This library is
www.eeworm.com/read/294317/8240715
cpp firstfit.cpp
// First fit bin packing
#include
#include "winner.h"
int winner(int a[], int b, int c)
{// For a max winner tree.
if (a[b] >= a[c])
return b;
return c;
}
void FirstFi