Searched refs:low (Results 151 - 175 of 425) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/one-true-awk/
H A Dlex.c439 int cond, low, mid, high; local
441 low = 0;
443 while (low <= high) {
444 mid = (low + high) / 2;
448 low = mid + 1;
536 /* low-level lexical stuff, sort of inherited from lex */
/freebsd-11-stable/sys/pc98/cbus/
H A Dscterm-sck.c259 u_short tmp, high, low, c; local
262 low = (u_short) l;
266 if (low >= 0xe0) {
267 low -= 0x40;
269 low = (low - 0x81) * 2 + 0x21;
274 low++;
280 low &= 0x7F;
281 tmp = ((high << 8) | low) - 0x20;
286 low
[all...]
/freebsd-11-stable/lib/libedit/
H A Dchared.c242 c__prev_word(Char *p, Char *low, int n, int (*wtest)(wint_t)) argument
247 while ((p >= low) && !(*wtest)(*p))
249 while ((p >= low) && (*wtest)(*p))
255 if (p < low)
256 p = low;
313 cv_prev_word(Char *p, Char *low, int n, int (*wtest)(wint_t)) argument
319 while ((p > low) && Isspace(*p))
322 while ((p >= low) && (*wtest)(*p) == test)
328 if (p < low)
329 return low;
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c278 unsigned low, size; local
293 low = 0;
295 if ((low % 7) == 0) printf("\n ");
296 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
297 state.lencode[low].val);
298 if (++low == size) break;
304 low = 0;
306 if ((low % 6) == 0) printf("\n ");
307 printf("{%u,%u,%d}", state.distcode[low]
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dpe-mips.c233 /* The low 16 bits of a symbol value. */
564 the low 16 bits of the addend */
626 bfd_vma val, tmp, targ, src, low; local
766 low = bfd_get_32 (input_bfd, contents + rel[1].r_vaddr);
767 low &= 0xffff;
768 if (low & 0x8000)
769 low -= 0x10000;
770 targ = val + low + ((tmp & 0xffff) << 16);
/freebsd-11-stable/contrib/gcc/
H A Dtree-vect-generic.c48 unsigned HOST_WIDE_INT low, high, mask; local
54 low = value;
58 low = (unsigned HOST_WIDE_INT) ~0 / mask * (value & mask);
62 low &= ((HOST_WIDE_INT)1 << TYPE_PRECISION (type)) - 1, high = 0;
66 high = low;
70 ret = build_int_cst_wide (type, low, high);
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_dmar.h398 uint32_t high, low; local
400 low = bus_read_4(unit->regs, reg);
402 return (low | ((uint64_t)high << 32));
425 uint32_t high, low; local
427 low = val;
429 bus_write_4(unit->regs, reg, low);
/freebsd-11-stable/sys/x86/isa/
H A Dclock.c246 int high, low; local
253 low = inb(TIMER_CNTR0);
257 return ((high << 8) | low);
536 u_int high, low; local
551 low = inb(TIMER_CNTR0);
553 count = i8254_max_count - ((high << 8) | low);
/freebsd-11-stable/contrib/libreadline/
H A Dcomplete.c1049 int low; /* Count of max-matched characters. */ local
1067 for (i = 1, low = 100000; i < matches; i++)
1121 if (low > si)
1122 low = si;
1128 if (low == 0 && text && *text)
1135 match_list[0] = (char *)xmalloc (low + 1);
1167 if (si <= low)
1172 strncpy (match_list[0], match_list[i], low);
1177 strncpy (match_list[0], match_list[1], low);
1181 strncpy (match_list[0], text, low);
[all...]
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-disasm.c351 /* Determine what the low address will be to display in the TUI's
353 low address input. */
355 tui_get_low_disassembly_address (CORE_ADDR low, CORE_ADDR pc) argument
364 if (pc < low)
365 pc = low;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c32 uint16_t flags, uint16_t *low, uint16_t *high);
316 uint16_t flags, uint16_t *low, uint16_t *high)
319 *low = 5120;
315 ar5210GetChannelEdges(struct ath_hal *ah, uint16_t flags, uint16_t *low, uint16_t *high) argument
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_socket.c525 unsigned long low = (unsigned long)-1; local
528 if (low > ghbn_cache[i].order) {
529 low = ghbn_cache[i].order;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp391 uint32_t low = 0; local
393 while (low < high) {
394 uint32_t mid = (low + high) / 2;
403 low = mid + 1;
421 uint32_t low = 0; local
424 while (low < high) {
425 uint32_t mid = (low + high) / 2;
442 low = mid + 1;
457 uint32_t low = 0; local
460 while (low < hig
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp138 bool RemoteAwarePlatform::CalculateMD5(const FileSpec &file_spec, uint64_t &low, argument
141 return Platform::CalculateMD5(file_spec, low, high);
143 return m_remote_platform_sp->CalculateMD5(file_spec, low, high);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h118 uint64_t high, low; member in struct:__anon979::__anon980
122 uint64_t low, high; member in struct:__anon979::__anon981
134 word = uu.s.low;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.h71 int low; member in struct:coff_isection
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ipc.h94 volatile uint32_t low; member in struct:t_FmIpcPhysAddr
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c32 uint16_t flags, uint16_t *low, uint16_t *high);
434 uint16_t flags, uint16_t *low, uint16_t *high)
437 *low = 4920;
443 *low = 2312;
433 ar5211GetChannelEdges(struct ath_hal *ah, uint16_t flags, uint16_t *low, uint16_t *high) argument
/freebsd-11-stable/sys/xen/interface/xsm/
H A Dflask_op.h137 uint64_t low, high; member in struct:xen_flask_ocontext
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_ioctl.h58 uint32_t low; member in struct:mfi_sense_ptr::__anon10624
/freebsd-11-stable/sys/i386/isa/
H A Dnpx.c100 uint32_t low, hi; local
102 low = mask;
104 __asm __volatile("xrstor %0" : : "m" (*addr), "a" (low), "d" (hi));
110 uint32_t low, hi; local
112 low = mask;
114 __asm __volatile("xsave %0" : "=m" (*addr) : "a" (low), "d" (hi) :
121 uint32_t low, hi; local
123 low = mask;
125 __asm __volatile("xsaveopt %0" : "=m" (*addr) : "a" (low), "d" (hi) :
/freebsd-11-stable/sys/dev/smbus/
H A Dsmbconf.h86 void smbus_intr(device_t, u_char, char low, char high, int error);
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h42 probability low[POS_STATES_MAX][LEN_LOW_SYMBOLS]; member in struct:__anon43
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h56 bool CalculateMD5(const FileSpec &file_spec, uint64_t &low,
/freebsd-11-stable/tools/test/testfloat/
H A Dslowfloat-64.c655 ax.sig.a1 = a.low;
694 z.low = 0;
699 z.low = LIT64( 0x8000000000000000 );
704 z.low = LIT64( 0xFFFFFFFFFFFFFFFF );
739 z.low = LIT64( 0x8000000000000000 );
746 z.low = LIT64( 0xFFFFFF0000000000 );
749 z.low = LIT64( 0xFFFFFFFFFFFFF800 );
752 z.low = LIT64( 0xFFFFFFFFFFFFFFFF );
763 z.low = LIT64( 0x8000000000000000 );
770 z.low
[all...]

Completed in 219 milliseconds

1234567891011>>