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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/tools/
H A Dbuild.c109 int i,c,id,sz,tmp_int; local
200 memcpy(&tmp_int, &buf[6], sizeof(int));
201 if (tmp_int < intel_int(0x200))

Completed in 93 milliseconds