Searched refs:tmp1 (Results 1 - 9 of 9) sorted by relevance

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dnand_ecc.c70 uint8_t idx, reg1, reg2, reg3, tmp1, tmp2; local
90 tmp1 = (reg3 & 0x80) >> 0; /* B7 -> B7 */
91 tmp1 |= (reg2 & 0x80) >> 1; /* B7 -> B6 */
92 tmp1 |= (reg3 & 0x40) >> 1; /* B6 -> B5 */
93 tmp1 |= (reg2 & 0x40) >> 2; /* B6 -> B4 */
94 tmp1 |= (reg3 & 0x20) >> 2; /* B5 -> B3 */
95 tmp1 |= (reg2 & 0x20) >> 3; /* B5 -> B2 */
96 tmp1 |= (reg3 & 0x10) >> 3; /* B4 -> B1 */
97 tmp1 |= (reg2 & 0x10) >> 4; /* B4 -> B0 */
111 ecc_code[1] = ~tmp1;
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/cryptocteon/
H A Dcavium_crypto.c615 uint64_t tmp1, tmp2; local
673 CVMX_ES64(tmp1, ((alen + 64) << 3));
674 CVM_LOAD_MD5_UNIT(tmp1, next);
677 CVMX_MF_HSH_IV(tmp1, 0);
684 CVMX_MT_HSH_DAT(tmp1, 0);
691 CVMX_ES64(tmp1, ((64 + 16) << 3));
692 CVMX_MT_HSH_STARTMD5(tmp1);
702 CVMX_MF_HSH_IV(tmp1, 1);
703 *(uint32_t *)data = (uint32_t) (tmp1 >> 32);
722 uint64_t tmp1, tmp local
837 uint64_t tmp1, tmp2; local
991 uint64_t tmp1, tmp2; local
1148 uint64_t tmp1, tmp2, tmp3; local
1305 uint64_t tmp1, tmp2, tmp3; local
1465 uint64_t tmp1, tmp2; local
1663 uint64_t tmp1, tmp2; local
1863 uint64_t tmp1, tmp2, tmp3; local
2081 uint64_t tmp1, tmp2, tmp3; local
[all...]
/netgear-R7800-V1.0.2.28/scripts/
H A Dstrip-kmod.sh46 ' > "$MODULE.tmp1"
48 ${CROSS}objcopy `cat ${MODULE}.tmp1` ${MODULE}.tmp ${MODULE}.out
/netgear-R7800-V1.0.2.28/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/
H A Dentry-macro.S5 .macro arch_ret_to_user, tmp1, tmp2
/netgear-R7800-V1.0.2.28/package/igmpproxy/src/
H A Digmpv3.c173 struct source_set tmp, tmp1; local
177 memset(&tmp1, 0, sizeof(struct source_set));
181 proxy->op(&tmp, &croute->port_source[i], &tmp1, proxy->inverse);
184 memcpy(&tmp, &tmp1, sizeof(struct source_set));
285 * tmp1 : the new source set
289 add_listener(uint32 port, struct RouteTable *croute, uint32 src, struct source_set *tmp1, int mode) argument
302 memcpy(&listener->source, tmp1, sizeof(struct source_set));
366 struct source_set tmp1, tmp2; local
383 copy_source_list(&tmp1, grec);
389 create_croute(group, src, port, grec->grec_type, &tmp1);
[all...]
/netgear-R7800-V1.0.2.28/target/linux/amazon/files/drivers/atm/
H A Damazon_tpe.c424 u32 tmp1; local
425 tmp1 = (u32) input;
426 tmp1 = (tmp1%64)?(tmp1/64 + 1): (tmp1/64);
427 if (tmp1 == 0) tmp1 = 1;
428 return tmp1;
1446 u32 tmp1 local
1502 u32 tmp1=0; local
2013 u32 tmp1; local
2119 u32 tmp1, tmp2, tmp3; local
[all...]
/netgear-R7800-V1.0.2.28/scripts/config/
H A Dexpr.c565 struct expr *tmp, *tmp1, *tmp2; local
583 tmp1 = expr_transform(expr_alloc_one(E_NOT, expr_copy(e1)));
585 tmp = expr_extract_eq_and(&tmp1, &tmp2);
586 if (expr_is_yes(tmp1)) {
592 expr_free(tmp1);
598 tmp1 = expr_transform(expr_alloc_one(E_NOT, expr_copy(e1)));
600 tmp = expr_extract_eq_or(&tmp1, &tmp2);
601 if (expr_is_no(tmp1)) {
607 expr_free(tmp1);
/netgear-R7800-V1.0.2.28/target/linux/amazon/files/drivers/net/ethernet/
H A Damazon_sw.c198 u32 tmp1; local
202 tmp1 = 0xa0;
205 tmp1 |= 0xC00;
208 tmp1 |= 3;
214 AMAZON_SW_REG32(AMAZON_SW_ARL_CTL) = tmp1;
/netgear-R7800-V1.0.2.28/package/dni-libmtd/src/
H A Dlibmtd.c78 int fd, rd, tmp, tmp1; local
99 tmp1 = read(fd, &tmp, 1);
100 if (tmp1 == 1) {
104 if (tmp1) {

Completed in 172 milliseconds