Searched refs:indx (Results 1 - 22 of 22) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dobject_id.c144 struct OBJECT_ID_INDEX indx; local
152 indx.header.data_offset = const_cpu_to_le16(
155 indx.header.data_length = const_cpu_to_le16(
157 indx.header.reservedV = const_cpu_to_le32(0);
158 indx.header.length = const_cpu_to_le16(
160 indx.header.key_length = const_cpu_to_le16(
162 indx.header.flags = const_cpu_to_le16(0);
163 indx.header.reserved = const_cpu_to_le16(0);
165 memcpy(&indx.key.object_id,object_id,sizeof(GUID));
167 indx
[all...]
H A Dreparse.c943 struct REPARSE_INDEX indx; local
951 indx.header.data_offset = const_cpu_to_le16(
954 indx.header.data_length = const_cpu_to_le16(0);
955 indx.header.reservedV = const_cpu_to_le32(0);
956 indx.header.length = const_cpu_to_le16(
958 indx.header.key_length = const_cpu_to_le16(
960 indx.header.flags = const_cpu_to_le16(0);
961 indx.header.reserved = const_cpu_to_le16(0);
962 indx.key.reparse_tag = reparse_tag;
964 memcpy(&indx
[all...]
/haiku/src/libs/iconv/
H A Dconverters.h196 unsigned short indx; /* index into big table */ member in struct:__anon4802
H A Dloop_unicode.h63 int indx = -1; local
65 indx = 0;
67 indx = 1;
69 indx = cjk_variants_indx[wc-0x4e00];
70 if (indx >= 0) {
71 for (;; indx++) {
73 unsigned short variant = cjk_variants[indx];
122 int indx = translit_index(wc); local
123 if (indx >= 0) {
124 const unsigned int * cp = &translit_data[indx];
[all...]
H A Dcp950ext.h148 /* Add `summary->indx' and the number of bits set in `used'. */
153 c = cp950ext_2charset[summary->indx + used];
H A Dhkscs2001.h670 /* Add `summary->indx' and the number of bits set in `used'. */
675 c = hkscs2001_2charset[summary->indx + used];
H A Dhkscs2004.h666 /* Add `summary->indx' and the number of bits set in `used'. */
671 c = hkscs2004_2charset[summary->indx + used];
H A Dcp932ext.h696 /* Add `summary->indx' and the number of bits set in `used'. */
701 c = cp932ext_2charset[summary->indx + used];
H A Disoir165ext.h787 /* Add `summary->indx' and the number of bits set in `used'. */
792 c = isoir165ext_2charset[summary->indx + used];
H A Duhc_2.h1008 /* Add `summary->indx' and the number of bits set in `used'. */
1013 used += summary->indx;
H A Dgb12345ext.h1783 /* Add `summary->indx' and the number of bits set in `used'. */
1788 c = gb12345ext_2charset[summary->indx + used];
H A Djisx0212.h2176 /* Add `summary->indx' and the number of bits set in `used'. */
2181 c = jisx0212_2charset[summary->indx + used];
H A Duhc_1.h1711 /* Add `summary->indx' and the number of bits set in `used'. */
1716 used += summary->indx;
H A Dgb2312.h2558 /* Add `summary->indx' and the number of bits set in `used'. */
2563 c = gb2312_2charset[summary->indx + used];
H A Dgbkext_inv.h2330 /* Add `summary->indx' and the number of bits set in `used'. */
2335 c = gbkext_inv_2charset[summary->indx + used];
H A Dhkscs1999.h2992 /* Add `summary->indx' and the number of bits set in `used'. */
2997 c = hkscs1999_2charset[summary->indx + used];
H A Djisx0208.h2402 /* Add `summary->indx' and the number of bits set in `used'. */
2407 c = jisx0208_2charset[summary->indx + used];
H A Dksc5601.h3009 /* Add `summary->indx' and the number of bits set in `used'. */
3014 c = ksc5601_2charset[summary->indx + used];
H A Dbig5.h4147 /* Add `summary->indx' and the number of bits set in `used'. */
4152 c = big5_2charset[summary->indx + used];
H A Djisx0213.h5912 /* Add `summary->indx' and the number of bits set in `used'. */
5917 return jisx0213_from_ucs_level2_data[summary->indx + used];
H A Dcns11643_inv.h15397 /* Add `summary->indx' and the number of bits set in `used'. */
15402 used += summary->indx;
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dufs2.h504 #define fs_cs(fs, indx) fs_csp[indx]

Completed in 345 milliseconds