HomeSort by relevance Sort by last modified time
    Searched full:startobj (Results 1 - 9 of 9) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
obj.go 66 startobj := int64(0)
72 startobj = bout.Offset()
99 size := bout.Offset() - startobj
103 bout.Seek(startobj-ArhdrSize, 0)
107 bout.Seek(startobj+size+(size&1), 0)
118 startobj = bout.Offset()
164 size := bout.Offset() - startobj
168 bout.Seek(startobj-ArhdrSize, 0)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
obj.go 66 startobj := int64(0)
72 startobj = bout.Offset()
99 size := bout.Offset() - startobj
103 bout.Seek(startobj-ArhdrSize, 0)
107 bout.Seek(startobj+size+(size&1), 0)
118 startobj = bout.Offset()
164 size := bout.Offset() - startobj
168 bout.Seek(startobj-ArhdrSize, 0)
  /external/python/cpython3/Modules/clinic/
fcntlmodule.c.h 168 PyObject *startobj, int whence);
177 PyObject *startobj = NULL; local
181 conv_descriptor, &fd, &code, &lenobj, &startobj, &whence)) {
184 return_value = fcntl_lockf_impl(module, fd, code, lenobj, startobj, whence);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 311 PyObject *lenobj = NULL, *startobj = NULL; local
315 &lenobj, &startobj, &whence))
343 if (startobj != NULL) {
345 l.l_start = PyInt_AsLong(startobj);
347 l.l_start = PyLong_Check(startobj) ?
348 PyLong_AsLongLong(startobj) :
349 PyInt_AsLong(startobj);
  /external/python/cpython2/Modules/
fcntlmodule.c 313 PyObject *lenobj = NULL, *startobj = NULL; local
317 &lenobj, &startobj, &whence))
345 if (startobj != NULL) {
347 l.l_start = PyInt_AsLong(startobj);
349 l.l_start = PyLong_Check(startobj) ?
350 PyLong_AsLongLong(startobj) :
351 PyInt_AsLong(startobj);
_bsddb.c 1832 PyObject *startobj = NULL, *stopobj = NULL; local
    [all...]
  /external/python/cpython3/Modules/
fcntlmodule.c 332 start as startobj: object(c_default='NULL') = 0
362 PyObject *startobj, int whence)
387 if (startobj != NULL) {
389 l.l_start = PyLong_AsLong(startobj);
391 l.l_start = PyLong_Check(startobj) ?
392 PyLong_AsLongLong(startobj) :
393 PyLong_AsLong(startobj);
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
gc.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/
gc.a     [all...]

Completed in 1373 milliseconds