Searched refs:high (Results 51 - 75 of 130) sorted by relevance

123456

/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc270 register mark_pointer high,
286 if (mpos > high && mpos < high + amount)
287 mpos = high + amount;
294 if (mpos > low && mpos <= high)
306 if (mpos > high && mpos < high + amount)
307 mpos = high + amount;
314 if (mpos > low && mpos <= high)
269 adjust_markers(register mark_pointer low, register mark_pointer high, int amount, buf_char *old_data) argument
/haiku/src/add-ons/accelerants/radeon/
H A Dgeneric.h22 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high);
26 status_t GET_PIXEL_CLOCK_LIMITS(display_mode *dm, uint32 *low, uint32 *high);
H A Dradeon_accelerant.h89 const display_mode *low, const display_mode *high, bool *isTunnel );
/haiku/src/add-ons/accelerants/skeleton/
H A Dbe_driver_proto.h24 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high);
28 status_t GET_PIXEL_CLOCK_LIMITS(display_mode *dm, uint32 *low, uint32 *high);
/haiku/src/add-ons/accelerants/via/
H A Dbe_driver_proto.h24 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high);
28 status_t GET_PIXEL_CLOCK_LIMITS(display_mode *dm, uint32 *low, uint32 *high);
/haiku/src/add-ons/accelerants/neomagic/
H A Dbe_driver_proto.h22 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high);
26 status_t GET_PIXEL_CLOCK_LIMITS(display_mode *dm, uint32 *low, uint32 *high);
/haiku/src/add-ons/accelerants/nvidia/
H A Dbe_driver_proto.h24 status_t PROPOSE_DISPLAY_MODE(display_mode *target, const display_mode *low, const display_mode *high);
32 status_t GET_PIXEL_CLOCK_LIMITS(display_mode *dm, uint32 *low, uint32 *high);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c534 s64 high, low; local
626 for (high = 1024LL; !ntfs_device_offset_valid(dev, high); high <<= 1)
627 low = high;
628 while (low < high - 1LL) {
629 const s64 mid = (low + high) / 2;
634 high = mid;
/haiku/src/add-ons/accelerants/intel_extreme/
H A Daccelerant_protos.h35 const display_mode* low, const display_mode* high);
44 uint32* high);
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.h45 const display_mode* high);
/haiku/src/system/kernel/arch/x86/
H A Darch_real_time_clock.cpp48 uint8 high; local
53 high = number / 10;
56 return (high << 4) | low;
/haiku/src/system/kernel/arch/m68k/
H A Darch_real_time_clock.cpp46 uint8 high; local
51 high = number / 10;
54 return (high << 4) | low;
/haiku/src/add-ons/accelerants/ati/
H A Dmode.cpp228 const display_mode *high)
231 (void)high; // avoid compiler warning for unused arg
380 GetPixelClockLimits(display_mode* mode, uint32* low, uint32* high) argument
400 if (high != NULL)
401 *high = maxPixelClock;
227 ProposeDisplayMode(display_mode *target, const display_mode *low, const display_mode *high) argument
H A Daccelerant.h104 const display_mode* high);
108 status_t GetPixelClockLimits(display_mode* dm, uint32* low, uint32* high);
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp295 const display_mode *high)
298 (void)high; // avoid compiler warning for unused arg
457 GetPixelClockLimits(display_mode* mode, uint32* low, uint32* high) argument
477 if (high != NULL)
478 *high = maxPixelClock;
294 ProposeDisplayMode(display_mode *target, const display_mode *low, const display_mode *high) argument
H A Daccel.h96 status_t ProposeDisplayMode(display_mode* target, const display_mode* low, const display_mode* high);
100 status_t GetPixelClockLimits(display_mode* dm, uint32* low, uint32* high);
/haiku/src/kits/interface/
H A DPrivateScreen.cpp445 const display_mode* low, const display_mode* high)
450 if (target == NULL || low == NULL || high == NULL)
458 link.Attach<display_mode>(*high);
591 BPrivateScreen::GetPixelClockLimits(display_mode *mode, uint32 *low, uint32 *high) argument
593 if (mode == NULL || low == NULL || high == NULL)
604 link.Read<uint32>(high);
444 ProposeMode(display_mode* target, const display_mode* low, const display_mode* high) argument
/haiku/src/libs/compat/freebsd_network/compat/machine/x86/
H A Dcpufunc.h455 u_int low, high; local
457 __asm __volatile("xgetbv" : "=a" (low), "=d" (high) : "c" (reg));
458 return (low | ((uint64_t)high << 32));
464 u_int low, high; local
467 high = val >> 32;
468 __asm __volatile("xsetbv" : : "c" (reg), "a" (low), "d" (high));
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c34 uint16_t flags, uint16_t *low, uint16_t *high);
319 uint16_t flags, uint16_t *low, uint16_t *high)
323 *high = 5430;
318 ar5210GetChannelEdges(struct ath_hal *ah, uint16_t flags, uint16_t *low, uint16_t *high) argument
/haiku/src/tests/apps/miniterminal/
H A DConsole.cpp397 int32 high = argCount > 1 ? args[1] : fLines; local
398 if (low <= high)
399 SetScrollRegion(low - 1, high - 1);
/haiku/headers/private/interface/
H A DPrivateScreen.h66 const display_mode* high);
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dsystm.h111 struct unrhdr *new_unrhdr(int low, int high, struct mtx *mutex);
/haiku/src/add-ons/accelerants/3dfx/
H A Daccelerant.h72 const display_mode* high);
76 status_t GetPixelClockLimits(display_mode* dm, uint32* low, uint32* high);
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h293 display_mode* low, display_mode* high);
298 uint32* high);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfString.cpp221 uint8 high = uint8(value >> 8 & 0xff); local
223 fCs0String[pos++] = high;

Completed in 238 milliseconds

123456