Searched refs:delta (Results 1 – 6 of 6) sorted by relevance
30 int delta = b - a; in swap_ex() local33 x->insn = y->insn + delta; in swap_ex()34 y->insn = tmp.insn - delta; in swap_ex()37 swap_ex_entry_fixup(x, y, tmp, delta); in swap_ex()39 x->fixup = y->fixup + delta; in swap_ex()40 y->fixup = tmp.fixup - delta; in swap_ex()
42 struct delta { struct105 struct delta *delta; in delta_create() local110 delta = kzalloc(sizeof(*delta), GFP_KERNEL); in delta_create()111 if (!delta) in delta_create()113 delta->key_id_diff = diff; in delta_create()115 return delta; in delta_create()120 struct delta *delta = delta_priv; in delta_destroy() local124 kfree(delta); in delta_destroy()629 const struct delta *delta; in obj_to_key_id() local634 delta = objagg_obj_delta_priv(objagg_obj); in obj_to_key_id()[all …]
417 u64 delta; in test_func() local451 delta = (u64) ktime_us_delta(ktime_get(), kt); in test_func()452 do_div(delta, (u32) test_repeat_count); in test_func()454 t->data[index].time = delta; in test_func()
85 size_t delta = idx - hashTable[h]; in LZ4HC_Insert() local87 if (delta > MAX_DISTANCE) in LZ4HC_Insert()88 delta = MAX_DISTANCE; in LZ4HC_Insert()90 DELTANEXTU16(idx) = (U16)delta; in LZ4HC_Insert()189 int delta = (int)(ip - iLowLimit); in LZ4HC_InsertAndGetWiderMatch() local202 == *(matchPtr - delta + longest)) { in LZ4HC_InsertAndGetWiderMatch()
819 U32 const delta = LZ4_dict->currentOffset - 64 * KB; in LZ4_renormDictT() local824 if (LZ4_dict->hashTable[i] < delta) in LZ4_renormDictT()827 LZ4_dict->hashTable[i] -= delta; in LZ4_renormDictT()
2510 ptrdiff_t const delta = cctx->nextSrc - ip; in ZSTD_compressContinue_internal() local2514 cctx->base -= delta; in ZSTD_compressContinue_internal()