/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl_module_var_test.cc | 1786 const auto got = test::ToString(program, fe.ast_body()); in TEST_F() local 1788 EXPECT_THAT(got, HasSubstr("return (myconst + myconst);")) << got; in TEST_F() 3599 const auto got = test::ToString(p->program()); in TEST_F() local 3601 EXPECT_THAT(got, HasSubstr(expected)) << got; in TEST_F() 3613 const auto got = test::ToString(p->program()); in TEST_F() local 3615 EXPECT_THAT(got, HasSubstr(expected)) << got; in TEST_F() 3628 const auto got in TEST_F() local 3649 const auto got = test::ToString(p->program()); TEST_F() local 3671 const auto got = test::ToString(p->program()); TEST_F() local 3689 const auto got = test::ToString(p->program()); TEST_F() local 3706 const auto got = test::ToString(p->program()); TEST_F() local 3737 const auto got = test::ToString(p->program()); TEST_F() local 3795 const auto got = test::ToString(p->program()); TEST_F() local 3845 const auto got = test::ToString(p->program()); TEST_F() local 3894 const auto got = test::ToString(p->program()); TEST_F() local 3933 const auto got = test::ToString(p->program()); TEST_F() local 3973 const auto got = test::ToString(p->program()); TEST_F() local 4019 const auto got = test::ToString(p->program()); TEST_F() local 4064 const auto got = test::ToString(p->program()); TEST_F() local 4098 const auto got = test::ToString(p->program()); TEST_F() local 4166 const auto got = test::ToString(p->program()); TEST_F() local 4222 const auto got = test::ToString(p->program()); TEST_F() local 4280 const auto got = test::ToString(p->program()); TEST_F() local 4342 const auto got = test::ToString(p->program()); TEST_F() local 4406 const auto got = test::ToString(p->program()); TEST_F() local 4467 const auto got = test::ToString(p->program()); TEST_F() local 4528 const auto got = test::ToString(p->program()); TEST_F() local 4592 const auto got = test::ToString(p->program()); TEST_F() local 4665 const auto got = test::ToString(p->program()); TEST_F() local 4746 const auto got = test::ToString(p->program()); TEST_F() local 4831 const auto got = test::ToString(p->program()); TEST_F() local 4905 const auto got = test::ToString(p->program()); TEST_F() local 4978 const auto got = test::ToString(p->program()); TEST_F() local 5047 const auto got = test::ToString(p->program()); TEST_F() local 5124 const auto got = test::ToString(p->program()); TEST_F() local 5204 const auto got = test::ToString(p->program()); TEST_F() local [all...] |
H A D | function_composite_test.cc | 183 const auto got = test::ToString(p->program(), ast_body); in TEST_F() local 189 EXPECT_EQ(got, expected) << got; in TEST_F() 387 auto got = fe.ast_body(); in TEST_F() local 389 EXPECT_THAT(test::ToString(program, got), in TEST_F() 391 << test::ToString(program, got); in TEST_F() 392 EXPECT_THAT(test::ToString(program, got), in TEST_F() 394 << test::ToString(program, got); in TEST_F() 456 auto got = test::ToString(p->program(), ast_body); in TEST_F() local 463 EXPECT_EQ(got, expecte in TEST_F() 662 const auto got = test::ToString(p->program(), ast_body); TEST_F() local 895 const auto got = test::ToString(p->program(), ast_body); TEST_F() local 915 const auto got = test::ToString(p->program(), ast_body); TEST_F() local 938 const auto got = test::ToString(p->program(), ast_body); TEST_F() local 980 const auto got = test::ToString(p->program()); TEST_F() local [all...] |
H A D | function_decl_test.cc | 76 auto got = test::ToString(p->program()); in TEST_F() local 81 EXPECT_EQ(got, expect); in TEST_F() 96 auto got = test::ToString(p->program()); in TEST_F() local 101 EXPECT_THAT(got, HasSubstr(expect)); in TEST_F() 121 auto got = test::ToString(p->program()); in TEST_F() local 126 EXPECT_THAT(got, HasSubstr(expect)); in TEST_F() 145 auto got = test::ToString(p->program()); in TEST_F() local 150 EXPECT_THAT(got, HasSubstr(expect)); in TEST_F()
|
H A D | function_cfg_test.cc | 7905 auto got = test::ToString(p->program(), ast_body); in TEST_F() local 7926 ASSERT_EQ(expect, got); in TEST_F() 7962 auto got = test::ToString(p->program(), ast_body); in TEST_F() local 7983 ASSERT_EQ(expect, got); in TEST_F() 8034 auto got = test::ToString(p->program(), ast_body); in TEST_F() local 8071 ASSERT_EQ(expect, got); in TEST_F() 8127 auto got = test::ToString(p->program(), ast_body); in TEST_F() local 8132 ASSERT_EQ(expect, got); in TEST_F() 8159 auto got = test::ToString(p->program(), ast_body); in TEST_F() local 8167 ASSERT_EQ(expect, got); in TEST_F() 8194 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8234 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8282 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8327 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8370 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8431 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8477 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8516 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8554 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8589 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8632 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8684 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8742 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8790 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8832 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8885 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8934 auto got = test::ToString(p->program(), ast_body); TEST_F() local 8990 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9036 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9081 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9128 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9178 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9229 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9267 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9304 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9347 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9393 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9445 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9499 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9554 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9607 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9642 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9669 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9705 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9736 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9772 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9817 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9840 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9867 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9903 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9926 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9953 auto got = test::ToString(p->program(), ast_body); TEST_F() local 9989 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10020 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10051 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10085 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10120 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10169 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10218 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10303 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10342 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10386 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10436 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10493 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10541 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10574 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10613 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10650 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10749 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10784 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10822 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10864 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10908 auto got = test::ToString(p->program(), ast_body); TEST_F() local 10953 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11003 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11065 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11134 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11190 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11238 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11286 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11338 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11388 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11436 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11496 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11564 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11674 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11731 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11779 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11826 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11885 auto got = test::ToString(p->program(), ast_body); TEST_F() local 11949 auto got = test::ToString(p->program(), ast_body); TEST_F() local 12006 auto got = test::ToString(p->program(), ast_body); TEST_F() local 12072 auto got = test::ToString(p->program(), ast_body); TEST_F() local 12137 auto got = test::ToString(p->program(), ast_body); TEST_F() local 12205 auto got = test::ToString(p->program(), ast_body); TEST_F() local 12282 auto got = test::ToString(p->program(), ast_body); TEST_F() local 12349 auto got = test::ToString(p->program(), ast_body); TEST_F() local 12406 auto got = test::ToString(p->program(), ast_body); TEST_F() local 12449 auto got = test::ToString(p->program(), ast_body); TEST_F() local 12525 auto got = test::ToString(p->program(), ast_body); TEST_F() local 12602 auto got = test::ToString(p->program(), ast_body); TEST_F() local 12878 auto got = test::ToString(p->program(), ast_body); TEST_F() local 12924 auto got = test::ToString(p->program(), ast_body); TEST_F() local 12964 auto got = test::ToString(p->program(), ast_body); TEST_F() local 13014 auto got = test::ToString(p->program(), ast_body); TEST_F() local 13061 auto got = test::ToString(p->program(), ast_body); TEST_F() local 13102 auto got = test::ToString(p->program(), ast_body); TEST_F() local 13154 auto got = test::ToString(p->program(), ast_body); TEST_F() local [all...] |
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | add_empty_entry_point_test.cc | 36 auto got = Run<AddEmptyEntryPoint>(src); in TEST_F() local 38 EXPECT_EQ(expect, str(got)); in TEST_F() 50 auto got = Run<AddEmptyEntryPoint>(src); in TEST_F() local 52 EXPECT_EQ(expect, str(got)); in TEST_F() 66 auto got = Run<AddEmptyEntryPoint>(src); in TEST_F() local 68 EXPECT_EQ(expect, str(got)); in TEST_F()
|
H A D | external_texture_transform_test.cc | 48 auto got = Run<ExternalTextureTransform>(src); in TEST_F() local 50 EXPECT_EQ(expect, str(got)); in TEST_F() 72 auto got = Run<ExternalTextureTransform>(src); in TEST_F() local 74 EXPECT_EQ(expect, str(got)); in TEST_F() 100 auto got = Run<ExternalTextureTransform>(src); in TEST_F() local 102 EXPECT_EQ(expect, str(got)); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl_sanitizer_test.cc | 50 auto got = gen.result(); in TEST_F() local 61 EXPECT_EQ(expect, got); in TEST_F() 90 auto got = gen.result(); in TEST_F() local 102 EXPECT_EQ(expect, got); in TEST_F() 132 auto got = gen.result(); in TEST_F() local 144 EXPECT_EQ(expect, got); in TEST_F() 180 auto got = gen.result(); in TEST_F() local 196 EXPECT_EQ(expect, got); in TEST_F() 216 auto got = gen.result(); in TEST_F() local 223 EXPECT_EQ(expect, got); in TEST_F() 249 auto got = gen.result(); TEST_F() local 288 auto got = gen.result(); TEST_F() local 333 auto got = gen.result(); TEST_F() local [all...] |
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | module-sections.c | 14 struct mod_section *got_sec = &mod->arch.got; in module_emit_got_entry() 16 struct got_entry *got = get_got_entry(val, sechdrs, got_sec); in module_emit_got_entry() local 18 if (got) in module_emit_got_entry() 19 return (Elf_Addr)got; in module_emit_got_entry() 22 got = (struct got_entry *)sechdrs[got_sec->shndx].sh_addr; in module_emit_got_entry() 23 got[i] = emit_got_entry(val); in module_emit_got_entry() 35 return (Elf_Addr)&got[i]; in module_emit_got_entry() 114 if (!strcmp(secstrings + sechdrs[i].sh_name, ".got")) in module_frob_arch_sections() 115 mod->arch.got.shndx = i; in module_frob_arch_sections() 124 if (!mod->arch.got in module_frob_arch_sections() [all...] |
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | module-sections.c | 14 struct mod_section *got_sec = &mod->arch.got; in module_emit_got_entry() 16 struct got_entry *got = get_got_entry(val, sechdrs, got_sec); in module_emit_got_entry() local 18 if (got) in module_emit_got_entry() 19 return (Elf_Addr)got; in module_emit_got_entry() 22 got = (struct got_entry *)sechdrs[got_sec->shndx].sh_addr; in module_emit_got_entry() 23 got[i] = emit_got_entry(val); in module_emit_got_entry() 35 return (Elf_Addr)&got[i]; in module_emit_got_entry() 114 if (!strcmp(secstrings + sechdrs[i].sh_name, ".got")) in module_frob_arch_sections() 115 mod->arch.got.shndx = i; in module_frob_arch_sections() 124 if (!mod->arch.got in module_frob_arch_sections() [all...] |
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/lexer/ |
H A D | lexer_test.go | 111 got, err := lexer.Lex([]rune(test.src), filepath) 116 case len(got) != 1: 117 t.Errorf("%v returned %d tokens: %v", name, len(got), got) 118 case got[0].Kind != test.expect.Kind: 119 t.Errorf(`%v returned unexpected token kind: got "%+v", expected "%+v"`, name, got[0], test.expect) 120 case string(got[0].Runes) != string(test.expect.Runes): 121 t.Errorf(`%v returned unexpected token runes: got "%+v", expected "%+v"`, name, string(got[ [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_reflink.c | 248 struct xfs_bmbt_irec got; in xfs_reflink_convert_cow_locked() local 253 if (!xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb, &icur, &got)) in xfs_reflink_convert_cow_locked() 257 if (got.br_startoff >= offset_fsb + count_fsb) in xfs_reflink_convert_cow_locked() 259 if (got.br_state == XFS_EXT_NORM) in xfs_reflink_convert_cow_locked() 261 if (WARN_ON_ONCE(isnullstartblock(got.br_startblock))) in xfs_reflink_convert_cow_locked() 264 xfs_trim_extent(&got, offset_fsb, count_fsb); in xfs_reflink_convert_cow_locked() 265 if (!got.br_blockcount) in xfs_reflink_convert_cow_locked() 268 got.br_state = XFS_EXT_NORM; in xfs_reflink_convert_cow_locked() 270 XFS_COW_FORK, &icur, &dummy_cur, &got, in xfs_reflink_convert_cow_locked() 274 } while (xfs_iext_next_extent(ip->i_cowfp, &icur, &got)); in xfs_reflink_convert_cow_locked() 465 struct xfs_bmbt_irec got, del; xfs_reflink_cancel_cow_blocks() local 602 struct xfs_bmbt_irec got, del; xfs_reflink_end_cow_extent() local 1361 struct xfs_bmbt_irec got; xfs_reflink_inode_has_shared_extents() local [all...] |
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_sanitizer_test.cc | 50 auto got = gen.result(); in TEST_F() local 72 EXPECT_EQ(expect, got); in TEST_F() 101 auto got = gen.result(); in TEST_F() local 125 EXPECT_EQ(expect, got); in TEST_F() 155 auto got = gen.result(); in TEST_F() local 178 EXPECT_EQ(expect, got); in TEST_F() 198 auto got = gen.result(); in TEST_F() local 213 EXPECT_EQ(expect, got); in TEST_F() 239 auto got = gen.result(); in TEST_F() local 260 EXPECT_EQ(expect, got); in TEST_F() 286 auto got = gen.result(); TEST_F() local 339 auto got = gen.result(); TEST_F() local [all...] |
/third_party/musl/libc-test/src/common/ |
H A D | mtest.h | 98 float ulperr(double got, double want, float dwant); 99 float ulperrf(float got, float want, float dwant); 100 float ulperrl(long double got, long double want, float dwant); 102 static int checkexcept(int got, int want, int r) in checkexcept() argument 106 return got == want; in checkexcept() 108 return got == want || got == (want|INEXACT); in checkexcept() 110 return (got|INEXACT) == (want|INEXACT); in checkexcept() 112 return (got|INEXACT|UNDERFLOW) == (want|INEXACT|UNDERFLOW); in checkexcept() 115 static int checkexceptall(int got, in argument [all...] |
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | module.c | 59 bits above 256 to store the got offset for this reloc. */ in process_reloc_for_got() 69 Elf64_Shdr *esechdrs, *symtab, *s, *got; in module_frob_arch_sections() local 73 symtab = got = NULL; in module_frob_arch_sections() 81 else if (!strcmp(".got", secstrings + s->sh_name)) { in module_frob_arch_sections() 82 got = s; in module_frob_arch_sections() 90 if (!got) { in module_frob_arch_sections() 91 printk(KERN_ERR "module %s: no got section\n", me->name); in module_frob_arch_sections() 104 got->sh_size = 0; in module_frob_arch_sections() 105 got->sh_addralign = 8; in module_frob_arch_sections() 106 got in module_frob_arch_sections() 141 unsigned long got, gp; apply_relocate_add() local [all...] |
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | module.c | 59 bits above 256 to store the got offset for this reloc. */ in process_reloc_for_got() 69 Elf64_Shdr *esechdrs, *symtab, *s, *got; in module_frob_arch_sections() local 73 symtab = got = NULL; in module_frob_arch_sections() 81 else if (!strcmp(".got", secstrings + s->sh_name)) { in module_frob_arch_sections() 82 got = s; in module_frob_arch_sections() 90 if (!got) { in module_frob_arch_sections() 91 printk(KERN_ERR "module %s: no got section\n", me->name); in module_frob_arch_sections() 104 got->sh_size = 0; in module_frob_arch_sections() 105 got->sh_addralign = 8; in module_frob_arch_sections() 106 got in module_frob_arch_sections() 141 unsigned long got, gp; apply_relocate_add() local [all...] |
/third_party/node/test/parallel/ |
H A D | test-zlib-const.js | 10 `got ${zlib.constants.Z_OK}`, 16 `Expected to get 0, got ${zlib.constants.Z_OK}`, 20 `Expected Z_OK to be 0; got ${zlib.codes.Z_OK}`); 25 `Expected to get 0, got ${zlib.codes.Z_OK}`, 31 `Expected to get 0, got ${zlib.codes.Z_OK}`,
|
/third_party/optimized-routines/math/test/ |
H A D | ulp.h | 38 gets rounded to got, i.e. error before rounding, for a correctly 40 static double RT(ulperr) (RT(float) got, const struct RT(ret) * p, int r) 46 if (RT(asuint) (got) == RT(asuint) (want)) 48 if (signbit (got) != signbit (want)) 50 //return isnan(got) && isnan(want) ? 0 : INFINITY; 52 if (!isfinite (want) || !isfinite (got)) 54 if (isnan (got) != isnan (want)) 58 if (isinf (got)) 60 got = RT(copysign) (RT(halfinf), got); [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_reflink.c | 251 struct xfs_bmbt_irec got; in xfs_reflink_convert_cow_locked() local 256 if (!xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb, &icur, &got)) in xfs_reflink_convert_cow_locked() 260 if (got.br_startoff >= offset_fsb + count_fsb) in xfs_reflink_convert_cow_locked() 262 if (got.br_state == XFS_EXT_NORM) in xfs_reflink_convert_cow_locked() 264 if (WARN_ON_ONCE(isnullstartblock(got.br_startblock))) in xfs_reflink_convert_cow_locked() 267 xfs_trim_extent(&got, offset_fsb, count_fsb); in xfs_reflink_convert_cow_locked() 268 if (!got.br_blockcount) in xfs_reflink_convert_cow_locked() 271 got.br_state = XFS_EXT_NORM; in xfs_reflink_convert_cow_locked() 273 XFS_COW_FORK, &icur, &dummy_cur, &got, in xfs_reflink_convert_cow_locked() 277 } while (xfs_iext_next_extent(ip->i_cowfp, &icur, &got)); in xfs_reflink_convert_cow_locked() 585 struct xfs_bmbt_irec got, del; xfs_reflink_cancel_cow_blocks() local 725 struct xfs_bmbt_irec got, del, data; xfs_reflink_end_cow_extent() local 1561 struct xfs_bmbt_irec got; xfs_reflink_inode_has_shared_extents() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | dir.c | 251 /* Make sure we got a real directory entry. */ in xchk_dir_rec() 649 struct xfs_bmbt_irec got; in xchk_directory_blocks() local 680 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks() 684 (got.br_startoff > 0 || in xchk_directory_blocks() 685 got.br_blockcount != args.geo->fsbcount)) { in xchk_directory_blocks() 687 got.br_startoff); in xchk_directory_blocks() 692 if (got.br_startoff >= leaf_lblk) in xchk_directory_blocks() 706 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks() 708 lblk < got.br_startoff + got in xchk_directory_blocks() [all...] |
/test/testfwk/arkxtest/jsunit/src/module/assert/ |
H A D | assertPromiseIsResolvedWith.js | 33 function (got) { 34 if (JSON.stringify(got) == JSON.stringify(expectedValue[0])) { 37 message: 'actualValue was resolved with ' + JSON.stringify(got) + '.' 43 JSON.stringify(got) + '.'
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | vmlinux.lds.S | 30 * of the text/got segments. 69 .got.plt : { *(.got.plt) } 72 .got : { *(.got) } 84 *(.got)
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | vmlinux.lds.S | 31 * of the text/got segments. 71 .got.plt : { *(.got.plt) } 74 .got : { *(.got) } 86 *(.got)
|
/third_party/toybox/lib/ |
H A D | commas.c | 66 int optlen = strlen(opt), len, no, got = 0; in comma_scan() local 74 got = !no; in comma_scan() 82 return got; in comma_scan() 105 int optlen = strlen(opt), len, got = 0; in comma_remove() local 112 got = 1; in comma_remove() 118 return got; in comma_remove()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | insn.h | 19 unsigned char got; member 132 if (!insn->prefixes.got) in insn_is_avx() 139 if (!insn->prefixes.got) in insn_is_evex() 152 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete() 153 insn->displacement.got && insn->immediate.got; in insn_complete()
|
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/ |
H A D | insn.h | 19 unsigned char got; member 132 if (!insn->prefixes.got) in insn_is_avx() 139 if (!insn->prefixes.got) in insn_is_evex() 152 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete() 153 insn->displacement.got && insn->immediate.got; in insn_complete()
|