/external/yaffs2/yaffs2/utils/ |
D | mkyaffs2image.c | 143 static void object_header_little_to_big_endian(yaffs_ObjectHeader* oh) in object_header_little_to_big_endian() argument 145 oh->type = SWAP32(oh->type); // GCC makes enums 32 bits. in object_header_little_to_big_endian() 146 oh->parentObjectId = SWAP32(oh->parentObjectId); // int in object_header_little_to_big_endian() 147 …oh->sum__NoLongerUsed = SWAP16(oh->sum__NoLongerUsed); // __u16 - Not used, but done for completen… in object_header_little_to_big_endian() 149 oh->yst_mode = SWAP32(oh->yst_mode); in object_header_little_to_big_endian() 152 oh->notForWinCE[0] = SWAP32(oh->notForWinCE[0]); in object_header_little_to_big_endian() 153 oh->notForWinCE[1] = SWAP32(oh->notForWinCE[1]); in object_header_little_to_big_endian() 154 oh->notForWinCE[2] = SWAP32(oh->notForWinCE[2]); in object_header_little_to_big_endian() 155 oh->notForWinCE[3] = SWAP32(oh->notForWinCE[3]); in object_header_little_to_big_endian() 156 oh->notForWinCE[4] = SWAP32(oh->notForWinCE[4]); in object_header_little_to_big_endian() [all …]
|
D | mkyaffsimage.c | 274 static void object_header_little_to_big_endian(yaffs_ObjectHeader* oh) in object_header_little_to_big_endian() argument 276 oh->type = SWAP32(oh->type); // GCC makes enums 32 bits. in object_header_little_to_big_endian() 277 oh->parentObjectId = SWAP32(oh->parentObjectId); // int in object_header_little_to_big_endian() 278 …oh->sum__NoLongerUsed = SWAP16(oh->sum__NoLongerUsed); // __u16 - Not used, but done for completen… in object_header_little_to_big_endian() 280 oh->yst_mode = SWAP32(oh->yst_mode); in object_header_little_to_big_endian() 283 oh->notForWinCE[0] = SWAP32(oh->notForWinCE[0]); in object_header_little_to_big_endian() 284 oh->notForWinCE[1] = SWAP32(oh->notForWinCE[1]); in object_header_little_to_big_endian() 285 oh->notForWinCE[2] = SWAP32(oh->notForWinCE[2]); in object_header_little_to_big_endian() 286 oh->notForWinCE[3] = SWAP32(oh->notForWinCE[3]); in object_header_little_to_big_endian() 287 oh->notForWinCE[4] = SWAP32(oh->notForWinCE[4]); in object_header_little_to_big_endian() [all …]
|
/external/srec/doc/logs/srec/ |
D | out_SHIP_change_sample_rate2.txt | 15 C: oh eight four zero nine two five one eight five 21 TRANSCRIPTION : 'oh eight four zero nine two five one eight five' 22 LITERAL[ 0] : 'oh eight four nine two five one eight five' 32 LITERAL[ 2] : 'oh eight four nine two five one eight five oh' 37 LITERAL[ 3] : 'oh eight four nine two five one five' 42 LITERAL[ 4] : 'oh eight four oh nine two five one eight five' 47 LITERAL[ 5] : 'oh oh eight four nine two five one eight five' 52 LITERAL[ 6] : 'oh eight four nine two five one two five' 57 LITERAL[ 7] : 'oh eight four nine two five four eight five' 62 LITERAL[ 8] : 'oh eight one nine two five one eight five' [all …]
|
D | recog4_SHIP_change_sample_rate2.res | 1 R: oh eight four nine two five one eight five 5 R: zero seven six five nine oh zero two five two 11 R: seven one one five six zero oh six five nine 13 R: oh three seven nine zero six eight five seven 15 R: zero nine nine five seven two oh one zero six 17 R: six eight seven two one oh eight five zero seven 19 R: four two zero eight five nine oh nine four zero 23 R: eight three five seven nine zero three five two oh 27 R: oh nine seven three one three zero five five zero 29 R: one three three three zero zero five oh six [all …]
|
/external/srec/config/en.us/tcp/ |
D | change_sample_rate2.tcp | 12 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 nine seven three one three zero five five zero [all …]
|
/external/kernel-headers/original/linux/ |
D | coda.h | 353 struct coda_out_hdr oh; member 369 struct coda_out_hdr oh; member 419 struct coda_out_hdr oh; member 432 struct coda_out_hdr oh; member 473 struct coda_out_hdr oh; member 490 struct coda_out_hdr oh; member 542 struct coda_out_hdr oh; member 579 struct coda_out_hdr oh; member 602 struct coda_out_hdr oh; member 615 struct coda_out_hdr oh; member [all …]
|
/external/yaffs2/yaffs2/ |
D | yaffs_guts.c | 2451 yaffs_ObjectHeader *oh; in yaffs_GarbageCollectBlock() local 2452 oh = (yaffs_ObjectHeader *)buffer; in yaffs_GarbageCollectBlock() 2453 oh->isShrink = 0; in yaffs_GarbageCollectBlock() 2454 oh->shadowsObject = -1; in yaffs_GarbageCollectBlock() 3006 yaffs_ObjectHeader *oh = NULL; in yaffs_UpdateObjectHeader() local 3013 oh = (yaffs_ObjectHeader *) buffer; in yaffs_UpdateObjectHeader() 3020 memcpy(oldName, oh->name, sizeof(oh->name)); in yaffs_UpdateObjectHeader() 3025 oh->type = in->variantType; in yaffs_UpdateObjectHeader() 3026 oh->yst_mode = in->yst_mode; in yaffs_UpdateObjectHeader() 3027 oh->shadowsObject = shadows; in yaffs_UpdateObjectHeader() [all …]
|
/external/skia/src/gl/ |
D | SkGL.cpp | 274 int oh = bitmap->height(); in BindNewTexture() local 276 int nh = SkNextPow2(oh); in BindNewTexture() 289 SkASSERT(oh == nh); in BindNewTexture() 290 glCompressedTexImage2D(GL_TEXTURE_2D, 0, format, ow, oh, 0, in BindNewTexture() 295 if (ow != nw || oh != nh) { in BindNewTexture() 298 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, ow, oh, in BindNewTexture() 302 glTexImage2D(GL_TEXTURE_2D, 0, format, ow, oh, 0, in BindNewTexture() 308 SkDebugf("--- new texture [%d] size=(%d %d) bpp=%d\n", textureName, ow, oh, in BindNewTexture() 314 max->fY = SkFixedToScalar(oh << (16 - SkNextLog2(nh))); in BindNewTexture()
|
/external/srec/config/en.us/dictionary/ |
D | basic.ok | 21 oh 4 22 ###oh 7
|
/external/libvpx/vp8/encoder/ |
D | bitstream.c | 1367 VP8_HEADER oh; in vp8_pack_bitstream() local 1376 oh.show_frame = (int) pc->show_frame; in vp8_pack_bitstream() 1377 oh.type = (int)pc->frame_type; in vp8_pack_bitstream() 1378 oh.version = pc->version; in vp8_pack_bitstream() 1393 if (oh.type == KEY_FRAME) in vp8_pack_bitstream() 1649 oh.first_partition_length_in_bytes = cpi->bc.pos; in vp8_pack_bitstream() 1663 oh.first_partition_length_in_bytes = cpi->bc.pos ; in vp8_pack_bitstream() 1669 int v = (oh.first_partition_length_in_bytes << 5) | in vp8_pack_bitstream() 1670 (oh.show_frame << 4) | in vp8_pack_bitstream() 1671 (oh.version << 1) | in vp8_pack_bitstream() [all …]
|
/external/kernel-headers/original/linux/lockd/ |
D | xdr.h | 30 struct xdr_netobj oh; member
|
/external/srec/config/en.us/models/ |
D | generic.pht | 50 93 oh ] 2
|
/external/libvpx/vp8/common/ |
D | onyxc_int.h | 191 VP8_HEADER oh; member
|
/external/icu4c/tools/gennorm2/ |
D | n2builder.h | 57 void setOverrideHandling(OverrideHandling oh);
|
D | n2builder.cpp | 232 void Normalizer2DataBuilder::setOverrideHandling(OverrideHandling oh) { in setOverrideHandling() argument 233 overrideHandling=oh; in setOverrideHandling()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kh0_kdt_lfz3.pkb | 49 @�U�:���k���v�X�P\?����;U����ݰ#XN�oh�Zm� ̙��@'`V�D*��%�I��E�d�F�K
|
/external/icu4c/data/rbnf/ |
D | en.txt | 55 "1: oh-=%spellout-numbering=;",
|
/external/chromium/third_party/icu/source/data/rbnf/ |
D | en.txt | 55 "1: oh-=%spellout-numbering=;",
|
/external/webkit/WebKit/android/jni/ |
D | WebViewCore.cpp | 1188 int oh = window->height(); in setSizeScreenWidthAndScale() local 1194 ow, oh, osw, m_scale, width, height, screenWidth, scale); in setSizeScreenWidthAndScale() 1206 if (ow != width || (!ignoreHeight && oh != height) || osw != screenWidth) { in setSizeScreenWidthAndScale()
|
/external/quake/quake/src/QW/progs/ |
D | client.qc | 493 // oh, this is a hack!
|
/external/dropbear/libtomcrypt/ |
D | changes | 205 … -- the UTCTIME type was missing from der_length_sequence() [oops, oh like you've never done that] 580 -- modded Yarrow to try and use refactored AES code and added WHIRLPOOL support (d'oh) ;-) 934 …-- Added more strict rules to build process, starting to weed out "oh this works in GCC" style code
|
/external/jpeg/ |
D | testimg.ppm | 4 …oh�~v��{��~�l`�?2�8(�;(�='�='�<'�;'�:'�8(�7)�:/�8.�8,�9+�:+�:*�9)�7(�9+�7+�8,�7+�7*�8*�<,�>-�<0�=0…
|
/external/bluetooth/glib/po/ |
D | mg.po | 403 "Tsy maintsy manomboka amina singantaharo ilay tahirin-kevitra (oh. <book>)"
|
/external/chromium/net/base/ |
D | effective_tld_names.gperf | 2310 oh.us, 0
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kpdf_mgc.pkb | 2372 +?LQ8dWjga@mfiQ�m��oh
|