Searched refs:bytes (Results 276 - 300 of 531) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/preferences/shortcuts/
H A DShortcutsSpec.cpp664 ShortcutsSpec::ProcessColumnKeyStroke(int whichColumn, const char* bytes, argument
680 switch(bytes[0]) {
702 uint32 newCharLen = strlen(bytes);
703 if ((newCharLen > 0) && (bytes[0] >= ' ')) {
723 strncat(fCommand, bytes, fCommandLen);
740 switch(bytes[0])
756 char letter = bytes[0];
/haiku-fatelf/src/bin/gdb/bfd/
H A Daoutx.h369 struct external_exec *bytes = (struct external_exec *)raw_bytes; variable in typeref:struct:external_exec
376 /* Now fill in fields in the execp, from the bytes in the raw data. */
377 execp->a_info = H_GET_32 (abfd, bytes->e_info);
378 execp->a_text = GET_WORD (abfd, bytes->e_text);
379 execp->a_data = GET_WORD (abfd, bytes->e_data);
380 execp->a_bss = GET_WORD (abfd, bytes->e_bss);
381 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
382 execp->a_entry = GET_WORD (abfd, bytes->e_entry);
383 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
384 execp->a_drsize = GET_WORD (abfd, bytes
409 struct external_exec *bytes = (struct external_exec *)raw_bytes; variable in typeref:struct:external_exec
2268 struct reloc_ext_external *bytes; variable in typeref:struct:reloc_ext_external
2324 struct reloc_std_external *bytes; variable in typeref:struct:reloc_std_external
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DInode.cpp323 /** Tries to free up "bytes" space in the small_data section by moving
329 Inode::MakeSpaceForSmallData(Transaction *transaction, const char *name, int32 bytes) argument
333 while (bytes > 0) {
346 // remove the first one large enough to free the needed amount of bytes
347 if (bytes < (int32)item->Size())
351 if (item->IsLast(Node()) || (int32)item->Size() < bytes)
354 bytes -= max->Size();
674 * The buffer must be B_FILE_NAME_LENGTH bytes large.
835 // index only the first BPLUSTREE_MAX_KEY_LENGTH bytes
1153 int32 bytes local
1217 off_t bytes; local
1702 Append(Transaction *transaction, off_t bytes) argument
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundDeviceEngine.cpp102 uint32 bufferSize = 0x000b; // 1024 bytes
280 //PRINT(("OpenSoundDeviceEngine::%s: ISPACE: { bytes=%d, fragments=%d, fragsize=%d, fragstotal=%d }\n", __FUNCTION__, info->bytes, info->fragments, info->fragsize, info->fragstotal));
281 return info->bytes;
299 //PRINT(("OpenSoundDeviceEngine::%s: OSPACE: { bytes=%d, fragments=%d, fragsize=%d, fragstotal=%d }\n", __FUNCTION__, info->bytes, info->fragments, info->fragsize, info->fragstotal));
300 return info->bytes;
326 info->samples = cinfo.bytes / (fMediaFormat.u.raw_audio.channel_count
588 abinfo.bytes = 0;
590 fDriverBufferSize = abinfo.bytes;
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmd5.c67 /* This array contains the bytes used to pad the buffer to the next
95 /* Put result from CTX in first 16 bytes following RESBUF. The result
109 /* Process the remaining bytes in the internal buffer and the usual
114 /* Take yet unprocessed bytes into account. */
115 uint32_t bytes = ctx->buflen; local
116 size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
118 /* Now count remaining bytes. */
119 ctx->total[0] += bytes;
120 if (ctx->total[0] < bytes)
127 memcpy (&((char *) ctx->buffer)[bytes], fillbu
[all...]
H A Dsha1.c53 /* This array contains the bytes used to pad the buffer to the next
83 /* Put result from CTX in first 20 bytes following RESBUF. The result
98 /* Process the remaining bytes in the internal buffer and the usual
103 /* Take yet unprocessed bytes into account. */
104 uint32_t bytes = ctx->buflen; local
105 size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
107 /* Now count remaining bytes. */
108 ctx->total[0] += bytes;
109 if (ctx->total[0] < bytes)
116 memcpy (&((char *) ctx->buffer)[bytes], fillbu
[all...]
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dsh-dis.c916 bfd_byte bytes[4]; local
922 status = info->read_memory_func (disp_pc_addr, bytes, size, info);
930 val = bfd_getl16 (bytes);
932 val = bfd_getb16 (bytes);
937 val = bfd_getl32 (bytes);
939 val = bfd_getb32 (bytes);
/haiku-fatelf/src/bin/network/wget/md5/
H A Dmd5.c64 /* This array contains the bytes used to pad the buffer to the next
92 /* Put result from CTX in first 16 bytes following RESBUF. The result
106 /* Process the remaining bytes in the internal buffer and the usual
111 /* Take yet unprocessed bytes into account. */
112 uint32_t bytes = ctx->buflen; local
113 size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
115 /* Now count remaining bytes. */
116 ctx->total[0] += bytes;
117 if (ctx->total[0] < bytes)
124 memcpy (&((char *) ctx->buffer)[bytes], fillbu
[all...]
/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dqrinput.c997 * Returns required length in bytes for specified mode, version and bits.
1001 * @return required length of code words in bytes.
1541 static int QRinput_List_shrinkEntry(QRinput_List *entry, int bytes) argument
1545 data = (unsigned char *)malloc(bytes);
1548 memcpy(data, entry->data, bytes);
1551 entry->size = bytes;
1556 __STATIC int QRinput_splitEntry(QRinput_List *entry, int bytes) argument
1561 e = QRinput_List_newEntry(entry->mode, entry->size - bytes, entry->data + bytes);
1566 ret = QRinput_List_shrinkEntry(entry, bytes);
1582 int bits, maxbits, nextbits, bytes, ret; local
[all...]
/haiku-fatelf/src/apps/serialconnect/libvterm/include/
H A Dvterm.h69 int (*text)(const char *bytes, size_t len, void *user);
71 int (*escape)(const char *bytes, size_t len, void *user);
223 void vterm_push_bytes(VTerm *vt, const char *bytes, size_t len);
/haiku-fatelf/src/bin/coreutils/src/
H A Dsplit.c85 {"bytes", required_argument, NULL, 'b'},
87 {"line-bytes", required_argument, NULL, 'C'},
119 -b, --bytes=SIZE put SIZE bytes per output file\n\
120 -C, --line-bytes=SIZE put at most SIZE bytes of lines per output file\n\
192 /* Write BYTES bytes at BP to an output file.
197 cwrite (bool new_file_flag, const char *bp, size_t bytes)
214 if (full_write (output_desc, bp, bytes) != bytes)
196 cwrite(bool new_file_flag, const char *bp, size_t bytes) argument
[all...]
/haiku-fatelf/src/kits/interface/
H A DPictureButton.cpp237 BPictureButton::KeyDown(const char* bytes, int32 numBytes) argument
240 switch (bytes[0]) {
258 BControl::KeyDown(bytes, numBytes);
/haiku-fatelf/src/system/kernel/cache/
H A Dfile_cache.cpp263 push_access(file_cache_ref* ref, off_t offset, generic_size_t bytes, argument
266 TRACE(("%p: push %Ld, %ld, %s\n", ref, offset, bytes,
277 ref->SetLastAccess(index, offset + bytes, isWrite);
370 It can only handle a certain amount of bytes, and the caller must make
433 size_t bytes = min_c(bufferSize, (size_t)B_PAGE_SIZE - pageOffset); local
437 bytes, true);
439 buffer += bytes;
440 bufferSize -= bytes;
585 generic_size_t bytes = min_c((generic_size_t)bufferSize, local
590 vm_memcpy_to_physical(base + pageOffset, (void*)buffer, bytes,
[all...]
/haiku-fatelf/headers/libs/print/libprint/
H A DPreview.h66 virtual void KeyDown(const char* bytes, int32 numBytes);
/haiku-fatelf/headers/os/game/
H A DFileGameSound.h58 bool Read(void* buffer, size_t bytes);
H A DStreamingGameSound.h83 size_t bytes, BStreamingGameSound* sound);
/haiku-fatelf/headers/os/interface/
H A DButton.h37 virtual void KeyDown(const char* bytes, int32 numBytes);
H A DCheckBox.h44 virtual void KeyDown(const char* bytes, int32 numBytes);
H A DControl.h45 virtual void KeyDown(const char* bytes, int32 numBytes);
H A DPictureButton.h53 virtual void KeyDown(const char* bytes, int32 numBytes);
H A DRadioButton.h36 virtual void KeyDown(const char* bytes, int32 numBytes);
/haiku-fatelf/src/apps/cortex/DiagramView/
H A DDiagramView.h155 const char *bytes,
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp127 AlphaSlider::KeyDown(const char* bytes, int32 numBytes) argument
130 BControl::KeyDown(bytes, numBytes);
134 switch (bytes[0]) {
152 BControl::KeyDown(bytes, numBytes);
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp358 PlaylistListView::KeyDown(const char* bytes, int32 numBytes) argument
363 if ((bytes[0] == B_BACKSPACE) || (bytes[0] == B_DELETE))
366 DragSortableListView::KeyDown(bytes, numBytes);
/haiku-fatelf/src/bin/network/wget/src/
H A Dcss-url.c63 extern YY_BUFFER_STATE yy_scan_bytes (const char *bytes,int len );

Completed in 171 milliseconds

<<11121314151617181920>>