Searched defs:ex1 (Results 1 – 9 of 9) sorted by relevance
| /external/cronet/base/types/ |
| D | expected_unittest.cc | 209 constexpr expected<int, Error> ex1 = 42; in TEST() local 221 constexpr expected<int, Error> ex1 = unexpected(Error::kFail); in TEST() local 230 expected<StrongMoveOnly<int>, int> ex1 = StrongMoveOnly(42); in TEST() local 237 expected<int, StrongMoveOnly<int>> ex1 = unexpected(StrongMoveOnly(42)); in TEST() local 246 expected<int, Error> ex1 = 42; in TEST() local 254 expected<int, Error> ex1 = unexpected(Error::kFail); in TEST() local 264 expected<int, Error> ex1 = 42; in TEST() local 270 expected<int, Error> ex1 = unexpected(Error::kFail); in TEST() local 279 expected<int, Error> ex1 = 42; in TEST() local 288 expected<int, Error> ex1 = unexpected(Error::kFail); in TEST() local [all …]
|
| /external/mesa3d/src/compiler/glsl/ |
| D | ast_expr.cpp | 82 ast_expression *ex1) : in ast_expression_bin()
|
| D | glsl_parser_extras.cpp | 1367 ast_expression *ex1, in ast_expression()
|
| /external/libnetfilter_conntrack/qa/ |
| D | test_api.c | 434 static void test_nfexp_cmp_api(struct nf_expect *ex1, struct nf_expect *ex2) in test_nfexp_cmp_api()
|
| /external/pdfium/third_party/agg23/ |
| D | agg_rasterizer_scanline_aa.cpp | 167 int ex1 = x1 >> poly_base_shift; in render_hline() local
|
| /external/e2fsprogs/e2fsck/ |
| D | journal.c | 422 const struct ext2fs_extent *ex1 = (const struct ext2fs_extent *)arg1; in ex_compar() local 434 const struct ext2fs_extent *ex1 = (const struct ext2fs_extent *)arg1; in ex_len_compar() local
|
| /external/rust/crates/grpcio-sys/grpc/third_party/xxhash/tests/collisions/ |
| D | main.c | 423 unsigned const ex1 = (bf[pos1] >> shift1) & 3; in Filter_insert() local 463 unsigned const ex1 = (bf[pos1] >> shift1) & 3; in Filter_check() local
|
| /external/mesa3d/src/mesa/swrast/ |
| D | s_aaline.c | 57 GLfloat ex1, ey1; member
|
| /external/freetype/src/smooth/ |
| D | ftgrays.c | 644 TCoord ex1, ex2, fx1, fx2, first, dy, delta, mod; in gray_render_scanline() local 877 TCoord ex1, ey1, ex2, ey2; in gray_render_line() local
|