Home
last modified time | relevance | path

Searched refs:ac_uint2 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducgendat.c68 static ac_uint2 hdr[2] = {0xfeff, 0};
106 ac_uint2 used;
107 ac_uint2 size;
115 static ac_uint2 propcnt[NEEDPROPS];
126 ac_uint2 size;
127 ac_uint2 used;
1222 ac_uint2 i; in read_compexdata()
1303 ac_uint2 casecnt[2]; in write_cdata()
1357 if ((bytes = sizeof(ac_uint2) * (NUMPROPS + 1)) & 3) in write_cdata()
1359 nprops = bytes / sizeof(ac_uint2); in write_cdata()
[all …]
H A Ductable.h5 static const ac_uint2 _ucprop_offsets[] = {
1500 static const ac_uint2 _uccase_len[2] = {718, 755};
H A Ducdata.c70 ac_uint2 bom;
71 ac_uint2 cnt;
74 ac_uint2 len[2];
138 static ac_uint2 *_ucprop_offsets;
189 _ucprop_offsets = (ac_uint2 *) malloc(hdr.size.bytes); in _ucprop_load()
197 if ((size = ((hdr.cnt + 1) * sizeof(ac_uint2))) & 3) in _ucprop_load()
205 fread((char *) _ucprop_offsets, sizeof(ac_uint2), size, in); in _ucprop_load()
325 static ac_uint2 _uccase_len[2];
/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dbytes.h56 typedef unsigned AC_INT2_TYPE ac_uint2; typedef