Searched refs:Len (Results 1 - 25 of 110) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dstring.h30 return [NSString stringWithCString: wxstring.c_str() length:wxstring.Len()];
40 return [nsstring initWithCString: wxstring.c_str() length:wxstring.Len()];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_sanity.c326 while ((Length + 2 + pEid->Len) <= MsgLen) {
330 if ((*LengthVIE + pEid->Len + 2) >= MAX_VIE_LEN) {
333 (*LengthVIE + pEid->Len + 2), MAX_VIE_LEN));
342 if (pEid->Len <= MAX_LEN_OF_SSID) {
343 NdisMoveMemory(Ssid, pEid->Octet, pEid->Len);
344 *pSsidLen = pEid->Len;
349 pEid->Len));
355 if (pEid->Len <= MAX_LEN_OF_SUPPORTED_RATES) {
357 NdisMoveMemory(SupRate, pEid->Octet, pEid->Len);
358 *pSupRateLen = pEid->Len;
[all...]
H A Dcmm_wep.c176 Len Indicate the length of the source data
188 u8 *pSrc, u8 *pDest, u32 Len)
191 RTMP_CALC_FCS32(pAd->PrivateInfo.FCSCRC32, pSrc, Len);
192 ARCFOUR_ENCRYPT(&pAd->PrivateInfo.WEPCONTEXT, pDest, pSrc, Len);
204 Len the length of the received data
347 Len Indicate the length of the Source data
357 u8 *pDest, u8 *pSrc, u32 Len)
361 for (i = 0; i < Len; i++)
375 Len Indicate the length of the Source dta
387 u8 *pDest, u8 *pSrc, u32 Len)
187 RTMPEncryptData(struct rt_rtmp_adapter *pAd, u8 *pSrc, u8 *pDest, u32 Len) argument
356 ARCFOUR_DECRYPT(struct rt_arcfourcontext *Ctx, u8 *pDest, u8 *pSrc, u32 Len) argument
386 ARCFOUR_ENCRYPT(struct rt_arcfourcontext *Ctx, u8 *pDest, u8 *pSrc, u32 Len) argument
410 WPAARCFOUR_ENCRYPT(struct rt_arcfourcontext *Ctx, u8 *pDest, u8 *pSrc, u32 Len) argument
442 RTMP_CALC_FCS32(u32 Fcs, u8 *Cp, int Len) argument
[all...]
H A Dspectrum.c842 u8 Len; local
846 Len = 1;
855 Len +=
868 Len +=
881 1, &Len,
883 Len - 1, pChListPtr, END_OF_ARGS);
931 unsigned long Len = 0; local
935 1, &ElementID, 1, &Len, END_OF_ARGS);
962 unsigned long Len = sizeof(struct rt_tpc_report_info); local
971 1, &Len, Le
1000 unsigned long Len = sizeof(struct rt_ch_sw_ann_info); local
1034 InsertMeasureReqIE(struct rt_rtmp_adapter *pAd, u8 *pFrameBuf, unsigned long *pFrameLen, u8 Len, struct rt_measure_req_info * pMeasureReqIE) argument
1076 unsigned long Len; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dtextctrl.cpp305 wxSourceLine *sl = new wxSourceLine( value.Mid( begin, value.Len()-begin ) );
308 // if (sl->m_text.Len() > m_longestLine)
309 // m_longestLine = sl->m_text.Len();
323 // if (sl->m_text.Len() > m_longestLine)
324 // m_longestLine = sl->m_text.Len();
356 return m_lines[lineNo].m_text.Len();
441 if (pos < (int)text.Len())
442 text.Remove( pos, text.Len()-pos );
460 int res = text.Len();
501 int len = (int)tmp1.Len();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dsanity.c142 while ((Length + 2 + pEid->Len) <= MsgLen) {
145 if (pEid->Len <= MAX_LEN_OF_SUPPORTED_RATES) {
146 NdisMoveMemory(ExtRate, pEid->Octet, pEid->Len);
147 *pExtRateLen = pEid->Len;
153 if (pEid->Len >= SIZE_HT_CAP_IE) /*Note: allow extension! */
174 if (pEid->Len >= sizeof(struct rt_add_ht_info_ie)) {
195 if (pEid->Len == 1) {
206 && (pEid->Len == 24)) {
239 Length = Length + 2 + pEid->Len;
240 pEid = (struct rt_eid *) ((u8 *) pEid + 2 + pEid->Len);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_ionsp.h128 #define IOSP_BUILD_DATA_HDR1(Port, Len) ((__u8) (((Port) | ((__u8) (((__u16) (Len)) >> 5) & 0x78))))
129 #define IOSP_BUILD_DATA_HDR2(Port, Len) ((__u8) (Len))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dtrees.c167 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
173 send_bits(s, tree[c].Code, tree[c].Len); }
295 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
296 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
297 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
298 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
307 static_dtree[n].Len = 5;
342 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
348 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
512 tree[s->heap[s->heap_max]].Len
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c167 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
173 send_bits(s, tree[c].Code, tree[c].Len); }
295 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
296 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
297 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
298 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
307 static_dtree[n].Len = 5;
342 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
348 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
512 tree[s->heap[s->heap_max]].Len
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dtrees.c167 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
173 send_bits(s, tree[c].Code, tree[c].Len); }
295 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
296 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
297 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
298 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
307 static_dtree[n].Len = 5;
342 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
348 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
512 tree[s->heap[s->heap_max]].Len
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dtrees.c163 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
169 send_bits(s, tree[c].Code, tree[c].Len); }
293 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
294 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
295 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
296 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
305 static_dtree[n].Len = 5;
340 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
346 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
510 tree[s->heap[s->heap_max]].Len
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dtrees.c163 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
169 send_bits(s, tree[c].Code, tree[c].Len); }
293 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
294 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
295 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
296 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
305 static_dtree[n].Len = 5;
340 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5));
346 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
510 tree[s->heap[s->heap_max]].Len
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtrees.c233 #define Len dl.len macro
448 # define send_code(c, tree) send_bits(tree[c].Code, tree[c].Len)
454 send_bits(tree[c].Code, tree[c].Len); }
490 if (static_dtree[0].Len != 0) return; /* ct_init already called */
536 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
537 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
538 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
539 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
548 static_dtree[n].Len = 5;
660 tree[heap[heap_max]].Len
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeftree.c156 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
162 send_bits(s, tree[c].Code, tree[c].Len); }
274 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
275 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
276 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
277 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
286 static_dtree[n].Len = 5;
430 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */
434 bits = tree[tree[n].Dad].Len + 1;
436 tree[n].Len
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dprepifelse.cpp58 int p = tstr.Len()-str.Len()-1;
59 int p2 = start-str.Len();
64 if ( wxStrncmp(tstr.c_str() + p, str.c_str(), str.Len()) == 0 )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hysdn/
H A Dince1pc.h114 /*00 */ unsigned char Len; member in struct:DpramBootSpooler_tag
126 #define DPRAM_SPOOLER_MIN_SIZE 5 /* Len+RdPtr+Wrptr+2*data */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c854 #define Len dl.len macro
973 # define SEND_CODE(c, tree) send_bits(tree[c].Code, tree[c].Len)
978 send_bits(tree[c].Code, tree[c].Len); \
1083 tree[G2.heap[G2.heap_max]].Len = 0; /* root of the heap */
1087 bits = tree[tree[n].Dad].Len + 1;
1092 tree[n].Len = (ush) bits;
1106 G2.static_len += (ulg) f * (stree[n].Len + xbits);
1139 if (tree[m].Len != (unsigned) bits) {
1140 Trace((stderr, "code %d bits %d->%d\n", m, tree[m].Len, bits));
1141 G2.opt_len += ((int32_t) bits - tree[m].Len) * tre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dfileback.cpp68 void Len(wxBackedInputStream& in);
86 Len(in);
95 Len(in);
107 Len(in);
175 void backStream::Len(wxBackedInputStream& in) function in class:backStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSharedFilesWnd.cpp184 if (labelReq.Len() > lReq || labelAcc.Len() > lAcc || labelTrans.Len() > lTrans) {
185 lReq = labelReq.Len();
186 lAcc = labelAcc.Len();
187 lTrans = labelTrans.Len();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/VBz64/
H A DVBZipBas.bas386 For xx = 0 To Len(szpassword) - 1
428 For xx = 0 To Len(szcomment) - 1
584 SplitNum = Val(Left(SplitSize, Len(SplitSize) - 1))
587 SplitNum = Val(Left(SplitSize, Len(SplitSize) - 1))
590 SplitNum = Val(Left(SplitSize, Len(SplitSize) - 1))
618 For A = 1 To Len(Str)
636 ZipVersion.structlen = Len(ZipVersion)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dqueue.t56 -Len => $rec_len,
114 -Len => $rec_len;
136 -Len => $rec_len;
204 -Len => $rec_len;
314 -Len => $rec_len;
331 -Len => $rec_len,
419 -Len => $rec_len,
512 -Len => $rec_len,
577 -Len => $rec_len,
659 -Len
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.bas406 If Len(prompt) = 0 Then
419 If Len(szpassword) < bufsiz Then Exit Do
431 If Len(szpassword) = 0 Then
442 For xx = 0 To Len(szpassword) - 1
611 .structlen = Len(UZVER2)
623 & Len(UZVER2) & "bytes." & vbNewLine _
H A Dvbunzip.frm273 If Len(uExtractDir) <> 0 Then
283 If Len(uZipMessage) > 0 Then
289 If Len(uZipInfo) > 0 Then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtarstrm.cpp145 static size_t Len(int id) { return fields[id + 1].pos - fields[id].pos; } function in class:wxTarHeaderBlock
206 memset(Get(TAR_CHKSUM), ' ', Len(TAR_CHKSUM));
223 unsigned char *q = p + Len(id);
237 ok = in.Read(Get(id), Len(id)).LastRead() == Len(id);
254 return out.Write(Get(id), Len(id)).LastWrite() == Len(id);
272 char *p = field + Len(id);
307 size_t maxname = Len(TAR_NAME);
308 size_t maxprefix = Len(TAR_PREFI
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/vendor_defns/
H A Daep.h212 AEP_U32 Len,

Completed in 289 milliseconds

12345