Searched refs:low (Results 51 - 75 of 177) sorted by relevance

12345678

/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/net/
H A Dip.h45 static inline void inet_get_local_port_range(int *low, int *high) argument
49 *low = V_ipport_firstauto;
53 *low = IPPORT_EPHEMERALFIRST; /* 10000 */
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_lcl.h145 * with low Hamming weight, so we use w = 1 for b <= 23.
268 # define BN_UMULT_LOHI(low,high,a,b) \
270 : "=a"(low),"=d"(high) \
281 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high)))
328 BN_ULONG high,low,ret,tmp=(a); \
330 BN_UMULT_LOHI(low,high,w,tmp); \
334 ret += low; \
335 (c) += (ret<low)?1:0; \
340 BN_ULONG high,low,re
[all...]
/barrelfish-2018-10-04/lib/msun/src/
H A Ds_atan.c82 u_int32_t low; local
83 GET_LOW_WORD(low,x);
85 (ix==0x7ff00000&&(low!=0)))
/barrelfish-2018-10-04/include/vm/
H A Dvm_phys.h74 vm_page_t vm_phys_alloc_contig(u_long npages, vm_paddr_t low, vm_paddr_t high,
78 boolean_t vm_phys_domain_intersects(long mask, vm_paddr_t low, vm_paddr_t high);
87 vm_page_t vm_phys_scan_contig(u_long npages, vm_paddr_t low, vm_paddr_t high,
H A Dvm_reserv.h49 u_long npages, vm_paddr_t low, vm_paddr_t high,
60 boolean_t vm_reserv_reclaim_contig(u_long npages, vm_paddr_t low,
/barrelfish-2018-10-04/lib/compiler-rt/test/
H A Dnegvti2_test.c40 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dmulti3_test.c36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
37 expectedt.s.high, expectedt.s.low);
H A Dfixtfti_test.c38 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dfixunstfti_test.c44 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dmuloti4_test.c43 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
44 expectedt.s.high, expectedt.s.low);
59 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
60 expectedt.s.high, expectedt.s.low);
H A Dnegti2_test.c36 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dctzti2_test.c33 at.s.high, at.s.low, x, expected);
H A Dffsti2_test.c32 at.s.high, at.s.low, x, expected);
H A Dmulvti3_test.c40 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
41 expectedt.s.high, expectedt.s.low);
H A Dparityti2_test.c41 at.s.high, at.s.low, x, expected);
H A Dcmpti2_test.c35 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
H A Dfixdfti_test.c39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dfixsfti_test.c39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
/barrelfish-2018-10-04/include/dma/client/
H A Ddma_client_device.h38 lpaddr_t low; member in struct:dma_client_info::__anon64::__anon65
/barrelfish-2018-10-04/lib/zlib/
H A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
159 of the low root bits of huff. This is saved in low to check for when a
207 low = (unsigned)(-1); /* trigger new sub-table when len > root */
209 mask = used - 1; /* mask for comparing low */
232 /* replicate for those indices with low len bits equal to huff */
260 if (len > root && (huff & mask) != low) {
284 low
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVisualizerGCC.java29 * Visualizer for the gcc cosntraint with integer low high value parameters
64 int low = param[i].getField("low").getIntValue();
84 drawCount(out,left2X(),posY(value),width(),low,high,fixed,possible);
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwindCursor.hpp900 uint32_t low = 0; local
903 while (low < high) {
904 uint32_t mid = (low + high) / 2;
905 //if ( log ) fprintf(stderr, "\tmid=%d, low=%d, high=%d, *mid=0x%08X\n",
906 //mid, low, high, topIndex.functionOffset(mid));
910 low = mid;
913 low = mid + 1;
919 const uint32_t firstLevelFunctionOffset = topIndex.functionOffset(low);
921 topIndex.functionOffset(low + 1);
923 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low);
[all...]
/barrelfish-2018-10-04/lib/compiler-rt/builtins/
H A Dfloattidf.c79 fb.u.s.low = (su_int)a; /* mantissa-low */
H A Dfloatuntidf.c76 fb.u.s.low = (su_int)a; /* mantissa-low */
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dpds.types.h77 pds_word_t low; member in struct:__anon1764
81 pds_word_t low; member in struct:__anon1765

Completed in 96 milliseconds

12345678