Searched defs:bytes (Results 1 - 25 of 233) sorted by path

12345678910

/haiku/headers/os/device/
H A DCAM.h43 uint32 bytes; /* number of bytes to transfer */ member in struct:__anon186
[all...]
/haiku/headers/os/drivers/usb/
H A DUSB_audio.h272 uint8 bytes[3]; member in struct:__anon85
/haiku/headers/private/audio/
H A Dsoundcard.h1089 int bytes; /* Available space in bytes (includes partially used fragments) */ member in struct:audio_buf_info
1188 unsigned int bytes; /* Total # of bytes processed */ member in struct:count_info
[all...]
/haiku/headers/private/firewire/
H A Diec68113.h96 uint8_t bytes[3]; member in union:ciphdr::__anon722
/haiku/headers/private/interface/
H A Dutf8_functions.h43 UTF8NextCharLen(const char *bytes, size_t length) argument
112 UTF8CountBytes(const char *bytes, int3 argument
138 UTF8CountChars(const char *bytes, int32 numBytes) argument
169 UTF8ToCharCode(const char **bytes) argument
[all...]
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dringqueue.cpp95 RingQueue::Read(unsigned char* dataPtr, size_t bytes) argument
124 Write(unsigned char* dataPtr, size_t bytes) argument
[all...]
/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp44 const char* bytes; local
/haiku/src/add-ons/input_server/filters/switch_workspace/
H A DSwitchWorkspaceInputFilter.cpp42 const char* bytes; local
/haiku/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.cpp133 BString bytes; local
H A DT9InputServerMethod.cpp134 BString bytes; local
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAHelper.cpp47 size_t bytes; local
[all...]
H A DATARequest.cpp177 ATARequest::AdvanceSG(uint32 bytes) argument
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dscsi_commands.h160 uint8 bytes[11]; member in struct:__anon122
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIHelper.cpp48 size_t bytes; local
[all...]
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcmedia_pci.h106 bigtime_t bytes; member in struct:__anon1505
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Di2c_core.c261 uint8 *bytes; local
304 const uint8 *bytes; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_power.c173 u_int32_t ar9300_wowoffload_download_rekey_data(struct ath_hal *ah, u_int32_t *data, u_int32_t bytes) argument
209 ar9300_wowoffload_download_acer_magic( struct ath_hal *ah, HAL_BOOL valid, u_int8_t* datap, u_int32_t bytes) argument
[all...]
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DKLSI.cpp143 size_t bytes = B_LENDIAN_TO_HOST_INT16(*(uint16 *)(*buffer)); local
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp699 size_t bytes = min_c(bufferSize - dataOffset, length); local
710 size_t bytes = length - dataOffset; local
730 size_t bytes = bufferSize - dataOffset; local
[all...]
/haiku/src/add-ons/kernel/file_systems/shared/
H A DQueryParserUtils.cpp97 uint8* bytes = (uint8*)*string; local
/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp361 remove_header(net_buffer *_buffer, size_t bytes) argument
382 remove_trailer(net_buffer *buffer, size_t bytes) argument
414 append_cloned_data(net_buffer *_buffer, net_buffer *_source, uint32 offset, size_t bytes) argument
[all...]
/haiku/src/add-ons/print/transports/shared/
H A DSocketStream.cpp39 int bytes; local
79 int bytes; local
[all...]
/haiku/src/add-ons/translators/raw/
H A DRAW.h49 uint32 bytes; member in struct:image_data_info
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp248 KeyDown( const char *bytes, int32 numBytes) argument
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp757 KeyDown( const char* bytes, int32 count) argument

Completed in 116 milliseconds

12345678910