Home
last modified time | relevance | path

Searched refs:iByte (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/tools/D3d12maDumpVis/
H A DD3d12maDumpVis.py133 iByte = 0
138 iByteEnd = iByte + tSuballoc[1]
151 iByte = iByteEnd
217 iByte = 0 variable
220 iX = int(iByte * fPixelsPerByte)
224 if iByte == 0:
227 text = BytesToStr(iByte)
230 iByte += iBytesBetweenGridLines
/third_party/backends/backend/
H A Dplustek-usbimg.c124 static void ReverseBits( int b, u_char **pTar, int *iByte, int *iWeightSum, in ReverseBits() argument
132 *iByte <<= 1; in ReverseBits()
134 *iByte |= 1; in ReverseBits()
135 if(*iByte >= 0x100) { in ReverseBits()
136 **pTar++ = (u_char)*iByte; in ReverseBits()
137 *iByte = 1; in ReverseBits()
147 *iByte <<= 1; in ReverseBits()
149 *iByte |= 1; in ReverseBits()
150 if(*iByte >= 0x100) in ReverseBits()
152 **pTar++ = (u_char)*iByte; in ReverseBits()
165 int iByte = 1; usb_ReverseBitStream() local
[all...]
/third_party/sqlite/src/
H A Dshell.c14729 int iByte; in recoverIsValidPage() local
14759 for(iByte=iOff; iByte<(iOff+nByte); iByte++){ in recoverIsValidPage()
14760 if( aUsed[iByte]!=0 ){ in recoverIsValidPage()
14763 aUsed[iByte] = 0xFF; in recoverIsValidPage()
H A Dsqlite3.c136780 u8 iByte; global() local
176600 u8 iByte; global() local
[all...]

Completed in 181 milliseconds