Home
last modified time | relevance | path

Searched refs:oh (Results 1 - 19 of 19) sorted by relevance

/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dllseek.c53 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 DCollationElementIterator.java325 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 DCollationElementIterator.java315 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 Dvf_sharpen_npp.c163 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 Dvf_vpp_qsv.c95 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 Dvf_transpose_npp.c299 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 Dvf_scale_npp.c81 "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 Dvf_datascope.c34 int ow, oh; member
415 outlink->h = s->oh; in config_output()
H A Dvf_convolve.c697 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 Dcoleitr.cpp110 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 Dcoleitr.cpp110 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 Dcoleitr.cpp110 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 Dss-h1.c154 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 Dn2builder.h48 void setOverrideHandling(OverrideHandling oh);
H A Dn2builder.cpp145 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 Dn2builder.h48 void setOverrideHandling(OverrideHandling oh);
H A Dn2builder.cpp145 void Normalizer2DataBuilder::setOverrideHandling(OverrideHandling oh) { in setOverrideHandling() argument
146 overrideHandling=oh; in setOverrideHandling()
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-sve-aarch64.cc1504 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 Dassembler-sve-aarch64.cc4810 V(oh, 1, H, 0xa4a00000, 0xa4a02000, 32) \

Completed in 46 milliseconds