Searched refs:__size (Results 1 - 25 of 114) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/import/
H A Dxop.h56 int __size; member in struct:_xop__Include
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/import/
H A Dxop.h56 int __size; member in struct:_xop__Include
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/router/
H A Drouter.h42 { int __size; member in struct:t__RoutingTable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/router/
H A Drouter.h42 { int __size; member in struct:t__RoutingTable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/magic/
H A Dmagic.cpp68 { for (int i = 0; i < (*A).__size; i++)
69 { for (int j = 0; j < (*A)[i].__size; j++)
89 __size = 0;
94 __size = size;
103 if (__size == size)
107 { for (int i = 0; i < (size <= __size ? size : __size); i++)
113 __size = size;
117 { if (!__ptr || idx < 0 || idx >= __size)
130 __size
[all...]
H A Dmagic.h44 int __size; member in class:vector
56 int __size; member in class:matrix
H A Dmagicserver.cpp176 __size = 0;
181 __size = n;
190 if (__size == n)
194 { for (int i = 0; i < (n <= __size ? n : __size); i++)
199 __size = n;
204 { if (!__ptr || i < 0 || i >= __size)
217 __size = 0;
224 __size = rows;
234 if (__size !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/magic/
H A Dmagic.cpp68 { for (int i = 0; i < (*A).__size; i++)
69 { for (int j = 0; j < (*A)[i].__size; j++)
89 __size = 0;
94 __size = size;
103 if (__size == size)
107 { for (int i = 0; i < (size <= __size ? size : __size); i++)
113 __size = size;
117 { if (!__ptr || idx < 0 || idx >= __size)
130 __size
[all...]
H A Dmagic.h44 int __size; member in class:vector
56 int __size; member in class:matrix
H A Dmagicserver.cpp176 __size = 0;
181 __size = n;
190 if (__size == n)
194 { for (int i = 0; i < (n <= __size ? n : __size); i++)
199 __size = n;
204 { if (!__ptr || i < 0 || i >= __size)
217 __size = 0;
224 __size = rows;
234 if (__size !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/lu/
H A Dlumat.cpp49 __size = 0;
55 __size = size;
64 __size = end-start+1;
66 __ptr = (double*)soap_malloc(soap, __size*sizeof(double));
67 for (int i = 0; i < __size; i++)
80 { return __size+__offset-1;
84 { return __size;
94 if (__offset == start && __size == size)
101 { n = (size-__offset+start <= __size ? size-__offset+start : __size);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/lu/
H A Dlumat.cpp49 __size = 0;
55 __size = size;
64 __size = end-start+1;
66 __ptr = (double*)soap_malloc(soap, __size*sizeof(double));
67 for (int i = 0; i < __size; i++)
80 { return __size+__offset-1;
84 { return __size;
94 if (__offset == start && __size == size)
101 { n = (size-__offset+start <= __size ? size-__offset+start : __size);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mtom/
H A Dmtom-test.h55 int __size; member in struct:xsd__base64Binary
70 { int __size; member in struct:x__WrapperType
H A Dmtom-test.c108 data.choice.base64.__size = (int)strlen(argv[2]) + 1;
112 { if (!single.x__Data || single.x__Data->__union != SOAP_UNION_x__data_xop__Include || !single.x__Data->choice.xop__Include.__ptr || single.x__Data->choice.xop__Include.__size != data.choice.base64.__size || strcmp((char*)single.x__Data->choice.xop__Include.__ptr, (char*)data.choice.base64.__ptr))
119 data.choice.xop__Include.__size = (int)strlen(argv[2]) + 1;
130 || single.x__Data->choice.base64.__size != data.choice.xop__Include.__size
136 wrap.__size = argc - 2;
137 wrap.Data = (struct x__DataType*)soap_malloc(soap, wrap.__size * sizeof(struct x__DataType));
138 for (i = 0; i < wrap.__size; ++i)
142 wrap.Data[i].choice.base64.__size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mtom-stream/
H A Dmtom-stream-test.h83 { int __size; member in struct:x__DataSet
89 { int __size; member in struct:x__Keys
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mtom/
H A Dmtom-test.h55 int __size; member in struct:xsd__base64Binary
70 { int __size; member in struct:x__WrapperType
H A Dmtom-test.c108 data.choice.base64.__size = (int)strlen(argv[2]) + 1;
112 { if (!single.x__Data || single.x__Data->__union != SOAP_UNION_x__data_xop__Include || !single.x__Data->choice.xop__Include.__ptr || single.x__Data->choice.xop__Include.__size != data.choice.base64.__size || strcmp((char*)single.x__Data->choice.xop__Include.__ptr, (char*)data.choice.base64.__ptr))
119 data.choice.xop__Include.__size = (int)strlen(argv[2]) + 1;
130 || single.x__Data->choice.base64.__size != data.choice.xop__Include.__size
136 wrap.__size = argc - 2;
137 wrap.Data = (struct x__DataType*)soap_malloc(soap, wrap.__size * sizeof(struct x__DataType));
138 for (i = 0; i < wrap.__size; ++i)
142 wrap.Data[i].choice.base64.__size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mtom-stream/
H A Dmtom-stream-test.h83 { int __size; member in struct:x__DataSet
89 { int __size; member in struct:x__Keys
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/dime/
H A Ddime.h41 int __size; /* size of data */ member in class:ns__Data
51 int __size; member in class:arrayOfData
63 int __size; member in class:arrayOfName
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/dime/
H A Ddime.h41 int __size; /* size of data */ member in class:ns__Data
51 int __size; member in class:arrayOfData
63 int __size; member in class:arrayOfName
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/Symbian/
H A Dinterop2test.cpp79 Asi.__size = 8;
81 Asi.__ptr = (xsd__string*)malloc(Asi.__size*sizeof(xsd__string));
91 Ani.__size = 0;
93 Ani.__ptr = NULL; // (xsd__int*)malloc(Ani.__size*sizeof(xsd__int));
95 Afi.__size = 5;
97 Afi.__ptr = (xsd__float**)malloc(Afi.__size*sizeof(xsd__float*));
108 Asti.__size = 3;
110 Asti.__ptr = (struct s__SOAPStruct**)malloc((Asti.__size+1)*sizeof(struct s__SOAPStruct*));
111 p = (struct s__SOAPStruct*)malloc(Asti.__size*sizeof(struct s__SOAPStruct));
127 // b64i.__size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/Symbian/
H A Dinterop2test.cpp79 Asi.__size = 8;
81 Asi.__ptr = (xsd__string*)malloc(Asi.__size*sizeof(xsd__string));
91 Ani.__size = 0;
93 Ani.__ptr = NULL; // (xsd__int*)malloc(Ani.__size*sizeof(xsd__int));
95 Afi.__size = 5;
97 Afi.__ptr = (xsd__float**)malloc(Afi.__size*sizeof(xsd__float*));
108 Asti.__size = 3;
110 Asti.__ptr = (struct s__SOAPStruct**)malloc((Asti.__size+1)*sizeof(struct s__SOAPStruct*));
111 p = (struct s__SOAPStruct*)malloc(Asti.__size*sizeof(struct s__SOAPStruct));
127 // b64i.__size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dstring_64.h38 size_t __size = (__arg2); \
41 __retval = __memscan_zero(__addr, __size); \
43 __retval = __memscan_generic(__addr, (__char), __size); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dgeneric.h14 #define SET_BANK(__nr,__start,__size) \
16 mi->bank[__nr].size = (__size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/xml-rpc/
H A Dxml-rpc.cpp377 __size = len;
378 member = (struct member*)soap_malloc(soap, __size * sizeof(struct member));
379 for (int i = 0; i < __size; i++)
384 { return __size == 0;
388 { return __size;
394 { __size = 1;
398 { for (i = 0; i < __size; i++)
402 __size++;
403 struct member *newmember = (struct member*)soap_malloc(soap, __size * sizeof(struct member));
404 for (i = 0; i < __size
[all...]

Completed in 119 milliseconds

12345