HomeSort by relevance Sort by last modified time
    Searched refs:nsec (Results 101 - 115 of 115) sorted by null

1 2 3 45

  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 855 rdataNSEC nsec; member in union:__anon32569
872 rdataNSEC nsec; member in union:__anon32570
    [all...]
mDNS.c 2363 AuthRecord nsec; local
    [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 561 if (rd->nsec.bitmap[i>>3] & (128 >> (i&7)))
    [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c 3165 long nsec; local
    [all...]
posixmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 469 fill_time(PyObject *v, int index, time_t sec, unsigned long nsec)
480 fval = PyFloat_FromDouble(sec + 1e-9*nsec);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 468 fill_time(PyObject *v, int index, time_t sec, unsigned long nsec)
479 fval = PyFloat_FromDouble(sec + 1e-9*nsec);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 881 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */
    [all...]
  /external/python/cpython2/Modules/
posixmodule.c 1068 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */
    [all...]
  /external/syzkaller/sys/akaros/gen/
amd64.go 51 &IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "intptr", FldName: "nsec", TypeSize: 8}}},
55 &IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "intptr", FldName: "nsec", TypeSize: 8, ArgDir: 1}}},
    [all...]
  /external/syzkaller/sys/netbsd/gen/
amd64.go     [all...]
  /external/syzkaller/sys/freebsd/gen/
amd64.go     [all...]
  /external/ltp/android/
Android.ltp.mk 417 module_src_files := testcases/kernel/fs/ext4-new-features/ext4-nsec-timestamps/ext4_nsec_timestamps_test.sh
    [all...]
  /external/syzkaller/sys/fuchsia/gen/
amd64.go 249 &IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "intptr", FldName: "nsec", TypeSize: 8}}},
    [all...]
arm64.go 249 &IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "intptr", FldName: "nsec", TypeSize: 8}}},
    [all...]

Completed in 630 milliseconds

1 2 3 45