| /src/lib/libcurses/ |
| delwin.c | 54 struct __winlist *wl, *pwl; local 82 pwl = NULL; 84 for (wl = screen->winlistp; wl; pwl = wl, wl = wl->nextp) { 87 if (pwl != NULL) 88 pwl->nextp = wl->nextp;
|
| /src/lib/libcrypt/ |
| md5crypt.c | 45 unsigned int i, sl, pwl; local 50 pwl = strlen(pw); 69 UPDATE(&ctx, (const unsigned char *)pw, pwl); 79 UPDATE(&ctx1, (const unsigned char *)pw, pwl); 81 UPDATE(&ctx1, (const unsigned char *)pw, pwl); 84 for (pl = pwl; pl > 0; pl -= 16) 91 for (i = pwl; i != 0; i >>= 1) 115 UPDATE(&ctx1, (const unsigned char *)pw, pwl); 123 UPDATE(&ctx1, (const unsigned char *)pw, pwl); 128 UPDATE(&ctx1, (const unsigned char *)pw, pwl); [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
| dc.h | 663 struct pwl_params pwl; member in union:dc_transfer_func::__anon4525
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
| amdgpu_dcn20_hwseq.c | 758 params = &stream->out_transfer_func->pwl; 788 blend_lut = &plane_state->blend_tf->pwl; 810 shaper_lut = &plane_state->in_shaper_func->pwl; 862 &tf->pwl);
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| mips-opc.c | 2232 {"maq_s.l.pwl", "7,s,t", 0x7c000734, 0xfc00e7ff, RD_2|RD_3|MOD_a, 0, 0, D64, 0 }, 2266 {"preceq.s.l.pwl", "d,t", 0x7c000516, 0xffe007ff, WR_1|RD_2, 0, 0, D64, 0 },
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mips-opc.c | 2232 {"maq_s.l.pwl", "7,s,t", 0x7c000734, 0xfc00e7ff, RD_2|RD_3|MOD_a, 0, 0, D64, 0 }, 2266 {"preceq.s.l.pwl", "d,t", 0x7c000516, 0xffe007ff, WR_1|RD_2, 0, 0, D64, 0 },
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| mips-opc.c | 2232 {"maq_s.l.pwl", "7,s,t", 0x7c000734, 0xfc00e7ff, RD_2|RD_3|MOD_a, 0, 0, D64, 0 }, 2266 {"preceq.s.l.pwl", "d,t", 0x7c000516, 0xffe007ff, WR_1|RD_2, 0, 0, D64, 0 },
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| mips-opc.c | 2232 {"maq_s.l.pwl", "7,s,t", 0x7c000734, 0xfc00e7ff, RD_2|RD_3|MOD_a, 0, 0, D64, 0 }, 2266 {"preceq.s.l.pwl", "d,t", 0x7c000516, 0xffe007ff, WR_1|RD_2, 0, 0, D64, 0 },
|