Searched refs:low (Results 301 - 325 of 425) sorted by relevance

<<11121314151617

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c1528 int high, low; local
1572 low = parse_hex_nibble(digest[i+1]);
1573 if (high == -1 || low == -1) {
1579 digest_buf[j] = high << 4 | low;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-e7000.c775 int low = convert_hex_digit (gch ()); local
777 return (high << 4) + low;
H A Dada-typeprint.c246 LONGEST low, high;
245 LONGEST low, high; local
H A Deval.c360 LONGEST low, high;
362 low = value_as_long (evaluate_subexp (NULL_TYPE, exp, pos, noside));
364 if (low < low_bound || high > high_bound)
366 for (index = low; index <= high; index++)
358 LONGEST low, high; local
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_domain.c191 if ( (fw_device_address.low == sas_address->low)
/freebsd-11-stable/sys/kern/
H A Dkern_malloc.c400 vm_paddr_t low, vm_paddr_t high, unsigned long alignment,
405 ret = (void *)kmem_alloc_contig(kernel_arena, size, flags, low, high,
399 contigmalloc(unsigned long size, struct malloc_type *type, int flags, vm_paddr_t low, vm_paddr_t high, unsigned long alignment, vm_paddr_t boundary) argument
H A Dkern_descrip.c105 static int fd_first_free(struct filedesc *fdp, int low, int size);
176 * If low >= size, just return low. Otherwise find the first zero bit in the
177 * given bitmap, starting at low and not exceeding size - 1. Return size if
181 fd_first_free(struct filedesc *fdp, int low, int size) argument
187 if (low >= size)
188 return (low);
190 off = NDSLOT(low);
191 if (low % NDENTRIES) {
192 mask = ~(~(NDSLOTTYPE)0 >> (NDENTRIES - (low
[all...]
/freebsd-11-stable/sys/arm/allwinner/
H A Dif_emac.c182 * 'bsd' + random 24 low-order bits. 'b' is 0x62, which has the locally
1175 sysctl_int_range(SYSCTL_HANDLER_ARGS, int low, int high) argument
1185 if (value < low || value > high)
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c3737 if (cmd >= he->low && cmd <= he->high) {
3749 if (cmd >= he->low && cmd <= he->high) {
3802 he->low = h->low;
3804 he->span = h->high - h->low + 1;
3867 he->low = h->low;
3869 he->span = h->high - h->low + 1;
/freebsd-11-stable/contrib/binutils/bfd/
H A Decofflink.c1879 long low, high, len;
1888 for (low = 0, high = len - 1 ; low != high ;)
1890 mid = (high + low) / 2;
1897 low = mid + 1;
1901 higher than the highest entry. In the former case high = low = mid = 0;
1902 we want to return -1. In the latter case, low = high and mid = low - 1;
1875 long low, high, len; local
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c1426 int low = 0; local
1438 i = low + (high - low) / 2;
1447 low = i + 1;
1448 if (low == high)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c1472 int low = 0; local
1484 i = low + (high - low) / 2;
1493 low = i + 1;
1494 if (low == high)
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr.c124 u32 low; member in struct:_reply_descriptor::__anon7137
1003 rd.u.low = cm->cm_desc.Words.Low;
1005 rd.u.low);
1007 rd.u.low = cm->cm_desc.Words.Low;
1011 rd.u.low);
2769 "building NVMe PRPs, low address is 0x%x\n",
2782 "boundary while building NVMe PRPs, low "
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c1465 offsetT low, high, extra, tmp;
1469 low = sign_extend_16 (addend);
1470 tmp = addend - low;
1502 if ((low && !poffset) || (!poffset && basereg != targreg))
1504 /* Emit "lda r, low(base)". */
1505 set_tok_const (newtok[1], low);
1508 low = 0;
1512 set_tok_const (*poffset, low);
1458 offsetT low, high, extra, tmp; local
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c606 ipcPhysAddr.low = initParams.fmMuramPhysBaseAddr.low;
829 ipcPhysAddr.low = physAddr.low;
1066 p_FmPhysAddr->low = ipcPhysAddr.low;
1071 p_FmPhysAddr->low = (uint32_t)p_Fm->fmMuramPhysBaseAddr;
1441 p_PortParams->fmMuramPhysBaseAddr.low = ipcPhysAddr.low;
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c233 BUS_SPACE_MAXADDR, /* low */
862 buf->response_addr.low = htobe32(dma_low);
1533 0, "Wait for IRQ line to go low in ihandler");
1861 uint32_t low, high_swapped; local
1946 low = MXGE_LOWPART_TO_U32(seg->ds_addr);
1977 req->addr_low = htobe32(low);
1985 low += seglen;
2394 * pio handler in the nic. We re-write the first segment's low
2402 uint32_t low; local
2404 low
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsrconv.c1241 = sfile->section[src].high - sfile->section[src].low + 1;
1243 = sfile->section[src].low;
1296 return sfile->section[section->number].low;
H A Dcoffgrok.c579 is->low = s->where->offset;
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dcq.c308 uint32_t low, high; local
310 asm volatile ("rdtsc" : "=a" (low), "=d" (high));
312 val = (val << 32) | low;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev.c1082 u32 high, u32 low)
1087 filter_details.value = ((u64)high << 32) | low;
1120 u32 OSAL_UNUSED low)
1144 u32 low)
1149 high, low);
1153 high, low);
1175 u32 high, low, ref_cnt; local
1199 low = mac_addr[5] | (mac_addr[4] << 8) | (mac_addr[3] << 16) |
1202 0, high, low);
1311 u32 high, low, ref_cn local
1080 ecore_llh_add_filter_e4(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u8 abs_ppfid, u8 filter_idx, u8 filter_prot_type, u32 high, u32 low) argument
1116 ecore_llh_add_filter_e5(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_ptt OSAL_UNUSED *p_ptt, u8 OSAL_UNUSED abs_ppfid, u8 OSAL_UNUSED filter_idx, u8 OSAL_UNUSED filter_prot_type, u32 OSAL_UNUSED high, u32 OSAL_UNUSED low) argument
1142 ecore_llh_add_filter(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u8 abs_ppfid, u8 filter_idx, u8 filter_prot_type, u32 high, u32 low) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl188 fldws 4($n0),${fn0} ; only low part of n0
240 addl $ab0,$nm0,$nm0 ; low part is discarded
359 addl $ab0,$nm0,$nm0 ; low part is discarded
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c1375 int low = locks & ~(SCL_ZIO - 1); local
1376 int high = locks & ~low;
1380 spa_config_enter(spa, low, spa, RW_WRITER);
/freebsd-11-stable/contrib/unbound/sldns/
H A Dstr2wire.c1463 uint32_t low; local
1469 low = (uint32_t)(t);
1471 sldns_write_uint32(rd+2, low);
/freebsd-11-stable/contrib/gdb/include/
H A Dhp-symtab.h1849 CORE_ADDR low; member in struct:quick_alias
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_wr.h113 u32 low; member in struct:t3_wrid::__anon9635

Completed in 284 milliseconds

<<11121314151617