Home
last modified time | relevance | path

Searched full:pstart (Results 26 - 50 of 65) sorted by relevance

123

/third_party/ffmpeg/libavformat/
H A Doggparsevp8.c34 uint8_t *p = os->buf + os->pstart; in vp8_header()
105 uint8_t *p = os->buf + os->pstart; in vp8_packet()
H A Doggparsecelt.c39 uint8_t *p = os->buf + os->pstart; in celt_header()
H A Doggparseskeleton.c31 uint8_t *buf = os->buf + os->pstart; in skeleton_header()
H A Doggdec.h64 unsigned int pstart; member
H A Doggparsespeex.c43 uint8_t *p = os->buf + os->pstart; in speex_header()
/third_party/icu/icu4c/source/i18n/
H A Dformattedvalue.cpp137 ucfpos_getIndexes(const UConstrainedFieldPosition* ptr, int32_t* pStart, int32_t* pLimit, UErrorCode* ec) { in ucfpos_getIndexes() argument
142 *pStart = impl->fImpl.getStart(); in ucfpos_getIndexes()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Duparse.h134 uint32_t *pStart, uint32_t *pEnd,
144 uint32_t *pStart, uint32_t *pEnd,
/third_party/node/deps/icu-small/source/i18n/
H A Dformattedvalue.cpp137 ucfpos_getIndexes(const UConstrainedFieldPosition* ptr, int32_t* pStart, int32_t* pLimit, UErrorCode* ec) { in ucfpos_getIndexes() argument
142 *pStart = impl->fImpl.getStart(); in ucfpos_getIndexes()
/third_party/icu/icu4c/source/tools/toolutil/
H A Duparse.h134 uint32_t *pStart, uint32_t *pEnd,
144 uint32_t *pStart, uint32_t *pEnd,
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformattedvalue.cpp137 ucfpos_getIndexes(const UConstrainedFieldPosition* ptr, int32_t* pStart, int32_t* pLimit, UErrorCode* ec) { in ucfpos_getIndexes() argument
142 *pStart = impl->fImpl.getStart(); in ucfpos_getIndexes()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Duparse.h134 uint32_t *pStart, uint32_t *pEnd,
144 uint32_t *pStart, uint32_t *pEnd,
/third_party/lwip/src/netif/ppp/
H A Dupap.c606 const u_char *pstart; in upap_printpkt() local
610 pstart = p; in upap_printpkt()
673 return p - pstart; in upap_printpkt()
/third_party/backends/backend/
H A Dplustek-pp_ptdrv.c879 pStartScan pstart = (pStartScan)&outBuffer; in ptdrvIoctl() local
888 pstart->dwBytesPerLine = ps->DataInf.dwAppBytesPerLine; in ptdrvIoctl()
889 pstart->dwLinesPerScan = ps->DataInf.dwAppLinesPerArea; in ptdrvIoctl()
890 pstart->dwFlag = ps->DataInf.dwScanFlag; in ptdrvIoctl()
895 if (copy_to_user((pStartScan)arg, pstart, sizeof(StartScan))) in ptdrvIoctl()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2_mmu_info.h28 void rga2_dma_flush_range(void *pstart, void *pend);
/third_party/icu/icu4c/source/i18n/unicode/
H A Duformattedvalue.h267 * @param pStart Set to the start index saved in the instance. Ignored if nullptr.
275 int32_t* pStart,
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Duformattedvalue.h267 * @param pStart Set to the start index saved in the instance. Ignored if nullptr.
275 int32_t* pStart,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Duformattedvalue.h269 * @param pStart Set to the start index saved in the instance. Ignored if nullptr.
277 int32_t* pStart,
/third_party/gptfdisk/
H A Dbasicmbr.cc814 uint64_t firstLogical, lastLogical, lStart, pStart; in UpdateCanBeLogical() local
836 pStart = partitions[j].GetStartLBA(); in UpdateCanBeLogical()
837 if (((pStart < lStart) && (firstLogical < pStart)) || in UpdateCanBeLogical()
838 ((pStart > lStart) && (firstLogical > pStart))) { in UpdateCanBeLogical()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga2_mmu_info.c27 static void rga2_dma_sync_flush_range(void *pstart, void *pend, struct rga_scheduler_t *scheduler) in rga2_dma_sync_flush_range() argument
29 dma_sync_single_for_device(scheduler->dev, virt_to_phys(pstart), in rga2_dma_sync_flush_range()
30 pend - pstart, DMA_TO_DEVICE); in rga2_dma_sync_flush_range()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java538 private static int findSameBlock(char[] p, int pStart, int length, in findSameBlock() argument
543 while (pStart <= length) { in findSameBlock()
544 if (equalBlocks(p, pStart, q, qStart, blockLength)) { in findSameBlock()
545 return pStart; in findSameBlock()
547 ++pStart; in findSameBlock()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_generic.c1323 struct usb_fs_start *pstart; in ugen_ioctl() member
1370 u.pstart = &start; in ugen_ioctl()
1371 error = ugen_fs_copy_in(f, u.pstart->ep_index); in ugen_ioctl()
1375 xfer = f->fs_xfer[u.pstart->ep_index]; in ugen_ioctl()
1393 xfer = f->fs_xfer[u.pstart->ep_index]; in ugen_ioctl()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java530 private static int findSameBlock(char[] p, int pStart, int length, in findSameBlock() argument
535 while (pStart <= length) { in findSameBlock()
536 if (equalBlocks(p, pStart, q, qStart, blockLength)) { in findSameBlock()
537 return pStart; in findSameBlock()
539 ++pStart; in findSameBlock()
/third_party/icu/icu4c/source/common/
H A Dumutablecptrie.cpp591 int32_t findSameBlock(const uint16_t *p, int32_t pStart, int32_t length, in findSameBlock() argument
597 while (pStart <= length) { in findSameBlock()
598 if (equalBlocks(p + pStart, q, blockLength)) { in findSameBlock()
599 return pStart; in findSameBlock()
601 ++pStart; in findSameBlock()
/third_party/node/deps/icu-small/source/common/
H A Dumutablecptrie.cpp591 int32_t findSameBlock(const uint16_t *p, int32_t pStart, int32_t length, in findSameBlock() argument
597 while (pStart <= length) { in findSameBlock()
598 if (equalBlocks(p + pStart, q, blockLength)) { in findSameBlock()
599 return pStart; in findSameBlock()
601 ++pStart; in findSameBlock()
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutablecptrie.cpp591 int32_t findSameBlock(const uint16_t *p, int32_t pStart, int32_t length, in findSameBlock() argument
597 while (pStart <= length) { in findSameBlock()
598 if (equalBlocks(p + pStart, q, blockLength)) { in findSameBlock()
599 return pStart; in findSameBlock()
601 ++pStart; in findSameBlock()

Completed in 92 milliseconds

123