/external/kernel-headers/original/linux/lockd/ |
H A D | xdr.h | 30 struct xdr_netobj oh; member in struct:nlm_lock
|
/external/yaffs2/yaffs2/utils/ |
H A D | mkyaffs2image.c | 143 static void object_header_little_to_big_endian(yaffs_ObjectHeader* oh) argument 145 oh->type = SWAP32(oh->type); // GCC makes enums 32 bits. 146 oh->parentObjectId = SWAP32(oh->parentObjectId); // int 147 oh->sum__NoLongerUsed = SWAP16(oh->sum__NoLongerUsed); // __u16 - Not used, but done for completeness. 149 oh->yst_mode = SWAP32(oh->yst_mode); 152 oh 255 yaffs_ObjectHeader *oh = (yaffs_ObjectHeader *)bytes; local [all...] |
H A D | mkyaffsimage.c | 274 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/libvpx/vp8/common/ |
H A D | onyxc_int.h | 191 VP8_HEADER oh; member in struct:VP8Common
|
/external/skia/src/gl/ |
H A D | SkGL.cpp | 274 int oh = bitmap->height(); local 276 int nh = SkNextPow2(oh); 289 SkASSERT(oh == nh); 290 glCompressedTexImage2D(GL_TEXTURE_2D, 0, format, ow, oh, 0, 295 if (ow != nw || oh != nh) { 298 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, ow, oh, 302 glTexImage2D(GL_TEXTURE_2D, 0, format, ow, oh, 0, 308 SkDebugf("--- new texture [%d] size=(%d %d) bpp=%d\n", textureName, ow, oh, 314 max->fY = SkFixedToScalar(oh << (16 - SkNextLog2(nh)));
|
/external/icu4c/tools/gennorm2/ |
H A D | n2builder.cpp | 232 void Normalizer2DataBuilder::setOverrideHandling(OverrideHandling oh) { argument 233 overrideHandling=oh;
|
/external/libvpx/vp8/encoder/ |
H A D | bitstream.c | 1367 VP8_HEADER oh; local 1376 oh.show_frame = (int) pc->show_frame; 1377 oh.type = (int)pc->frame_type; 1378 oh.version = pc->version; 1393 if (oh.type == KEY_FRAME) 1649 oh.first_partition_length_in_bytes = cpi->bc.pos; 1663 oh.first_partition_length_in_bytes = cpi->bc.pos ; 1669 int v = (oh.first_partition_length_in_bytes << 5) | 1670 (oh.show_frame << 4) | 1671 (oh [all...] |
/external/kernel-headers/original/linux/ |
H A D | coda.h | 353 struct coda_out_hdr oh; member in struct:coda_root_out 369 struct coda_out_hdr oh; member in struct:coda_open_out 419 struct coda_out_hdr oh; member in struct:coda_ioctl_out 432 struct coda_out_hdr oh; member in struct:coda_getattr_out 473 struct coda_out_hdr oh; member in struct:coda_lookup_out 490 struct coda_out_hdr oh; member in struct:coda_create_out 542 struct coda_out_hdr oh; member in struct:coda_mkdir_out 579 struct coda_out_hdr oh; member in struct:coda_readlink_out 602 struct coda_out_hdr oh; member in struct:coda_vget_out 615 struct coda_out_hdr oh; member in struct:coda_purgeuser_out 626 struct coda_out_hdr oh; member in struct:coda_zapfile_out 633 struct coda_out_hdr oh; member in struct:coda_zapdir_out 640 struct coda_out_hdr oh; member in struct:coda_purgefid_out 647 struct coda_out_hdr oh; member in struct:coda_replace_out 660 struct coda_out_hdr oh; member in struct:coda_open_by_fd_out 676 struct coda_out_hdr oh; member in struct:coda_open_by_path_out 686 struct coda_out_hdr oh; member in struct:coda_statfs_out 724 struct coda_out_hdr oh; /* NB: every struct below begins with an oh */ member in union:outputArgs [all...] |
/external/yaffs2/yaffs2/ |
H A D | yaffs_guts.c | 2451 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/webkit/WebKit/android/jni/ |
H A D | WebViewCore.cpp | 317 LOG_ASSERT(m_mainFrame, "Uh oh, somehow a frameview was made without an initial frame!"); 1188 int oh = window->height(); local 1194 ow, oh, osw, m_scale, width, height, screenWidth, scale); 1206 if (ow != width || (!ignoreHeight && oh != height) || osw != screenWidth) {
|