Searched refs:low (Results 1 - 25 of 137) sorted by last modified time

123456

/haiku/src/servers/app/
H A DServerApp.cpp3087 display_mode target, low, high; local
3089 link.Read<display_mode>(&low);
3092 &low, &high);
3330 uint32 low, high; local
3332 &low, &high);
3335 fLink.Attach<uint32>(low);
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp2207 rgb_color low; local
2221 low = view->Parent()->ViewColor();
2223 low = base;
2226 color.red = (uint8)(((int32)low.red + color.red + 1) / 2);
2227 color.green = (uint8)(((int32)low.green + color.green + 1) / 2);
2228 color.blue = (uint8)(((int32)low.blue + color.blue + 1) / 2);
2235 if (low.IsDark()) {
H A DListView.cpp1125 int32 low = 0; local
1132 while (high >= low) {
1133 mid = (low + high) / 2;
1139 low = mid + 1;
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2198 rgb_color low; local
2212 low = view->Parent()->ViewColor();
2214 low = base;
2217 color.red = (uint8)(((int32)low.red + color.red + 1) / 2);
2218 color.green = (uint8)(((int32)low.green + color.green + 1) / 2);
2219 color.blue = (uint8)(((int32)low.blue + color.blue + 1) / 2);
2224 if (low.IsDark()) {
/haiku/src/add-ons/accelerants/virtio/
H A Daccelerant_protos.h35 status_t virtio_gpu_get_pixel_clock_limits(display_mode *dm, uint32 *low,
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.h47 const display_mode* low,
H A DAccelerantHWInterface.cpp898 display_mode high, low;
900 low = *_low;
902 return fAccProposeDisplayMode(candidate, &low, &high);
/haiku/headers/private/kernel/arch/x86/64/
H A Dcpu.h19 uint64_t high, low; local
20 asm volatile("rdmsr" : "=a" (low), "=d" (high) : "c" (msr));
21 return (high << 32) | low;
/haiku/src/system/boot/arch/x86/
H A Darch_cpu.cpp75 uint128(uint64 low, uint64 high = 0) argument
77 low(low),
84 return high < other.high || (high == other.high && low < other.low);
101 return uint128(0, low << (count - 64));
103 return uint128(low << count, (high << count) | (low >> (64 - count)));
117 return uint128((low >> count) | (high << (64 - count)), high >> count);
122 uint64 resultLow = low
170 uint64 low; member in struct:uint128
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DExtentStream.cpp90 int32 low = 0; local
92 while (low < high) {
93 int32 middle = (high + low + 1) / 2;
97 low = middle;
100 extentIndex = low + 1;
/haiku/src/kits/support/
H A DPointerList.cpp81 void QuickSort(void **items, int32 low, int32 high);
171 AbstractPointerListHelper::QuickSort(void **items, int32 low, int32 high) argument
173 if (low <= high) {
174 sort(&items[low], &items[high+1], comparator(this));
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A DVirtioDevice.cpp19 SetLowHi(vuint32 &low, vuint32 &hi, uint64 val) argument
21 low = (uint32)val;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp99 int low = 0, mid = 0, comp = 0; local
102 while (low < high) {
103 mid = (low + high) / 2;
109 low = mid + 1;
/haiku/src/add-ons/accelerants/framebuffer/
H A Daccelerant_protos.h34 status_t framebuffer_get_pixel_clock_limits(display_mode *dm, uint32 *low,
/haiku/headers/private/kernel/util/
H A DBitUtils.h95 T low = 0; local
97 low = bits[i - 1] >> (bitsPerElement - nBits);
99 bits[i] = low | high;
104 const T low = bits[i] >> nBits; local
108 bits[i] = low | high;
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp846 DWindowHWInterface::GetPixelClockLimits(display_mode* mode, uint32* low, argument
863 const display_mode* low, const display_mode* high)
862 ProposeMode(display_mode* candidate, const display_mode* low, const display_mode* high) argument
H A DViewHWInterface.cpp690 ViewHWInterface::GetPixelClockLimits(display_mode* mode, uint32* low, argument
705 ViewHWInterface::ProposeMode(display_mode* candidate, const display_mode* low, argument
H A DViewHWInterface.h44 const display_mode* low,
H A DDWindowHWInterface.h49 const display_mode* low,
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel.h1518 * Create a low level session
1521 * @param op the low level filesystem operations
1849 # error Compatibility with low-level API version < 24 not supported
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c379 int32 low = XDRInPacketGetInt32(reply); local
382 dprintf("nfs: RPC_MISMATCH (%" B_PRId32 ",%" B_PRId32 ")", low,
400 int32 low = XDRInPacketGetInt32(reply); local
404 low, high);
/haiku/src/add-ons/accelerants/vesa/
H A Daccelerant_protos.h30 const display_mode *low, const display_mode *high);
35 status_t vesa_get_pixel_clock_limits(display_mode *dm, uint32 *low,
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/
H A Dif_nfe.c3085 sysctl_int_range(SYSCTL_HANDLER_ARGS, int low, int high) argument
3095 if (value < low || value > high)
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dsystm.h111 struct unrhdr *new_unrhdr(int low, int high, struct mtx *mutex);
H A Dmalloc.h39 vm_paddr_t low, vm_paddr_t high, unsigned long alignment,
49 #define kernel_contigmalloc(size, type, flags, low, high, alignment, boundary) \
50 _kernel_contigmalloc(__FILE__, __LINE__, size, flags, low, high, \
59 # define contigmalloc(size, type, flags, low, high, alignment, boundary) \
60 _kernel_contigmalloc(__FILE__, __LINE__, size, flags, low, high, \

Completed in 307 milliseconds

123456