Searched refs:tmp_int (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dplog.c127 u32 *tmp_int = (u32 *) fchdr; local
133 ints[0] = tmp_int[0];
134 ints[1] = tmp_int[1];
135 ints[2] = tmp_int[4];
147 u32 *tmp_int = (u32 *) fchdr; local
153 ints[0] = tmp_int[0];
154 ints[1] = tmp_int[1];
155 ints[2] = tmp_int[4];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_workload.h24 size_t tmp_int; \
27 tmp_int = i; \
28 M_32_SWAP(tmp_int); \
29 key.data = &tmp_int; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_workload.h24 size_t tmp_int; \
27 tmp_int = i; \
28 M_32_SWAP(tmp_int); \
29 key.data = &tmp_int; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c1240 int using_vdp, ret, t_ret, tmp_int; local
1342 tmp_int = F_ISSET(pip, VRFY_HAS_RECNUMS) ? 1 : 0;
1348 tmp_int = F_ISSET(dbp, DB_AM_RECNUM) ? 1 : 0;
1350 if (tmp_int && (ret = callback(handle, "recnum=1\n")) != 0)
1425 tmp_int = (int)vdp->re_pad;
1427 if ((ret = __ram_get_re_pad(dbp, &tmp_int)) != 0) {
1431 if (tmp_int != 0 && tmp_int != ' ') {
1432 snprintf(buf, buflen, "re_pad=%#x\n", tmp_int);
1460 tmp_int
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Ddpkg.c183 int tmp_int; local
198 tmp_int = strcspn(&version1[len1], "0123456789");
199 name1_char = xstrndup(&version1[len1], tmp_int);
200 len1 += tmp_int;
201 tmp_int = strcspn(&version2[len2], "0123456789");
202 name2_char = xstrndup(&version2[len2], tmp_int);
203 len2 += tmp_int;
204 tmp_int = strcmp(name1_char, name2_char);
207 if (tmp_int != 0) {
208 return tmp_int;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/tools/
H A Dbuild.c108 int i,c,id,sz,tmp_int; local
199 memcpy(&tmp_int, &buf[6], sizeof(int));
200 if (tmp_int < intel_int(0x200))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTextClient.cpp165 int tmp_int = 0; local
264 tmp_int = 1;
280 prefs.AddTag(CECTag(EC_TAG_IPFILTER_CLIENTS, (uint8)tmp_int));
283 prefs.AddTag(CECTag(EC_TAG_IPFILTER_SERVERS, (uint8)tmp_int));
468 tmp_int = EC_TAG_CONN_MAX_UL - EC_TAG_CONN_MAX_DL;
470 tmp_int += EC_TAG_CONN_MAX_DL;
476 prefs.AddTag(CECTag(tmp_int, (uint16)limit));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dforward.c189 * tmp_int is purely an optimization that allows us to call
200 if (interval_test (&c->c2.tmp_int))
208 interval_action (&c->c2.tmp_int);
215 interval_future_trigger (&c->c2.tmp_int, wakeup);
218 interval_schedule_wakeup (&c->c2.tmp_int, &wakeup);
420 interval_action (&c->c2.tmp_int);
985 interval_action (&c->c2.tmp_int);
H A Dopenvpn.h356 struct interval tmp_int; member in struct:context_2
H A Dinit.c1142 /* initialize tmp_int optimization that limits the number of times we call
1144 interval_init (&c->c2.tmp_int, TLS_MULTI_HORIZON, TLS_MULTI_REFRESH);

Completed in 202 milliseconds