OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LINELEN
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py
39
LINELEN
=64
118
self.
linelen
=
LINELEN
-1
133
while first <= len(self.hqxdata)-self.
linelen
:
134
last = first + self.
linelen
136
self.
linelen
=
LINELEN
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py
39
LINELEN
=64
118
self.
linelen
=
LINELEN
-1
133
while first <= len(self.hqxdata)-self.
linelen
:
134
last = first + self.
linelen
136
self.
linelen
=
LINELEN
Completed in 24 milliseconds