Searched refs:index_length (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_index.c373 index_end = (u8*)index + le32_to_cpu(index->index_length);
726 if ((u8*)&ia->index + le32_to_cpu(ia->index.index_length) >
759 le32_to_cpu(ia->index.index_length),
1925 ih->index_length = cpu_to_le32(ie_ofs + sizeof(INDEX_ENTRY_HEADER));
2419 u = le32_to_cpu(ir->index.index_length) - ir_ie_ofs;
2420 ih->index_length = cpu_to_le32(ia_ie_ofs + u);
2450 le32_to_cpu(ia->index.index_length);
2462 index_end = (u8*)&ir->index + le32_to_cpu(ih->index_length);
2774 ih->allocated_size = ih->index_length = cpu_to_le32(
3195 u = ir_ie_ofs + (le32_to_cpu(ia->index.index_length)
[all...]
H A Dntfs_secure.c265 index_end = (u8*)&ir->index + le32_to_cpu(ir->index.index_length);
396 index_end = (u8*)&ia->index + le32_to_cpu(ia->index.index_length);
H A Dntfs_dir.c177 index_end = (u8*)&ir->index + le32_to_cpu(ir->index.index_length);
429 index_end = (u8*)&ia->index + le32_to_cpu(ia->index.index_length);
1591 index_end = (u8*)&ir->index + le32_to_cpu(ir->index.index_length);
1746 index_end = (u8*)&ia->index + le32_to_cpu(ia->index.index_length);
H A Dntfs_layout.h2012 le32 index_length; /* Data size of the index in bytes, member in struct:__anon11320
H A Dntfs_inode.c2894 index_end = (u8*)&ir->index + le32_to_cpu(ir->index.index_length);
2897 ir->index.index_length != ir->index.allocated_size) {
H A Dntfs_mft.c1926 ir->index.allocated_size = ir->index.index_length = const_cpu_to_le32(
/macosx-10.9.5/cctools-845/ld/
H A Dsections.c151 index_length; /* if this is not in an archive its an index into the */ member in struct:object_name
168 index_length; /* if archive_name is NULL the this is index into the */ member in struct:load_symbol
197 unsigned long index_length,
209 unsigned long index_length,
2308 unsigned long index_length,
2361 o->index_length = index_length;
2427 archive_names[i].object_names[j].index_length,
2441 object_names[j].index_length,
2481 unsigned long index_length,
2304 create_object_name( struct object_name **object_names, unsigned long *nobject_names, char *object_name, unsigned long index_length, char *archive_name) argument
2478 create_load_symbol_hash_table_for_object( char *archive_name, char *object_name, unsigned long index_length, struct load_order *load_orders, unsigned long nload_orders, struct merged_section *ms) argument
[all...]

Completed in 249 milliseconds