Home
last modified time | relevance | path

Searched refs:True (Results 1 – 25 of 78) sorted by relevance

1234

/dragonfly/tools/tools/splitpatch/
HDsplitpatch.py64 diff_line = { " ": True, "+": True, "-": True, "@": True, "!": True, '*': True }
/dragonfly/contrib/bzip2/
HDbzip2.c169 #define True ((Bool)1) macro
321 if (c == EOF) return True; in myfeof()
350 while (True) { in compressStream()
452 while (True) { in uncompressStream()
502 return True; in uncompressStream()
507 while (True) { in uncompressStream()
541 return True; in uncompressStream()
548 return True; /*notreached*/ in uncompressStream()
570 while (True) { in testStream()
602 return True; in testStream()
[all …]
HDbzlib.c146 return True; in isempty_RL()
226 s->inUse[s->state_in_ch] = True; in add_pair_to_block()
241 s->inUse[s->state_in_len-4] = True; in add_pair_to_block()
271 zs->inUse[zs->state_in_ch] = True; \
299 while (True) { in copy_input_until_stop()
304 progress_in = True; in copy_input_until_stop()
315 while (True) { in copy_input_until_stop()
322 progress_in = True; in copy_input_until_stop()
341 while (True) { in copy_output_until_stop()
349 progress_out = True; in copy_output_until_stop()
[all …]
HDhuffman.c48 while (True) { \
82 while (True) { in BZ2_hbMakeCodeLengths()
120 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths()
HDbzlib_private.h49 #define True ((Bool)1) macro
446 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
453 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \
477 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
HDdecompress.c45 while (True) { \
270 s->inUse16[i] = True; else in BZ2_decompress()
280 if (uc == 1) s->inUse[i * 16 + j] = True; in BZ2_decompress()
293 while (True) { in BZ2_decompress()
326 while (True) { in BZ2_decompress()
381 while (True) { in BZ2_decompress()
HDcompress.c176 while (True) { in generateMTFValues()
214 while (True) { in generateMTFValues()
345 while (True) { in sendMTFValues()
500 if (s->inUse[i * 16 + j]) inUse16[i] = True; in sendMTFValues()
548 while (True) { in sendMTFValues()
HDbzip2recover.c56 #define True ((Bool)1) macro
368 while (True) { in main()
439 while (True) { in main()
/dragonfly/contrib/gdb-7/gdb/python/lib/gdb/command/
HDexplore.py56 guard = True
264 while True:
278 Explorer.explore_expr(element_expr, element, True)
348 return True
351 element, True)
352 return True
431 has_explorable_fields = True
445 has_explorable_fields = True
461 True)
462 return True
[all …]
HDtype_printers.py71 result = True
80 ok = True
82 ok = True
84 ok = True
110 super(EnableTypePrinter, self).__init__(True, "enable type-printer")
HDpretty_printers.py81 return True
336 do_enable_pretty_printer(arg, True)
HDprompt.py56 self.hook_set = True
/dragonfly/sbin/adjkerntz/
HDadjkerntz.c55 #define True (1) macro
94 init = True; in main()
102 sleep_mode = True; in main()
114 sleep_mode = True; in main()
218 looping = True; in main()
290 need_restore = True; in main()
/dragonfly/contrib/gdb-7/gdb/python/lib/gdb/
HDprinting.py54 self.enabled = True
73 self.enabled = True
230 any_found = True
251 self.initialized = True
HDtypes.py64 return True
68 return True
130 self.enabled = True
/dragonfly/contrib/awk/
HDrun.c83 Cell *True = &truecell; variable
152 return(True); in execute()
191 return(True); in program()
213 return(True); in program()
543 return True; in awkdelete()
555 return True; in awkdelete()
579 return(True); in intest()
843 x = True; in matchop()
862 if (i) return(True); in boolop()
866 if (i) return(True); in boolop()
[all …]
/dragonfly/contrib/gdb-7/gdb/
HDcopyright.py48 for root, dirs, files in os.walk(gdb_dir, topdown=True):
135 return True
/dragonfly/contrib/gcc-4.7/gcc/common/
HDcommon-target.def86 /* True if unwinding tables should be generated by default. */
92 /* True if arbitrary sections are supported. */
100 "True if @file{..} components should always be removed from directory names\
/dragonfly/nrelease/gui/root/.fluxbox/
HDinit37 session.screen0.tab.rotatevertical: True
60 session.screen0.focusLastWindow: True
93 session.imageDither: True
/dragonfly/contrib/gcc-8.0/gcc/common/
HDcommon-target.def85 /* True if unwinding tables should be generated by default. */
91 /* True if arbitrary sections are supported. */
99 "True if @file{..} components should always be removed from directory names\
/dragonfly/contrib/gcc-4.7/gcc/
HDtarget.def146 "True if the @code{TARGET_ASM_UNWIND_EMIT} hook should be called before\
918 "True if the processor has an exposed pipeline, which means that not just\n\
1182 /* True if the target supports decimal floating point. */
1189 /* True if the target supports fixed-point. */
1296 /* True if new jumps cannot be created, to replace existing ones or
1336 /* True if X is a legitimate MODE-mode immediate operand. */
1343 /* True if the constant X cannot be placed in the constant pool. */
1352 "True if the insn @var{x} cannot be duplicated.",
1355 /* True if X is considered to be commutative. */
1362 /* True if ADDR is an address-expression whose effect depends
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDeapol_test.py60 while True:
99 fail = True
/dragonfly/contrib/bmake/mk/
HDmeta2deps.py291 self.srctops.sort(reverse=True)
292 self.objroots.sort(reverse=True)
447 skip = True
571 return True
716 output = True
/dragonfly/contrib/gdb-7/gdb/python/lib/gdb/function/
HDstrfns.py39 return True
/dragonfly/contrib/gdb-7/gdb/python/
HDpython-config.py55 '-I' + sysconfig.get_python_inc(plat_specific=True)]

1234