/third_party/node/deps/icu-small/source/common/ |
H A D | ucase.cpp | 134 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_tolower() local 135 uint16_t excWord=*pe++; in ucase_tolower() 138 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_tolower() 142 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c); in ucase_tolower() 156 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_toupper() local 157 uint16_t excWord=*pe++; in ucase_toupper() 160 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_toupper() 164 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c); in ucase_toupper() 178 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_totitle() local 179 uint16_t excWord=*pe in ucase_totitle() 222 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); ucase_addCaseClosure() local 333 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); ucase_addSimpleCaseClosure() local 692 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); getDotType() local 708 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); ucase_isCaseSensitive() local 1165 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; ucase_toFullLower() local 1317 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; toUpperOrTitle() local 1477 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); ucase_fold() local 1552 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; ucase_toFullFolding() local [all...] |
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_tnode.c | 49 tnode->pe.index = NGHTTP3_PQ_BAD_INDEX; in nghttp3_tnode_init() 59 assert(tnode->pe.index != NGHTTP3_PQ_BAD_INDEX); in tnode_unschedule() 61 nghttp3_pq_remove(pq, &tnode->pe); in tnode_unschedule() 62 tnode->pe.index = NGHTTP3_PQ_BAD_INDEX; in tnode_unschedule() 66 if (tnode->pe.index == NGHTTP3_PQ_BAD_INDEX) { in nghttp3_tnode_unschedule() 80 top = nghttp3_struct_of(nghttp3_pq_top(pq), nghttp3_tnode, pe); in pq_get_first_cycle() 88 if (tnode->pe.index == NGHTTP3_PQ_BAD_INDEX) { in nghttp3_tnode_schedule() 98 nghttp3_pq_remove(pq, &tnode->pe); in nghttp3_tnode_schedule() 99 tnode->pe.index = NGHTTP3_PQ_BAD_INDEX; in nghttp3_tnode_schedule() 105 return nghttp3_pq_push(pq, &tnode->pe); in nghttp3_tnode_schedule() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucase.cpp | 134 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_tolower() local 135 uint16_t excWord=*pe++; in ucase_tolower() 138 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_tolower() 142 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c); in ucase_tolower() 156 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_toupper() local 157 uint16_t excWord=*pe++; in ucase_toupper() 160 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_toupper() 164 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c); in ucase_toupper() 178 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_totitle() local 179 uint16_t excWord=*pe in ucase_totitle() 252 const uint16_t *pe0, *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); ucase_addCaseClosure() local 596 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); getDotType() local 612 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); ucase_isCaseSensitive() local 1069 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; ucase_toFullLower() local 1221 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; toUpperOrTitle() local 1381 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); ucase_fold() local 1456 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; ucase_toFullFolding() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucase.cpp | 140 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_tolower() local 141 uint16_t excWord=*pe++; in ucase_tolower() 144 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_tolower() 148 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c); in ucase_tolower() 162 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_toupper() local 163 uint16_t excWord=*pe++; in ucase_toupper() 166 GET_SLOT_VALUE(excWord, UCASE_EXC_DELTA, pe, delta); in ucase_toupper() 170 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c); in ucase_toupper() 184 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); in ucase_totitle() local 185 uint16_t excWord=*pe in ucase_totitle() 258 const uint16_t *pe0, *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); ucase_addCaseClosure() local 602 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); getDotType() local 618 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); ucase_isCaseSensitive() local 1073 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; ucase_toFullLower() local 1224 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; toUpperOrTitle() local 1385 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props); ucase_fold() local 1458 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props), *pe2; ucase_toFullFolding() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | aacpsy.c | 114 float pe; ///< perceptual entropy member 160 } pe; member 327 pctx->pe.min = 8.0f * AAC_BLOCK_SIZE_LONG * bandwidth / (ctx->avctx->sample_rate * 2.0f); in psy_3gpp_init() 328 pctx->pe.max = 12.0f * AAC_BLOCK_SIZE_LONG * bandwidth / (ctx->avctx->sample_rate * 2.0f); in psy_3gpp_init() 494 static int calc_bit_demand(AacPsyContext *ctx, float pe, int bits, int size, in calc_bit_demand() argument 508 clipped_pe = av_clipf(pe, ctx->pe.min, ctx->pe.max); in calc_bit_demand() 519 bit_factor = 1.0f - bit_save + ((bit_spend - bit_save) / (ctx->pe.max - ctx->pe in calc_bit_demand() 539 float pe, a; calc_pe_3gpp() local 560 calc_reduction_3gpp(float a, float desired_pe, float pe, float active_lines) calc_reduction_3gpp() argument 660 float pe = pctx->chan_bitrate > 32000 ? 0.0f : FFMAX(50.0f, 100.0f - pctx->chan_bitrate * 100.0f / 32000.0f); psy_3gpp_analyze_channel() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | fdisk.c | 207 struct part_entry *pe; in check_order() local 212 pe = &partitions[i]; in check_order() 213 px = pe->part; in check_order() 215 first[i] = swap_le32toh(px->start4) + pe->start_offset; in check_order() 303 struct part_entry *pe = &partitions[i]; in reset_boot() local 304 pe->part = part_offset(MBRbuf, i); in reset_boot() 305 pe->start_offset = 0; in reset_boot() 306 pe->sec_buffer = MBRbuf; in reset_boot() 307 pe->modified = change; in reset_boot() 576 struct part_entry *pe in delete_partition() local 662 struct part_entry *pe; write_table() local 883 struct part_entry *pe = &partitions[i]; ask_end_sector() local 918 struct part_entry *pe = &partitions[idx]; add_partition() local 980 struct part_entry *pe; add_logical_partition() local 1043 struct part_entry *pe; change_systype() local 1086 struct part_entry *pe; verify_table() local 1148 struct part_entry *pe = &partitions[idx]; move_begning() local 1175 struct part_entry *pe; print_raw_sectors() local 1191 struct part_entry *pe; print_partitions_list() local 1222 struct part_entry *pe; fix_order() local [all...] |
/third_party/ltp/testcases/kernel/connectors/pec/ |
H A D | pec_listener.c | 180 struct proc_event *pe; in process_event() local 184 pe = (struct proc_event *)msg->data; in process_event() 186 //printf("TS: %llu\n", pe->timestamp_ns); in process_event() 187 switch (pe->what) { in process_event() 189 printf("none err: %u\n", pe->event_data.ack.err); in process_event() 193 pe->event_data.fork.parent_pid, in process_event() 194 pe->event_data.fork.child_pid); in process_event() 197 printf("exec pid: %d\n", pe->event_data.exec.process_pid); in process_event() 201 pe->event_data.id.process_pid, in process_event() 202 pe in process_event() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof_build.cpp | 53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() 65 if (pe != NULL) { in uspoof_openFromSource() 66 pe->line = 0; in uspoof_openFromSource() 67 pe->offset = 0; in uspoof_openFromSource() 68 pe->preContext[0] = 0; in uspoof_openFromSource() 69 pe->postContext[0] = 0; in uspoof_openFromSource() 98 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status); in uspoof_openFromSource() 51 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char* , int32_t , int32_t *errorType, UParseError *pe, UErrorCode *status) uspoof_openFromSource() argument
|
H A D | repattrn.cpp | 319 UParseError &pe, in compile() 353 compiler.compile(regex, pe, status); in compile() 370 UParseError &pe, in compile() 404 compiler.compile(regex, pe, status); in compile() 419 UParseError &pe, in compile() 422 return compile(regex, 0, pe, err); in compile() 431 UParseError &pe, in compile() 434 return compile(regex, 0, pe, err); in compile() 446 UParseError pe; in compile() local 447 return compile(regex, flags, pe, er in compile() 317 compile(const UnicodeString ®ex, uint32_t flags, UParseError &pe, UErrorCode &status) compile() argument 368 compile(UText *regex, uint32_t flags, UParseError &pe, UErrorCode &status) compile() argument 418 compile(const UnicodeString ®ex, UParseError &pe, UErrorCode &err) compile() argument 430 compile(UText *regex, UParseError &pe, UErrorCode &err) compile() argument 459 UParseError pe; compile() local 522 matches(const UnicodeString ®ex, const UnicodeString &input, UParseError &pe, UErrorCode &status) matches() argument 546 matches(UText *regex, UText *input, UParseError &pe, UErrorCode &status) matches() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof_build.cpp | 53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() 65 if (pe != nullptr) { in uspoof_openFromSource() 66 pe->line = 0; in uspoof_openFromSource() 67 pe->offset = 0; in uspoof_openFromSource() 68 pe->preContext[0] = 0; in uspoof_openFromSource() 69 pe->postContext[0] = 0; in uspoof_openFromSource() 98 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status); in uspoof_openFromSource() 51 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char* , int32_t , int32_t *errorType, UParseError *pe, UErrorCode *status) uspoof_openFromSource() argument
|
H A D | repattrn.cpp | 319 UParseError &pe, in compile() 353 compiler.compile(regex, pe, status); in compile() 370 UParseError &pe, in compile() 404 compiler.compile(regex, pe, status); in compile() 419 UParseError &pe, in compile() 422 return compile(regex, 0, pe, err); in compile() 431 UParseError &pe, in compile() 434 return compile(regex, 0, pe, err); in compile() 446 UParseError pe; in compile() local 447 return compile(regex, flags, pe, er in compile() 317 compile(const UnicodeString ®ex, uint32_t flags, UParseError &pe, UErrorCode &status) compile() argument 368 compile(UText *regex, uint32_t flags, UParseError &pe, UErrorCode &status) compile() argument 418 compile(const UnicodeString ®ex, UParseError &pe, UErrorCode &err) compile() argument 430 compile(UText *regex, UParseError &pe, UErrorCode &err) compile() argument 459 UParseError pe; compile() local 522 matches(const UnicodeString ®ex, const UnicodeString &input, UParseError &pe, UErrorCode &status) matches() argument 546 matches(UText *regex, UText *input, UParseError &pe, UErrorCode &status) matches() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof_build.cpp | 53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() 65 if (pe != NULL) { in uspoof_openFromSource() 66 pe->line = 0; in uspoof_openFromSource() 67 pe->offset = 0; in uspoof_openFromSource() 68 pe->preContext[0] = 0; in uspoof_openFromSource() 69 pe->postContext[0] = 0; in uspoof_openFromSource() 98 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status); in uspoof_openFromSource() 51 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char* , int32_t , int32_t *errorType, UParseError *pe, UErrorCode *status) uspoof_openFromSource() argument
|
H A D | repattrn.cpp | 319 UParseError &pe, in compile() 353 compiler.compile(regex, pe, status); in compile() 370 UParseError &pe, in compile() 404 compiler.compile(regex, pe, status); in compile() 419 UParseError &pe, in compile() 422 return compile(regex, 0, pe, err); in compile() 431 UParseError &pe, in compile() 434 return compile(regex, 0, pe, err); in compile() 446 UParseError pe; in compile() local 447 return compile(regex, flags, pe, er in compile() 317 compile(const UnicodeString ®ex, uint32_t flags, UParseError &pe, UErrorCode &status) compile() argument 368 compile(UText *regex, uint32_t flags, UParseError &pe, UErrorCode &status) compile() argument 418 compile(const UnicodeString ®ex, UParseError &pe, UErrorCode &err) compile() argument 430 compile(UText *regex, UParseError &pe, UErrorCode &err) compile() argument 459 UParseError pe; compile() local 522 matches(const UnicodeString ®ex, const UnicodeString &input, UParseError &pe, UErrorCode &status) matches() argument 546 matches(UText *regex, UText *input, UParseError &pe, UErrorCode &status) matches() argument [all...] |
/third_party/skia/tests/ |
H A D | AsADashTest.cpp | 17 sk_sp<SkPathEffect> pe(SkCornerPathEffect::Make(1.0)); in DEF_TEST() 20 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() 27 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase)); in DEF_TEST() 29 SkPathEffect::DashType dashType = pe->asADash(nullptr); in DEF_TEST() 38 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase)); in DEF_TEST() 42 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() 50 pe->asADash(&info); in DEF_TEST()
|
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/ |
H A D | perf_event_open01.c | 77 static struct perf_event_attr pe; variable 112 pe.size = sizeof(struct perf_event_attr); in setup() 113 pe.disabled = 1; in setup() 114 pe.exclude_kernel = 1; in setup() 115 pe.exclude_hv = 1; in setup() 145 pe.type = tc->type; in verify() 146 pe.config = tc->config; in verify() 148 TEST(perf_event_open(&pe, 0, -1, -1, 0)); in verify()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transtst.cpp | 1499 UParseError pe; in TestNormalizationTransliterator() local 1503 pe, status); in TestNormalizationTransliterator() 2183 UParseError pe; in TestNFDChainRBT() local 2187 UTRANS_FORWARD, pe, ec); in TestNFDChainRBT() 2197 //=- t = Transliterator::createInstance("Latin-Devanagari", UTRANS_FORWARD, pe, ec); in TestNFDChainRBT() 2203 //=- t = Transliterator::createInstance("Devanagari-Latin", UTRANS_FORWARD, pe, ec); in TestNFDChainRBT() 2207 //=- t = Transliterator::createInstance("Latin-Devanagari;Devanagari-Latin", UTRANS_FORWARD, pe, ec); in TestNFDChainRBT() 2287 UParseError pe; in TestNullInverse() local 2289 Transliterator *t = Transliterator::createInstance("Null", UTRANS_FORWARD, pe, ec); in TestNullInverse() 2312 UParseError pe; in TestAliasInverseID() local 2340 UParseError pe; TestCompoundInverseID() local 2369 UParseError pe; TestUndefinedVariable() local 2423 UParseError pe; TestCompoundFilterID() local 2464 UParseError pe; TestNewEngine() local 2562 UParseError pe; TestQuantifiedSegment() local 2966 UParseError pe; TestLocaleInstantiation() local 2991 UParseError pe; TestTitleAccents() local 3018 UParseError pe; TestLocaleResource() local 3041 UParseError pe; TestParseError() local 3079 UParseError pe; TestOutputSet() local 3098 UParseError pe; TestVariableRange() local 3116 UParseError pe; TestInvalidPostContext() local 3166 UParseError pe; TestIDForms() local 3255 UParseError pe; TestToRulesMark() local 3278 UParseError pe; TestEscape() local 3482 UParseError pe; TestSpecialCases() local 3575 UParseError pe; _trans() local 3746 UParseError pe; TestFunction() local 3772 UParseError pe; TestInvalidBackRef() local 3803 UParseError pe; TestMulticharStringSet() local 3871 UParseError pe; TestUserFunction() local 4047 UParseError pe; TestSourceTargetSet() local 4084 UParseError pe; TestPatternWhiteSpace() local 4119 UParseError pe; TestAllCodepoints() local 4789 UParseError pe; expectT() local [all...] |
/third_party/lame/libmp3lame/ |
H A D | quantize.h | 25 void CBR_iteration_loop(lame_internal_flags * gfc, const FLOAT pe[2][2], 28 void VBR_old_iteration_loop(lame_internal_flags * gfc, const FLOAT pe[2][2], 31 void VBR_new_iteration_loop(lame_internal_flags * gfc, const FLOAT pe[2][2], 34 void ABR_iteration_loop(lame_internal_flags * gfc, const FLOAT pe[2][2],
|
/third_party/skia/src/sksl/analysis/ |
H A D | SkSLCheckProgramUnrolledSize.cpp | 53 bool visitProgramElement(const ProgramElement& pe) override { in CheckProgramUnrolledSize() 54 if (pe.is<FunctionDefinition>()) { in CheckProgramUnrolledSize() 57 const FunctionDeclaration* decl = &pe.as<FunctionDefinition>().declaration(); in CheckProgramUnrolledSize() 73 fContext.fErrors->error(pe.fLine, std::move(msg)); in CheckProgramUnrolledSize() 89 fContext.fErrors->error(pe.fLine, std::move(msg)); in CheckProgramUnrolledSize() 97 bool result = INHERITED::visitProgramElement(pe); in CheckProgramUnrolledSize() 104 return INHERITED::visitProgramElement(pe); in CheckProgramUnrolledSize()
|
/third_party/libwebsockets/lib/misc/fts/ |
H A D | trie.c | 358 struct lws_fts_entry *e, **pe; in lws_fts_entry_child_add() local 373 pe = &parent->child_list; in lws_fts_entry_child_add() 374 while (*pe) { in lws_fts_entry_child_add() 375 assert((*pe)->parent == parent); in lws_fts_entry_child_add() 376 if ((*pe)->c > c) { in lws_fts_entry_child_add() 378 e->sibling = *pe; in lws_fts_entry_child_add() 379 *pe = e; in lws_fts_entry_child_add() 382 pe = &(*pe)->sibling; in lws_fts_entry_child_add() 385 if (!*pe) { in lws_fts_entry_child_add() 720 struct lws_fts_entry **pe = &e->child_list; lws_fts_fill() local 1252 struct lws_fts_entry **pe, *te1, *te2; lws_fts_serialize() local [all...] |
/third_party/libuv/src/unix/ |
H A D | posix-poll.c | 88 struct pollfd* pe; in uv__pollfds_add() local 101 pe = &loop->poll_fds[loop->poll_fds_used++]; in uv__pollfds_add() 102 pe->fd = w->fd; in uv__pollfds_add() 103 pe->events = w->pevents; in uv__pollfds_add() 146 struct pollfd* pe; in uv__io_poll() local 268 pe = loop->poll_fds + i; in uv__io_poll() 269 fd = pe->fd; in uv__io_poll() 289 pe->revents &= w->pevents | POLLERR | POLLHUP; in uv__io_poll() 291 if (pe->revents != 0) { in uv__io_poll() 297 w->cb(loop, w, pe in uv__io_poll() [all...] |
H A D | random-sysctl-linux.c | 48 char* pe; in uv__random_sysctl() local 52 pe = p + buflen; in uv__random_sysctl() 54 while (p < pe) { in uv__random_sysctl() 90 n = pe - p; in uv__random_sysctl()
|
/third_party/node/deps/uv/src/unix/ |
H A D | epoll.c | 118 struct epoll_event* pe; in uv__io_poll() local 318 pe = events + i; in uv__io_poll() 319 fd = pe->data.fd; in uv__io_poll() 336 epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, pe); in uv__io_poll() 345 pe->events &= w->pevents | POLLERR | POLLHUP; in uv__io_poll() 362 if (pe->events == POLLERR || pe->events == POLLHUP) in uv__io_poll() 363 pe->events |= in uv__io_poll() 366 if (pe->events != 0) { in uv__io_poll() 374 w->cb(loop, w, pe in uv__io_poll() [all...] |
H A D | posix-poll.c | 88 struct pollfd* pe; in uv__pollfds_add() local 101 pe = &loop->poll_fds[loop->poll_fds_used++]; in uv__pollfds_add() 102 pe->fd = w->fd; in uv__pollfds_add() 103 pe->events = w->pevents; in uv__pollfds_add() 145 struct pollfd* pe; in uv__io_poll() local 259 pe = loop->poll_fds + i; in uv__io_poll() 260 fd = pe->fd; in uv__io_poll() 280 pe->revents &= w->pevents | POLLERR | POLLHUP; in uv__io_poll() 282 if (pe->revents != 0) { in uv__io_poll() 288 w->cb(loop, w, pe in uv__io_poll() [all...] |
H A D | random-sysctl-linux.c | 48 char* pe; in uv__random_sysctl() local 52 pe = p + buflen; in uv__random_sysctl() 54 while (p < pe) { in uv__random_sysctl() 90 n = pe - p; in uv__random_sysctl()
|
/third_party/skia/src/gpu/ |
H A D | GrStyle.h | 81 GrStyle(const SkStrokeRec& strokeRec, sk_sp<SkPathEffect> pe) : fStrokeRec(strokeRec) { in GrStyle() argument 82 this->initPathEffect(std::move(pe)); in GrStyle() 175 auto pe = as_PEB(this->pathEffect()); in adjustBounds() local 176 if (pe && !pe->computeFastBounds(dst)) { in adjustBounds() 188 void initPathEffect(sk_sp<SkPathEffect> pe);
|