Home
last modified time | relevance | path

Searched refs:got (Results 26 - 50 of 560) sorted by relevance

12345678910>>...23

/third_party/skia/third_party/externals/tint/src/transform/
H A Darray_length_from_uniform_test.cc36 auto got = Run<Unshadow, SimplifyPointers, ArrayLengthFromUniform>(src); in TEST_F() local
38 EXPECT_EQ(expect, str(got)); in TEST_F()
48 auto got = Run<ArrayLengthFromUniform>(src); in TEST_F() local
50 EXPECT_EQ(expect, str(got)); in TEST_F()
97 auto got = Run<Unshadow, SimplifyPointers, ArrayLengthFromUniform>(src, data); in TEST_F() local
99 EXPECT_EQ(expect, str(got)); in TEST_F()
101 got.data.Get<ArrayLengthFromUniform::Result>()->used_size_indices); in TEST_F()
150 auto got = Run<Unshadow, SimplifyPointers, ArrayLengthFromUniform>(src, data); in TEST_F() local
152 EXPECT_EQ(expect, str(got)); in TEST_F()
154 got in TEST_F()
271 auto got = Run<Unshadow, SimplifyPointers, ArrayLengthFromUniform>(src, data); TEST_F() local
386 auto got = Run<Unshadow, SimplifyPointers, ArrayLengthFromUniform>(src, data); TEST_F() local
415 auto got = Run<Unshadow, SimplifyPointers, ArrayLengthFromUniform>(src, data); TEST_F() local
486 auto got = Run<Unshadow, SimplifyPointers, ArrayLengthFromUniform>(src, data); TEST_F() local
[all...]
H A Dbinding_remapper_test.cc48 auto got = Run<BindingRemapper>(src, data); in TEST_F() local
50 EXPECT_EQ(expect, str(got)); in TEST_F()
92 auto got = Run<BindingRemapper>(src, data); in TEST_F() local
94 EXPECT_EQ(expect, str(got)); in TEST_F()
140 auto got = Run<BindingRemapper>(src, data); in TEST_F() local
142 EXPECT_EQ(expect, str(got)); in TEST_F()
202 auto got = Run<BindingRemapper>(src, data); in TEST_F() local
204 EXPECT_EQ(expect, str(got)); in TEST_F()
248 auto got = Run<BindingRemapper>(src, data); in TEST_F() local
250 EXPECT_EQ(expect, str(got)); in TEST_F()
302 auto got = Run<BindingRemapper>(src, data); TEST_F() local
366 auto got = Run<BindingRemapper>(src, data); TEST_F() local
388 auto got = Run<BindingRemapper>(src); TEST_F() local
[all...]
H A Dfirst_index_offset_test.cc35 auto got = Run<FirstIndexOffset>(src, std::move(config)); in TEST_F() local
37 EXPECT_EQ(expect, str(got)); in TEST_F()
39 auto* data = got.data.Get<FirstIndexOffset::Data>(); in TEST_F()
82 auto got = Run<FirstIndexOffset>(src, std::move(config)); in TEST_F() local
84 EXPECT_EQ(expect, str(got)); in TEST_F()
86 auto* data = got.data.Get<FirstIndexOffset::Data>(); in TEST_F()
129 auto got = Run<FirstIndexOffset>(src, std::move(config)); in TEST_F() local
131 EXPECT_EQ(expect, str(got)); in TEST_F()
133 auto* data = got.data.Get<FirstIndexOffset::Data>(); in TEST_F()
189 auto got in TEST_F() local
244 auto got = Run<FirstIndexOffset>(src, std::move(config)); TEST_F() local
316 auto got = Run<FirstIndexOffset>(src, std::move(config)); TEST_F() local
[all...]
H A Dvertex_pulling_test.cc34 auto got = Run<VertexPulling>(src, data); in TEST_F() local
36 EXPECT_EQ(expect, str(got)); in TEST_F()
54 auto got = Run<VertexPulling>(src, data); in TEST_F() local
56 EXPECT_EQ(expect, str(got)); in TEST_F()
72 auto got = Run<VertexPulling>(src, data); in TEST_F() local
74 EXPECT_EQ(expect, str(got)); in TEST_F()
96 auto got = Run<VertexPulling>(src, data); in TEST_F() local
98 EXPECT_EQ(expect, str(got)); in TEST_F()
126 auto got = Run<VertexPulling>(src, data); in TEST_F() local
128 EXPECT_EQ(expect, str(got)); in TEST_F()
165 auto got = Run<VertexPulling>(src, data); TEST_F() local
204 auto got = Run<VertexPulling>(src, data); TEST_F() local
244 auto got = Run<VertexPulling>(src, data); TEST_F() local
292 auto got = Run<VertexPulling>(src, data); TEST_F() local
351 auto got = Run<VertexPulling>(src, data); TEST_F() local
431 auto got = Run<VertexPulling>(src, data); TEST_F() local
508 auto got = Run<VertexPulling>(src, data); TEST_F() local
552 auto got = Run<VertexPulling>(src, data); TEST_F() local
607 auto got = Run<VertexPulling>(src, data); TEST_F() local
659 auto got = Run<VertexPulling>(src, std::move(data)); TEST_F() local
819 auto got = Run<VertexPulling>(src, data); TEST_F() local
980 auto got = Run<VertexPulling>(src, data); TEST_F() local
1140 auto got = Run<VertexPulling>(src, data); TEST_F() local
[all...]
H A Dremove_phonies_test.cc33 auto got = Run<RemovePhonies>(src); in TEST_F() local
35 EXPECT_EQ(expect, str(got)); in TEST_F()
64 auto got = Run<RemovePhonies>(src); in TEST_F() local
66 EXPECT_EQ(expect, str(got)); in TEST_F()
112 auto got = Run<RemovePhonies>(src); in TEST_F() local
114 EXPECT_EQ(expect, str(got)); in TEST_F()
169 auto got = Run<RemovePhonies>(src); in TEST_F() local
171 EXPECT_EQ(expect, str(got)); in TEST_F()
238 auto got = Run<RemovePhonies>(src); in TEST_F() local
240 EXPECT_EQ(expect, str(got)); in TEST_F()
[all...]
H A Dnum_workgroups_from_uniform_test.cc39 auto got = Run<Unshadow, CanonicalizeEntryPointIO, NumWorkgroupsFromUniform>( in TEST_F() local
42 EXPECT_EQ(expect, str(got)); in TEST_F()
53 auto got = Run<NumWorkgroupsFromUniform>(src); in TEST_F() local
55 EXPECT_EQ(expect, str(got)); in TEST_F()
92 auto got = Run<Unshadow, CanonicalizeEntryPointIO, NumWorkgroupsFromUniform>( in TEST_F() local
94 EXPECT_EQ(expect, str(got)); in TEST_F()
139 auto got = Run<Unshadow, CanonicalizeEntryPointIO, NumWorkgroupsFromUniform>( in TEST_F() local
141 EXPECT_EQ(expect, str(got)); in TEST_F()
197 auto got = Run<Unshadow, CanonicalizeEntryPointIO, NumWorkgroupsFromUniform>( in TEST_F() local
199 EXPECT_EQ(expect, str(got)); in TEST_F()
299 auto got = Run<Unshadow, CanonicalizeEntryPointIO, NumWorkgroupsFromUniform>( TEST_F() local
342 auto got = Run<Unshadow, CanonicalizeEntryPointIO, NumWorkgroupsFromUniform>( TEST_F() local
[all...]
H A Ddecompose_strided_matrix_test.cc38 auto got = Run<Unshadow, SimplifyPointers, DecomposeStridedMatrix>(src); in TEST_F() local
40 EXPECT_EQ(expect, str(got)); in TEST_F()
48 auto got = Run<DecomposeStridedMatrix>(src); in TEST_F() local
50 EXPECT_EQ(expect, str(got)); in TEST_F()
113 auto got = Run<Unshadow, SimplifyPointers, DecomposeStridedMatrix>( in TEST_F() local
116 EXPECT_EQ(expect, str(got)); in TEST_F()
175 auto got = Run<Unshadow, SimplifyPointers, DecomposeStridedMatrix>( in TEST_F() local
178 EXPECT_EQ(expect, str(got)); in TEST_F()
238 auto got = Run<Unshadow, SimplifyPointers, DecomposeStridedMatrix>( in TEST_F() local
241 EXPECT_EQ(expect, str(got)); in TEST_F()
304 auto got = Run<Unshadow, SimplifyPointers, DecomposeStridedMatrix>( TEST_F() local
366 auto got = Run<Unshadow, SimplifyPointers, DecomposeStridedMatrix>( TEST_F() local
433 auto got = Run<Unshadow, SimplifyPointers, DecomposeStridedMatrix>( TEST_F() local
495 auto got = Run<Unshadow, SimplifyPointers, DecomposeStridedMatrix>( TEST_F() local
584 auto got = Run<Unshadow, SimplifyPointers, DecomposeStridedMatrix>( TEST_F() local
641 auto got = Run<Unshadow, SimplifyPointers, DecomposeStridedMatrix>( TEST_F() local
699 auto got = Run<Unshadow, SimplifyPointers, DecomposeStridedMatrix>( TEST_F() local
[all...]
/kernel/linux/linux-6.6/arch/x86/lib/
H A Dinsn.c117 * to point to the (first) opcode. No effect if @insn->prefixes.got
131 if (prefixes->got) in insn_get_prefixes()
190 insn->rex_prefix.got = 1; in insn_get_prefixes()
238 insn->vex_prefix.got = 1; in insn_get_prefixes()
240 prefixes->got = 1; in insn_get_prefixes()
255 * Sets @insn->opcode.value = opcode1. No effect if @insn->opcode.got
268 if (opcode->got) in insn_get_opcode()
271 if (!insn->prefixes.got) { in insn_get_opcode()
314 opcode->got = 1; in insn_get_opcode()
327 * (prefixes and opcode(s)). No effect if @insn->modrm.got i
[all...]
/kernel/linux/linux-6.6/tools/arch/x86/lib/
H A Dinsn.c117 * to point to the (first) opcode. No effect if @insn->prefixes.got
131 if (prefixes->got) in insn_get_prefixes()
190 insn->rex_prefix.got = 1; in insn_get_prefixes()
238 insn->vex_prefix.got = 1; in insn_get_prefixes()
240 prefixes->got = 1; in insn_get_prefixes()
255 * Sets @insn->opcode.value = opcode1. No effect if @insn->opcode.got
268 if (opcode->got) in insn_get_opcode()
271 if (!insn->prefixes.got) { in insn_get_opcode()
314 opcode->got = 1; in insn_get_opcode()
327 * (prefixes and opcode(s)). No effect if @insn->modrm.got i
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglApiCase.cpp107 void ApiCase::expectBoolean (EGLBoolean expected, EGLBoolean got) in expectBoolean() argument
109 if (expected != got) in expectBoolean()
111 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getBooleanStr(expected) << ", Got: " << eglu::getBooleanStr(got) << TestLog::EndMessage; in expectBoolean()
117 void ApiCase::expectNoContext (EGLContext got) in expectNoContext() argument
119 if (got != EGL_NO_CONTEXT) in expectNoContext()
124 eglDestroyContext(getDisplay(), got); in expectNoContext() local
128 void ApiCase::expectNoSurface (EGLSurface got) in expectNoSurface() argument
130 if (got != EGL_NO_SURFACE) in expectNoSurface()
135 eglDestroySurface(getDisplay(), got); in expectNoSurface() local
139 void ApiCase::expectNoDisplay (EGLDisplay got) in expectNoDisplay() argument
149 expectNull(const void* got) expectNull() argument
[all...]
H A DteglApiCase.hpp55 void expectBoolean (eglw::EGLBoolean expected, eglw::EGLBoolean got);
57 void expectNoContext (eglw::EGLContext got);
58 void expectNoSurface (eglw::EGLSurface got);
59 void expectNoDisplay (eglw::EGLDisplay got);
60 void expectNull (const void* got);
62 inline void expectTrue (eglw::EGLBoolean got) { expectBoolean(EGL_TRUE, got); } in expectTrue() argument
63 inline void expectFalse (eglw::EGLBoolean got) { expectBoolean(EGL_FALSE, got); } in expectFalse() argument
/kernel/linux/linux-5.10/arch/x86/lib/
H A Dinsn.c101 * to point to the (first) opcode. No effect if @insn->prefixes.got
115 if (prefixes->got) in insn_get_prefixes()
175 insn->rex_prefix.got = 1; in insn_get_prefixes()
223 insn->vex_prefix.got = 1; in insn_get_prefixes()
225 prefixes->got = 1; in insn_get_prefixes()
240 * Sets @insn->opcode.value = opcode1. No effect if @insn->opcode.got
253 if (opcode->got) in insn_get_opcode()
256 if (!insn->prefixes.got) { in insn_get_opcode()
299 opcode->got = 1; in insn_get_opcode()
312 * (prefixes and opcode(s)). No effect if @insn->modrm.got i
[all...]
/kernel/linux/linux-5.10/tools/arch/x86/lib/
H A Dinsn.c101 * to point to the (first) opcode. No effect if @insn->prefixes.got
115 if (prefixes->got) in insn_get_prefixes()
175 insn->rex_prefix.got = 1; in insn_get_prefixes()
223 insn->vex_prefix.got = 1; in insn_get_prefixes()
225 prefixes->got = 1; in insn_get_prefixes()
240 * Sets @insn->opcode.value = opcode1. No effect if @insn->opcode.got
253 if (opcode->got) in insn_get_opcode()
256 if (!insn->prefixes.got) { in insn_get_opcode()
299 opcode->got = 1; in insn_get_opcode()
312 * (prefixes and opcode(s)). No effect if @insn->modrm.got i
[all...]
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dmodule-sections.c15 struct mod_section *got_sec = &mod->arch.got; in module_emit_got_entry()
17 struct got_entry *got = get_got_entry(val, got_sec); in module_emit_got_entry() local
19 if (got) in module_emit_got_entry()
20 return (unsigned long)got; in module_emit_got_entry()
23 got = (struct got_entry *)got_sec->shdr->sh_addr; in module_emit_got_entry()
24 got[i] = emit_got_entry(val); in module_emit_got_entry()
29 return (unsigned long)&got[i]; in module_emit_got_entry()
98 * Find the empty .got and .plt sections. in module_frob_arch_sections()
103 else if (!strcmp(secstrings + sechdrs[i].sh_name, ".got")) in module_frob_arch_sections()
104 mod->arch.got in module_frob_arch_sections()
[all...]
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dmodule-sections.c15 struct mod_section *got_sec = &mod->arch.got; in module_emit_got_entry()
17 struct got_entry *got = get_got_entry(val, got_sec); in module_emit_got_entry() local
19 if (got) in module_emit_got_entry()
20 return (unsigned long)got; in module_emit_got_entry()
23 got = (struct got_entry *)got_sec->shdr->sh_addr; in module_emit_got_entry()
24 got[i] = emit_got_entry(val); in module_emit_got_entry()
29 return (unsigned long)&got[i]; in module_emit_got_entry()
98 * Find the empty .got and .plt sections. in module_frob_arch_sections()
103 else if (!strcmp(secstrings + sechdrs[i].sh_name, ".got")) in module_frob_arch_sections()
104 mod->arch.got in module_frob_arch_sections()
[all...]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_bmap.c1277 struct xfs_bmbt_irec got; in xfs_bmap_first_unused() local
1297 for_each_xfs_iext(ifp, &icur, &got) { in xfs_bmap_first_unused()
1301 if (got.br_startoff >= lowest + len && in xfs_bmap_first_unused()
1302 got.br_startoff - max >= len) in xfs_bmap_first_unused()
1304 lastaddr = got.br_startoff + got.br_blockcount; in xfs_bmap_first_unused()
1326 struct xfs_bmbt_irec got; in xfs_bmap_last_before() local
1348 if (!xfs_iext_lookup_extent_before(ip, ifp, last_block, &icur, &got)) in xfs_bmap_last_before()
1496 struct xfs_bmbt_irec *new = &bma->got; in xfs_bmap_add_extent_delay_real()
3225 if (!isnullstartblock(ap->got in xfs_bmap_adjacent()
3765 xfs_bmapi_trim_map( struct xfs_bmbt_irec *mval, struct xfs_bmbt_irec *got, xfs_fileoff_t *bno, xfs_filblks_t len, xfs_fileoff_t obno, xfs_fileoff_t end, int n, int flags) xfs_bmapi_trim_map() argument
3876 struct xfs_bmbt_irec got; xfs_bmapi_read() local
3959 xfs_bmapi_reserve_delalloc( struct xfs_inode *ip, int whichfork, xfs_fileoff_t off, xfs_filblks_t len, xfs_filblks_t prealloc, struct xfs_bmbt_irec *got, struct xfs_iext_cursor *icur, int eof) xfs_bmapi_reserve_delalloc() argument
4632 struct xfs_bmbt_irec got; xfs_bmapi_remap() local
4788 xfs_bmap_del_extent_delay( struct xfs_inode *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *del) xfs_bmap_del_extent_delay() argument
4917 xfs_bmap_del_extent_cow( struct xfs_inode *ip, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *del) xfs_bmap_del_extent_cow() argument
5007 struct xfs_bmbt_irec got; /* current extent entry */ xfs_bmap_del_extent_real() local
5268 struct xfs_bmbt_irec got; /* current extent record */ __xfs_bunmapi() local
5615 xfs_bmse_can_merge( struct xfs_bmbt_irec *left, struct xfs_bmbt_irec *got, xfs_fileoff_t shift) xfs_bmse_can_merge() argument
5647 xfs_bmse_merge( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, xfs_fileoff_t shift, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *left, struct xfs_btree_cur *cur, int *logflags) xfs_bmse_merge() argument
5728 xfs_bmap_shift_update_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_btree_cur *cur, int *logflags, xfs_fileoff_t startoff) xfs_bmap_shift_update_extent() argument
5781 struct xfs_bmbt_irec got, prev; xfs_bmap_collapse_extents() local
5866 struct xfs_bmbt_irec got; xfs_bmap_can_insert_extents() local
5898 struct xfs_bmbt_irec got, next; xfs_bmap_insert_extents() local
6000 struct xfs_bmbt_irec got; xfs_bmap_split_extent() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_bmap.c1235 struct xfs_bmbt_irec got; in xfs_bmap_first_unused() local
1253 for_each_xfs_iext(ifp, &icur, &got) { in xfs_bmap_first_unused()
1257 if (got.br_startoff >= lowest + len && in xfs_bmap_first_unused()
1258 got.br_startoff - max >= len) in xfs_bmap_first_unused()
1260 lastaddr = got.br_startoff + got.br_blockcount; in xfs_bmap_first_unused()
1282 struct xfs_bmbt_irec got; in xfs_bmap_last_before() local
1302 if (!xfs_iext_lookup_extent_before(ip, ifp, last_block, &icur, &got)) in xfs_bmap_last_before()
1416 struct xfs_bmbt_irec *new = &bma->got; in xfs_bmap_add_extent_delay_real()
3133 if (!isnullstartblock(ap->got in xfs_bmap_adjacent()
3765 xfs_bmapi_trim_map( struct xfs_bmbt_irec *mval, struct xfs_bmbt_irec *got, xfs_fileoff_t *bno, xfs_filblks_t len, xfs_fileoff_t obno, xfs_fileoff_t end, int n, uint32_t flags) xfs_bmapi_trim_map() argument
3876 struct xfs_bmbt_irec got; xfs_bmapi_read() local
3957 xfs_bmapi_reserve_delalloc( struct xfs_inode *ip, int whichfork, xfs_fileoff_t off, xfs_filblks_t len, xfs_filblks_t prealloc, struct xfs_bmbt_irec *got, struct xfs_iext_cursor *icur, int eof) xfs_bmapi_reserve_delalloc() argument
4646 struct xfs_bmbt_irec got; xfs_bmapi_remap() local
4800 xfs_bmap_del_extent_delay( struct xfs_inode *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *del) xfs_bmap_del_extent_delay() argument
4928 xfs_bmap_del_extent_cow( struct xfs_inode *ip, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *del) xfs_bmap_del_extent_cow() argument
5018 struct xfs_bmbt_irec got; /* current extent entry */ xfs_bmap_del_extent_real() local
5270 struct xfs_bmbt_irec got; /* current extent record */ __xfs_bunmapi() local
5587 xfs_bmse_can_merge( struct xfs_bmbt_irec *left, struct xfs_bmbt_irec *got, xfs_fileoff_t shift) xfs_bmse_can_merge() argument
5619 xfs_bmse_merge( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, xfs_fileoff_t shift, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *left, struct xfs_btree_cur *cur, int *logflags) xfs_bmse_merge() argument
5700 xfs_bmap_shift_update_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_btree_cur *cur, int *logflags, xfs_fileoff_t startoff) xfs_bmap_shift_update_extent() argument
5753 struct xfs_bmbt_irec got, prev; xfs_bmap_collapse_extents() local
5836 struct xfs_bmbt_irec got; xfs_bmap_can_insert_extents() local
5868 struct xfs_bmbt_irec got, next; xfs_bmap_insert_extents() local
5968 struct xfs_bmbt_irec got; xfs_bmap_split_extent() local
[all...]
/third_party/rust/crates/regex/tests/
H A Dmacros.rs29 let got: Vec<Option<_>> = match r.captures(text) {
42 let mut sgot = &got[..];
48 expected '{:?}' but got '{:?}'",
62 let got: Vec<_> =
64 if expected != got {
66 expected '{:?}' but got '{:?}'",
67 $re, text, expected, got);
74 if captures_got != got {
76 got '{:?}' using find_iter but got '{
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtest_strncmp.c30 int got; in strncmp_full_str_cmp() local
37 got = trigger_strncmp(skel); in strncmp_full_str_cmp()
38 ASSERT_EQ(got, exp, name); in strncmp_full_str_cmp()
47 int err, got; in test_strncmp_ret() local
67 got = trigger_strncmp(skel); in test_strncmp_ret()
68 ASSERT_EQ(got, -1, "strncmp: empty str"); in test_strncmp_ret()
72 got = trigger_strncmp(skel); in test_strncmp_ret()
73 ASSERT_EQ(got, 0, "strncmp: same str"); in test_strncmp_ret()
78 got = trigger_strncmp(skel); in test_strncmp_ret()
79 ASSERT_EQ(got, in test_strncmp_ret()
[all...]
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dstructdata.c111 sprintf(buffer, "wrong number of entries: got %d, expected %d", in StructData_CheckItems()
117 const StructDataEntry *got = &storage->entries[i]; in StructData_CheckItems() local
120 assert(got != NULL); in StructData_CheckItems()
123 if (xcstrcmp(got->str, want->str) != 0) { in StructData_CheckItems()
125 fail("structure got bad string"); in StructData_CheckItems()
127 if (got->data0 != want->data0 || got->data1 != want->data1 in StructData_CheckItems()
128 || got->data2 != want->data2) { in StructData_CheckItems()
131 "' expected (%d,%d,%d), got (%d,%d,%d)", in StructData_CheckItems()
132 got in StructData_CheckItems()
[all...]
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dvmlinux.lds.S83 .got.plt (INFO) : {
84 *(.got.plt)
86 ASSERT(SIZEOF(.got.plt) == 0 ||
88 SIZEOF(.got.plt) == 0x18,
90 SIZEOF(.got.plt) == 0xc,
98 .got : {
99 *(.got)
101 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!")
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dvmlinux.lds.S86 .got.plt (INFO) : {
87 *(.got.plt)
89 ASSERT(SIZEOF(.got.plt) == 0 ||
91 SIZEOF(.got.plt) == 0x18,
93 SIZEOF(.got.plt) == 0xc,
101 .got : {
102 *(.got)
104 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!")
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_user_pages.c98 size_t got; in qib_get_user_pages() local
110 for (got = 0; got < num_pages; got += ret) { in qib_get_user_pages()
111 ret = pin_user_pages(start_page + got * PAGE_SIZE, in qib_get_user_pages()
112 num_pages - got, in qib_get_user_pages()
114 p + got, NULL); in qib_get_user_pages()
124 __qib_release_user_pages(p, got, 0); in qib_get_user_pages()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_user_pages.c98 size_t got; in qib_get_user_pages() local
110 for (got = 0; got < num_pages; got += ret) { in qib_get_user_pages()
111 ret = pin_user_pages(start_page + got * PAGE_SIZE, in qib_get_user_pages()
112 num_pages - got, in qib_get_user_pages()
114 p + got); in qib_get_user_pages()
124 __qib_release_user_pages(p, got, 0); in qib_get_user_pages()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/
H A Dslowstrconv_test.go224 got, err := ParseFloatFromBytes([]byte(tc))
234 if got.F32 != wantF32 {
235 tt.Fatalf("tc=%q: F32: got 0x%08X, want 0x%08X", tc, got.F32, wantF32)
243 if got.F64 != wantF64 {
244 tt.Fatalf("tc=%q: F64: got 0x%08X, want 0x%08X", tc, got.F64, wantF64)
260 got, err := ParseFloatFromBytes([]byte(
272 if got != want {
273 tt.Fatalf("\ngot %X\nwant %X", got, wan
[all...]

Completed in 20 milliseconds

12345678910>>...23