OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_write_ulong
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py
209
def
_write_ulong
(f, x):
function
250
_write_ulong
(f, himant)
251
_write_ulong
(f, lomant)
861
_write_ulong
(self._file, 4)
862
_write_ulong
(self._file, self._version)
866
_write_ulong
(self._file, commlength)
869
_write_ulong
(self._file, self._nframes)
877
_write_ulong
(self._file, self._datalength + 8)
878
_write_ulong
(self._file, 0)
879
_write_ulong
(self._file, 0
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py
209
def
_write_ulong
(f, x):
function
250
_write_ulong
(f, himant)
251
_write_ulong
(f, lomant)
861
_write_ulong
(self._file, 4)
862
_write_ulong
(self._file, self._version)
866
_write_ulong
(self._file, commlength)
869
_write_ulong
(self._file, self._nframes)
877
_write_ulong
(self._file, self._datalength + 8)
878
_write_ulong
(self._file, 0)
879
_write_ulong
(self._file, 0
[
all
...]
Completed in 147 milliseconds