Home
last modified time | relevance | path

Searched refs:cpd (Results 1 - 10 of 10) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.c95 usb_loc_fill(struct usb_fs_privdata* pd, struct usb_cdev_privdata *cpd) in usb_loc_fill() argument
97 cpd->bus_index = pd->bus_index; in usb_loc_fill()
98 cpd->dev_index = pd->dev_index; in usb_loc_fill()
99 cpd->ep_addr = pd->ep_addr; in usb_loc_fill()
100 cpd->fifo_index = pd->fifo_index; in usb_loc_fill()
115 usb_ref_device(struct usb_cdev_privdata *cpd, in usb_ref_device() argument
121 DPRINTFN(2, "cpd=%p need uref=%d\n", cpd, need_uref); in usb_ref_device()
127 cpd->bus = devclass_get_softc(usb_devclass_ptr, cpd in usb_ref_device()
254 usb_usb_ref_device(struct usb_cdev_privdata *cpd, struct usb_cdev_refdata *crd) usb_usb_ref_device() argument
279 usb_unref_device(struct usb_cdev_privdata *cpd, struct usb_cdev_refdata *crd) usb_unref_device() argument
329 usb_fifo_create(struct usb_cdev_privdata *cpd, struct usb_cdev_refdata *crd) usb_fifo_create() argument
607 usb_fifo_open(struct usb_cdev_privdata *cpd, struct usb_fifo *f, int fflags) usb_fifo_open() argument
785 struct usb_cdev_privdata *cpd = NULL; usb_open() local
857 struct usb_cdev_privdata *cpd = (struct usb_cdev_privdata *)filep->f_priv; usb_close() local
962 struct usb_cdev_privdata *cpd = (struct usb_cdev_privdata *)filep->f_priv; usb_ioctl() local
1045 struct usb_cdev_privdata *cpd = (struct usb_cdev_privdata *)filep->f_priv; usb_poll() local
1149 struct usb_cdev_privdata *cpd = (struct usb_cdev_privdata *)filep->f_priv; usb_read() local
1256 struct usb_cdev_privdata *cpd = (struct usb_cdev_privdata *)filep->f_priv; usb_write() local
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dplace-dep.js87 const cpd = new CanPlaceDep({
100 this.checks.set(target, cpd)
115 if (cpd.canPlaceSelf !== CONFLICT) {
116 this.canPlaceSelf = cpd
121 if (cpd.canPlace !== CONFLICT) {
122 this.canPlace = cpd
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java1783 CompoundTransliterator cpd = (CompoundTransliterator) this; in getElements()
1784 result = new Transliterator[cpd.getCount()]; in getElements()
1786 result[i] = cpd.getTransliterator(i); in getElements()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliterator.java1747 CompoundTransliterator cpd = (CompoundTransliterator) this; in getElements()
1748 result = new Transliterator[cpd.getCount()]; in getElements()
1750 result[i] = cpd.getTransliterator(i); in getElements()
/third_party/icu/icu4c/source/i18n/
H A Dtranslit.cpp1192 const CompoundTransliterator* cpd = dynamic_cast<const CompoundTransliterator*>(this); in getElement() local
1193 int32_t n = (cpd == NULL) ? 1 : cpd->getCount(); in getElement()
1198 return (n == 1) ? *this : cpd->getTransliterator(index); in getElement()
/third_party/node/deps/icu-small/source/i18n/
H A Dtranslit.cpp1192 const CompoundTransliterator* cpd = dynamic_cast<const CompoundTransliterator*>(this); in getElement() local
1193 int32_t n = (cpd == nullptr) ? 1 : cpd->getCount(); in getElement()
1198 return (n == 1) ? *this : cpd->getTransliterator(index); in getElement()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dbuild-ideal-tree.js960 const { placed, edge, canPlace: cpd } = pd
971 if (cpd.canPlaceSelf === OK) {
984 if (cpd.canPlaceSelf === REPLACE) {
1005 if (cpd.canPlaceSelf === CONFLICT) {
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtranslit.cpp1178 const CompoundTransliterator* cpd = dynamic_cast<const CompoundTransliterator*>(this); in getElement() local
1179 int32_t n = (cpd == NULL) ? 1 : cpd->getCount(); in getElement()
1184 return (n == 1) ? *this : cpd->getTransliterator(index); in getElement()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cmd_buffer.c3667 const struct v3d_compute_prog_data *cpd = in cmd_buffer_create_csd_job() local
3671 const uint32_t wg_size = cpd->local_size[0] * in cmd_buffer_create_csd_job()
3672 cpd->local_size[1] * in cmd_buffer_create_csd_job()
3673 cpd->local_size[2]; in cmd_buffer_create_csd_job()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 23 milliseconds