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

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
test_config.c 88 char *list0[] = { "/tmp/foo", NULL }; variable
112 test[0].res = list0;
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-gen.c 287 opcode_node list0, list1, **ptr0, **ptr1; local
355 list0.next = NULL;
357 ptr0 = &list0.next;
381 if (list0.next == NULL)
388 opcode = list0.next;
395 divide_table_1 (bittree->bits[0], list0.next);
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-gen.c 287 opcode_node list0, list1, **ptr0, **ptr1; local
355 list0.next = NULL;
357 ptr0 = &list0.next;
381 if (list0.next == NULL)
388 opcode = list0.next;
395 divide_table_1 (bittree->bits[0], list0.next);
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-gen.c 268 opcode_node list0, list1, **ptr0, **ptr1; local
336 list0.next = NULL;
338 ptr0 = &list0.next;
362 if (list0.next == NULL)
369 opcode = list0.next;
376 divide_table_1 (bittree->bits[0], list0.next);
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-gen.c 294 opcode_node list0, list1, **ptr0, **ptr1; local
362 list0.next = NULL;
364 ptr0 = &list0.next;
388 if (list0.next == NULL)
395 opcode = list0.next;
402 divide_table_1 (bittree->bits[0], list0.next);

Completed in 30 milliseconds