Home
last modified time | relevance | path

Searched refs:chf (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/bearssl/src/int/
H A Di32_muladd.c34 uint32_t chf, clow, under, over; in br_i32_muladd_small() local
132 chf = (uint32_t)(cc >> 32); in br_i32_muladd_small()
134 over = chf | GT(clow, hi); in br_i32_muladd_small()
135 under = ~over & (tb | (~chf & LT(clow, hi))); in br_i32_muladd_small()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-lilly-dbb056.dts3 * Copyright (C) 2014 Christoph Fritz <chf.fritzc@googlemail.com>
H A Domap3-lilly-a83x.dtsi3 * Copyright (C) 2014 Christoph Fritz <chf.fritzc@googlemail.com>
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6sx-softing-vining-2000.dts3 * Copyright (C) 2016 Christoph Fritz <chf.fritz@googlemail.com>
/freebsd/crypto/heimdal/
H A Daclocal.m4996 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
997 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1004 am__tar='tar chf - "$$tardir"'
1005 am__tar_='tar chf - "$tardir"'
/freebsd/contrib/openpam/
H A Daclocal.m41163 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1164 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1171 am__tar='tar chf - "$$tardir"'
1172 am__tar_='tar chf - "$tardir"'
/freebsd/contrib/openbsm/
H A Daclocal.m41135 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1136 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1143 am__tar='tar chf - "$$tardir"'
1144 am__tar_='tar chf - "$tardir"'
/freebsd/contrib/ntp/sntp/
H A Daclocal.m41157 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1158 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1165 am__tar='tar chf - "$$tardir"'
1166 am__tar_='tar chf - "$tardir"'
/freebsd/contrib/ntp/sntp/libevent/
H A Daclocal.m41097 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1098 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1105 am__tar='tar chf - "$$tardir"'
1106 am__tar_='tar chf - "$tardir"'
/freebsd/contrib/libevent/
H A Daclocal.m41084 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1085 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1092 am__tar='tar chf - "$$tardir"'
1093 am__tar_='tar chf - "$tardir"'
/freebsd/contrib/file/
H A Daclocal.m41097 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1098 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1105 am__tar='tar chf - "$$tardir"'
1106 am__tar_='tar chf - "$tardir"'
/freebsd/contrib/ntp/
H A Daclocal.m41157 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1158 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1165 am__tar='tar chf - "$$tardir"'
1166 am__tar_='tar chf - "$tardir"'
/freebsd/contrib/sqlite3/
H A Daclocal.m410151 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
10152 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
10159 am__tar='tar chf - "$$tardir"'
10160 am__tar_='tar chf - "$tardir"'
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td1609 def CHF : CompareRXY<"chf", 0xE3CD, z_scmp, GRH32, z_load, 4>,