Searched refs:with (Results 1 - 25 of 39) sorted by relevance

12

/haiku/src/system/libroot/posix/musl/math/x86/
H A Datan.s12 # subnormal x, return x with underflow
H A Datan2.s12 # subnormal x, return x with underflow
H A Dasin.s9 # subnormal x, return x with underflow
29 # subnormal x, return x with underflow
H A Datan2f.s12 # subnormal x, return x with underflow
H A Datanf.s12 # subnormal x, return x with underflow
H A Dlog1p.s18 # subnormal x, return x with underflow
H A Dlog1pf.s18 # subnormal x, return x with underflow
H A Dexp.s9 # subnormal x, return x with underflow
29 # subnormal x, return x with underflow
H A Dexpl.s2 # where hi+lo = log2e*x with 128bit precision
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A DTODO13 6)(???) Hang problem with DriveSetup #reproduced on clean system without SCSI...
27 #20) What with write-protected devices?
28 #21) Some kind of investigation - try to return CHECK_CONDITION in case of zero autosense_len - will system resend this command with non-zero autosense len?
36 #29) Problem with synchronize cache command (see BePage's log)
38 31) Work with NewFS Tracker and it's derivatives. There are lot of problems with that mad software.
48 #41) More correct work with MODE_SENSE/MODE_SELECT convertions ...
50 #-INVALID!-43) What with sense data? should it be reorganized as MODE_SENSE/MODE_SELECT one?
51 44) Fix possible problem with READ_CAPACITY command. Some cameras produce "Generic OS Error" during mounting.
57 #-CDBurner's problem-50) Problems with 3
[all...]
/haiku/src/apps/soundrecorder/
H A DDrawingTidbits.h48 void ReplaceTransparentColor(BBitmap *bitmap, rgb_color with);
H A DDrawingTidbits.cpp67 ReplaceTransparentColor(BBitmap *bitmap, rgb_color with) argument
73 uint8 withIndex = screen.IndexForColor(with);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs_endian.h17 # error Building BFS with both big and little endian is not supported.
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dcrt0-efi-x86.S7 Redistribution and use in source and binary forms, with or without
16 provided with the distribution.
62 call efi_main # call app with "image" and "systab" argument
/haiku/src/bin/
H A Dleak_analyser.sh11 A file containing the allocations with stack traces from
14 To generate such a file run a program with the following
30 Do not exclude allocations with no stack trace. By default
42 line and newlines have been replaced with the caret (^)
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_common.h100 * FUSE_CAP_SPLICE_MOVE: ability to move data to the fuse device with splice()
127 * FUSE_IOCTL_RETRY: retry with new iovecs
327 * Try to move data with splice.
336 * Don't block on the pipe when copying data with splice
414 /* Initialize bufvec with a single buffer of given size */
497 # warning Compatibility with API version 11 is deprecated
503 # error Compatibility with API version other than 21, 22, 24, 25 and 11 not supported
/haiku/src/system/libroot/posix/glibc/arch/ppc/
H A Dmul_1.S16 License along with the GNU C Library; if not, write to the Free
40 addic r5,r5,0 # clear cy with dummy insn
/haiku/headers/private/graphics/common/
H A Ddebug_ext.h25 // with
73 #error you need to define DEBUG_MSG_PREFIX with the module name
/haiku/build/scripts/
H A Dbuild_cross_tools_gcc454 binutilsConfigureArgs="--disable-multilib --with-float=hard
55 --with-cpu=cortex-a8 --with-fpu=vfpv3"
56 gccConfigureArgs="--disable-multilib --with-float=hard
57 --with-cpu=cortex-a8 --with-fpu=vfpv3"
59 # TODO: Disable building with TLS support for ARM until implemented.
66 binutilsConfigureArgs=" --with-arch=rv64gc"
67 gccConfigureArgs=" --with-arch=rv64gc"
81 # TODO: Disable building with TL
[all...]
H A Dbuild_cross_tools27 # Note: The gcc 2 build has trouble with -jN N > 1, hence we only use the
107 gccConfigureArgs="$gccConfigureArgs --with-hybrid-secondary=$SECONDARY_ARCH"
153 # Fixes issues with newer bison versions.
165 --with-headers=$tmpIncludeDir --with-libs=$tmpLibDir $gccConfigureArgs \
169 # hack the Makefile to avoid trouble with stuff we don't need anyway
/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp209 Merges the second buffer with the first. If \a after is \c true, the
218 net_buffer_private *with = (net_buffer_private *)_with; local
219 if (with == NULL)
224 status_t error = append_data(buffer, with->data, with->size);
229 status_t error = append_data(with, buffer->data, buffer->size);
234 buffer->data = with->data;
235 buffer->size = with->size;
237 with->data = NULL;
240 free_buffer(with);
[all...]
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp64 update_page_root_entry(page_root_entry *entry, page_root_entry *with) argument
67 *entry = *with;
79 update_page_directory_entry(page_directory_entry *entry, page_directory_entry *with) argument
82 *entry = *with;
94 update_page_table_entry(page_table_entry *entry, page_table_entry *with) argument
98 *entry = *with;
111 update_page_indirect_entry(page_indirect_entry *entry, page_indirect_entry *with) argument
115 *entry = *with;
618 // with BeOS we allow having user accessible areas in the kernel address
652 // accessible in kernel space, too (but with th
[all...]
/haiku/headers/private/net/
H A Dnet_buffer.h51 status_t (*merge)(net_buffer* buffer, net_buffer* with, bool after);
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexpl.s2 # where hi+lo = log2e*x with 128bit precision
/haiku/headers/os/support/
H A DString.h303 BString& ReplaceSet(const char* setOfBytes, char with);
305 const char* with);
308 const char* with);
418 int32 searchLength, const char* with,

Completed in 196 milliseconds

12