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

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/gen/
ctermid.c 53 static char def[] = _PATH_TTY; local
56 (void)strncpy(s, def, L_ctermid);
59 return (def);
ctermid.c 53 static char def[] = _PATH_TTY; local
56 (void)strncpy(s, def, L_ctermid);
59 return (def);
  /src/external/gpl3/gcc/dist/gcc/
genenums.cc 34 struct enum_type *def; local
37 def = (struct enum_type *) *slot;
38 printf ("\nconst char *const %s_strings[] = {", def->name);
39 for (value = def->values; value; value = value->next)
41 printf ("\n \"%s\"", value->def->name);
genenums.cc 34 struct enum_type *def; local
37 def = (struct enum_type *) *slot;
38 printf ("\nconst char *const %s_strings[] = {", def->name);
39 for (value = def->values; value; value = value->next)
41 printf ("\n \"%s\"", value->def->name);
genconstants.cc 41 struct md_constant *def = (struct md_constant *) *slot; local
43 if (!def->parent_enum)
44 printf ("#define %s %s\n", def->name, def->value);
54 struct enum_type *def; local
58 def = (struct enum_type *) *slot;
59 printf ("\nenum %s {", def->name);
60 for (value = def->values; value; value = value->next)
62 printf ("\n %s = %s", value->def->name, value->def->value)
    [all...]
genconstants.cc 41 struct md_constant *def = (struct md_constant *) *slot; local
43 if (!def->parent_enum)
44 printf ("#define %s %s\n", def->name, def->value);
54 struct enum_type *def; local
58 def = (struct enum_type *) *slot;
59 printf ("\nenum %s {", def->name);
60 for (value = def->values; value; value = value->next)
62 printf ("\n %s = %s", value->def->name, value->def->value)
    [all...]
genconditions.cc 229 rtx def = info.def; local
230 add_c_test (get_c_test (def), -1);
231 switch (GET_CODE (def))
237 if (!strcmp (XSTR (def, 0), "eh_return"))
genconditions.cc 229 rtx def = info.def; local
230 add_c_test (get_c_test (def), -1);
231 switch (GET_CODE (def))
237 if (!strcmp (XSTR (def, 0), "eh_return"))
  /src/external/gpl3/gcc.old/dist/gcc/
genenums.cc 34 struct enum_type *def; local
37 def = (struct enum_type *) *slot;
38 printf ("\nconst char *const %s_strings[] = {", def->name);
39 for (value = def->values; value; value = value->next)
41 printf ("\n \"%s\"", value->def->name);
genenums.cc 34 struct enum_type *def; local
37 def = (struct enum_type *) *slot;
38 printf ("\nconst char *const %s_strings[] = {", def->name);
39 for (value = def->values; value; value = value->next)
41 printf ("\n \"%s\"", value->def->name);
genconstants.cc 41 struct md_constant *def = (struct md_constant *) *slot; local
43 if (!def->parent_enum)
44 printf ("#define %s %s\n", def->name, def->value);
54 struct enum_type *def; local
58 def = (struct enum_type *) *slot;
59 printf ("\nenum %s {", def->name);
60 for (value = def->values; value; value = value->next)
62 printf ("\n %s = %s", value->def->name, value->def->value)
    [all...]
genconstants.cc 41 struct md_constant *def = (struct md_constant *) *slot; local
43 if (!def->parent_enum)
44 printf ("#define %s %s\n", def->name, def->value);
54 struct enum_type *def; local
58 def = (struct enum_type *) *slot;
59 printf ("\nenum %s {", def->name);
60 for (value = def->values; value; value = value->next)
62 printf ("\n %s = %s", value->def->name, value->def->value)
    [all...]
genconditions.cc 229 rtx def = info.def; local
230 add_c_test (get_c_test (def), -1);
231 switch (GET_CODE (def))
237 if (!strcmp (XSTR (def, 0), "eh_return"))
genconditions.cc 229 rtx def = info.def; local
230 add_c_test (get_c_test (def), -1);
231 switch (GET_CODE (def))
237 if (!strcmp (XSTR (def, 0), "eh_return"))
  /src/external/mit/xorg/share/cf/
Makefile 27 xf86.tmpl xf86site.def xfree86.cf xorg.cf xorgversion.def
31 FILES+= date.def host.def xorgsite.def
33 # Handle site.def specificly because it is provided in dist
35 FILES+= netbsd.site.def
36 FILESNAME_netbsd.site.def= site.def
37 CLEANFILES+= netbsd.site.def
    [all...]
Makefile 27 xf86.tmpl xf86site.def xfree86.cf xorg.cf xorgversion.def
31 FILES+= date.def host.def xorgsite.def
33 # Handle site.def specificly because it is provided in dist
35 FILES+= netbsd.site.def
36 FILESNAME_netbsd.site.def= site.def
37 CLEANFILES+= netbsd.site.def
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_athub_v1_0.c 40 uint32_t def, data; local
42 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
49 if (def != data)
56 uint32_t def, data; local
58 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
66 if(def != data)
amdgpu_athub_v2_0.c 43 uint32_t def, data; local
45 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
52 if (def != data)
60 uint32_t def, data; local
62 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
70 if (def != data)
amdgpu_athub_v1_0.c 40 uint32_t def, data; local
42 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
49 if (def != data)
56 uint32_t def, data; local
58 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
66 if(def != data)
amdgpu_athub_v2_0.c 43 uint32_t def, data; local
45 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
52 if (def != data)
60 uint32_t def, data; local
62 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
70 if (def != data)
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
tracepoint-selftests.c 30 const char def[] = ("1234:6d61726b657231:6578747261207374756666," local
33 const char *start = def;
57 SELF_CHECK (end == def + strlen (def));
tracepoint-selftests.c 30 const char def[] = ("1234:6d61726b657231:6578747261207374756666," local
33 const char *start = def;
57 SELF_CHECK (end == def + strlen (def));
  /src/external/gpl3/gdb/dist/gdb/unittests/
tracepoint-selftests.c 30 const char def[] = ("1234:6d61726b657231:6578747261207374756666," local
33 const char *start = def;
57 SELF_CHECK (end == def + strlen (def));
tracepoint-selftests.c 30 const char def[] = ("1234:6d61726b657231:6578747261207374756666," local
33 const char *start = def;
57 SELF_CHECK (end == def + strlen (def));
  /src/bin/dd/
conv.c 56 * def --
62 def(void) function

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>