| /kernel/linux/linux-6.6/drivers/gpio/ |
| H A D | gpio-tangier.h | 57 #define GPIO_PINRANGE(gstart, gend, pstart) \ 60 .pin_base = (pstart), \
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | vb.c | 99 uint8_t *pstart = c->prev_frame; in vb_decode_framedata() local 120 if (check_line(prev + y*width, pstart, pend)) in vb_decode_framedata() 139 if (check_line(prev + t + y*width, pstart, pend)) in vb_decode_framedata() 168 if (pattern & 1 && check_pixel(prev + x + y*width, pstart, pend)) in vb_decode_framedata()
|
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| H A D | ucbuf.cpp | 61 const char* pStart; in ucbuf_autodetect_fs() local 84 pStart = start; in ucbuf_autodetect_fs() 85 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, nullptr, false, error); in ucbuf_autodetect_fs() 86 *signatureLength = (int32_t)(pStart - start); in ucbuf_autodetect_fs() 591 const char* pStart; in ucbuf_rewind() local 599 pStart = start; in ucbuf_rewind() 600 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, nullptr, false, error); in ucbuf_rewind()
|
| H A D | uparse.h | 134 uint32_t *pStart, uint32_t *pEnd, 144 uint32_t *pStart, uint32_t *pEnd,
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | ucbuf.cpp | 61 const char* pStart; in ucbuf_autodetect_fs() local 84 pStart = start; in ucbuf_autodetect_fs() 85 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, false, error); in ucbuf_autodetect_fs() 86 *signatureLength = (int32_t)(pStart - start); in ucbuf_autodetect_fs() 591 const char* pStart; in ucbuf_rewind() local 599 pStart = start; in ucbuf_rewind() 600 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, false, error); in ucbuf_rewind()
|
| 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/tools/toolutil/ |
| H A D | ucbuf.cpp | 61 const char* pStart; in ucbuf_autodetect_fs() local 84 pStart = start; in ucbuf_autodetect_fs() 85 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error); in ucbuf_autodetect_fs() 86 *signatureLength = (int32_t)(pStart - start); in ucbuf_autodetect_fs() 591 const char* pStart; in ucbuf_rewind() local 599 pStart = start; in ucbuf_rewind() 600 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error); in ucbuf_rewind()
|
| H A D | uparse.h | 134 uint32_t *pStart, uint32_t *pEnd, 144 uint32_t *pStart, uint32_t *pEnd,
|
| /kernel/linux/linux-5.10/arch/x86/mm/ |
| H A D | ident_map.c | 111 unsigned long pstart, unsigned long pend) in kernel_ident_mapping_init() 113 unsigned long addr = pstart + info->offset; in kernel_ident_mapping_init() 110 kernel_ident_mapping_init(struct x86_mapping_info *info, pgd_t *pgd_page, unsigned long pstart, unsigned long pend) kernel_ident_mapping_init() argument
|
| /kernel/linux/linux-6.6/arch/x86/mm/ |
| H A D | ident_map.c | 111 unsigned long pstart, unsigned long pend) in kernel_ident_mapping_init() 113 unsigned long addr = pstart + info->offset; in kernel_ident_mapping_init() 110 kernel_ident_mapping_init(struct x86_mapping_info *info, pgd_t *pgd_page, unsigned long pstart, unsigned long pend) kernel_ident_mapping_init() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | oggparsedirac.c | 40 ret = av_dirac_parse_sequence_header(&dsh, os->buf + os->pstart + 13, (os->psize - 13), s); in dirac_header() 91 uint8_t *buf = os->buf + os->pstart; in old_dirac_header()
|
| 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()
|
| /third_party/icu/icu4c/source/common/ |
| H A D | uset.cpp | 345 // UChar32* pStart, UChar32* pEnd) { 350 // *pStart = us->getRangeStart(rangeIndex); 518 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange() 522 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) { in uset_getSerializedRange() 532 *pStart=array[rangeIndex++]; in uset_getSerializedRange() 547 *pStart=(((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1]; in uset_getSerializedRange() 517 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) uset_getSerializedRange() argument
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | uset.cpp | 345 // UChar32* pStart, UChar32* pEnd) { 350 // *pStart = us->getRangeStart(rangeIndex); 518 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange() 522 if(set==nullptr || rangeIndex<0 || pStart==nullptr || pEnd==nullptr) { in uset_getSerializedRange() 532 *pStart=array[rangeIndex++]; in uset_getSerializedRange() 547 *pStart=(((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1]; in uset_getSerializedRange() 517 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) uset_getSerializedRange() argument
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | uset.cpp | 340 // UChar32* pStart, UChar32* pEnd) { 345 // *pStart = us->getRangeStart(rangeIndex); 513 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange() 517 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) { in uset_getSerializedRange() 527 *pStart=array[rangeIndex++]; in uset_getSerializedRange() 542 *pStart=(((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1]; in uset_getSerializedRange() 512 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) uset_getSerializedRange() argument
|
| /kernel/linux/linux-6.6/fs/erofs/ |
| H A D | fscache.c | 124 * Read data from fscache (cookie, pstart, len), and fill the read data into 125 * page cache described by (req->mapping, lstart, len). @pstart describeis the 129 struct erofs_fscache_request *req, loff_t pstart, size_t len) in erofs_fscache_read_folios_async() 146 loff_t sstart = pstart + done; in erofs_fscache_read_folios_async() 128 erofs_fscache_read_folios_async(struct fscache_cookie *cookie, struct erofs_fscache_request *req, loff_t pstart, size_t len) erofs_fscache_read_folios_async() argument
|
| /third_party/ltp/testcases/realtime/func/prio-preempt/ |
| H A D | prio-preempt.c | 166 nsec_t pstart, pend; in worker_thread() local 203 pstart = pend = rt_gettime(); in worker_thread() 219 tid, mypri, pend - pstart); in worker_thread()
|
| /kernel/linux/linux-6.6/mm/ |
| H A D | debug_vm_pgtable.c | 1119 * Check if a physical memory range described by <pstart, pend> contains 1125 static void __init phys_align_check(phys_addr_t pstart, in phys_align_check() argument 1131 if (pstart == 0) in phys_align_check() 1132 pstart = PAGE_SIZE; in phys_align_check() 1134 aligned_start = ALIGN(pstart, psize); in phys_align_check() 1146 phys_addr_t phys, pstart, pend; in init_fixed_pfns() local 1167 for_each_mem_range(idx, &pstart, &pend) { in init_fixed_pfns() 1169 phys_align_check(pstart, pend, PUD_SIZE, &phys, in init_fixed_pfns() 1181 phys_align_check(pstart, pend, PMD_SIZE, &phys, in init_fixed_pfns()
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| H A D | init.h | 15 unsigned long pstart, unsigned long pend);
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| H A D | init.h | 15 unsigned long pstart, unsigned long pend);
|
| /foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
| H A D | start_code_detector.h | 46 size_t SetSource(const uint8_t* pStart, size_t bufSize); // return sample cnt 62 void SaveVivid(NALUInfo& nal, const uint8_t *pStart);
|
| /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/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/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()
|
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| H A D | perf_cpum_cf_diag.c | 428 static void cf_diag_diffctrset(u64 *pstart, u64 *pstop, int counters) in cf_diag_diffctrset() argument 430 for (; --counters >= 0; ++pstart, ++pstop) in cf_diag_diffctrset() 431 if (*pstop >= *pstart) in cf_diag_diffctrset() 432 *pstop -= *pstart; in cf_diag_diffctrset() 434 *pstop = *pstart - *pstop; in cf_diag_diffctrset()
|