Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

bitio.c File Reference

#include <assert.h>
#include "all.h"
#include "byteorder.h"
#include "bitio.h"
#include "mtypes.h"

Go to the source code of this file.


Functions

void Dump _ANSI_ARGS_ ((BitBucket *bbPtr))
BitBucketBitio_New (filePtr) FILE *filePtr

Variables

uint32 lower_mask [33]
time_t IOtime
uint32 bits
int nbits
int socket

Function Documentation

void Dump _ANSI_ARGS_ (BitBucket *bbPtr)    [static]
 

BitBucket* Bitio_New filePtr   
 


Variable Documentation

uint32 bits
 

Definition at line 214 of file bitio.c.

time_t IOtime
 

Definition at line 125 of file bitio.c.

uint32 lower_mask[33] [static]
 

Initial value:

 {
    0,
    0x1, 0x3, 0x7, 0xf,
    0x1f, 0x3f, 0x7f, 0xff,
    0x1ff, 0x3ff, 0x7ff, 0xfff,
    0x1fff, 0x3fff, 0x7fff, 0xffff,
    0x1ffff, 0x3ffff, 0x7ffff, 0xfffff,
    0x1fffff, 0x3fffff, 0x7fffff, 0xffffff,
    0x1ffffff, 0x3ffffff, 0x7ffffff, 0xfffffff,
    0x1fffffff, 0x3fffffff, 0x7fffffff, 0xffffffff
}

Definition at line 112 of file bitio.c.

int nbits
 

Definition at line 215 of file bitio.c.

int socket
 

Definition at line 403 of file bitio.c.

Referenced by get_MAC_addr(), open_incoming_socket(), RT_mp_comm_init(), tcp_connect(), and tcp_listen().

 

Powered by Plone

This site conforms to the following standards: