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

1 2 3

  /src/external/lgpl3/mpfr/dist/tests/
tli2.c 81 normal (void) function
184 normal ();
tli2.c 81 normal (void) function
184 normal ();
  /src/sys/dev/isa/
ics2101.c 80 unsigned char normal; local
105 normal = 0x0;
107 normal = flip_left[chan];
109 normal = 0x01;
114 normal = 0x0;
116 normal = flip_right[chan];
118 normal = 0x02;
122 bus_space_write_1(iot, sc->sc_dataio_ioh, sc->sc_dataio, normal);
ics2101.c 80 unsigned char normal; local
105 normal = 0x0;
107 normal = flip_left[chan];
109 normal = 0x01;
114 normal = 0x0;
116 normal = flip_right[chan];
118 normal = 0x02;
122 bus_space_write_1(iot, sc->sc_dataio_ioh, sc->sc_dataio, normal);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
sect-names.h 23 /* Names for a dwarf2 debugging section. The field NORMAL is the normal
27 the debugging section is not supported, the field NORMAL can be NULL too.
28 It doesn't make sense to have a NULL NORMAL field but a non-NULL COMPRESSED
32 const char *normal; member in struct:dwarf2_section_names
38 return ((normal != nullptr && strcmp (name, normal) == 0)
sect-names.h 23 /* Names for a dwarf2 debugging section. The field NORMAL is the normal
27 the debugging section is not supported, the field NORMAL can be NULL too.
28 It doesn't make sense to have a NULL NORMAL field but a non-NULL COMPRESSED
32 const char *normal; member in struct:dwarf2_section_names
38 return ((normal != nullptr && strcmp (name, normal) == 0)
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
sect-names.h 23 /* Names for a dwarf2 debugging section. The field NORMAL is the normal
27 the debugging section is not supported, the field NORMAL can be NULL too.
28 It doesn't make sense to have a NULL NORMAL field but a non-NULL COMPRESSED
32 const char *normal; member in struct:dwarf2_section_names
38 return ((normal != nullptr && strcmp (name, normal) == 0)
sect-names.h 23 /* Names for a dwarf2 debugging section. The field NORMAL is the normal
27 the debugging section is not supported, the field NORMAL can be NULL too.
28 It doesn't make sense to have a NULL NORMAL field but a non-NULL COMPRESSED
32 const char *normal; member in struct:dwarf2_section_names
38 return ((normal != nullptr && strcmp (name, normal) == 0)
  /src/sys/dev/hpc/
video_subr.c 290 int reverse, normal; member in struct:__anon2577
302 for (ctypep = ctype; ctypep->normal != -1 ; ctypep++) {
303 if (fbtype == ctypep->normal) {
video_subr.c 290 int reverse, normal; member in struct:__anon2577
302 for (ctypep = ctype; ctypep->normal != -1 ; ctypep++) {
303 if (fbtype == ctypep->normal) {
  /src/sys/arch/ews4800mips/stand/common/
console.h 91 const uint8_t *normal; member in struct:zskbd
console.h 91 const uint8_t *normal; member in struct:zskbd
  /src/external/gpl2/grep/dist/intl/
Makefile 77 DISTFILES.normal = VERSION
306 rm -f ChangeLog.inst $(DISTFILES.normal); \
323 additional="$(DISTFILES.normal)"; \
Makefile 77 DISTFILES.normal = VERSION
306 rm -f ChangeLog.inst $(DISTFILES.normal); \
323 additional="$(DISTFILES.normal)"; \
  /src/external/gpl3/gdb/dist/readline/readline/
colors.h 110 normal, enumerator in enum:filetype
colors.h 110 normal, enumerator in enum:filetype
  /src/external/gpl3/gdb.old/dist/readline/readline/
colors.h 110 normal, enumerator in enum:filetype
colors.h 110 normal, enumerator in enum:filetype
  /src/games/worms/
worms.c 81 normal[8] = { variable in typeref:struct:options
529 : (y == bottom ? lower : normal)))
worms.c 81 normal[8] = { variable in typeref:struct:options
529 : (y == bottom ? lower : normal)))
  /src/external/gpl2/texinfo/dist/info/
infokey.c 420 normal,
483 seqstate = normal;
526 case normal:
557 seqstate = normal;
561 seqstate = normal;
565 seqstate = normal;
569 seqstate = normal;
573 seqstate = normal;
577 seqstate = normal;
586 seqstate = normal;
418 normal, enumerator in enum:__anon9528
    [all...]
infokey.c 420 normal,
483 seqstate = normal;
526 case normal:
557 seqstate = normal;
561 seqstate = normal;
565 seqstate = normal;
569 seqstate = normal;
573 seqstate = normal;
577 seqstate = normal;
586 seqstate = normal;
418 normal, enumerator in enum:__anon9528
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/
task.c 198 size_t normal = nout + nmutexinoutset + nin; local
201 for (i = normal; i < ndepend; i++)
223 for (i = 0; i < normal; i++)
229 for (i = normal; i < ndepend; i++)
1922 size_t normal = ndepend; local
1934 normal = nout + (uintptr_t) depend[4];
1953 if (__builtin_expect (i >= normal, 0))
task.c 198 size_t normal = nout + nmutexinoutset + nin; local
201 for (i = normal; i < ndepend; i++)
223 for (i = 0; i < normal; i++)
229 for (i = normal; i < ndepend; i++)
1922 size_t normal = ndepend; local
1934 normal = nout + (uintptr_t) depend[4];
1953 if (__builtin_expect (i >= normal, 0))
  /src/external/gpl3/gcc.old/dist/libgomp/
task.c 195 size_t normal = nout + nmutexinoutset + nin; local
197 for (i = normal; i < ndepend; i++)
215 for (i = 0; i < normal; i++)
220 for (i = normal; i < ndepend; i++)
1725 size_t normal = ndepend; local
1737 normal = nout + (uintptr_t) depend[4];
1745 if (__builtin_expect (i >= normal, 0))

Completed in 69 milliseconds

1 2 3