/third_party/ffmpeg/libavformat/ |
H A D | oggparsevp8.c | 34 uint8_t *p = os->buf + os->pstart; in vp8_header() 105 uint8_t *p = os->buf + os->pstart; in vp8_packet()
|
H A D | oggparsecelt.c | 39 uint8_t *p = os->buf + os->pstart; in celt_header()
|
H A D | oggparseskeleton.c | 31 uint8_t *buf = os->buf + os->pstart; in skeleton_header()
|
H A D | oggdec.h | 64 unsigned int pstart; member
|
H A D | oggparsespeex.c | 43 uint8_t *p = os->buf + os->pstart; in speex_header()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | formattedvalue.cpp | 137 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 D | uparse.h | 134 uint32_t *pStart, uint32_t *pEnd, 144 uint32_t *pStart, uint32_t *pEnd,
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | formattedvalue.cpp | 137 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 D | uparse.h | 134 uint32_t *pStart, uint32_t *pEnd, 144 uint32_t *pStart, uint32_t *pEnd,
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | formattedvalue.cpp | 137 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 D | uparse.h | 134 uint32_t *pStart, uint32_t *pEnd, 144 uint32_t *pStart, uint32_t *pEnd,
|
/third_party/lwip/src/netif/ppp/ |
H A D | upap.c | 606 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 D | plustek-pp_ptdrv.c | 879 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 D | rga2_mmu_info.h | 28 void rga2_dma_flush_range(void *pstart, void *pend);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | uformattedvalue.h | 267 * @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 D | uformattedvalue.h | 267 * @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 D | uformattedvalue.h | 269 * @param pStart Set to the start index saved in the instance. Ignored if nullptr. 277 int32_t* pStart,
|
/third_party/gptfdisk/ |
H A D | basicmbr.cc | 814 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 D | rga2_mmu_info.c | 27 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 D | MutableCodePointTrie.java | 538 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 D | usb_generic.c | 1323 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 D | MutableCodePointTrie.java | 530 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 D | umutablecptrie.cpp | 591 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 D | umutablecptrie.cpp | 591 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 D | umutablecptrie.cpp | 591 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()
|