HomeSort by relevance Sort by last modified time
    Searched defs:Len (Results 1 - 15 of 15) sorted by null

  /external/libvpx/vp8/common/
treecoder.h 51 int Len;
entropy.h 46 int Len;
  /external/giflib/
gifalloc.c 105 int i, j, Len = Object->ColorCount;
107 for (i = 0; i < Len; i += 4) {
108 for (j = 0; j < 4 && j < Len; j++) {
252 int Len,
269 ep->ByteCount=Len;
275 memcpy(ep->Bytes, ExtData, Len);
  /hardware/ti/wlan/wl1271/Test/
fwdriverdebug.c 156 unsigned char Len;
157 Len = *(unsigned char *)pParam;
159 os_memoryCopy(pTWD->hOs, Cfg.buf,(unsigned long*)pParam + sizeof(TI_UINT8),Len * 4 );
161 Cfg.len = Len;
165 Cfg.EleHdr.len = sizeof(Cfg) - sizeof(EleHdrStruct);
369 for (i=0;i<Len;i++) {
379 for (i=0;i<Len;i++) {
387 if(memcmp(CompBuf,buf,Len))
  /system/wlan/ti/wilink_6_1/Test/
fwdriverdebug.c 156 unsigned char Len;
157 Len = *(unsigned char *)pParam;
159 os_memoryCopy(pTWD->hOs, Cfg.buf,(unsigned long*)pParam + sizeof(TI_UINT8),Len * 4 );
161 Cfg.len = Len;
165 Cfg.EleHdr.len = sizeof(Cfg) - sizeof(EleHdrStruct);
369 for (i=0;i<Len;i++) {
379 for (i=0;i<Len;i++) {
387 if(memcmp(CompBuf,buf,Len))
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
wpa_core.c 446 int len = os_strlen(pPinStr); local
448 if (len == 0)
451 pWpaCore->WpaSupplParams.pWscPin = (PS8)os_MemoryCAlloc(len, sizeof(char));
526 U8 Len;
757 Len = os_strlen ((PS8)pWpaCore->WpaSupplParams.client_cert);
758 os_memcpy(pWpaCore->WpaSupplParams.private_key,pWpaCore->WpaSupplParams.client_cert,Len);
759 os_memcpy(&pWpaCore->WpaSupplParams.private_key[Len-3],"pem",3);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
qosMngr.c     [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
wpa_core.c 446 int len = os_strlen(pPinStr); local
448 if (len == 0)
451 pWpaCore->WpaSupplParams.pWscPin = (PS8)os_MemoryCAlloc(len, sizeof(char));
526 U8 Len;
757 Len = os_strlen ((PS8)pWpaCore->WpaSupplParams.client_cert);
758 os_memcpy(pWpaCore->WpaSupplParams.private_key,pWpaCore->WpaSupplParams.client_cert,Len);
759 os_memcpy(&pWpaCore->WpaSupplParams.private_key[Len-3],"pem",3);
  /external/chromium/third_party/zlib/
deflate.h 69 ush len; /* length of bit string */ member in union:ct_data_s::__anon3285
76 #define Len dl.len
316 { uch len = (length); \
319 s->l_buf[s->last_lit++] = len; \
321 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
  /external/libvpx/vp8/encoder/arm/
mcomp_arm.c 102 int Len;
107 Len = MAX_FIRST_STEP;
113 while (Len > 0)
118 x->ss[search_site_count].mv.row = -Len;
119 x->ss[search_site_count].offset = -Len * stride;
124 x->ss[search_site_count].mv.row = Len;
125 x->ss[search_site_count].offset = Len * stride;
129 x->ss[search_site_count].mv.col = -Len;
131 x->ss[search_site_count].offset = -Len;
135 x->ss[search_site_count].mv.col = Len;
    [all...]
  /external/libvpx/vp8/encoder/
mcomp.c 67 int Len;
72 Len = MAX_FIRST_STEP;
78 while (Len > 0)
83 x->ss[search_site_count].mv.row = -Len;
84 x->ss[search_site_count].offset = -Len * stride;
89 x->ss[search_site_count].mv.row = Len;
90 x->ss[search_site_count].offset = Len * stride;
94 x->ss[search_site_count].mv.col = -Len;
96 x->ss[search_site_count].offset = -Len;
100 x->ss[search_site_count].mv.col = Len;
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 69 ush len; /* length of bit string */ member in union:ct_data_s::__anon6255
76 #define Len dl.len
316 { uch len = (length); \
319 s->l_buf[s->last_lit++] = len; \
321 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
  /external/zlib/
deflate.h 69 ush len; /* length of bit string */ member in union:ct_data_s::__anon8782
76 #define Len dl.len
327 { uch len = (length); \
330 s->l_buf[s->last_lit++] = len; \
332 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
qosMngr.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
qosMngr.c     [all...]

Completed in 545 milliseconds