/third_party/skia/third_party/externals/harfbuzz/src/ |
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; in hb_parse_double() local 76 *pv = strtod_rl (*pp, &pend); in hb_parse_double() 77 if (unlikely (*pp == pend)) return false; in hb_parse_double() 78 *pp = pend; in hb_parse_double() 79 return !whole_buffer || end == pend; in hb_parse_double()
|
/third_party/toybox/toys/pending/ |
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, htons(sizeof(dhcp_raw_t))); in dhcpc_sendmsg() 1016 pend = dhcpc_addstropt(pend, DHCP_OPTION_VENDOR, vendor, strlen(vendor)); in dhcpc_sendmsg() 1017 …if (toys.optflags & FLAG_H) pend = dhcpc_addstropt(pend, DHCP_OPTION_HOST_NAME, TT.hostname, strle… in dhcpc_sendmsg() 1018 if (toys.optflags & FLAG_F) pend = dhcpc_addfdnname(pend, TT.fdn_name); in dhcpc_sendmsg() 1020 pend = dhcpc_addreqoptions(pend); in dhcpc_sendmsg() [all …]
|
/third_party/libdrm/intel/ |
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/ltp/testcases/realtime/func/prio-preempt/ |
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/elfutils/libdwfl/ |
D | core-file.c | 246 GElf_Off *pend, GElf_Addr *pend_vaddr) in update_end() argument 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() argument 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()
|
/third_party/toybox/scripts/ |
D | mkstatus.py | 82 pend=[] variable 91 else: pend.append(out) 106 …a href=#part>Partially implemented</a></h2><blockquote><p>%s</p></blockquote>\n" % "\n".join(pend))
|
/third_party/elfutils/tests/ |
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/ |
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[i] != 0) { in p_simp_re() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
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[i] != 0) { in p_simp_re() [all …]
|
/third_party/ffmpeg/libavcodec/ |
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()
|
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()
|
D | pafvideo.c | 151 const uint8_t **pend) in set_src_position() argument 159 *pend = c->frame[page] + c->frame_size; in set_src_position()
|
/third_party/ffmpeg/libavdevice/ |
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… 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… 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 - 3) { in teletext_data_unit_from_ancillary_packet() 324 tgt = teletext_data_unit_from_ancillary_packet(py, pend, tgt, wanted_lines, 0); in teletext_data_unit_from_ancillary_packet()
|
/third_party/ltp/testcases/network/lib6/ |
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/openssl/crypto/evp/ |
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/node/deps/openssl/openssl/crypto/evp/ |
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/ffmpeg/libavfilter/ |
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/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
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/ |
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/ |
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/ |
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/ |
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/cmsis/CMSIS/Core/Include/ |
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()
|
/third_party/python/Doc/c-api/ |
D | long.rst | 84 .. c:function:: PyObject* PyLong_FromString(const char *str, char **pend, int base) 87 is interpreted according to the radix in *base*. If *pend* is non-``NULL``, 88 *\*pend* will point to the first character in *str* which follows the
|
/third_party/libwebsockets/plugins/acme-client/ |
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()
|