OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstbyte
(Results
1 - 3
of
3
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py
400
for
firstByte
in range(256):
401
subHeadindex = subHeaderKeys[
firstByte
]
404
if (
firstByte
< subHeader.firstCode) or (
firstByte
>= subHeader.firstCode + subHeader.entryCount):
407
charCode =
firstByte
408
offsetIndex =
firstByte
- subHeader.firstCode
417
charCodeOffset =
firstByte
* 256 + subHeader.firstCode
494
firstbyte
= charCode >> 8
497
if
firstbyte
!= lastFirstByte: # Need to update the current subhead, and start a new one.
516
subHeaderKeys[
firstbyte
] = len(subHeaderList) -
[
all
...]
/bionic/libc/arch-x86_64/string/
sse4-memcmp-slm.S
91
je L(
firstbyte
)
99
L(
firstbyte
):
[
all
...]
/external/zopfli/src/zopflipng/lodepng/
lodepng.cpp
1610
unsigned char
firstbyte
;
local
[
all
...]
Completed in 1372 milliseconds