Home
last modified time | relevance | path

Searched refs:tabshift (Results 1 – 8 of 8) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dtypesafe.c70 if (newshift == head->tabshift) in typesafe_hash_grow()
80 delta = newshift - head->tabshift; in typesafe_hash_grow()
110 head->tabshift = newshift; in typesafe_hash_grow()
123 head->tabshift = 0; in typesafe_hash_shrink()
137 if (newshift == head->tabshift) in typesafe_hash_shrink()
141 delta = head->tabshift - newshift; in typesafe_hash_shrink()
154 head->tabshift = newshift; in typesafe_hash_shrink()
H A Dtypesafe.h589 uint8_t tabshift; member
593 #define _HASH_SIZE(tabshift) \ argument
594 ((1U << (tabshift)) >> 1)
596 _HASH_SIZE((head).tabshift)
597 #define _HASH_KEY(tabshift, val) \ argument
598 ((val) >> (33 - (tabshift)))
600 _HASH_KEY((head).tabshift, val)
639 if (!h->hh.tabshift || HASH_GROW_THRESHOLD(h->hh)) \
658 if (!h->hh.tabshift) \
674 if (!h->hh.tabshift) \
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dtypesafe.c70 if (newshift == head->tabshift) in typesafe_hash_grow()
80 delta = newshift - head->tabshift; in typesafe_hash_grow()
110 head->tabshift = newshift; in typesafe_hash_grow()
123 head->tabshift = 0; in typesafe_hash_shrink()
137 if (newshift == head->tabshift) in typesafe_hash_shrink()
141 delta = head->tabshift - newshift; in typesafe_hash_shrink()
154 head->tabshift = newshift; in typesafe_hash_shrink()
H A Dtypesafe.h589 uint8_t tabshift; member
593 #define _HASH_SIZE(tabshift) \ argument
594 ((1U << (tabshift)) >> 1)
596 _HASH_SIZE((head).tabshift)
597 #define _HASH_KEY(tabshift, val) \ argument
598 ((val) >> (33 - (tabshift)))
600 _HASH_KEY((head).tabshift, val)
639 if (!h->hh.tabshift || HASH_GROW_THRESHOLD(h->hh)) \
658 if (!h->hh.tabshift) \
674 if (!h->hh.tabshift) \
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/wmafixed/
H A Dfft.c53 int tabshift = 10-ln; in fft_calc_unscaled() local
113 … CMUL(&tmp_re, &tmp_im, exptab0[(l<<tabshift)].re, exptab0[(l<<tabshift)].im, q->re, q->im); in fft_calc_unscaled()
/dports/editors/aee/aee-bf68f4accb96ac39020ac2d9092022aebfa5df27/
H A Daee.c1067 temp += tabshift(temp);
1092 counter = tabshift(curr_buff->scr_pos); in tab_insert()
1182 tabshift(temp_int) /* give the number of spaces to shift to the next in tabshift() function
1224 i1 = tabshift(abscolumn);
1666 length = tabshift(column);
H A Daee.h573 int tabshift P_((int temp_int));
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/
H A Deditor.py625 tabshift = config_shortcut(self.tab_navigation_mru, context='Editor',
709 tabshift, run_selection, new_file, open_file, save_file,