Searched refs:swapped (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/include/
H A Dpcap-int.h46 int swapped; member in struct:pcap_sf
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dshmem_fs.h15 unsigned long swapped; /* subtotal assigned to swap */ member in struct:shmem_inode_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_open.c390 int is_hmac, ret, swapped; local
395 swapped = 0;
416 swapped = 0;
420 if (is_hmac || swapped)
424 swapped = 1;
441 * need to check ourselves. If we already swapped it above,
448 if (swapped) {
460 if (swapped)
462 swapped = 1;
H A Ddb_vrfy.c428 int isbad, ret, swapped; local
431 isbad = ret = swapped = 0;
486 swapped = 0;
491 swapped = 1;
504 if (swapped)
525 if (swapped)
576 if (swapped)
579 if (swapped)
605 if (swapped == 1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dgt64240eth.c379 static unsigned char swapped[256]; local
390 swapped[i] = (i & 0x01) << 7;
391 swapped[i] |= (i & 0x02) << 5;
392 swapped[i] |= (i & 0x04) << 3;
393 swapped[i] |= (i & 0x08) << 1;
394 swapped[i] |= (i & 0x10) >> 1;
395 swapped[i] |= (i & 0x20) >> 3;
396 swapped[i] |= (i & 0x40) >> 5;
397 swapped[i] |= (i & 0x80) >> 7;
402 hash_ea[i] = swapped[add
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drsa.c378 gcry_sexp_t deriveparms, int *swapped)
390 *swapped = 0;
518 *swapped = 1;
550 if (*swapped)
551 log_debug ("p and q are swapped\n");
818 int swapped;
819 ec = generate_x931 (&sk, nbits, evalue, deriveparms, &swapped);
821 if (!ec && r_extrainfo && swapped)
824 "(misc-key-info(p-q-swapped))", 0, 1);
376 generate_x931(RSA_secret_key *sk, unsigned int nbits, unsigned long e_value, gcry_sexp_t deriveparms, int *swapped) argument
817 int swapped; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_net.c2124 int swapped; local
2158 ematch = wret = swapped = 0;
2168 switch (swapped) {
2176 swapped = 0;
2243 swapped = 1;
2256 swapped = 2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/lib/
H A Dcopy_user_memcpy.S24 ! be copied. This could be easily swapped for a signed comparison,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dshmem.c214 * But normally info->alloced == inode->i_mapping->nrpages + info->swapped
215 * So mm freed is info->alloced - (inode->i_mapping->nrpages + info->swapped)
224 freed = info->alloced - info->swapped - inode->i_mapping->nrpages;
329 info->swapped += incdec;
536 if (info->swapped && idx < SHMEM_NR_DIRECT) {
691 info->swapped -= nr_swaps_freed;
878 * shmem_unuse() search for an eventually swapped out shmem page.
889 if (!info->swapped)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dskeleton.S90 | swapped out before taking the exception, the exception taken on
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/ipc/
H A Dshm.c574 *swp += info->swapped;

Completed in 184 milliseconds