/external/v8/src/ |
D | elements-kind.cc | 156 bool UnionElementsKindUptoSize(ElementsKind* a_out, ElementsKind b) { in UnionElementsKindUptoSize() argument 166 ElementsKind a = *a_out; in UnionElementsKindUptoSize() 174 *a_out = b; in UnionElementsKindUptoSize() 183 *a_out = HOLEY_SMI_ELEMENTS; in UnionElementsKindUptoSize() 187 *a_out = HOLEY_ELEMENTS; in UnionElementsKindUptoSize() 196 *a_out = PACKED_ELEMENTS; in UnionElementsKindUptoSize() 200 *a_out = HOLEY_ELEMENTS; in UnionElementsKindUptoSize() 211 *a_out = HOLEY_ELEMENTS; in UnionElementsKindUptoSize() 221 *a_out = b; in UnionElementsKindUptoSize() 230 *a_out = HOLEY_DOUBLE_ELEMENTS; in UnionElementsKindUptoSize()
|
D | elements-kind.h | 203 inline bool UnionElementsKindUptoPackedness(ElementsKind* a_out, in UnionElementsKindUptoPackedness() argument 212 ElementsKind a = *a_out; in UnionElementsKindUptoPackedness() 217 *a_out = std::max(a, b); in UnionElementsKindUptoPackedness() 224 *a_out = std::max(a, b); in UnionElementsKindUptoPackedness() 231 *a_out = std::max(a, b); in UnionElementsKindUptoPackedness() 241 bool UnionElementsKindUptoSize(ElementsKind* a_out, ElementsKind b);
|
/external/libevent/test/ |
D | regress_dns.c | 1354 struct gai_outcome a_out[12]; in test_getaddrinfo_async() local 1363 memset(a_out, 0, sizeof(a_out)); in test_getaddrinfo_async() 1535 &hints, gai_cb, &a_out[0]); in test_getaddrinfo_async() 1540 &hints, gai_cb, &a_out[1]); in test_getaddrinfo_async() 1546 &hints, gai_cb, &a_out[2]); in test_getaddrinfo_async() 1553 &hints, gai_cb, &a_out[3]); in test_getaddrinfo_async() 1560 &hints, gai_cb, &a_out[4]); in test_getaddrinfo_async() 1566 &hints, gai_cb, &a_out[5]); in test_getaddrinfo_async() 1573 &hints, gai_cb, &a_out[6]); in test_getaddrinfo_async() 1580 &hints, gai_cb, &a_out[7]); in test_getaddrinfo_async() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv20_state_frag.c | 38 uint32_t a_in, a_out, c_in, c_out, k; in nv20_emit_tex_env() local 40 nv10_get_general_combiner(ctx, i, &a_in, &a_out, &c_in, &c_out, &k); in nv20_emit_tex_env() 45 PUSH_DATA (push, a_out); in nv20_emit_tex_env()
|
D | nv10_state_frag.c | 314 uint32_t *a_in, uint32_t *a_out, in nv10_get_general_combiner() argument 337 *a_out = rc_a.out; in nv10_get_general_combiner() 385 uint32_t a_in, a_out, c_in, c_out, k; in nv10_emit_tex_env() local 387 nv10_get_general_combiner(ctx, i, &a_in, &a_out, &c_in, &c_out, &k); in nv10_emit_tex_env() 391 if (c_out || a_out) in nv10_emit_tex_env() 404 PUSH_DATA (push, a_out); in nv10_emit_tex_env()
|
D | nv10_driver.h | 140 uint32_t *a_in, uint32_t *a_out,
|
/external/tensorflow/tensorflow/python/ops/ |
D | functional_ops.py | 247 a_out = fn(a, elem) 248 return [i, a_out] 454 a_out = fn(packed_a, packed_elems) 456 elems if initializer is None else initializer, a_out) 457 flat_a_out = output_flatten(a_out)
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 985 Environment a_out = owner_->VisitStmt(a, in()); in Seq() local 986 Environment b_out = owner_->VisitStmt(b, a_out); in Seq() 992 Environment a_out = owner_->VisitStmt(a, in()); in Seq() local 993 Environment b_out = owner_->VisitStmt(b, a_out); in Seq()
|
/external/freetype/builds/unix/ |
D | configure.raw | 52 rm -f a.* b.* a_out.exe conftest.* 58 elif test -x a_out.exe -o -x conftest.exe; then 63 rm -f a.* b.* a_out.exe conftest.*
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | TestUtilities.java | 255 UnicodeSet a_out = new UnicodeSet("[:whitespace:]"); in checkTranslit() local 256 for (UnicodeSetIterator it = new UnicodeSetIterator(a_out); it.next();) { in checkTranslit()
|
/external/fdlibm/ |
D | configure | 1633 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
|
/external/fec/ |
D | configure | 1670 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
|
/external/cmockery/cmockery_0_1_2/ |
D | configure | 2331 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
|
/external/libxkbcommon/xkbcommon/build-aux/ |
D | output.0 | 3417 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
|
D | output.2 | 3417 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
|
D | output.1 | 3417 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
|