Searched refs:PLD_GRANULARITY (Results 1 – 1 of 1) sorted by relevance
48 PLD_GRANULARITY = 128 variable203 pld_units = pld_len // PLD_GRANULARITY358 if (indata_len % PLD_GRANULARITY) != 0:359 pad_len = PLD_GRANULARITY - (indata_len % PLD_GRANULARITY)