代码搜索:dump
找到约 8,160 项符合「dump」的源代码
代码结果 8,160
www.eeworm.com/read/179911/5293066
c dump_tlb.c
/*
* Dump R4x00 TLB for debugging purposes.
*
* Copyright (C) 1994, 1995 by Waldorf Electronics, written by Ralf Baechle.
* Copyright (C) 1999 by Silicon Graphics, Inc.
*/
#include
www.eeworm.com/read/179911/5294364
c dump_tlb.c
/*
* Dump R4x00 TLB for debugging purposes.
*
* Copyright (C) 1994, 1995 by Waldorf Electronics, written by Ralf Baechle.
* Copyright (C) 1999 by Silicon Graphics, Inc.
*/
#include
www.eeworm.com/read/179153/5309383
t 05-dump.t
#!/usr/bin/perl -T
use strict;
use Test::More;
use Net::Pcap;
use lib 't';
use Utils;
my $total = 10; # number of packets to process
plan skip_all => "must be run as root" unless is_allowed_to_use_
www.eeworm.com/read/179153/5309731
pl st-dump.pl
#
# Copyright (c) 1995-2000, Raphael Manfredi
#
# You may redistribute only under the same terms as Perl 5, as specified
# in the README file that comes with the distribution.
#
# NOTE THAT THIS
www.eeworm.com/read/173150/5376431
java dump3.java
/**
* DuMP3 version morpheus_0.2.9 - a duplicate/similar file finder in Java
* Copyright 2005 Alexander Grässer
* All Rights Reserved, http://dump3.sourceforge.net/
*
*
www.eeworm.com/read/169956/5408300
h dump-zap.h
#ifndef __DUMP_ZAP_H__
#define __DUMP_ZAP_H__
#include
extern void zap_dump_dvb_parameters (FILE *f, fe_type_t type,
struct dvb_frontend_parameters *t, char polarity, int sa
www.eeworm.com/read/169956/5408301
h dump-vdr.h
#ifndef __DUMP_VDR_H__
#define __DUMP_VDR_H__
#include
extern
void vdr_dump_dvb_parameters (FILE *f, fe_type_t type,
struct dvb_frontend_parameters *p,
char polarity, int
www.eeworm.com/read/169956/5408304
c dump-zap.c
#include
#include
#include "dump-zap.h"
static const char *inv_name [] = {
"INVERSION_OFF",
"INVERSION_ON",
"INVERSION_AUTO"
};
static const char *fec_name [] = {
www.eeworm.com/read/169956/5408305
c dump-vdr.c
#include
#include "dump-vdr.h"
#include
static const char *inv_name [] = {
"0",
"1",
"999"
};
static const char *fec_name [] = {
"0",
"12",
"23",
"34",
"45"
www.eeworm.com/read/169956/5408345
c hex_dump.c
/* hex_dump.h -- simple hex dump routine
*
* Copyright (C) 2002 convergence GmbH
* Johannes Stezenbach
*
* This program is free software; you can redistribute it and/or
* mod