Home
last modified time | relevance | path

Searched defs:pdt (Results 1 – 8 of 8) sorted by relevance

/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_common.c47 const uint8_t * nvme_id_ns_p, int pdt, in sg_make_vpd_devid_for_nvme()
Dsg_lib.c492 sg_get_pdt_str(int pdt, int buff_len, char * buff) in sg_get_pdt_str()
502 sg_lib_pdt_decay(int pdt) in sg_lib_pdt_decay()
/third_party/node/deps/npm/node_modules/promzard/
Dpromzard.js218 PromZard.prototype.prompt = function (pdt, cb) { argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java161 SimpleTimeZone pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, ids[0]); in Test4040996() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DCalendarRegressionTest.java164 SimpleTimeZone pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, ids[0]); in Test4040996() local
/third_party/icu/icu4c/source/test/intltest/
Dcalregts.cpp339 SimpleTimeZone *pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, *ids->snext(status)); in test4040996() local
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c1240 uint8_t pdt; in umass_scsi_inquiry_data() local
/third_party/NuttX/include/nuttx/
Dscsi.h650 #define SCSI_GET_INQUIRY_PDT(pdt) ((pdt) & 0x1f) /* get the Peripheral Device Type */ argument