Home
last modified time | relevance | path

Searched refs:UINT32_T (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/
H A Dblowfish.c31 UINT32_T ul[2];
343 UINT32_T *p_xl, in bf_e_block()
344 UINT32_T *p_xr) in bf_e_block()
346 UINT32_T temp; in bf_e_block()
347 UINT32_T xl = *p_xl; in bf_e_block()
348 UINT32_T xr = *p_xr; in bf_e_block()
464 UINT32_T pax[18], in bf_check_tables()
465 UINT32_T sbx[4][256], in bf_check_tables()
466 UINT32_T val) in bf_check_tables()
469 UINT32_T c = 0; in bf_check_tables()
[all …]
H A Dsha256.c29 (n) = ( (UINT32_T)(b)[(i) ] << 24) \
30 | ( (UINT32_T)(b)[(i) + 1] << 16) \
31 | ( (UINT32_T)(b)[(i) + 2] << 8) \
32 | ( (UINT32_T)(b)[(i) + 3] ); \
62 UINT32_T temp1, temp2, W[64]; in sha256_process()
63 UINT32_T A, B, C, D, E, F, G, H; in sha256_process()
192 sha256_update(context_sha256_T *ctx, char_u *input, UINT32_T length) in sha256_update()
194 UINT32_T left, fill; in sha256_update()
238 UINT32_T last, padn; in sha256_finish()
239 UINT32_T high, low; in sha256_finish()
H A Dos_vms_conf.h57 #define UINT32_T unsigned int macro
H A Devalfunc.c7532 init_srand(UINT32_T *x) in init_srand()
7549 UINT32_T number; in init_srand()
7550 char bytes[sizeof(UINT32_T)]; in init_srand()
7561 != sizeof(UINT32_T)) in init_srand()
7600 static UINT32_T gx, gy, gz, gw; in f_rand()
7603 UINT32_T x = 0, y, z, w, t, result; in f_rand()
7639 x = (UINT32_T)lx->li_tv.vval.v_number; in f_rand()
7640 y = (UINT32_T)ly->li_tv.vval.v_number; in f_rand()
7641 z = (UINT32_T)lz->li_tv.vval.v_number; in f_rand()
7642 w = (UINT32_T)lw->li_tv.vval.v_number; in f_rand()
[all …]
H A Dvim.h1470 #ifndef UINT32_T
1471 typedef UINT32_TYPEDEF UINT32_T; typedef
H A Dstructs.h4103 UINT32_T total[2];
4104 UINT32_T state[8];
H A Dmbyte.c1352 utf_uint2cells(UINT32_T c) in utf_uint2cells()
2281 utf_iscomposing_uint(UINT32_T c) in utf_iscomposing_uint()
H A Dbufwrite.c2026 (UINT32_T)(STRLEN(ptr + 1) + 1)); in buf_write()
H A Dundo.c805 sha256_update(&ctx, p, (UINT32_T)(STRLEN(p) + 1)); in u_compute_hash()
/vim-8.2.3635/src/proto/
H A Dmbyte.pro13 int utf_uint2cells(UINT32_T c);
39 int utf_iscomposing_uint(UINT32_T c);
H A Dsha256.pro3 void sha256_update(context_sha256_T *ctx, char_u *input, UINT32_T length);
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt20772 Solution: Use UINT32_T. Use NUL instead of NULL.