HomeSort by relevance Sort by last modified time
    Searched refs:last_entry (Results 1 - 6 of 6) sorted by null

  /external/srec/srec/clib/
voc_read.c 125 voc->last_entry = voc->ok_file_data + voc->ok_file_data_length - 2;
126 while (*voc->last_entry != '\n') voc->last_entry--; /* header forces termination */
127 voc->last_entry++;
178 high = voc->last_entry;
215 while (high < voc->last_entry) {
251 voc->last_entry = 0;
  /external/e2fsprogs/ext2ed/
inode_com.c 28 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
48 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
75 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
96 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
99 if (entry_num+mult-1<last_entry) {
111 if (entry_num==last_entry) {
126 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
137 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1;
213 ,inode_num,file_system_info.super_block.s_inodes_count,entry_num,last_entry,group_num);
270 if (entry_num==last_entry) {
402 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
    [all...]
  /external/srec/srec/include/
hmm_desc.h 147 const char* last_entry; /* last entry in the dictionary */ member in struct:__anon12636
  /external/kernel-headers/original/linux/
kexec.h 65 kimage_entry_t *last_entry; member in struct:kimage
  /external/chromium/base/files/
file_path_watcher_mac.cc 438 int last_entry = EventsForPath(target_, &events_); local
439 CHECK_NE(last_entry, 0);
441 EventVector responses(last_entry);
443 int count = HANDLE_EINTR(kevent(kqueue_, &events_[0], last_entry,
444 &responses[0], last_entry, NULL));
  /external/v8/src/
profile-generator.cc 1240 HeapEntry* last_entry = entries_.last(); local
    [all...]

Completed in 344 milliseconds