/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-number.cc | 42 char *pend = p; in _parse_number() local 45 *pv = f (p, &pend); in _parse_number() 46 if (unlikely (errno || p == pend || in _parse_number() 48 (whole_buffer && pend - p != end - *pp))) in _parse_number() 51 *pp += pend - p; in _parse_number() 75 const char *pend = end; 76 *pv = strtod_rl (*pp, &pend); 77 if (unlikely (*pp == pend)) return false; 78 *pp = pend; 79 return !whole_buffer || end == pend; [all...] |
/third_party/libdrm/intel/ |
H A D | intel_chipset.c | 60 *pend = pciids + sizeof(pciids) / sizeof(pciids[0]); in intel_is_genx() local 62 for (p = pciids; p < pend; p++) { in intel_is_genx() 82 *pend = pciids + sizeof(pciids) / sizeof(pciids[0]); in intel_get_genx() local 84 for (p = pciids; p < pend; p++) { in intel_get_genx()
|
/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 987 uint8_t *pend; in dhcpc_sendmsg() local 1002 pend = state->pdhcp.options; in dhcpc_sendmsg() 1003 pend = dhcpc_addmsgtype(pend, msgtype); in dhcpc_sendmsg() 1005 if (!(toys.optflags & FLAG_C)) pend = dhcpc_addclientid(pend); in dhcpc_sendmsg() 1012 pend = dhcpc_addreqipaddr(&rqsd, pend); in dhcpc_sendmsg() 1014 pend = dhcpc_addmaxsize(pend, hton in dhcpc_sendmsg() [all...] |
/third_party/toybox/scripts/ |
H A D | mkstatus.py | 82 pend=[] variable 91 else: pend.append(out) 106 outfile.write("<a name=part><h2><a href=#part>Partially implemented</a></h2><blockquote><p>%s</p></blockquote>\n" % "\n".join(pend))
|
/third_party/elfutils/libdwfl/ |
H A D | core-file.c | 246 GElf_Off *pend, GElf_Addr *pend_vaddr) in update_end() 248 *pend = (pphdr->p_offset + pphdr->p_filesz + align - 1) & -align; in update_end() 256 GElf_Off *pend, GElf_Addr *pend_vaddr) in do_more() 258 while (*pend <= start || *pend - start < size) in do_more() 269 if (pphdr->p_offset > *pend in do_more() 274 update_end (pphdr, align, pend, pend_vaddr); in do_more() 245 update_end(GElf_Phdr *pphdr, const GElf_Off align, GElf_Off *pend, GElf_Addr *pend_vaddr) update_end() argument 254 do_more(size_t size, GElf_Phdr *pphdr, const GElf_Off align, Elf *elf, GElf_Off start, int *pndx, GElf_Off *pend, GElf_Addr *pend_vaddr) do_more() 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() 212 pend = rt_gettime(); in worker_thread() 219 tid, mypri, pend - pstart); in worker_thread()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regcomp.c | 75 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member 210 p->pend[i] = 0; in llvm_regcomp() 333 p->pend[subno] = HERE(); in p_ere_exp() 334 assert(p->pend[subno] != 0); in p_ere_exp() 389 if (p->pend[backrefnum] == 0) { in p_ere_exp() 401 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN); in p_ere_exp() 402 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]); in p_ere_exp() 574 p->pend[subno] = HERE(); in p_simp_re() 575 assert(p->pend[subno] != 0); in p_simp_re() 595 if (p->pend[ in p_simp_re() [all...] |
/third_party/elfutils/tests/ |
H A D | dwfllines.c | 110 bool pend; in main() local 111 if (dwarf_lineprologueend (dw_line, &pend) != 0) in main() 149 dw_op_index, begin, end, pend, ebegin, block, isa, disc); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regcomp.c | 203 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member 338 p->pend[i] = 0; in llvm_regcomp() 461 p->pend[subno] = HERE(); in p_ere_exp() 462 assert(p->pend[subno] != 0); in p_ere_exp() 517 if (p->pend[backrefnum] == 0) { in p_ere_exp() 529 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN); in p_ere_exp() 530 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]); in p_ere_exp() 702 p->pend[subno] = HERE(); in p_simp_re() 703 assert(p->pend[subno] != 0); in p_simp_re() 723 if (p->pend[ in p_simp_re() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vb.c | 100 uint8_t *pend = c->prev_frame + width*c->avctx->height; 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()
|
H A D | jacosubdec.c | 104 char *pend = directives + sizeof(directives) - 1; in jacosub_to_ass() local 107 while (*src && !jss_whitespace(*src) && p < pend); in jacosub_to_ass()
|
H A D | pafvideo.c | 151 const uint8_t **pend) in set_src_position() 159 *pend = c->frame[page] + c->frame_size; in set_src_position() 149 set_src_position(PAFVideoDecContext *c, const uint8_t **p, const uint8_t **pend) set_src_position() argument
|
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_dec.cpp | 253 uint8_t *pend = y + 720; in teletext_data_unit_from_vbi_data_10bit() local 257 while (py < pend) { in teletext_data_unit_from_vbi_data_10bit() 295 static uint8_t* teletext_data_unit_from_op47_data(uint16_t *py, uint16_t *pend, uint8_t *tgt, int64_t wanted_lines) in teletext_data_unit_from_op47_data() argument 297 if (py < pend - 9) { in teletext_data_unit_from_op47_data() 302 for (i = 0; i < 5 && py < pend - 45; i++, py += 45) { in teletext_data_unit_from_op47_data() 312 static uint8_t* teletext_data_unit_from_ancillary_packet(uint16_t *py, uint16_t *pend, uint8_t *tgt, int64_t wanted_lines, int allow_multipacket) in teletext_data_unit_from_ancillary_packet() argument 318 pend = FFMIN(pend, py + dc); in teletext_data_unit_from_ancillary_packet() 320 tgt = teletext_data_unit_from_op47_data(py, pend, tgt, wanted_lines); in teletext_data_unit_from_ancillary_packet() 323 while (py < pend in teletext_data_unit_from_ancillary_packet() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_libopencv.c | 136 uint8_t *buf, *p, *pend; in read_shape_from_file() local 174 pend = buf + size-1; in read_shape_from_file() 177 if (p > pend || *p == '\n') { in read_shape_from_file()
|
/third_party/ltp/testcases/network/lib6/ |
H A D | asapi_01.c | 248 unsigned char *p, *pend; in client() local 309 pend = rpbuf + sizeof(struct tprot) + ntohl(prtp->tp_dlen); in client() 310 for (p = &prtp->tp_dat[0]; p < pend; ++p) { in client()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | bio_enc.c | 302 int pend; in enc_ctrl() local 338 pend = ctx->buf_len - ctx->buf_off; in enc_ctrl() 345 if (i < 0 || (ctx->buf_len - ctx->buf_off) == pend) in enc_ctrl()
|
/third_party/openssl/crypto/evp/ |
H A D | bio_enc.c | 302 int pend; in enc_ctrl() local 338 pend = ctx->buf_len - ctx->buf_off; in enc_ctrl() 345 if (i < 0 || (ctx->buf_len - ctx->buf_off) == pend) in enc_ctrl()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | ikev2.c | 203 const u8 *pend, *ppos; in ikev2_parse_proposal() local 250 pend = pos + proposal_len; in ikev2_parse_proposal() 251 if (p->spi_size > pend - ppos) { in ikev2_parse_proposal() 278 int tlen = ikev2_parse_transform(prop, ppos, pend); in ikev2_parse_proposal() 284 if (ppos != pend) { in ikev2_parse_proposal()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | ikev2.c | 213 const u8 *pend, *ppos; in ikev2_parse_proposal() local 258 pend = pos + proposal_len; in ikev2_parse_proposal() 259 if (p->spi_size > pend - ppos) { in ikev2_parse_proposal() 286 int tlen = ikev2_parse_transform(data, prop, ppos, pend); in ikev2_parse_proposal() 292 if (ppos != pend) { in ikev2_parse_proposal()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | ikev2.c | 203 const u8 *pend, *ppos; in ikev2_parse_proposal() local 251 pend = pos + proposal_len; in ikev2_parse_proposal() 252 if (p->spi_size > pend - ppos) { in ikev2_parse_proposal() 280 int tlen = ikev2_parse_transform(prop, ppos, pend); in ikev2_parse_proposal() 286 if (ppos != pend) { in ikev2_parse_proposal()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | ikev2.c | 213 const u8 *pend, *ppos; in ikev2_parse_proposal() local 258 pend = pos + proposal_len; in ikev2_parse_proposal() 259 if (p->spi_size > pend - ppos) { in ikev2_parse_proposal() 286 int tlen = ikev2_parse_transform(data, prop, ppos, pend); in ikev2_parse_proposal() 292 if (ppos != pend) { in ikev2_parse_proposal()
|
/third_party/mksh/ |
H A D | misc.c | 1972 char *pend = plist; in make_path() local 1974 while (*pend && *pend != MKSH_PATHSEPC) in make_path() 1975 ++pend; in make_path() 1976 plen = pend - plist; in make_path() 1977 *cdpathp = *pend ? pend + 1 : NULL; in make_path()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngerror.c | 324 png_const_charp pend = p[parameter] + (sizeof p[parameter]); in png_formatted_warning() local 330 while (i<(sizeof msg)-1 && *parm != '\0' && parm < pend) in png_formatted_warning()
|
/third_party/libwebsockets/plugins/acme-client/ |
H A D | protocol_lws_acme_client.c | 776 unsigned char **pp, *pend; in callback_acme_client() local 1073 pend = (*pp) + len; in callback_acme_client() 1081 pend)) { in callback_acme_client() 1089 (uint8_t *)buf, n, pp, pend)) { in callback_acme_client()
|
/third_party/cmsis/CMSIS/Core/Include/ |
H A D | core_ca.h | 1579 uint32_t pend; in GIC_GetPendingIRQ() local 1582 pend = (GICDistributor->ISPENDR[IRQn / 32U] >> (IRQn % 32U)) & 1UL; in GIC_GetPendingIRQ() 1585 pend = (GICDistributor->SPENDSGIR[IRQn / 4U] >> ((IRQn % 4U) * 8U)) & 0xFFUL; in GIC_GetPendingIRQ() 1587 if (pend != 0U) { in GIC_GetPendingIRQ() 1588 pend = 1U; in GIC_GetPendingIRQ() 1590 pend = 0U; in GIC_GetPendingIRQ() 1594 return (pend); in GIC_GetPendingIRQ()
|