Searched refs:FALSE (Results 101 - 125 of 708) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-cris.c104 FALSE, /* pc_relative */
109 FALSE, /* partial_inplace */
112 FALSE), /* pcrel_offset */
119 FALSE, /* pc_relative */
124 FALSE, /* partial_inplace */
127 FALSE), /* pcrel_offset */
134 FALSE, /* pc_relative */
139 FALSE, /* partial_inplace */
142 FALSE), /* pcrel_offset */
149 FALSE, /* pc_relativ
[all...]
H A Dcpu-h8500.c124 = NEWHOWTO (howto16_callback, "abs16", 1, FALSE, FALSE);
126 = NEWHOWTO (howto8_callback, "abs8", 0, FALSE, FALSE);
129 = NEWHOWTO (howto8_FFnn_callback, "ff00+abs8", 0, FALSE, FALSE);
132 = NEWHOWTO (howto8_pcrel_callback, "pcrel8", 0, FALSE, TRUE);
166 return FALSE;
H A Delf32-fr30.c59 FALSE, /* pc_relative */
64 FALSE, /* partial_inplace */
67 FALSE), /* pcrel_offset */
74 FALSE, /* pc_relative */
82 FALSE), /* pcrel_offset */
89 FALSE, /* pc_relative */
97 FALSE), /* pcrel_offset */
104 FALSE, /* pc_relative */
112 FALSE), /* pcrel_offset */
119 FALSE, /* pc_relativ
[all...]
H A Darchive64.c62 return FALSE;
65 return FALSE;
73 bfd_has_map (abfd) = FALSE;
79 return FALSE;
87 return FALSE;
99 return FALSE;
138 return FALSE;
190 return FALSE;
194 return FALSE;
213 return FALSE;
[all...]
H A Delf64-s390.c105 FALSE, /* pc_relative */
110 FALSE, /* partial_inplace */
113 FALSE), /* pcrel_offset */
115 HOWTO(R_390_8, 0, 0, 8, FALSE, 0, complain_overflow_bitfield,
116 bfd_elf_generic_reloc, "R_390_8", FALSE, 0,0x000000ff, FALSE),
117 HOWTO(R_390_12, 0, 1, 12, FALSE, 0, complain_overflow_dont,
118 bfd_elf_generic_reloc, "R_390_12", FALSE, 0,0x00000fff, FALSE),
119 HOWTO(R_390_16, 0, 1, 16, FALSE,
[all...]
H A Dpe-mips.c182 #define PCRELOFFSET FALSE
194 FALSE, /* pc_relative */
199 FALSE, /* partial_inplace */
202 FALSE), /* pcrel_offset */
209 FALSE, /* pc_relative */
217 FALSE), /* pcrel_offset */
224 FALSE, /* pc_relative */
232 FALSE), /* pcrel_offset */
239 FALSE, /* pc_relative */
250 FALSE), /* pcrel_offse
[all...]
H A Dbout.c242 return FALSE;
293 return FALSE;
319 return FALSE;
351 return FALSE;
354 return FALSE;
358 return FALSE;
361 return FALSE;
364 return FALSE;
367 return FALSE;
502 HOWTO(CALLJ, 0, 2, 24, TRUE, 0, complain_overflow_signed, 0,"callj", TRUE, 0x00ffffff, 0x00ffffff,FALSE);
[all...]
H A Dcoff-ppc.c434 FALSE, /* pc_relative */
439 FALSE, /* partial_inplace */
442 FALSE), /* pcrel_offset */
450 FALSE, /* pc_relative */
458 FALSE), /* pcrel_offset */
466 FALSE, /* pc_relative */
474 FALSE), /* pcrel_offset */
485 FALSE, /* pc_relative */
493 FALSE), /* pcrel_offset */
501 FALSE, /* pc_relativ
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dtypes.h88 #ifndef FALSE
89 FALSE = 0, enumerator in enum:__anon2472
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dangel.h130 # undef FALSE /* some OSF headers define as 1 */ macro
131 # define FALSE false macro
/haiku-fatelf/src/bin/gdb/gdb/vx-share/
H A Dwait.h29 #if FALSE
37 #endif FALSE
H A DvxWorks.h23 fixed #define's of FALSE, TRUE, etc.
53 #if !defined(FALSE) || (FALSE!=0)
54 #define FALSE 0 macro
/haiku-fatelf/src/libs/ncurses/form/
H A Dfty_ipv4.c27 | FALSE - field is invalid
47 || d3 > 255 || d4 > 255) ? FALSE : TRUE);
59 | FALSE - character is invalid
64 return ((isdigit(UChar(c)) || (c == '.')) ? TRUE : FALSE);
H A Dfld_page.c72 | FALSE - field doesn't start a new page
79 returnBool((Normalize_Field(field)->status & _NEWPAGE) ? TRUE : FALSE);
H A Dfld_stat.c69 | FALSE - buffer has not been changed
76 returnBool((Normalize_Field(field)->status & _CHANGED) ? TRUE : FALSE);
/haiku-fatelf/src/libs/ncurses/menu/
H A Dm_item_val.c71 item->value = value ? TRUE : FALSE;
95 | FALSE - if item is not selected
101 returnBool((Normalize_Item(item)->value) ? TRUE : FALSE);
/haiku-fatelf/src/libs/ncurses/test/
H A Dhashtest.c22 static bool continuous = FALSE;
23 static bool reverse_loops = FALSE;
24 static bool single_step = FALSE;
25 static bool extend_corner = FALSE;
61 scrollok(stdscr, FALSE);
161 int test_normal = FALSE;
162 int test_optimize = FALSE;
218 run_test(FALSE);
/haiku-fatelf/src/bin/bash/
H A Dtest.c90 TRUE and FALSE are what we use to compute the final output value.
92 Default is TRUE = 1, FALSE = 0, SHELL_BOOLEAN = (!value). */
94 #define FALSE 0 macro
159 argument is FALSE. Made a macro for efficiency. */
173 return (FALSE ^ or ()); /* Same with this. */
301 return (FALSE);
306 return (FALSE);
315 return (FALSE);
330 return (FALSE); /* should probably longjmp here */
333 return (FALSE); /* ditt
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A Dfamily.h77 #define LAYLA24_HAS_VMIXER FALSE
H A DCGina24DspCommObject.cpp68 m_fHasVmixer = FALSE;
85 m_bProfessionalSpdif = FALSE;
146 return FALSE;
197 bSetRate = FALSE;
206 bWriteControlReg = FALSE;
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DMACProgressHelper.h20 void UpdateProgress(int nCurrentStep = -1, BOOL bForceUpdate = FALSE);
H A DAPETag.cpp92 m_bAnalyzed = FALSE;
95 m_bIgnoreReadOnly = FALSE;
105 m_spIO.Assign(pIO, FALSE, FALSE); // we don't own the IO source
106 m_bAnalyzed = FALSE;
123 if (m_bAnalyzed == FALSE) { Analyze(); }
130 if (m_bAnalyzed == FALSE) { Analyze(); }
142 if (Remove(FALSE) != ERROR_SUCCESS)
149 if (bUseOldID3 == FALSE)
220 m_bHasID3Tag = FALSE;
[all...]
H A DAPEInfo.h66 #define GET_USES_CRC(APE_INFO) (((APE_INFO)->GetInfo(APE_INFO_FORMAT_FLAGS) & MAC_FORMAT_FLAG_CRC) ? TRUE : FALSE)
67 #define GET_FRAMES_START_ON_BYTES_BOUNDARIES(APE_INFO) (((APE_INFO)->GetInfo(APE_INFO_FILE_VERSION) > 3800) ? TRUE : FALSE)
68 #define GET_USES_SPECIAL_FRAMES(APE_INFO) (((APE_INFO)->GetInfo(APE_INFO_FILE_VERSION) > 3820) ? TRUE : FALSE)
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_nl.c71 SP->_nl = FALSE;
/haiku-fatelf/src/tools/docbook/libxml2/include/
H A Dwin32config.h105 #if !defined(FALSE)
106 #define FALSE 0 macro
109 #define TRUE (!(FALSE))

Completed in 160 milliseconds

1234567891011>>