Home
last modified time | relevance | path

Searched refs:oh (Results 1 – 25 of 60) sorted by relevance

123

/external/yaffs2/yaffs2/utils/
Dmkyaffsimage.c274 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()
278oh->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 …]
Dmkyaffs2image.c153 static void object_header_little_to_big_endian(yaffs_ObjectHeader* oh) in object_header_little_to_big_endian() argument
155 oh->type = SWAP32(oh->type); // GCC makes enums 32 bits. in object_header_little_to_big_endian()
156 oh->parentObjectId = SWAP32(oh->parentObjectId); // int in object_header_little_to_big_endian()
157oh->sum__NoLongerUsed = SWAP16(oh->sum__NoLongerUsed); // __u16 - Not used, but done for completen… in object_header_little_to_big_endian()
159 oh->yst_mode = SWAP32(oh->yst_mode); in object_header_little_to_big_endian()
162 oh->notForWinCE[0] = SWAP32(oh->notForWinCE[0]); in object_header_little_to_big_endian()
163 oh->notForWinCE[1] = SWAP32(oh->notForWinCE[1]); in object_header_little_to_big_endian()
164 oh->notForWinCE[2] = SWAP32(oh->notForWinCE[2]); in object_header_little_to_big_endian()
165 oh->notForWinCE[3] = SWAP32(oh->notForWinCE[3]); in object_header_little_to_big_endian()
166 oh->notForWinCE[4] = SWAP32(oh->notForWinCE[4]); in object_header_little_to_big_endian()
[all …]
/external/srec/doc/logs/srec/
Dout_SHIP_change_sample_rate2.txt15 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 …]
Drecog4_SHIP_change_sample_rate2.res1 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/
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 nine seven three one three zero five five zero
[all …]
/external/libyuv/files/unit_test/
Drotate_test.cc31 int iw, ih, ow, oh; in TEST_F() local
42 oh = iw; in TEST_F()
45 output_1 = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8))); in TEST_F()
52 TransposePlane(output_1, ow, output_2, oh, ow, oh); in TEST_F()
64 print_array(output_1, ow, oh); in TEST_F()
79 int iw, ih, ow, oh; in TEST_F() local
90 oh = iw >> 1; in TEST_F()
93 output_a1 = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8))); in TEST_F()
94 output_b1 = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8))); in TEST_F()
105 TransposePlane(output_a1, ow, output_a2, oh, ow, oh); in TEST_F()
[all …]
/external/kernel-headers/original/linux/
Dcoda.h353 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/
Dyaffs_guts.c2451 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/webkit/Source/WebKit/efl/ewk/
Dewk_view_single.c200 …ss_single(Ewk_View_Smart_Data *sd, void *pixels, Evas_Coord ow, Evas_Coord oh, const Ewk_Scroll_Re… in _ewk_view_single_scroll_process_single() argument
205 sr->x, sr->y, sr->w, sr->h, sr->dx, sr->dy, pixels, ow, oh); in _ewk_view_single_scroll_process_single()
231 if (sy + sh > oh) in _ewk_view_single_scroll_process_single()
232 sh = oh - sy; in _ewk_view_single_scroll_process_single()
341 Evas_Coord ow, oh; in _ewk_view_single_smart_scrolls_process() local
344 evas_object_image_size_get(sd->backing_store, &ow, &oh); in _ewk_view_single_smart_scrolls_process()
349 _ewk_view_single_scroll_process_single(sd, pixels, ow, oh, sr); in _ewk_view_single_smart_scrolls_process()
359 Evas_Coord ow, oh; in _ewk_view_single_smart_repaints_process() local
393 evas_object_image_size_get(sd->backing_store, &ow, &oh); in _ewk_view_single_smart_repaints_process()
401 ((unsigned char*)pixels, format, ow, oh, ow * 4); in _ewk_view_single_smart_repaints_process()
[all …]
/external/clang/test/CodeGen/
Dcall.c37 SigHandler *oh; in rl_set_signals() local
38 oh = rl_set_sighandler(0); in rl_set_signals()
/external/srec/config/en.us/dictionary/
Dbasic.ok21 oh 4
22 ###oh 7
/external/libvpx/vp8/encoder/
Dbitstream.c1357 VP8_HEADER oh; in vp8_pack_bitstream() local
1366 oh.show_frame = (int) pc->show_frame; in vp8_pack_bitstream()
1367 oh.type = (int)pc->frame_type; in vp8_pack_bitstream()
1368 oh.version = pc->version; in vp8_pack_bitstream()
1369 oh.first_partition_length_in_bytes = 0; in vp8_pack_bitstream()
1384 if (oh.type == KEY_FRAME) in vp8_pack_bitstream()
1638 oh.first_partition_length_in_bytes = cpi->bc.pos; in vp8_pack_bitstream()
1642 int v = (oh.first_partition_length_in_bytes << 5) | in vp8_pack_bitstream()
1643 (oh.show_frame << 4) | in vp8_pack_bitstream()
1644 (oh.version << 1) | in vp8_pack_bitstream()
[all …]
/external/kernel-headers/original/linux/lockd/
Dxdr.h30 struct xdr_netobj oh; member
/external/srec/config/en.us/models/
Dgeneric.pht50 93 oh ] 2
/external/webkit/Source/WebCore/platform/efl/
DRenderThemeEfl.cpp555 Evas_Coord ox = 0, oy = 0, ow = 0, oh = 0; in applyPartDescription() local
563 oh = minh; in applyPartDescription()
565 oh = 100; in applyPartDescription()
568 if (maxh > 0 && oh > maxh) in applyPartDescription()
569 oh = maxh; in applyPartDescription()
572 evas_object_resize(object, ow, oh); in applyPartDescription()
578 b = (oh + oy) - (ph + py); in applyPartDescription()
/external/icu4c/tools/gennorm2/
Dn2builder.h50 void setOverrideHandling(OverrideHandling oh);
Dn2builder.cpp242 void Normalizer2DataBuilder::setOverrideHandling(OverrideHandling oh) { in setOverrideHandling() argument
243 overrideHandling=oh; in setOverrideHandling()
/external/libvpx/vp8/common/
Donyxc_int.h191 VP8_HEADER oh; member
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kdt_lfz3.pkb49 @���U�:���k���v�X�P\?����;U����ݰ#XN�oh�Zm� ̙��@'`V�D*��%�I��E�d�F�K
/external/icu4c/data/rbnf/
Den.txt55 "1: oh-=%spellout-numbering=;",
/external/libmtp/src/
Dptp-pack.c385 ptp_unpack_OH (PTPParams *params, unsigned char* data, PTPObjectHandles *oh, unsigned int len) in ptp_unpack_OH() argument
388 oh->n = ptp_unpack_uint32_t_array(params, data, PTP_oh, &oh->Handler); in ptp_unpack_OH()
390 oh->n = 0; in ptp_unpack_OH()
391 oh->Handler = NULL; in ptp_unpack_OH()
Dptp.c618 unsigned char* oh=NULL; in ptp_getobjecthandles() local
628 ret=ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &oh, &len); in ptp_getobjecthandles()
630 ptp_unpack_OH(params, oh, objecthandles, len); in ptp_getobjecthandles()
644 free(oh); in ptp_getobjecthandles()
/external/llvm/lib/Support/
Dregengine.inc208 /* oh my, he wants the subexpressions... */
236 /* uh-oh... we couldn't find a subexpression-level match */
469 default: /* uh oh */
668 default: /* uh oh */
/external/webkit/PerformanceTests/
DChangeLog175 Reviewed by bradee-oh.
/external/chromium/net/base/
Deffective_tld_names.gperf521 cc.oh.us, 0
1761 k12.oh.us, 0
1982 lib.oh.us, 0
2588 oh.us, 0

123