Searched refs:ind_offset (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniname/
H A Duniname.c42 static const struct { uint16_t extra_offset; uint16_t ind_offset; } unicode_name_by_length[26] = ...;
65 unicode_name_by_length[i].ind_offset <= index
67 index < unicode_name_by_length[i+1].ind_offset
75 if (unicode_name_by_length[i].ind_offset <= index)
81 assert (unicode_name_by_length[i].ind_offset <= index
82 && index < unicode_name_by_length[i+1].ind_offset);
85 + (index-unicode_name_by_length[i].ind_offset)*i];
96 unsigned int i0 = unicode_name_by_length[length].ind_offset;
98 unsigned int i2 = unicode_name_by_length[length+1].ind_offset;
H A Duninames.h6722 static const struct { uint16_t extra_offset; uint16_t ind_offset; } unicode_name_by_length[26] = { member in struct:__anon2660
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Duniname.c42 static const struct { uint16_t extra_offset; uint16_t ind_offset; } unicode_name_by_length[26] = ...;
65 unicode_name_by_length[i].ind_offset <= index
67 index < unicode_name_by_length[i+1].ind_offset
75 if (unicode_name_by_length[i].ind_offset <= index)
81 assert (unicode_name_by_length[i].ind_offset <= index
82 && index < unicode_name_by_length[i+1].ind_offset);
85 + (index-unicode_name_by_length[i].ind_offset)*i];
96 unsigned int i0 = unicode_name_by_length[length].ind_offset;
98 unsigned int i2 = unicode_name_by_length[length+1].ind_offset;
H A Duninames.h6272 static const struct { uint16_t extra_offset; uint16_t ind_offset; } unicode_name_by_length[26] = { member in struct:__anon6612
[all...]

Completed in 180 milliseconds