Searched refs:MEM (Results 1 - 25 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsun3lance.c105 #define PKTBUF_ADDR(head) (void *)((unsigned long)(MEM) | (head)->base)
161 #define MEM lp->mem macro
346 MEM = dvma_malloc_align(sizeof(struct lance_memory), 0x10000);
347 if (MEM == NULL) {
364 dvma_free((void *)MEM);
374 (unsigned long)MEM,
382 MEM->init.hwaddr[0] = dev->dev_addr[1];
383 MEM->init.hwaddr[1] = dev->dev_addr[0];
384 MEM->init.hwaddr[2] = dev->dev_addr[3];
385 MEM
[all...]
H A Datarilance.c175 #define RIEBL_MAGIC_ADDR ((unsigned long *)(((char *)MEM) + 0xee8a))
176 #define RIEBL_HWADDR_ADDR ((unsigned char *)(((char *)MEM) + 0xee8e))
177 #define RIEBL_IVEC_ADDR ((unsigned short *)(((char *)MEM) + 0xfffe))
233 #define MEM lp->mem macro
241 #define PKTBUF_ADDR(head) (((unsigned char *)(MEM)) + (head)->base)
533 MEM = (struct lance_memory *)memaddr;
601 ((((unsigned short *)MEM)[i*2] & 0x0f) << 4) |
602 ((((unsigned short *)MEM)[i*2+1] & 0x0f));
615 MEM->init.mode = 0x0000; /* Disable Rx and Tx. */
617 MEM
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dformatter.cc62 unitStrings[MEM][B] = tr( "B" );
63 unitStrings[MEM][KB] = tr( "KiB" );
64 unitStrings[MEM][MB] = tr( "MiB" );
65 unitStrings[MEM][GB] = tr( "GiB" );
66 unitStrings[MEM][TB] = tr( "TiB" );
68 qPrintable( unitStrings[MEM][KB] ),
69 qPrintable( unitStrings[MEM][MB] ),
70 qPrintable( unitStrings[MEM][GB] ),
71 qPrintable( unitStrings[MEM][TB] ) );
H A Dformatter.h45 typedef enum { SPEED, SIZE, MEM } Type; enumerator in enum:Formatter::__anon7422
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dmem_dbg.c123 } MEM; typedef in typeref:struct:mem_st
252 /* static int mem_cmp(MEM *a, MEM *b) */
256 const char *a=(const char *)((const MEM *)a_void)->addr,
257 *b=(const char *)((const MEM *)b_void)->addr;
262 return((const char *)((const MEM *)a_void)->addr
263 - (const char *)((const MEM *)b_void)->addr);
267 /* static unsigned long mem_hash(MEM *a) */
272 ret=(unsigned long)((const MEM *)a_void)->addr;
419 MEM *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dmem_dbg.c136 DECLARE_LHASH_OF(MEM); variable
137 static LHASH_OF(MEM) *mh = NULL; /* hash-table of memory requests (address as
178 } MEM; typedef in typeref:struct:mem_st
305 static int mem_cmp(const MEM *a, const MEM *b)
320 static IMPLEMENT_LHASH_COMP_FN(mem, MEM)
322 static unsigned long mem_hash(const MEM *a)
332 static IMPLEMENT_LHASH_HASH_FN(mem, MEM)
469 MEM *m, *mm;
481 if ((m = (MEM *)OPENSSL_mallo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dmem_dbg.c136 DECLARE_LHASH_OF(MEM); variable
137 static LHASH_OF(MEM) *mh = NULL; /* hash-table of memory requests (address as
178 } MEM; typedef in typeref:struct:mem_st
305 static int mem_cmp(const MEM *a, const MEM *b)
320 static IMPLEMENT_LHASH_COMP_FN(mem, MEM)
322 static unsigned long mem_hash(const MEM *a)
332 static IMPLEMENT_LHASH_HASH_FN(mem, MEM)
469 MEM *m, *mm;
481 if ((m = (MEM *)OPENSSL_mallo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/i386/
H A Dsyntax.h33 #define MEM(base)(base) macro
55 #define MEM(base)[base] macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/i386/
H A Dsyntax.h33 #define MEM(base)(base) macro
55 #define MEM(base)[base] macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon4144
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dinflate.h49 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon801
56 (most modes can go to the BAD or MEM mode -- not shown for clarity)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.h49 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon7253
56 (most modes can go to the BAD or MEM mode -- not shown for clarity)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dinflate.h49 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon7471
56 (most modes can go to the BAD or MEM mode -- not shown for clarity)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_inflate/
H A Dinflate.h44 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon18835
51 (most modes can go to the BAD or MEM mode -- not shown for clarity)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon2765
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Dplatform.h284 # define sw_realloc(MEM,SIZE) realloc(MEM, SIZE)
285 # define sw_free(MEM) if (MEM) free(MEM)
290 # define sw_realloc(MEM,SIZE) _sw_debug_realloc(MEM, SIZE, __SW_FUNCTION__, __FILE__, __LINE__)
291 # define sw_free(MEM) if (MEM) _sw_debug_free(MEM, __SW_FUNCTION_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Dplatform.h284 # define sw_realloc(MEM,SIZE) realloc(MEM, SIZE)
285 # define sw_free(MEM) if (MEM) free(MEM)
290 # define sw_realloc(MEM,SIZE) _sw_debug_realloc(MEM, SIZE, __SW_FUNCTION__, __FILE__, __LINE__)
291 # define sw_free(MEM) if (MEM) _sw_debug_free(MEM, __SW_FUNCTION_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Dmisalignment.c161 #define MEM(ADDR) (0x80000000 | (ADDR)) macro
190 { "mov", 0x60, 0xf0, 0, FMT_S0, 0, {DM1, MEM(AN0)}},
191 { "mov", 0x70, 0xf0, 0, FMT_S0, 0, {MEM(AM0), DN1}},
192 { "mov", 0xf000, 0xfff0, 0, FMT_D0, 0, {MEM(AM0), AN1}},
193 { "mov", 0xf010, 0xfff0, 0, FMT_D0, 0, {AM1, MEM(AN0)}},
202 { "mov", 0xf90a00, 0xffff00, 0, FMT_D6, AM33, {MEM(RM0), RN2}},
203 { "mov", 0xf91a00, 0xffff00, 0, FMT_D6, AM33, {RM2, MEM(RN0)}},
226 { "mov", 0xfc800000, 0xfff30000, 0, FMT_D4, 0, {AM1, MEM(IMM32_MEM)}},
227 { "mov", 0xfc810000, 0xfff30000, 0, FMT_D4, 0, {DM1, MEM(IMM32_MEM)}},
230 { "mov", 0xfca00000, 0xfffc0000, 0, FMT_D4, 0, {MEM(IMM32_ME
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dibmphp_res.c110 case MEM:
141 case MEM:
227 if ((rc = alloc_bus_range (&newbus, &newrange, curr, MEM, 1)))
235 rc = alloc_bus_range (&bus_cur, &newrange, curr, MEM, 0);
240 if ((rc = alloc_bus_range (&newbus, &newrange, curr, MEM, 1)))
304 new_mem->type = MEM;
395 case MEM:
420 case MEM:
468 case MEM:
513 case MEM
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/m68k/
H A Dsyntax.h36 #define MEM(base)base@ macro
60 #define MEM(base)(base) macro
76 #define MEM(base)(base) macro
136 #define MEM(base)(R(base)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/m68k/
H A Dsyntax.h36 #define MEM(base)base@ macro
60 #define MEM(base)(base) macro
76 #define MEM(base)(base) macro
136 #define MEM(base)(R(base)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddebuglib.c62 DBG_FUNC(MEM)
H A Ddebuglib.h144 DBG_DECL(MEM)
198 #define DBG_MEM(args) DBG_TEST(MEM, args)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DMakefile.am902 MEM=`cat .memdump | grep "MEMORY ALLOCATED" | awk '{ print $$7}'`;\
903 if [ "$$MEM" != "" ] ; then echo Using $$MEM bytes ; fi ; \
907 MEM=`cat .memdump | grep "MEMORY ALLOCATED" | awk '{ print $$7}'`;\
908 if [ "$$MEM" != "" ] ; then echo Using $$MEM bytes ; fi ; \
912 MEM=`cat .memdump | grep "MEMORY ALLOCATED" | awk '{ print $$7}'`;\
913 if [ "$$MEM" != "" ] ; then echo Using $$MEM bytes ; fi ; \
919 MEM
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DMakefile.am902 MEM=`cat .memdump | grep "MEMORY ALLOCATED" | awk '{ print $$7}'`;\
903 if [ "$$MEM" != "" ] ; then echo Using $$MEM bytes ; fi ; \
907 MEM=`cat .memdump | grep "MEMORY ALLOCATED" | awk '{ print $$7}'`;\
908 if [ "$$MEM" != "" ] ; then echo Using $$MEM bytes ; fi ; \
912 MEM=`cat .memdump | grep "MEMORY ALLOCATED" | awk '{ print $$7}'`;\
913 if [ "$$MEM" != "" ] ; then echo Using $$MEM bytes ; fi ; \
919 MEM
[all...]

Completed in 244 milliseconds

12