OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:byteIndex
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/udf/
udf_osta.c
52
int returnValue, unicodeIndex,
byteIndex
;
68
byteIndex
= 1;
71
while (
byteIndex
< numberOfBytes) {
77
UDFCompressed[
byteIndex
++] << 8;
81
if (
byteIndex
< numberOfBytes) {
84
UDFCompressed[
byteIndex
++];
118
int
byteIndex
, unicodeIndex;
121
byteIndex
= -1; /* Unsupported compression ID ! */
126
byteIndex
= 1;
133
UDFCompressed[
byteIndex
++]
[
all
...]
udf_osta.c
52
int returnValue, unicodeIndex,
byteIndex
;
68
byteIndex
= 1;
71
while (
byteIndex
< numberOfBytes) {
77
UDFCompressed[
byteIndex
++] << 8;
81
if (
byteIndex
< numberOfBytes) {
84
UDFCompressed[
byteIndex
++];
118
int
byteIndex
, unicodeIndex;
121
byteIndex
= -1; /* Unsupported compression ID ! */
126
byteIndex
= 1;
133
UDFCompressed[
byteIndex
++]
[
all
...]
Completed in 23 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025