/external/kernel-headers/original/uapi/linux/ |
D | coda.h | 312 struct coda_out_hdr oh; member 328 struct coda_out_hdr oh; member 378 struct coda_out_hdr oh; member 391 struct coda_out_hdr oh; member 432 struct coda_out_hdr oh; member 449 struct coda_out_hdr oh; member 501 struct coda_out_hdr oh; member 538 struct coda_out_hdr oh; member 561 struct coda_out_hdr oh; member 574 struct coda_out_hdr oh; member [all …]
|
/external/jemalloc_new/test/src/ |
D | SFMT.c | 164 uint64_t th, tl, oh, ol; in rshift128() local 169 oh = th >> (shift * 8); in rshift128() 174 out->u[2] = (uint32_t)(oh >> 32); in rshift128() 175 out->u[3] = (uint32_t)oh; in rshift128() 179 uint64_t th, tl, oh, ol; in rshift128() local 184 oh = th >> (shift * 8); in rshift128() 189 out->u[3] = (uint32_t)(oh >> 32); in rshift128() 190 out->u[2] = (uint32_t)oh; in rshift128() 203 uint64_t th, tl, oh, ol; in lshift128() local 208 oh = th << (shift * 8); in lshift128() [all …]
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | llseek.c | 53 static int _llseek(unsigned int fd, unsigned long oh, in _llseek() argument 60 static int _llseek(unsigned int fd, unsigned long oh, in _llseek() argument 63 return syscall(__NR_llseek, fd, oh, ol, result, origin); in _llseek()
|
/external/llvm-project/clang/test/CodeGen/ |
D | call.c | 37 SigHandler *oh; in rl_set_signals() local 38 oh = rl_set_sighandler(0); in rl_set_signals()
|
/external/clang/test/CodeGen/ |
D | call.c | 37 SigHandler *oh; in rl_set_signals() local 38 oh = rl_set_sighandler(0); in rl_set_signals()
|
/external/libkmsxx/py/tests/ |
D | wb-m2m-crop.py | 14 oh = 480 variable 48 fb = pykms.DumbFramebuffer(card, ow, oh, ofmt) 69 dst_streamer.set_format(ofmt, ow, oh)
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CollationElementIterator.java | 315 int oh = otherHalf_; local 317 return oh; 369 int oh = otherHalf_; in previous() local 371 return oh; in previous()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | CollationElementIterator.java | 325 int oh = otherHalf_; local 327 return oh; 380 int oh = otherHalf_; in previous() local 382 return oh; in previous()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | spacetodepth_op_test.py | 241 ow, oh, oc = iw // block_size, ih // block_size, ic * block_size_sq 243 [b, oh, block_size, ow, block_size, ic]) 245 tensor = array_ops.reshape(tensor, [b, oh, ow, oc]) 250 ow, oh, oc = iw // block_size, ih // block_size, ic * block_size_sq 252 [b, ic, oh, block_size, ow, block_size]) 254 tensor = array_ops.reshape(tensor, [b, oc, oh, ow])
|
D | depthtospace_op_test.py | 268 ow, oh, oc = iw * block_size, ih * block_size, ic // block_size_sq 272 tensor = array_ops.reshape(tensor, [b, oh, ow, oc]) 276 ow, oh, oc = iw * block_size, ih * block_size, ic // block_size_sq 280 tensor = array_ops.reshape(tensor, [b, oc, oh, ow])
|
/external/curl/tests/data/ |
D | test187 | 57 http://%HOSTIP:%HTTPPORT?oh=what-weird=test/187 -L 64 GET /?oh=what-weird=test/187 HTTP/1.1
|
D | test93 | 15 Proxy-Authenticate: Basic "oh please"
|
D | test94 | 17 Proxy-Authenticate: Basic "oh please"
|
/external/icu/icu4c/source/i18n/ |
D | coleitr.cpp | 110 uint32_t oh = otherHalf_; in next() local 112 return oh; in next() 173 uint32_t oh = otherHalf_; in previous() local 175 return oh; in previous()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 1007 VP8_HEADER oh; in vp8_pack_bitstream() local 1017 oh.show_frame = (int)pc->show_frame; in vp8_pack_bitstream() 1018 oh.type = (int)pc->frame_type; in vp8_pack_bitstream() 1019 oh.version = pc->version; in vp8_pack_bitstream() 1020 oh.first_partition_length_in_bytes = 0; in vp8_pack_bitstream() 1036 if (oh.type == KEY_FRAME) { in vp8_pack_bitstream() 1267 oh.first_partition_length_in_bytes = cpi->bc->pos; in vp8_pack_bitstream() 1290 int v = (oh.first_partition_length_in_bytes << 5) | (oh.show_frame << 4) | in vp8_pack_bitstream() 1291 (oh.version << 1) | oh.type; in vp8_pack_bitstream()
|
/external/libaom/libaom/av1/common/ |
D | mvref_common.h | 37 static INLINE int get_relative_dist(const OrderHintInfo *oh, int a, int b) { in get_relative_dist() argument 38 if (!oh->enable_order_hint) return 0; in get_relative_dist() 40 const int bits = oh->order_hint_bits_minus_1 + 1; in get_relative_dist()
|
/external/rust/crates/anyhow/patches/ |
D | rustversion.diff | 17 - let error = anyhow!("oh no!");
|
/external/one-true-awk/testdir/ |
D | t.stately | 1 …ga|hi|io|il|in|ia|ks|ky|la|me|md|ma|mi|mn|ms|mo|mt|nb|nv|nh|nj|nm|ny|nc|nd|oh|ok|or|pa|ri|sc|sd|tn…
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.h | 127 static INLINE int av1_encoder_get_relative_dist(const OrderHintInfo *oh, int a, in av1_encoder_get_relative_dist() argument 129 if (!oh->enable_order_hint) return 0; in av1_encoder_get_relative_dist()
|
/external/mtools/ |
D | strip-pp.sed | 22 /^\.oh/d
|
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
D | TransformerClangTidyCheckTest.cpp | 57 log("oh no!"); in TEST() 65 if(!(10 > 1.0)) log("ok"); else log("oh no!"); in TEST()
|
/external/libvpx/libvpx/vp8/common/ |
D | onyxc_int.h | 161 VP8_HEADER oh; member
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | n2builder.h | 48 void setOverrideHandling(OverrideHandling oh);
|
/external/icu/icu4c/source/data/locales/ |
D | smn.txt | 510 "čohčâ", 538 "čohčâmáánu", 554 "čohčâ", 582 "čohčâmáánu",
|
/external/clang/test/SemaObjC/ |
D | attr-cf_returns.m | 7 # error "uh-oh"
|