Searched refs:df (Results 1 – 2 of 2) sorted by relevance
246 df = {f:0 for f in self.DFLAVORS}249 return df, dt257 df['std'] = int(data_hex_str, 16)259 df['iokit'] = df['std']260 df['std'] = 0261 self._data['iokit'] += df['iokit']264 self._data['std'] += df['std']268 df['ool'] = int(data_hex_str, 16)270 df['iokit'] = df['ool']271 df['ool'] = 0[all …]
1180 struct data_fill_t *df = &data_fills[(my_rand() >> 1) % countof(data_fills)]; in make_rand_tagged_buf() local1181 df->fill_func(it_buf, it_size); in make_rand_tagged_buf()