Home
last modified time | relevance | path

Searched refs:cuv (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dpp_pack.c917 UV cuv = 0;
919 const int bits_in_uv = 8 * sizeof(cuv);
991 cuv = 0;
1101 cuv += PL_bitcount[*(unsigned char*)s++];
1108 if (bits & 1) cuv++;
1114 if (bits & 128) cuv++;
1190 cuv += aint;
1207 cuv += auint;
1236 cuv += auint;
1251 cuv += ashort;
[all …]
/mirbsd/src/gnu/usr.bin/perl/hints/
Dt001.c27 unsigned cuv = 0; in test() local
29 const int bits_in_uv = 8 * sizeof(cuv); in test()