HomeSort by: relevance | last modified time | path
    Searched defs:first (Results 1 - 25 of 1253) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
offsets.c 20 char first[0x10000000 + 16]; member in struct:big_struct
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
ada-linkage-name.c 18 /* First dummy function. */
21 first (char *x) function
42 first (0);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-events.c 27 int first(){ function
38 return first();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
offsets.c 20 char first[0x10000000 + 16]; member in struct:big_struct
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
ada-linkage-name.c 18 /* First dummy function. */
21 first (char *x) function
42 first (0);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-events.c 27 int first(){ function
38 return first();
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmMacro.cpp 23 bool first = true; local
25 if (!first)
27 first = false;
  /src/external/gpl2/lvm2/dist/lib/format_text/
tags.c 27 int first = 1; local
33 if (!first) {
37 first = 0;
  /src/games/robots/
init_field.c 56 static bool first = true; local
99 if (first)
109 if (first)
117 if (first)
119 first = false;
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
t_bitst.c 19 char first = 1; local
23 if (!first)
26 first = 0;
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
t_bitst.c 19 char first = 1; local
23 if (!first)
26 first = 0;
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
t_bitst.c 19 char first = 1; local
23 if (!first)
26 first = 0;
  /src/external/bsd/atf/dist/tools/
several_tcs_helper.c 32 ATF_TC(first); variable
33 ATF_TC_HEAD(first, tc)
37 ATF_TC_BODY(first, tc)
62 ATF_TP_ADD_TC(tp, first);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
hash.h 33 struct hash_entry *first; /* Pointer to head of list of entries. */ member in struct:hash_table
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
hash.h 33 struct hash_entry *first; /* Pointer to head of list of entries. */ member in struct:hash_table
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
hash.h 33 struct hash_entry *first; /* Pointer to head of list of entries. */ member in struct:hash_table
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
cplabel.cc 24 bool first = true; local
31 if (first)
33 first = false;
50 bool first = true; local
57 if (first)
59 first = false;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
cplabel.cc 24 bool first = true; local
31 if (first)
33 first = false;
50 bool first = true; local
57 if (first)
59 first = false;
  /src/usr.bin/netstat/
pfkey.c 119 int first, type; local
140 for (first = 1, type = 0; type < 256; type++) {
143 if (first) {
145 first = 0;
172 for (first = 1, type = 0; type < 256; type++) {
175 if (first) {
177 first = 0;
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_attrval.c 150 int first; local
178 first = (die1 == NULL);
180 if (!first)
  /src/external/bsd/openldap/dist/include/ac/
dirent.h 36 int first; member in struct:DIR
  /src/external/bsd/unbound/dist/services/
outbound_list.h 54 struct outbound_entry* first; member in struct:outbound_list
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zle.c 45 uchar_t *first = src; local
51 *len = src - first - 1 + n;
60 *len = src - first - 1;
  /src/external/gpl3/gcc/dist/libgomp/
single.c 31 /* This routine is called when first encountering a SINGLE construct that
58 /* This routine is called when first encountering a SINGLE construct that
68 bool first; local
71 first = gomp_work_share_start (0);
73 if (first)
  /src/external/gpl3/gcc.old/dist/libgomp/
single.c 31 /* This routine is called when first encountering a SINGLE construct that
58 /* This routine is called when first encountering a SINGLE construct that
68 bool first; local
71 first = gomp_work_share_start (0);
73 if (first)

Completed in 95 milliseconds

1 2 3 4 5 6 7 8 91011>>