Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
네임스페이스 | 매크로
DeflateOutputStreamBuffer.cc 파일 참조
#include "cheprep/DeflateOutputStreamBuffer.h"

이 파일의 소스 코드 페이지로 가기

네임스페이스

 cheprep
 

매크로

#define DO1   crc = crctable[(crc ^ (*buf++)) & 0xff] ^ (crc >> 8)
 
#define DO8   DO1; DO1; DO1; DO1; DO1; DO1; DO1; DO1
 

매크로 문서화

#define DO1   crc = crctable[(crc ^ (*buf++)) & 0xff] ^ (crc >> 8)

DeflateOutputStreamBuffer.cc 파일의 167 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : cheprep::DeflateOutputStreamBuffer::overflow().

#define DO8   DO1; DO1; DO1; DO1; DO1; DO1; DO1; DO1

DeflateOutputStreamBuffer.cc 파일의 168 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : cheprep::DeflateOutputStreamBuffer::overflow().