/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | llseek.c | 53 static int _llseek(unsigned int fd, unsigned long oh, in _llseek() argument 60 static int _llseek(unsigned int fd, unsigned long oh, in _llseek() argument 63 return syscall(__NR_llseek, fd, oh, ol, result, origin); in _llseek()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | CollationElementIterator.java | 325 int oh = otherHalf_; in next() 327 return oh; in next() 380 int oh = otherHalf_; in previous() 382 return oh; in previous()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CollationElementIterator.java | 315 int oh = otherHalf_; in next() 317 return oh; in next() 369 int oh = otherHalf_; in previous() 371 return oh; in previous()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_sharpen_npp.c | 163 int oh = AV_CEIL_RSHIFT(in->height, (i == 1 || i == 2) ? desc->log2_chroma_h : 0); in nppsharpen_sharpen() local 166 in->data[i], in->linesize[i], (NppiSize){ow, oh}, (NppiPoint){0, 0}, in nppsharpen_sharpen() 167 out->data[i], out->linesize[i], (NppiSize){ow, oh}, s->border_type); in nppsharpen_sharpen()
|
H A D | vf_vpp_qsv.c | 95 char *ow, *oh; member 132 { "h", "Output video height", OFFSET(oh), AV_OPT_TYPE_STRING, { .str="w*ch/cw" }, 0, 255, .flags = FLAGS }, 133 { "height", "Output video height", OFFSET(oh), AV_OPT_TYPE_STRING, { .str="w*ch/cw" }, 0, 255, .flags = FLAGS }, 144 "oh", "out_h", "h", 187 PASS_EXPR(h_expr, vpp->oh); in eval_expr() 212 /* calc again in case ow is relative to oh */ in eval_expr()
|
H A D | vf_transpose_npp.c | 299 int oh = stage->planes_out[i].height; in npptranspose_rotate() local 306 int shifth = (s->dir == NPP_TRANSPOSE_CCLOCK || s->dir == NPP_TRANSPOSE_CLOCK_FLIP) ? oh - 1 : 0; in npptranspose_rotate() 311 (NppiRect){ 0, 0, ow, oh }, in npptranspose_rotate()
|
H A D | vf_scale_npp.c | 81 "out_h", "oh", 721 int oh = stage->planes_out[i].height; in nppscale_resize() local 726 (NppiRect){ 0, 0, ow, oh }, in nppscale_resize() 727 (double)ow / iw, (double)oh / ih, in nppscale_resize()
|
H A D | vf_datascope.c | 34 int ow, oh; member 415 outlink->h = s->oh; in config_output()
|
H A D | vf_convolve.c | 697 const int oh = s->planeheight[plane]; in do_convolve() local 741 s->get_output(s, s->fft_hdata_out[plane], mainpic, ow, oh, n, plane, 1.f / (n * n)); in do_convolve()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | coleitr.cpp | 110 uint32_t oh = otherHalf_; in next() local 112 return oh; in next() 173 uint32_t oh = otherHalf_; in previous() local 175 return oh; in previous()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | coleitr.cpp | 110 uint32_t oh = otherHalf_; in next() local 112 return oh; in next() 173 uint32_t oh = otherHalf_; in previous() local 175 return oh; in previous()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | coleitr.cpp | 110 uint32_t oh = otherHalf_; in next() local 112 return oh; in next() 173 uint32_t oh = otherHalf_; in previous() local 175 return oh; in previous()
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
H A D | ss-h1.c | 154 uint8_t oh = 0; in ss_http_multipart_parser() local 168 oh = 1; in ss_http_multipart_parser() 172 (unsigned int)(oh ? in ss_http_multipart_parser() 177 (oh && h->u.http.any ? LWSSS_FLAG_EOM : 0)); in ss_http_multipart_parser() 179 if (oh && h->u.http.any) in ss_http_multipart_parser()
|
/third_party/icu/icu4c/source/tools/gennorm2/ |
H A D | n2builder.h | 48 void setOverrideHandling(OverrideHandling oh);
|
H A D | n2builder.cpp | 145 void Normalizer2DataBuilder::setOverrideHandling(OverrideHandling oh) { in setOverrideHandling() argument 146 overrideHandling=oh; in setOverrideHandling()
|
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/ |
H A D | n2builder.h | 48 void setOverrideHandling(OverrideHandling oh);
|
H A D | n2builder.cpp | 145 void Normalizer2DataBuilder::setOverrideHandling(OverrideHandling oh) { in setOverrideHandling() argument 146 overrideHandling=oh; in setOverrideHandling()
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 1504 V(qb, 4) V(qh, 4) V(qw, 4) V(qd, 4) V(ob, 5) V(oh, 5) V(ow, 5) V(od, 5)
|
H A D | assembler-sve-aarch64.cc | 4810 V(oh, 1, H, 0xa4a00000, 0xa4a02000, 32) \
|