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

123

/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c151 static void object_header_little_to_big_endian(yaffs_ObjectHeader* oh) argument
153 oh->type = SWAP32(oh->type); // GCC makes enums 32 bits.
154 oh->parentObjectId = SWAP32(oh->parentObjectId); // int
155 oh->sum__NoLongerUsed = SWAP16(oh->sum__NoLongerUsed); // __u16 - Not used, but done for completeness.
157 oh->yst_mode = SWAP32(oh->yst_mode);
160 oh
263 yaffs_ObjectHeader *oh = (yaffs_ObjectHeader *)bytes; local
[all...]
H A Dmkyaffsimage.c274 static void object_header_little_to_big_endian(yaffs_ObjectHeader* oh) argument
276 oh->type = SWAP32(oh->type); // GCC makes enums 32 bits.
277 oh->parentObjectId = SWAP32(oh->parentObjectId); // int
278 oh->sum__NoLongerUsed = SWAP16(oh->sum__NoLongerUsed); // __u16 - Not used, but done for completeness.
280 oh->yst_mode = SWAP32(oh->yst_mode);
283 oh
336 yaffs_ObjectHeader *oh = (yaffs_ObjectHeader *)bytes; local
[all...]
/external/clang/test/CodeGen/
H A Dcall.c37 SigHandler *oh; local
38 oh = rl_set_sighandler(0);
/external/srec/config/en.us/tcp/
H A Dchange_sample_rate2.tcp12 recognize_nist dallas/0000/S072.nwf 0 0 oh eight four zero nine two five one eight five
13 recognize_nist dallas/0000/S074.nwf 0 0 eight six one oh five six six two six two
14 recognize_nist dallas/0000/S075.nwf 0 0 zero seven six five nine oh zero two five two
17 recognize_nist dallas/0000/S079.nwf 0 0 seven one one five six zero oh six five nine
18 recognize_nist dallas/0000/S080.nwf 0 0 seven oh three seven nine zero six eight five seven
19 recognize_nist dallas/0000/S083.nwf 0 0 zero nine nine five seven two oh one zero six
20 recognize_nist dallas/0000/S086.nwf 0 0 six eight seven two one oh eight five zero seven
21 recognize_nist dallas/0000/S088.nwf 0 0 four two zero eight five nine oh nine four zero
24 recognize_nist dallas/0300/S053.nwf 0 0 eight three five seven nine zero three five two oh
26 recognize_nist dallas/0300/S063.nwf 0 0 oh nin
[all...]
/external/libyuv/files/unit_test/
H A Drotate_test.cc29 int iw, ih, ow, oh; local
36 oh = iw;
39 align_buffer_16(output_1, ow * oh)
47 TransposePlane(output_1, ow, output_2, oh, ow, oh);
60 PrintArray(output_1, ow, oh);
76 int iw, ih, ow, oh; local
84 oh = iw >> 1;
87 align_buffer_16(output_a1, ow * oh)
88 align_buffer_16(output_b1, ow * oh)
136 int iw, ih, ow, oh; local
196 int iw, ih, ow, oh; local
273 int iw, ih, ow, oh; local
350 int iw, ih, ow, oh; local
428 int iw, ih, ow, oh; local
475 int iw, ih, ow, oh; local
534 int iw, ih, ow, oh; local
589 int oh = iw; local
640 int iw, ih, ow, oh; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dcoda.h312 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...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dyuvscaler_unittest.cc98 bool TestScale(int iw, int ih, int ow, int oh, int offset, bool usefile, argument
103 size_t osize = I420_SIZE(ow, oh);
114 !LoadPlanarYuvTestImage("faces", ow, oh, xbuf)) {
146 EXPECT_EQ(0, libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh,
162 DumpPlanarYuvTestImage(test_name, obuf, ow, oh);
191 const int ow = 640, oh = 360; local
193 ALIGN16(uint8 obuf[I420_SIZE(ow, oh)]);
198 libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh, 0, false);
200 if (dump_) DumpPlanarYuvTestImage("TestCopy", obuf, ow, oh);
207 const int ow = 640, oh local
[all...]
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c2451 yaffs_ObjectHeader *oh; local
2452 oh = (yaffs_ObjectHeader *)buffer;
2453 oh->isShrink = 0;
2454 oh->shadowsObject = -1;
3006 yaffs_ObjectHeader *oh = NULL; local
3013 oh = (yaffs_ObjectHeader *) buffer;
3020 memcpy(oldName, oh->name, sizeof(oh->name));
3025 oh->type = in->variantType;
3026 oh
4663 yaffs_ObjectHeader *oh; local
5139 yaffs_ObjectHeader *oh; local
5195 yaffs_ObjectHeader *oh; local
6015 yaffs_ObjectHeader *oh = (yaffs_ObjectHeader *) buffer; local
[all...]
/external/jemalloc/test/src/
H A DSFMT.c164 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
218 uint64_t th, tl, oh, ol; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dbin_multi_test.sh27 oh=${a}.hx
73 ./test_hd results/${o} > results/${oh}
74 if diff -w ${og} results/${oh} >/dev/null; then
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dout_test.sh27 oh=${a}.hx
71 ./test_hd results/${o} > results/${oh}
72 if diff -w ${og} results/${oh} >/dev/null; then
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DFullScreenView.java126 public void onSizeChanged(final int w, final int h, final int ow, final int oh) { argument
127 super.onSizeChanged(w, h, ow, oh);
128 mAwViewMethods.onSizeChanged(w, h, ow, oh);
H A DAwViewMethods.java104 void onSizeChanged(int w, int h, int ow, int oh); argument
H A DNullAwViewMethods.java117 public void onSizeChanged(int w, int h, int ow, int oh) { argument
H A DAwLayoutSizer.java180 public void onSizeChanged(int w, int h, int ow, int oh) { argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyxc_int.h165 VP8_HEADER oh; member in struct:VP8Common
/external/icu/icu4c/source/i18n/
H A Dcoleitr.cpp107 uint32_t oh = otherHalf_; local
109 return oh;
170 uint32_t oh = otherHalf_; local
172 return oh;
/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h165 VP8_HEADER oh; member in struct:VP8Common
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentView.java80 protected void onSizeChanged(int w, int h, int ow, int oh) { argument
82 super.onSizeChanged(w, h, ow, oh);
83 mContentViewCore.onSizeChanged(w, h, ow, oh);
/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dn2builder.h50 void setOverrideHandling(OverrideHandling oh);
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.h50 void setOverrideHandling(OverrideHandling oh);
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dbp_signal.c40 siginfo_t *oh __maybe_unused,
H A Dbp_signal_overflow.c37 siginfo_t *oh __maybe_unused,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dbitstream.c1269 VP8_HEADER oh; local
1279 oh.show_frame = (int) pc->show_frame;
1280 oh.type = (int)pc->frame_type;
1281 oh.version = pc->version;
1282 oh.first_partition_length_in_bytes = 0;
1298 if (oh.type == KEY_FRAME)
1580 oh.first_partition_length_in_bytes = cpi->bc->pos;
1584 int v = (oh.first_partition_length_in_bytes << 5) |
1585 (oh.show_frame << 4) |
1586 (oh
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c1270 VP8_HEADER oh; local
1280 oh.show_frame = (int) pc->show_frame;
1281 oh.type = (int)pc->frame_type;
1282 oh.version = pc->version;
1283 oh.first_partition_length_in_bytes = 0;
1299 if (oh.type == KEY_FRAME)
1581 oh.first_partition_length_in_bytes = cpi->bc->pos;
1585 int v = (oh.first_partition_length_in_bytes << 5) |
1586 (oh.show_frame << 4) |
1587 (oh
[all...]

Completed in 4480 milliseconds

123