Lines Matching defs:len_byte

791     UINT8 len_byte=0, offset =0;
856 len_byte = 0x00;
885 len_byte = Numof_lengthbytes(&temp_buf[offset], &wLen);
889 if((len_byte == 0)||(wLen <= 32))
891 if((len_byte == 0))
906 offset = offset+len_byte;
977 len_byte = Numof_lengthbytes(&temp_buf[offset], &wLen);
979 temp_buf, STATUS_OK, wLen+len_byte+2);
1068 UINT16 offset = 0x00, len_byte=0;
1070 UINT8 offset = 0x00, len_byte=0;
1148 len_byte = Numof_lengthbytes(&read_buf[offset], &wLen);
1149 offset = offset + len_byte;
1169 len_byte = Numof_lengthbytes(&read_buf[offset], &wLen);
1170 offset = offset + len_byte;
1188 len_byte = Numof_lengthbytes(&read_buf[offset], &wLen);
1189 if(len_byte == 0)
1196 offset = offset+len_byte;
1252 len_byte = Numof_lengthbytes(&read_buf[offset], &wLen);
1253 if(len_byte == 0)
1260 offset = offset+len_byte;
1309 UINT8 len_byte = 0;
1356 len_byte = 0x00;
1361 len_byte = read_buf[lenOff] & 0x0F;
1362 len_byte = len_byte +1; //1 byte added for byte 0x81
1364 ALOGD("%s: Length byte Read from 0x80 is 0x%x ", fn, len_byte);
1366 if(len_byte == 0x02)
1380 ALOGD("%s: Length of Read Script in len_byte= 0x02 is 0x%lx ", fn, wLen);
1382 else if(len_byte == 0x03)
1397 ALOGD("%s: Length of Read Script in len_byte= 0x03 is 0x%lx ", fn, wLen);
1408 len_byte = 0x01;
1410 ALOGE("%s: Length of Read Script in len_byte= 0x01 is 0x%lx ", fn, wLen);
2266 UINT8 len_byte=0, i=0;
2273 len_byte = 0x00;
2277 len_byte = read_buf[i] & 0x0F;
2278 len_byte = len_byte +1; //1 byte added for byte 0x81
2282 len_byte = 0x01;
2287 switch(len_byte)
2317 ALOGE("%s:exit; len_bytes=0x0%x, Length=%ld", fn, len_byte, *pLen);
2318 return len_byte;
2495 UINT16 len_byte = 0;
2503 len_byte = Numof_lengthbytes(&read_buf[offset], &wLen);
2504 offset = offset + len_byte;
2727 UINT8 len_byte = 0;
2729 len_byte = Numof_lengthbytes(&read_buf[offset], &tag53Len);
2730 offset = offset+tag53Len+len_byte;
2793 UINT8 len_byte = 0;
2795 len_byte = Numof_lengthbytes(&read_buf[offset], &tag53Len);
2796 offset = offset+tag53Len+len_byte;