Searched refs:high (Results 1 - 8 of 8) sorted by relevance

/openwrt/package/network/services/ead/src/tinysrp/
H A Dbn_lcl.h291 BN_ULONG high,low,ret,tmp=(a); \
293 high= BN_UMULT_HIGH(w,tmp); \
297 (c) += high; \
304 BN_ULONG high,low,ret,ta=(a); \
306 high= BN_UMULT_HIGH(w,ta); \
308 (c) = high; \
H A Dbn.h385 void BN_set_params(int mul,int high,int low,int mont);
386 int BN_get_params(int which); /* 0, mul, 1 high, 2 low, 3 mont */
/openwrt/package/utils/bzip2/
H A DMakefile39 bzip2 is a freely available, patent free, high-quality
52 bzip2 is a freely available, patent free, high-quality
/openwrt/tools/firmware-utils/src/
H A Dsha1.c278 ulong high, low; local
281 high = ( ctx->total[0] >> 29 )
285 PUT_UINT32_BE( high, msglen, 0 );
/openwrt/package/utils/px5g-standalone/src/library/
H A Dsha1.c302 unsigned long high, low; local
305 high = ( ctx->total[0] >> 29 )
309 PUT_ULONG_BE( high, msglen, 0 );
/openwrt/target/linux/mcs814x/files-3.18/drivers/net/ethernet/mcs8140/
H A Dnuport_mac.c724 u32 high, low; local
738 high = nuport_mac_readl(MAC_ADDR_HIGH_REG);
/openwrt/docs/
H A Dbuild.tex155 OpenWrt will only display a high level overview of the compile process and not each individual
/openwrt/package/kernel/linux/modules/
H A Dother.mk803 antennae. Userland can use it to get a high-precision time

Completed in 109 milliseconds