Home
last modified time | relevance | path

Searched refs:pe (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/third_party/node/deps/icu-small/source/common/
Ducase.cpp134 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()
[all …]
/third_party/elfutils/tests/
Drun-dwfllines.sh25 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
27 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
29 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
31 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
33 time: 0, len: 0, idx: 0, b: 1, e: 1, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
36 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
38 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
40 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
42 time: 0, len: 0, idx: 0, b: 1, e: 1, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
45 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Ducase.cpp140 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()
[all …]
/third_party/icu/icu4c/source/common/
Ducase.cpp134 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()
[all …]
/third_party/toybox/toys/pending/
Dfdisk.c207 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 = &partitions[i]; in delete_partition() local
[all …]
/third_party/ffmpeg/libavcodec/
Daacpsy.c114 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 … = 1.0f - bit_save + ((bit_spend - bit_save) / (ctx->pe.max - ctx->pe.min)) * (clipped_pe - ctx->p… in calc_bit_demand()
524 ctx->pe.max = FFMAX(pe, ctx->pe.max); in calc_bit_demand()
525 forgetful_min_pe = ((ctx->pe.min * PSY_PE_FORGET_SLOPE) in calc_bit_demand()
526 + FFMAX(ctx->pe.min, pe * (pe / ctx->pe.max))) / (PSY_PE_FORGET_SLOPE + 1); in calc_bit_demand()
[all …]
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_tnode.c49 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/ltp/testcases/kernel/connectors/pec/
Dpec_listener.c180 struct proc_event *pe; in process_event() local
184 pe = (struct proc_event *)msg->data; 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->event_data.id.e.euid, pe->event_data.id.r.ruid); in process_event()
206 pe->event_data.id.process_pid, in process_event()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() argument
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, *stat… in uspoof_openFromSource()
Drepattrn.cpp319 UParseError &pe, in compile() argument
353 compiler.compile(regex, pe, status); in compile()
370 UParseError &pe, in compile() argument
404 compiler.compile(regex, pe, status); in compile()
419 UParseError &pe, in compile() argument
422 return compile(regex, 0, pe, err); in compile()
431 UParseError &pe, in compile() argument
434 return compile(regex, 0, pe, err); in compile()
446 UParseError pe; in compile() local
447 return compile(regex, flags, pe, err); in compile()
[all …]
/third_party/icu/icu4c/source/i18n/
Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() argument
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, *stat… in uspoof_openFromSource()
Drepattrn.cpp319 UParseError &pe, in compile() argument
353 compiler.compile(regex, pe, status); in compile()
370 UParseError &pe, in compile() argument
404 compiler.compile(regex, pe, status); in compile()
419 UParseError &pe, in compile() argument
422 return compile(regex, 0, pe, err); in compile()
431 UParseError &pe, in compile() argument
434 return compile(regex, 0, pe, err); in compile()
446 UParseError pe; in compile() local
447 return compile(regex, flags, pe, err); in compile()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() argument
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, *stat… in uspoof_openFromSource()
Drepattrn.cpp319 UParseError &pe, in compile() argument
353 compiler.compile(regex, pe, status); in compile()
370 UParseError &pe, in compile() argument
404 compiler.compile(regex, pe, status); in compile()
419 UParseError &pe, in compile() argument
422 return compile(regex, 0, pe, err); in compile()
431 UParseError &pe, in compile() argument
434 return compile(regex, 0, pe, err); in compile()
446 UParseError pe; in compile() local
447 return compile(regex, flags, pe, err); in compile()
[all …]
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
Dperf_event_open01.c77 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/skia/tests/
DAsADashTest.cpp17 sk_sp<SkPathEffect> pe(SkCornerPathEffect::Make(1.0)); in DEF_TEST() local
20 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()
27 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase)); in DEF_TEST() local
29 SkPathEffect::DashType dashType = pe->asADash(nullptr); in DEF_TEST()
38 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase)); in DEF_TEST() local
42 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()
50 pe->asADash(&info); in DEF_TEST()
/third_party/skia/third_party/externals/icu/source/data/unit/
Dro.txt19 dnam{"metri pe secundă la pătrat"}
20 few{"{0} metri pe secundă la pătrat"}
21 one{"{0} metru pe secundă la pătrat"}
22 other{"{0} de metri pe secundă la pătrat"}
81 per{"{0} pe centimetru pătrat"}
94 per{"{0} pe inchi pătrat"}
101 per{"{0} pe kilometru pătrat"}
108 per{"{0} pe metru pătrat"}
115 per{"{0} pe milă pătrată"}
153 per{"{0} pe {1}"}
[all …]
/third_party/icu/icu4c/source/data/unit/
Dro.txt29 few{"{0} metri pe secundă la pătrat"}
30 one{"unui metru pe secundă la pătrat"}
31 other{"{0} de metri pe secundă la pătrat"}
34 dnam{"metri pe secundă la pătrat"}
35 few{"{0} metri pe secundă la pătrat"}
37 one{"{0} metru pe secundă la pătrat"}
38 other{"{0} de metri pe secundă la pătrat"}
153 per{"{0} pe centimetru pătrat"}
166 per{"{0} pe inchi pătrat"}
181 per{"{0} pe kilometru pătrat"}
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dtranstst.cpp1499 UParseError pe; in TestNormalizationTransliterator() local
1503 pe, status); in TestNormalizationTransliterator()
2183 UParseError pe; in TestNFDChainRBT() local
2187 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
2314 Transliterator *t = Transliterator::createInstance(ID, UTRANS_FORWARD, pe, ec); in TestAliasInverseID()
2340 UParseError pe; in TestCompoundInverseID() local
2342 Transliterator *t = Transliterator::createInstance(ID, UTRANS_FORWARD, pe, ec); in TestCompoundInverseID()
[all …]
/third_party/node/deps/uv/src/unix/
Depoll.c118 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->events); in uv__io_poll()
Dposix-poll.c88 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->revents); in uv__io_poll()
/third_party/libuv/src/unix/
Dposix-poll.c88 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->revents); in uv__io_poll()
Depoll.c144 struct epoll_event* pe; in uv__io_poll() local
365 pe = events + i; in uv__io_poll()
366 fd = pe->data.fd; in uv__io_poll()
383 uv__epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, pe); in uv__io_poll()
392 pe->events &= w->pevents | POLLERR | POLLHUP; in uv__io_poll()
409 if (pe->events == POLLERR || pe->events == POLLHUP) in uv__io_poll()
410 pe->events |= in uv__io_poll()
413 if (pe->events != 0) { in uv__io_poll()
421 w->cb(loop, w, pe->events); in uv__io_poll()
/third_party/skia/src/sksl/analysis/
DSkSLCheckProgramUnrolledSize.cpp53 bool visitProgramElement(const ProgramElement& pe) override { in CheckProgramUnrolledSize() argument
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/typescript/tests/baselines/reference/
Dextension.types30 public pe:string;
31 >pe : string
42 c.pe;
43 >c.pe : any
45 >pe : any

12345678910>>...15