Searched refs:blist (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3bitset.c65 if (bitset->blist.bits != NULL)
67 ANTLR3_FREE(bitset->blist.bits);
68 bitset->blist.bits = NULL;
103 bitset->blist.bits = (pANTLR3_BITWORD) ANTLR3_MALLOC((size_t)(numelements * sizeof(ANTLR3_BITWORD)));
104 memset(bitset->blist.bits, 0, (size_t)(numelements * sizeof(ANTLR3_BITWORD)));
105 bitset->blist.length = numelements;
107 if (bitset->blist.bits == NULL)
141 antlr3BitsetCopy(pANTLR3_BITSET_LIST blist) argument
155 numElements = blist->length;
166 bitset->blist
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3bitset.h91 ANTLR3_BITSET_LIST blist; member in struct:ANTLR3_BITSET_struct
H A Dantlr3defs.h507 ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist);
508 ANTLR3_API pANTLR3_BITSET antlr3BitsetLoad (pANTLR3_BITSET_LIST blist);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dfile.c178 __le32 *blist = kmalloc(PAGE_CACHE_SIZE, GFP_KERNEL); local
180 if (blist == NULL) {
188 err = squashfs_read_metadata(sb, blist, start_block,
197 int size = le32_to_cpu(blist[i]);
203 kfree(blist);
207 kfree(blist);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dcore.h174 struct device_node **blist; /* bootlist entry */ member in struct:emac_instance
H A Dcore.c2229 /* special case for blist as the dependency might go away */
2231 np = *(dev->blist - 1);
2297 if (dev->blist && dev->blist > emac_boot_list)
2670 struct device_node **blist = NULL; local
2683 blist = &emac_boot_list[i];
2696 dev->blist = blist;
2879 if (blist) {
2880 *blist
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/router/
H A Drouter.c729 sender->length = sender->blist->size;
735 { if (sender->blist)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/router/
H A Drouter.c729 sender->length = sender->blist->size;
735 { if (sender->blist)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.h1576 struct soap_blist *blist; /* block allocation stack */ member in struct:soap
H A Dstdsoap2.cpp2144 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "New block sequence (prev=%p)\n", soap->blist));
2149 p->next = soap->blist;
2152 soap->blist = p;
2165 b = soap->blist;
2187 b = soap->blist;
2376 b = soap->blist;
2393 b = soap->blist;
2418 b = soap->blist;
2438 b = soap->blist;
2451 b = soap->blist;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.h1576 struct soap_blist *blist; /* block allocation stack */ member in struct:soap
H A Dstdsoap2.cpp2144 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "New block sequence (prev=%p)\n", soap->blist));
2149 p->next = soap->blist;
2152 soap->blist = p;
2165 b = soap->blist;
2187 b = soap->blist;
2376 b = soap->blist;
2393 b = soap->blist;
2418 b = soap->blist;
2438 b = soap->blist;
2451 b = soap->blist;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Dstdsoap2.h1576 struct soap_blist *blist; /* block allocation stack */ member in struct:soap
H A Dstdsoap2.c2144 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "New block sequence (prev=%p)\n", soap->blist));
2149 p->next = soap->blist;
2152 soap->blist = p;
2165 b = soap->blist;
2187 b = soap->blist;
2376 b = soap->blist;
2393 b = soap->blist;
2418 b = soap->blist;
2438 b = soap->blist;
2451 b = soap->blist;
[all...]
H A Dstdsoap2.cpp2144 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "New block sequence (prev=%p)\n", soap->blist));
2149 p->next = soap->blist;
2152 soap->blist = p;
2165 b = soap->blist;
2187 b = soap->blist;
2376 b = soap->blist;
2393 b = soap->blist;
2418 b = soap->blist;
2438 b = soap->blist;
2451 b = soap->blist;
[all...]
H A DsoapC.c9806 a->__ptr = (char **)soap_malloc(soap, soap->blist->size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.h1576 struct soap_blist *blist; /* block allocation stack */ member in struct:soap
H A Dstdsoap2.cpp2144 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "New block sequence (prev=%p)\n", soap->blist));
2149 p->next = soap->blist;
2152 soap->blist = p;
2165 b = soap->blist;
2187 b = soap->blist;
2376 b = soap->blist;
2393 b = soap->blist;
2418 b = soap->blist;
2438 b = soap->blist;
2451 b = soap->blist;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.h1576 struct soap_blist *blist; /* block allocation stack */ member in struct:soap
H A Dstdsoap2.cpp2144 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "New block sequence (prev=%p)\n", soap->blist));
2149 p->next = soap->blist;
2152 soap->blist = p;
2165 b = soap->blist;
2187 b = soap->blist;
2376 b = soap->blist;
2393 b = soap->blist;
2418 b = soap->blist;
2438 b = soap->blist;
2451 b = soap->blist;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A Dstdsoap2.h1576 struct soap_blist *blist; /* block allocation stack */ member in struct:soap
H A Dstdsoap2.c2144 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "New block sequence (prev=%p)\n", soap->blist));
2149 p->next = soap->blist;
2152 soap->blist = p;
2165 b = soap->blist;
2187 b = soap->blist;
2376 b = soap->blist;
2393 b = soap->blist;
2418 b = soap->blist;
2438 b = soap->blist;
2451 b = soap->blist;
[all...]
H A Dstdsoap2.cpp2144 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "New block sequence (prev=%p)\n", soap->blist));
2149 p->next = soap->blist;
2152 soap->blist = p;
2165 b = soap->blist;
2187 b = soap->blist;
2376 b = soap->blist;
2393 b = soap->blist;
2418 b = soap->blist;
2438 b = soap->blist;
2451 b = soap->blist;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/Symbian/
H A DsoapC.cpp3903 a->__ptr = (char **)soap_malloc(soap, soap->blist->size);
6309 a->__ptr = (struct s__SOAPStruct **)soap_malloc(soap, soap->blist->size);
7051 a->__ptr = (float **)soap_malloc(soap, soap->blist->size);
7663 a->__ptr = (long **)soap_malloc(soap, soap->blist->size);
8275 a->__ptr = (char **)soap_malloc(soap, soap->blist->size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/Symbian/
H A DsoapC.cpp3903 a->__ptr = (char **)soap_malloc(soap, soap->blist->size);
6309 a->__ptr = (struct s__SOAPStruct **)soap_malloc(soap, soap->blist->size);
7051 a->__ptr = (float **)soap_malloc(soap, soap->blist->size);
7663 a->__ptr = (long **)soap_malloc(soap, soap->blist->size);
8275 a->__ptr = (char **)soap_malloc(soap, soap->blist->size);

Completed in 545 milliseconds

12