HomeSort by: relevance | last modified time | path
    Searched defs:in_index (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/drm2/linux/
linux_idr.c 54 int in_index; member in struct:idr_node
147 const int a = ((const struct idr_node *)na)->in_index;
148 const int b = ((const struct idr_node *)nb)->in_index;
161 const int a = ((const struct idr_node *)n)->in_index;
234 *idp = node->in_index;
365 while ((search != NULL) && (search->in_index == id)) {
373 node->in_index = id;
427 error = (*proc)(node->in_index, node->in_data, arg);
  /src/sys/netinet/
in_selsrc.c 77 static int in_index(const struct in_addr *, int, int, const struct in_addr *);
94 , {"index", in_index}
101 static struct in_ifselsrc default_iss = { 0, {in_index} };
173 in_index(const struct in_addr *src, int preference, int idx, function
  /src/external/bsd/libpcap/dist/
pcap-dos.h 122 volatile int in_index; /* queue index head */ member in struct:rx_ringbuf
  /src/external/gpl3/binutils/dist/bfd/
elf32-tic6x.c 4127 unsigned int in_index, out_index;
4130 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
4136 if (in_index < edit_index && in_index * 8 < input_size)
4140 contents + in_index * 8, add_to_offsets);
4142 in_index++;
4144 else if (in_index == edit_index
4145 || (in_index * 8 >= input_size
4151 in_index++
4126 unsigned int in_index, out_index; local
    [all...]
elf32-arm.c 19472 unsigned int in_index, out_index; local
19477 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
19483 if (in_index < edit_index && in_index * 8 < input_size)
19486 contents + in_index * 8, add_to_offsets);
19488 in_index++;
19490 else if (in_index == edit_index
19491 || (in_index * 8 >= input_size
19497 in_index++
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-tic6x.c 4128 unsigned int in_index, out_index;
4131 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
4137 if (in_index < edit_index && in_index * 8 < input_size)
4141 contents + in_index * 8, add_to_offsets);
4143 in_index++;
4145 else if (in_index == edit_index
4146 || (in_index * 8 >= input_size
4152 in_index++
4127 unsigned int in_index, out_index; local
    [all...]
elf32-arm.c 19661 unsigned int in_index, out_index; local
19666 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
19672 if (in_index < edit_index && in_index * 8 < input_size)
19675 contents + in_index * 8, add_to_offsets);
19677 in_index++;
19679 else if (in_index == edit_index
19680 || (in_index * 8 >= input_size
19686 in_index++
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-tic6x.c 4126 unsigned int in_index, out_index;
4129 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
4135 if (in_index < edit_index && in_index * 8 < input_size)
4139 contents + in_index * 8, add_to_offsets);
4141 in_index++;
4143 else if (in_index == edit_index
4144 || (in_index * 8 >= input_size
4150 in_index++
4125 unsigned int in_index, out_index; local
    [all...]
elf32-arm.c 19650 unsigned int in_index, out_index; local
19655 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
19661 if (in_index < edit_index && in_index * 8 < input_size)
19664 contents + in_index * 8, add_to_offsets);
19666 in_index++;
19668 else if (in_index == edit_index
19669 || (in_index * 8 >= input_size
19675 in_index++
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-tic6x.c 4134 unsigned int in_index, out_index;
4137 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
4143 if (in_index < edit_index && in_index * 8 < input_size)
4147 contents + in_index * 8, add_to_offsets);
4149 in_index++;
4151 else if (in_index == edit_index
4152 || (in_index * 8 >= input_size
4158 in_index++
4133 unsigned int in_index, out_index; local
    [all...]
elf32-arm.c 19578 unsigned int in_index, out_index; local
19583 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
19589 if (in_index < edit_index && in_index * 8 < input_size)
19592 contents + in_index * 8, add_to_offsets);
19594 in_index++;
19596 else if (in_index == edit_index
19597 || (in_index * 8 >= input_size
19603 in_index++
    [all...]

Completed in 88 milliseconds