HomeSort by relevance Sort by last modified time
    Searched full:endbyte (Results 1 - 7 of 7) sorted by null

  /external/libogg/src/
bitwise.c 65 b->endbyte=bytes;
76 b->endbyte=bytes;
83 if(b->endbyte+4>=b->storage){
93 b->ptr=b->buffer+b->endbyte;
117 b->endbyte+=bits/8;
124 if(b->endbyte+4>=b->storage){
134 b->ptr=b->buffer+b->endbyte;
158 b->endbyte+=bits/8;
194 if(b->endbyte+bytes+1>=b->storage){
197 b->storage=b->endbyte+bytes+BUFFER_INCREMENT
    [all...]
  /external/libogg/doc/libogg/
oggpack_buffer.html 29 long endbyte;
  /external/libogg/include/ogg/
ogg.h 33 long endbyte; member in struct:__anon13307
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostheader.c 254 IMG_UINT32 EndByte;
262 EndByte = ((bit_cnt + 7) / 8);
265 lnc__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[EndByte-1], (IMG_UINT8)((bit_cnt) % 8));
267 lnc__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[EndByte-1], 8);
269 if (EndByte > 1)
270 for (BitLp = EndByte - 1; BitLp > 0; BitLp--) {
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostheader.c 254 IMG_UINT32 EndByte;
262 EndByte = ((bit_cnt + 7) / 8);
265 pnw__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[EndByte-1], (IMG_UINT8)((bit_cnt) % 8));
267 pnw__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[EndByte-1], 8);
269 if (EndByte > 1)
270 for (BitLp = EndByte - 1; BitLp > 0; BitLp--) {
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 412 (name, (startByte, endByte)) = args
413 return startByte < endByte
E_B_D_T_.py 104 endByte = dataSize
106 dataLoc = (startByte, endByte)

Completed in 166 milliseconds