Home
last modified time | relevance | path

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

/libbtbb/python/utils/
H A Dgen_check_tables.py8 g = [] variable
10 g.append(polynomial << i)
12 if g[i] & (1 << (33 + i - j)):
13 g[i] ^= g[i-j-1]
25 h[i] |= (g[29-j] >> i) & 0x1
36 g = g[::-1] variable
H A Dencode_sw.py12 g = ( variable
49 codeword ^= g[i]
/libbtbb/cmake/modules/
H A DCMakeParseArguments.cmake10 # following, like e.g. the OPTIONAL keyword of the install() command.
13 # which are followed by one value, like e.g. DESTINATION keyword of the
17 # which can be followed by more than one value, like e.g. the TARGETS or
56 # Keywords terminate lists of values, e.g. if directly after a one_value_keyword
59 # E.g. my_install(TARGETS foo DESTINATION OPTIONAL) would result in
H A DFindPackageHandleStandardArgs.cmake7 # valid results, e.g. valid filepaths.