Searched refs:a_out (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | elements-kind.cc | 199 bool UnionElementsKindUptoSize(ElementsKind* a_out, ElementsKind b) { in UnionElementsKindUptoSize() argument 209 ElementsKind a = *a_out; in UnionElementsKindUptoSize() 217 *a_out = b; in UnionElementsKindUptoSize() 226 *a_out = HOLEY_SMI_ELEMENTS; in UnionElementsKindUptoSize() 230 *a_out = HOLEY_ELEMENTS; in UnionElementsKindUptoSize() 239 *a_out = PACKED_ELEMENTS; in UnionElementsKindUptoSize() 243 *a_out = HOLEY_ELEMENTS; in UnionElementsKindUptoSize() 254 *a_out = HOLEY_ELEMENTS; in UnionElementsKindUptoSize() 263 *a_out = b; in UnionElementsKindUptoSize() 272 *a_out = HOLEY_DOUBLE_ELEMENTS; in UnionElementsKindUptoSize()
|
D | elements-kind.h | 380 inline bool UnionElementsKindUptoPackedness(ElementsKind* a_out, in UnionElementsKindUptoPackedness() argument 389 ElementsKind a = *a_out; in UnionElementsKindUptoPackedness() 394 *a_out = std::max(a, b); in UnionElementsKindUptoPackedness() 401 *a_out = std::max(a, b); in UnionElementsKindUptoPackedness() 408 *a_out = std::max(a, b); in UnionElementsKindUptoPackedness() 418 bool UnionElementsKindUptoSize(ElementsKind* a_out, ElementsKind b);
|
/third_party/libwebsockets/lib/roles/http/compression/brotli/ |
D | brotli.c | 51 size_t a_in, a_out, t_out; in lcs_process_brotli() local 58 a_out = *olen_oused; in lcs_process_brotli() 75 &a_out, &n_out, &t_out) == in lcs_process_brotli() 82 ctx->may_have_more = !a_out; in lcs_process_brotli() 86 &a_out, &n_out, &t_out); in lcs_process_brotli() 96 *olen_oused -= a_out; in lcs_process_brotli()
|
/third_party/node/deps/v8/tools/gcmole/ |
D | gcmole.cc | 1213 Environment a_out = owner_->VisitStmt(a, in()); in Sequential() local 1214 Environment b_out = owner_->VisitStmt(b, a_out); in Sequential() 1220 Environment a_out = owner_->VisitStmt(a, in()); in Sequential() local 1221 Environment b_out = owner_->VisitStmt(b, a_out); in Sequential()
|
/third_party/skia/third_party/externals/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.*
|
/third_party/openssl/test/ |
D | ectest.c | 2399 BIGNUM *p_out = NULL, *a_out = NULL, *b_out = NULL; in do_test_custom_explicit_fromdata() local 2495 &a_out)) in do_test_custom_explicit_fromdata() 2496 || !TEST_BN_eq(a_out, a) in do_test_custom_explicit_fromdata() 2598 BN_free(a_out); in do_test_custom_explicit_fromdata()
|
/third_party/icu/tools/multi/c/patch/ |
D | 3_2 | 2621 > ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
|
D | 3_0 | 2733 +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
|
/third_party/libevdev/ |
D | third_party_libevdev.diff | 9152 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
|