HomeSort by relevance Sort by last modified time
    Searched refs:oh (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/clang/test/CodeGen/
call.c 37 SigHandler *oh; local
38 oh = rl_set_sighandler(0);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ToPackedGrayFilter.java 84 int oh = mOHeight; local
91 oh = h;
97 ow = Math.max(ow, oh);
98 oh = ow * h / w;
100 oh = Math.max(ow, oh);
101 ow = oh * w / h;
105 return ImageFormat.create(ow, oh,
121 int oh = outputFormat.getHeight(); local
122 checkOutputDimensions(ow, oh);
    [all...]
  /bionic/libc/kernel/uapi/linux/
coda.h 212 struct coda_out_hdr oh; member in struct:coda_root_out
224 struct coda_out_hdr oh; member in struct:coda_open_out
261 struct coda_out_hdr oh; member in struct:coda_ioctl_out
270 struct coda_out_hdr oh; member in struct:coda_getattr_out
298 struct coda_out_hdr oh; member in struct:coda_lookup_out
311 struct coda_out_hdr oh; member in struct:coda_create_out
349 struct coda_out_hdr oh; member in struct:coda_mkdir_out
376 struct coda_out_hdr oh; member in struct:coda_readlink_out
392 struct coda_out_hdr oh; member in struct:coda_vget_out
397 struct coda_out_hdr oh; member in struct:coda_purgeuser_out
401 struct coda_out_hdr oh; member in struct:coda_zapfile_out
405 struct coda_out_hdr oh; member in struct:coda_zapdir_out
409 struct coda_out_hdr oh; member in struct:coda_purgefid_out
413 struct coda_out_hdr oh; member in struct:coda_replace_out
423 struct coda_out_hdr oh; member in struct:coda_open_by_fd_out
432 struct coda_out_hdr oh; member in struct:coda_open_by_path_out
439 struct coda_out_hdr oh; member in struct:coda_statfs_out
469 struct coda_out_hdr oh; member in union:outputArgs
    [all...]
  /external/kernel-headers/original/uapi/linux/
coda.h 312 struct coda_out_hdr oh; member in struct:coda_root_out
328 struct coda_out_hdr oh; member in struct:coda_open_out
378 struct coda_out_hdr oh; member in struct:coda_ioctl_out
391 struct coda_out_hdr oh; member in struct:coda_getattr_out
432 struct coda_out_hdr oh; member in struct:coda_lookup_out
449 struct coda_out_hdr oh; member in struct:coda_create_out
501 struct coda_out_hdr oh; member in struct:coda_mkdir_out
538 struct coda_out_hdr oh; member in struct:coda_readlink_out
561 struct coda_out_hdr oh; member in struct:coda_vget_out
574 struct coda_out_hdr oh; member in struct:coda_purgeuser_out
581 struct coda_out_hdr oh; member in struct:coda_zapfile_out
588 struct coda_out_hdr oh; member in struct:coda_zapdir_out
595 struct coda_out_hdr oh; member in struct:coda_purgefid_out
602 struct coda_out_hdr oh; member in struct:coda_replace_out
615 struct coda_out_hdr oh; member in struct:coda_open_by_fd_out
631 struct coda_out_hdr oh; member in struct:coda_open_by_path_out
641 struct coda_out_hdr oh; member in struct:coda_statfs_out
679 struct coda_out_hdr oh; \/* NB: every struct below begins with an oh *\/ member in union:outputArgs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coda.h 310 struct coda_out_hdr oh; member in struct:coda_root_out
326 struct coda_out_hdr oh; member in struct:coda_open_out
376 struct coda_out_hdr oh; member in struct:coda_ioctl_out
389 struct coda_out_hdr oh; member in struct:coda_getattr_out
430 struct coda_out_hdr oh; member in struct:coda_lookup_out
447 struct coda_out_hdr oh; member in struct:coda_create_out
499 struct coda_out_hdr oh; member in struct:coda_mkdir_out
536 struct coda_out_hdr oh; member in struct:coda_readlink_out
559 struct coda_out_hdr oh; member in struct:coda_vget_out
572 struct coda_out_hdr oh; member in struct:coda_purgeuser_out
579 struct coda_out_hdr oh; member in struct:coda_zapfile_out
586 struct coda_out_hdr oh; member in struct:coda_zapdir_out
593 struct coda_out_hdr oh; member in struct:coda_purgefid_out
600 struct coda_out_hdr oh; member in struct:coda_replace_out
613 struct coda_out_hdr oh; member in struct:coda_open_by_fd_out
626 struct coda_out_hdr oh; member in struct:coda_open_by_path_out
636 struct coda_out_hdr oh; member in struct:coda_statfs_out
674 struct coda_out_hdr oh; \/* NB: every struct below begins with an oh *\/ member in union:outputArgs
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageWebView.java 88 protected void onSizeChanged(int w, int h, int ow, int oh) {
109 performSizeChange(ow, oh);
113 private void performSizeChange(int ow, int oh) {
114 super.onSizeChanged(mRealWidth, mRealHeight, ow, oh);
  /external/webrtc/talk/session/media/
yuvscaler_unittest.cc 98 bool TestScale(int iw, int ih, int ow, int oh, int offset, bool usefile,
103 size_t osize = I420_SIZE(ow, oh);
117 !LoadPlanarYuvTestImage("faces", ow, oh, xbuf)) {
149 EXPECT_EQ(0, libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh,
165 DumpPlanarYuvTestImage(test_name, obuf, ow, oh);
194 const int ow = 640, oh = 360; local
196 ALIGN16(uint8_t obuf[I420_SIZE(ow, oh)]);
201 libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh, 0, false);
203 if (dump_) DumpPlanarYuvTestImage("TestCopy", obuf, ow, oh);
210 const int ow = 640, oh = 480 local
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
llseek.c 53 static int _llseek(unsigned int fd, unsigned long oh,
60 static int _llseek(unsigned int fd, unsigned long oh,
63 return syscall(__NR_llseek, fd, oh, ol, result, origin);
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/generate/
test4.go 7 //go:generate echo oh yes my man
  /prebuilts/go/linux-x86/src/cmd/go/testdata/generate/
test4.go 7 //go:generate echo oh yes my man
  /external/jemalloc/test/src/
SFMT.c 164 uint64_t th, tl, oh, ol; local
169 oh = th >> (shift * 8);
174 out->u[2] = (uint32_t)(oh >> 32);
175 out->u[3] = (uint32_t)oh;
179 uint64_t th, tl, oh, ol; local
184 oh = th >> (shift * 8);
189 out->u[3] = (uint32_t)(oh >> 32);
190 out->u[2] = (uint32_t)oh;
203 uint64_t th, tl, oh, ol; local
208 oh = th << (shift * 8)
218 uint64_t th, tl, oh, ol; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nlm_prot.x 55 netobj oh;
84 netobj oh; /* identify owner of a lock */
141 netobj oh;
nlm_prot.h 31 netobj oh; member in struct:nlm_holder
65 netobj oh; member in struct:nlm_lock
126 netobj oh; member in struct:nlm_share
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
pe.go 35 switch oh := f.pe.OptionalHeader.(type) {
37 imageBase = uint64(oh.ImageBase)
39 imageBase = oh.ImageBase
100 switch oh := f.pe.OptionalHeader.(type) {
102 imageBase = uint64(oh.ImageBase)
104 imageBase = oh.ImageBase
131 switch oh := f.pe.OptionalHeader.(type) {
133 imageBase = uint64(oh.ImageBase)
135 imageBase = oh.ImageBase
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pe.go 757 var oh pe.OptionalHeader32
758 fh.SizeOfOptionalHeader = uint16(binary.Size(&oh))
770 var oh pe.OptionalHeader32
776 oh.Magic = 0x10b // PE32
777 oh.BaseOfData = f.dataSect.virtualAddress
780 // Fill out both oh64 and oh. We only use one. Oh well.
782 oh.MajorLinkerVersion = 3
784 oh.MinorLinkerVersion = 0
786 oh.SizeOfCode = f.textSect.sizeOfRawDat
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
pe.go 35 switch oh := f.pe.OptionalHeader.(type) {
37 imageBase = uint64(oh.ImageBase)
39 imageBase = oh.ImageBase
100 switch oh := f.pe.OptionalHeader.(type) {
102 imageBase = uint64(oh.ImageBase)
104 imageBase = oh.ImageBase
131 switch oh := f.pe.OptionalHeader.(type) {
133 imageBase = uint64(oh.ImageBase)
135 imageBase = oh.ImageBase
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pe.go 757 var oh pe.OptionalHeader32
758 fh.SizeOfOptionalHeader = uint16(binary.Size(&oh))
770 var oh pe.OptionalHeader32
776 oh.Magic = 0x10b // PE32
777 oh.BaseOfData = f.dataSect.virtualAddress
780 // Fill out both oh64 and oh. We only use one. Oh well.
782 oh.MajorLinkerVersion = 3
784 oh.MinorLinkerVersion = 0
786 oh.SizeOfCode = f.textSect.sizeOfRawDat
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
spacetodepth_op_test.py 211 ow, oh, oc = iw // block_size, ih // block_size, ic * block_size_sq
213 [b, oh, block_size, ow, block_size, ic])
215 tensor = array_ops.reshape(tensor, [b, oh, ow, oc])
220 ow, oh, oc = iw // block_size, ih // block_size, ic * block_size_sq
222 [b, ic, oh, block_size, ow, block_size])
224 tensor = array_ops.reshape(tensor, [b, oc, oh, ow])
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java 1313 Header oh = from.get(j); local
1339 Header oh = matches.get(j); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TextAlign.java 155 protected void onSizeChanged(int w, int h, int ow, int oh) {
156 super.onSizeChanged(w, h, ow, oh);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationElementIterator.java 315 int oh = otherHalf_; local
317 return oh;
369 int oh = otherHalf_; local
371 return oh;
  /external/icu/icu4c/source/i18n/
coleitr.cpp 110 uint32_t oh = otherHalf_; local
112 return oh;
173 uint32_t oh = otherHalf_; local
175 return oh;
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 48 void setOverrideHandling(OverrideHandling oh);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationElementIterator.java 325 int oh = otherHalf_; local
327 return oh;
380 int oh = otherHalf_; local
382 return oh;
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 161 VP8_HEADER oh; member in struct:VP8Common

Completed in 882 milliseconds

1 2 3 4