HomeSort by relevance Sort by last modified time
    Searched refs:bnsec (Results 1 - 5 of 5) sorted by null

  /prebuilts/go/darwin-x86/src/time/
time_test.go 239 bnsec = new(big.Int)
262 bnsec.SetInt64(nsec)
264 bt.Add(bt, bnsec)
    [all...]
  /prebuilts/go/linux-x86/src/time/
time_test.go 239 bnsec = new(big.Int)
262 bnsec.SetInt64(nsec)
264 bt.Add(bt, bnsec)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 530 unsigned long bsec,bnsec; local
533 bnsec = st->st_birthtimespec.tv_nsec;
535 bnsec = 0;
538 val = PyFloat_FromDouble(bsec + 1e-9*bnsec);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 529 unsigned long bsec,bnsec; local
532 bnsec = st->st_birthtimespec.tv_nsec;
534 bnsec = 0;
537 val = PyFloat_FromDouble(bsec + 1e-9*bnsec);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 1357 unsigned long bsec,bnsec; local
    [all...]

Completed in 1180 milliseconds