Home
last modified time | relevance | path

Searched refs:tab1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/tools/
H A Dinsn_decoder_test.c122 char copy[BUFSIZE], *s, *tab1, *tab2; in main() local
135 tab1 = strchr(copy, '\t'); in main()
136 if (!tab1) in main()
138 s = tab1 + 1; in main()
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_multiple_interfaces.robot34 ${browser_ID}= Open Browser ${bmc_url} alias=tab1
38 Switch Browser tab1
/openbmc/u-boot/lib/
H A Dbch.c239 const uint32_t * const tab1 = tab0 + 256*(l+1); in encode_bch() local
240 const uint32_t * const tab2 = tab1 + 256*(l+1); in encode_bch()
282 p1 = tab1 + (l+1)*((w >> 8) & 0xff); in encode_bch()
/openbmc/linux/lib/
H A Dbch.c216 const uint32_t * const tab1 = tab0 + 256*(l+1); in bch_encode() local
217 const uint32_t * const tab2 = tab1 + 256*(l+1); in bch_encode()
268 p1 = tab1 + (l+1)*((w >> 8) & 0xff); in bch_encode()