Searched refs:g (Results 1 – 4 of 4) sorted by relevance
8 g = [] variable10 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) & 0x136 g = g[::-1] variable
12 g = ( variable49 codeword ^= g[i]
10 # following, like e.g. the OPTIONAL keyword of the install() command.13 # which are followed by one value, like e.g. DESTINATION keyword of the17 # which can be followed by more than one value, like e.g. the TARGETS or56 # Keywords terminate lists of values, e.g. if directly after a one_value_keyword59 # E.g. my_install(TARGETS foo DESTINATION OPTIONAL) would result in
7 # valid results, e.g. valid filepaths.