代码搜索:chunk
找到约 2,951 项符合「chunk」的源代码
代码结果 2,951
www.eeworm.com/read/290592/8473596
h chunk.h
/*
* Defines for low level memory management routines
*
* Copyright 2000 by Gray Watson
*
* This file is part of the dmalloc package.
*
* Permission to use, copy, modify, and distribute this so
www.eeworm.com/read/290592/8473687
c chunk.c
/*
* Memory chunk low-level allocation routines
*
* Copyright 2000 by Gray Watson
*
* This file is part of the dmalloc package.
*
* Permission to use, copy, modify, and distribute this software
www.eeworm.com/read/387369/8691043
h chunk.h
#ifndef _CHUNK_H_
#define _CHUNK_H_
#include
#include "word.h"
namespace rmmseg
{
/**
* A chunk stores 3 (or less) successive words.
*/
struct Chunk
{
int tota
www.eeworm.com/read/178690/9388432
h chunk.h
// libTorrent - BitTorrent library
// Copyright (C) 2005-2006, Jari Sundell
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public L
www.eeworm.com/read/178690/9388459
cc chunk.cc
// libTorrent - BitTorrent library
// Copyright (C) 2005-2006, Jari Sundell
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public L
www.eeworm.com/read/104775/7071696
h chunk.h
#ifndef __chunk_h
#define __chunk_h
#include
class ChunkWriter
{
public:
virtual int write_chunk(const void* chunk_data, unsigned int chunk_length) = 0;
virtual int write_
www.eeworm.com/read/104775/7071704
cpp chunk.cpp
#include
#include
#ifdef WIN32
#include
#endif
#include "chunk.h"
StdoutChunkWriter::StdoutChunkWriter()
{
#ifdef WIN32
::_setmode(_fileno(stdout), _O_BIN
www.eeworm.com/read/449031/7519895
h chunk.h
#ifndef _CHUNK_H_
#define _CHUNK_H_
#include
#include "word.h"
namespace rmmseg
{
/**
* A chunk stores 3 (or less) successive words.
*/
struct Chunk
{
int tota