Searched refs:xl (Results 1 - 25 of 26) sorted by relevance

12

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A DBlowFish.h14 void Blowfish_encipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
15 void Blowfish_decipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
H A DBlowFish.cpp35 void Blowfish_encipher(blf_ctx *bc, unsigned long *xl, unsigned long *xr) argument
42 Xl = *xl;
62 *xl = Xl;
66 void Blowfish_decipher(blf_ctx *bc, unsigned long *xl, unsigned long *xr) argument
73 Xl = *xl;
95 *xl = Xl;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/AuthLib/
H A DBlowFish.h20 void Blowfish_encipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
21 void Blowfish_decipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
H A DBlowFish.c33 void Blowfish_encipher(blf_ctx *bc, unsigned long *xl, unsigned long *xr) argument
40 Xl = *xl;
60 *xl = Xl;
64 void Blowfish_decipher(blf_ctx *bc, unsigned long *xl, unsigned long *xr) argument
71 Xl = *xl;
93 *xl = Xl;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeSure/
H A DBlowFish.h20 void Blowfish_encipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
21 void Blowfish_decipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DBlowFish.h20 void Blowfish_encipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
21 void Blowfish_decipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
H A DBlowFish.cpp33 void Blowfish_encipher(blf_ctx *bc, unsigned long *xl, unsigned long *xr) argument
40 Xl = *xl;
60 *xl = Xl;
64 void Blowfish_decipher(blf_ctx *bc, unsigned long *xl, unsigned long *xr) argument
71 Xl = *xl;
93 *xl = Xl;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/mounthost/
H A DBlowFish.h20 void Blowfish_encipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
21 void Blowfish_decipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/transport/
H A DBlowFish.h20 void Blowfish_encipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
21 void Blowfish_decipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
H A DBlowFish.cpp33 void Blowfish_encipher(blf_ctx *bc, unsigned long *xl, unsigned long *xr) argument
40 Xl = *xl;
60 *xl = Xl;
64 void Blowfish_decipher(blf_ctx *bc, unsigned long *xl, unsigned long *xr) argument
71 Xl = *xl;
93 *xl = Xl;
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A D_itowa.c203 mp_limb_t x, xh, xl; local
209 xl = (mp_limb_t) (value >> (32 - big_normalization_steps));
210 udiv_qrnnd_preinv (x1hi, r, xh, xl, big_base_norm,
213 xl = ((mp_limb_t) value) << big_normalization_steps;
214 udiv_qrnnd_preinv (x1lo, x, r, xl, big_base_norm,
223 xl = x1lo << big_normalization_steps;
224 udiv_qrnnd_preinv (t[0], x, xh, xl, big_base_norm,
228 mp_limb_t x, xh, xl; local
234 xl = (mp_limb_t) (value >> 32 - big_normalization_steps);
235 udiv_qrnnd (x1hi, r, xh, xl, big_base_nor
[all...]
H A D_itoa.c283 mp_limb_t x, xh, xl; local
289 xl = (mp_limb_t) (value >> (32 - big_normalization_steps));
290 udiv_qrnnd_preinv (x1hi, r, xh, xl, big_base_norm,
293 xl = ((mp_limb_t) value) << big_normalization_steps;
294 udiv_qrnnd_preinv (x1lo, x, r, xl, big_base_norm,
303 xl = x1lo << big_normalization_steps;
304 udiv_qrnnd_preinv (t[0], x, xh, xl, big_base_norm,
308 mp_limb_t x, xh, xl; local
314 xl = (mp_limb_t) (value >> 32 - big_normalization_steps);
315 udiv_qrnnd (x1hi, r, xh, xl, big_base_nor
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/3com/dev/xl/
H A Dglue.c18 HAIKU_FBSD_DRIVER_GLUE(3com, xl, pci);
H A Dif_xl.c136 MODULE_DEPEND(xl, pci, 1, 1, 1);
137 MODULE_DEPEND(xl, ether, 1, 1, 1);
138 MODULE_DEPEND(xl, miibus, 1, 1, 1);
143 #include <dev/xl/if_xlreg.h>
323 "xl",
330 DRIVER_MODULE_ORDERED(xl, pci, xl_driver, xl_devclass, NULL, NULL,
332 DRIVER_MODULE(miibus, xl, miibus_driver, miibus_devclass, NULL, NULL);
1569 KASSERT(mtx_initialized(&sc->xl_mtx), ("xl mutex not initialized"));
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dlonglong.h213 #define umul_ppmm(xh, xl, a, b) \
229 "=r" ((USItype) (xl)), \
298 #define umul_ppmm(xh, xl, m0, m1) \
309 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
313 #define smul_ppmm(xh, xl, m0, m1) \
323 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
472 #define umul_ppmm(xh, xl, a, b) \
500 "=g" ((USItype) (xl)) \
692 #define smul_ppmm(xh, xl, m0, m1) \
693 __asm__ ("mul %0,%2,%3" : "=r" (xh), "=q" (xl)
[all...]
/haiku-fatelf/src/bin/rcs/
H A Drcsfnms.c551 size_t nl, xl; local
557 if ((xl = suffixlen(x))) {
558 if (xl <= nl && memcmp(p = nz-xl, x, xl) == 0)
568 x += xl;
/haiku-fatelf/src/libs/crypt/
H A Dblowfish.c66 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) argument
73 Xl = *xl;
86 *xl = Xr ^ p[17];
/haiku-fatelf/src/bin/gawk/
H A Dawk.h459 long xl; member in union:exp_node::__anon3520::__anon3521::__anon3524
551 #define table_size sub.nodep.x.xl
557 #define printf_count sub.nodep.x.xl
/haiku-fatelf/src/bin/bash/
H A Dbashline.c2605 int l, vl, dl2, xl; local
2617 xl = strlen (expdir);
2624 xl = length of expanded tilde-prefix
2627 l = (vl - xl) + 1;
2631 strcpy (ret + dl2, val + xl);
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.osf1r5719 pkey_plab pfxl str xl - - ----- Program function key #1 to type string #2 and show string #3
896 # The `xl' termcap file clashes with a terminfo name; this ambiguity cannot
904 # ind_at_bottom_does_cr OTxl bool xl - - ----- index does a carriage return
H A DCaps709 pkey_plab pfxl str xl - - ----- Program function key #1 to type string #2 and show string #3
886 # The `xl' termcap file clashes with a terminfo name; this ambiguity cannot
894 # ind_at_bottom_does_cr OTxl bool xl - - ----- index does a carriage return
H A DCaps.aix4811 pkey_plab pfxl str xl - - ----- Program function key #1 to type string #2 and show string #3
988 # The `xl' termcap file clashes with a terminfo name; this ambiguity cannot
996 # ind_at_bottom_does_cr OTxl bool xl - - ----- index does a carriage return
H A DCaps.hpux11717 pkey_plab pfxl str xl - - ----- Program function key #1 to type string #2 and show string #3
900 # The `xl' termcap file clashes with a terminfo name; this ambiguity cannot
908 # ind_at_bottom_does_cr OTxl bool xl - - ----- index does a carriage return
H A DCaps.keys799 pkey_plab pfxl str xl - - ----- Program function key #1 to type string #2 and show string #3
976 # The `xl' termcap file clashes with a terminfo name; this ambiguity cannot
984 # ind_at_bottom_does_cr OTxl bool xl - - ----- index does a carriage return
/haiku-fatelf/src/libs/print/libgutenprint/
H A Dconfigure7894 xl*)
8451 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)

Completed in 245 milliseconds

12