Symbol: reverse
common/lib/libc/gen/radixtree.c
808
const bool reverse, const bool dense)
common/lib/libc/gen/radixtree.c
825
const int step = reverse ? -1 : 1;
common/lib/libc/gen/radixtree.c
826
const unsigned int first = reverse ? RADIX_TREE_PTR_PER_NODE - 1 : 0;
common/lib/libc/gen/radixtree.c
827
const unsigned int last = reverse ? 0 : RADIX_TREE_PTR_PER_NODE - 1;
common/lib/libc/gen/radixtree.c
841
if (reverse && !dense) {
lib/libc/stdlib/merge.c
337
reverse(f1, f2 - size);
lib/libc/stdlib/merge.c
342
reverse(f1, f2 - size);
sys/arch/hpc/hpc/config_hook.c
172
__config_hook_call(int type, long id, void *msg, int reverse)
sys/arch/hpc/hpc/config_hook.c
183
if (reverse) {
sys/arch/hpc/stand/hpcboot/framebuffer.cpp
104
type = reverse ? BIFB_D2_M2L_3 : BIFB_D2_M2L_0;
sys/arch/hpc/stand/hpcboot/framebuffer.cpp
107
type = reverse ? BIFB_D4_M2L_F : BIFB_D4_M2L_0;
sys/arch/hpc/stand/hpcboot/framebuffer.cpp
110
type = reverse ? BIFB_D8_FF : BIFB_D8_00;
sys/arch/hpc/stand/hpcboot/framebuffer.cpp
113
type = reverse ? BIFB_D16_FFFF : BIFB_D16_0000;
sys/arch/hpc/stand/hpcboot/framebuffer.cpp
97
BOOL reverse = HPC_PREFERENCE.reverse_video;
sys/arch/hpcmips/dev/plumvideo.c
305
plumvideo_init(struct plumvideo_softc *sc, int *reverse)
sys/arch/hpcmips/dev/plumvideo.c
314
*reverse = video_reverse_color();
sys/arch/hpcmips/dev/plumvideo.c
337
bootinfo->fb_type = *reverse ? BIFB_D8_FF : BIFB_D8_00;
sys/arch/hpcmips/tx/tx3912video.c
303
int fbdepth, reverse, error;
sys/arch/hpcmips/tx/tx3912video.c
305
reverse = video_reverse_color();
sys/arch/hpcmips/tx/tx3912video.c
313
bootinfo->fb_type = reverse ? BIFB_D2_M2L_3 : BIFB_D2_M2L_0;
sys/arch/hpcmips/tx/tx3912video.c
318
bootinfo->fb_type = reverse ? BIFB_D2_M2L_3 : BIFB_D2_M2L_0;
sys/arch/hpcmips/tx/tx3912video.c
326
bootinfo->fb_type = reverse ? BIFB_D8_FF : BIFB_D8_00;
sys/arch/powerpc/powerpc/fix_unaligned.c
382
reverse = flags & UAF_REVERSE,
sys/arch/powerpc/powerpc/fix_unaligned.c
399
if (reverse)
sys/arch/powerpc/powerpc/fix_unaligned.c
404
if (reverse)
sys/arch/powerpc/powerpc/fix_unaligned.c
415
tf->tf_fixreg[rs] = reverse ?
sys/arch/powerpc/powerpc/fix_unaligned.c
418
tf->tf_fixreg[rs] = reverse ?
sys/arch/sparc64/sparc64/db_interface.c
848
int i, start = 0, full = 0, reverse = 0;
sys/arch/sparc64/sparc64/db_interface.c
862
reverse = 1;
sys/arch/sparc64/sparc64/db_interface.c
876
if (reverse) {
sys/dev/hpc/hpcfb.c
514
int reverse = fbconf->hf_access_flags & HPCFB_ACCESS_REVERSE;
sys/dev/hpc/hpcfb.c
530
if (reverse) {
sys/dev/hpc/hpcfb.c
545
if (reverse) {
sys/dev/hpc/video_subr.c
290
int reverse, normal;
sys/dev/hpc/video_subr.c
305
} else if (fbtype == ctypep->reverse) {
sys/dev/wsfont/wsfont.c
351
static const u_char reverse[256] = {
sys/dev/wsfont/wsfont.c
409
*p = reverse[*p];
tests/lib/libc/locale/t_iconv.c
283
struct sample reverse = {
tests/lib/libc/locale/t_iconv.c
303
test_sample(buf, &reverse);
usr.bin/patch/common.h
101
extern bool reverse;
usr.bin/patch/patch.c
270
reverse = !reverse;
usr.bin/patch/patch.c
278
reverse = !reverse;
usr.bin/patch/patch.c
283
reverse = !reverse;
usr.bin/patch/patch.c
289
reverse ? "R" : "Unr",
usr.bin/patch/patch.c
290
reverse ? "" : "not ",
usr.bin/patch/patch.c
291
reverse ? "Assuming" : "Ignoring");
usr.bin/patch/patch.c
294
reverse ? "R" : "Unr",
usr.bin/patch/patch.c
295
reverse ? "" : "not ",
usr.bin/patch/patch.c
296
reverse ? "Assume" : "Ignore");
usr.bin/patch/patch.c
302
reverse = !reverse;
usr.bin/patch/patch.c
457
reverse = reverse_flag_specified;
usr.bin/patch/patch.c
586
reverse = true;
usr.bin/patch/patch.c
84
bool reverse = false;
usr.bin/patch/pch.c
1152
if (reverse) /* backwards patch? */
usr.bin/sort/fields.c
252
int reverse)
usr.bin/sort/fields.c
262
if (reverse & R)
usr.bin/tail/extern.h
41
void reverse(FILE *, enum STYLE, off_t, struct stat *);
usr.bin/tail/tail.c
198
reverse(fp, style, off, &sb);
usr.bin/tail/tail.c
222
reverse(stdin, style, off, &sb);
usr.bin/tsort/tsort.c
105
static int debug, longest, quiet, reverse;
usr.bin/tsort/tsort.c
139
reverse = 1;
usr.bin/tsort/tsort.c
183
if (reverse)
usr.bin/ul/ul.c
192
reverse(obuf, obuf_size);
usr.bin/ul/ul.c
210
reverse(obuf, obuf_size);
usr.bin/ul/ul.c
89
static void reverse(struct CHAR *, size_t);
usr.sbin/lpr/pac/pac.c
151
reverse++;
usr.sbin/lpr/pac/pac.c
407
return(reverse ? -r : r);
usr.sbin/lpr/pac/pac.c
71
static int reverse; /* Reverse sort order */