Home
last modified time | relevance | path

Searched refs:upper (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/netbsd/src/usr.bin/make/unit-tests/
Dhanoi-include.exp1 Move the upper disk from stack A to stack C.
2 Move the upper disk from stack A to stack B.
3 Move the upper disk from stack C to stack B.
4 Move the upper disk from stack A to stack C.
5 Move the upper disk from stack B to stack A.
6 Move the upper disk from stack B to stack C.
7 Move the upper disk from stack A to stack C.
8 Move the upper disk from stack A to stack B.
9 Move the upper disk from stack C to stack B.
10 Move the upper disk from stack C to stack A.
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/arm/
Dmaverick.c98 printfdbg ("\tupper half=0x%x\n", DSPregs[SRC1_REG].upper.i); in DSPMRC4()
101 *value = (ARMword) DSPregs[SRC1_REG].upper.i; in DSPMRC4()
106 *value = (ARMword) DSPregs[SRC1_REG].upper.i; in DSPMRC4()
109 DSPregs[SRC1_REG].upper.f); in DSPMRC4()
118 a = DSPregs[SRC1_REG].upper.f; in DSPMRC4()
119 b = DSPregs[SRC2_REG].upper.f; in DSPMRC4()
156 a = DSPregs[SRC1_REG].upper.f; in DSPMRC4()
157 b = DSPregs[SRC2_REG].upper.f; in DSPMRC4()
217 *value = (ARMword) DSPregs[SRC1_REG].upper.i; in DSPMRC5()
353 DSPregs[SRC1_REG].upper.i = (int) value; in DSPMCR4()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
Dctype_configure_char.cc113 ctype_base::mask(alpha | upper | xdigit | print) /* A */, in classic_table()
114 ctype_base::mask(alpha | upper | xdigit | print) /* B */, in classic_table()
115 ctype_base::mask(alpha | upper | xdigit | print) /* C */, in classic_table()
116 ctype_base::mask(alpha | upper | xdigit | print) /* D */, in classic_table()
117 ctype_base::mask(alpha | upper | xdigit | print) /* E */, in classic_table()
118 ctype_base::mask(alpha | upper | xdigit | print) /* F */, in classic_table()
119 ctype_base::mask(alpha | upper | print) /* G */, in classic_table()
120 ctype_base::mask(alpha | upper | print) /* H */, in classic_table()
121 ctype_base::mask(alpha | upper | print) /* I */, in classic_table()
122 ctype_base::mask(alpha | upper | print) /* J */, in classic_table()
[all …]
/netbsd/src/external/gpl3/binutils/dist/ld/emultempl/
Dmsp430.em227 * NAME starts with ".upper." or ".lower.". */
235 if (strncmp (name, ".upper.", 7) == 0)
254 into either their lower or their upper equivalents. */
265 lang_output_section_statement_type * upper;
277 if (strncmp (secname, ".upper.", 7) == 0
291 /* Compute the names of the corresponding upper and lower
304 upper_name = concat (".upper", name, NULL);
306 /* Find the corresponding lower and upper sections. */
308 upper = lang_output_section_find (upper_name);
310 if (lower == NULL && upper == NULL)
[all …]
/netbsd/src/external/bsd/atf/dist/tools/
Dconfig_file_test.cpp325 vars_map lower, upper; in ATF_TEST_CASE_BODY() local
327 ATF_REQUIRE(impl::merge_configs(lower, upper).empty()); in ATF_TEST_CASE_BODY()
333 vars_map lower, upper; in ATF_TEST_CASE_BODY() local
334 upper["var"] = "value"; in ATF_TEST_CASE_BODY()
336 vars_map merged = impl::merge_configs(lower, upper); in ATF_TEST_CASE_BODY()
343 vars_map lower, upper; in ATF_TEST_CASE_BODY() local
346 vars_map merged = impl::merge_configs(lower, upper); in ATF_TEST_CASE_BODY()
353 vars_map lower, upper; in ATF_TEST_CASE_BODY() local
356 upper["var2"] = "value2-u"; in ATF_TEST_CASE_BODY()
357 upper["var3"] = "value3"; in ATF_TEST_CASE_BODY()
[all …]
/netbsd/src/lib/libc/db/btree/
Dbt_split.c114 h->upper -= (indx_t)ilen; in __bt_split()
115 h->linp[skip] = h->upper; in __bt_split()
116 dest = (char *)(void *)h + h->upper; in __bt_split()
218 if ((uint32_t)h->upper - (uint32_t)h->lower < nbytes + sizeof(indx_t)) { in __bt_split()
237 h->linp[skip] = h->upper -= nbytes; in __bt_split()
243 h->linp[skip] = h->upper -= nbytes; in __bt_split()
268 h->linp[skip] = h->upper -= nbytes; in __bt_split()
286 h->linp[skip] = h->upper -= nbytes; in __bt_split()
360 r->upper = t->bt_psize; in bt_page()
399 l->upper = t->bt_psize; in bt_page()
[all …]
Dbt_put.c205 if ((uint32_t)h->upper - (uint32_t)h->lower < nbytes + sizeof(indx_t)) { in __bt_put()
217 h->linp[idx] = h->upper -= nbytes; in __bt_put()
218 dest = (char *)(void *)h + h->upper; in __bt_put()
286 if ((uint32_t)h->upper - (uint32_t)h->lower < nbytes + sizeof(indx_t)) in bt_fast()
/netbsd/src/tests/lib/libc/locale/
Dt_toupper.c48 const char *upper; member
77 i, (unsigned char)t->lower[i], (unsigned char)t->upper[i]); in h_swapcase()
79 answer = t->upper[i]; in h_swapcase()
83 reported = tolower((int)(unsigned char)t->upper[i]); in h_swapcase()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Di386-mpx-sigsegv.c39 upper (int * p, int * a, int * b, int * c, int * d, int len) in upper() function
77 upper (x, a, b, c, d, OUR_SIZE + 2); in main()
78 upper (sx, sa, sb, sc, sd, OUR_SIZE + 2); in main()
79 upper (gx, ga, gb, gc, gd, OUR_SIZE + 2); in main()
Di386-mpx-simple_segv.c21 upper (int * p, int len) in upper() function
34 upper (sx, OUR_SIZE + 2); in main()
/netbsd/src/libexec/getty/
Dmain.c95 int crmod, digit_or_punc, lower, upper; variable
329 upper = digit_or_punc = 0; in main()
336 upper = 1; in main()
360 if (!(upper || lower || digit_or_punc)) in main()
368 if (upper || UC) in main()
429 crmod = digit_or_punc = lower = upper = 0; in getname()
477 upper = 1; in getname()
520 if ((upper && !lower && !LC) || UC) in getname()
/netbsd/src/games/caesar/
Dcaesar.c70 static const unsigned char upper[LETTERS] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; variable
92 rottbl[upper[i]] = upper[(i + rot) % LETTERS]; in init_rottbl()
176 dot += (obs[upper[i]] + obs[lower[i]]) in guess_and_rotate()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/freebsd/
Dctype_inline.h62 *__vec = __maskrune (*__low, upper | lower | alpha | digit | xdigit in _GLIBCXX_VISIBILITY()
67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY()
127 *__vec = __maskrune (*__lo, upper | lower | alpha | digit | xdigit in _GLIBCXX_VISIBILITY()
Dctype_base.h48 static const mask upper = _CTYPE_U; in _GLIBCXX_VISIBILITY() member
62 static const mask upper = _U; in _GLIBCXX_VISIBILITY() member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/darwin/
Dctype_inline.h62 *__vec = __maskrune (*__low, upper | lower | alpha | digit | xdigit in _GLIBCXX_VISIBILITY()
67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY()
127 *__vec = __maskrune (*__lo, upper | lower | alpha | digit | xdigit in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/s390/32/
D_fixunsdfdi.c29 #define EXPD(fp) (((fp.l.upper) >> 20) & 0x7FF)
34 #define SIGN(fp) ((fp.l.upper) & SIGNBIT)
47 SItype_x upper; member
D_fixdfdi.c29 #define EXPD(fp) (((fp.l.upper) >> 20) & 0x7FF)
34 #define SIGN(fp) ((fp.l.upper) & SIGNBIT)
49 SItype_x upper; member
/netbsd/src/sys/arch/m68k/fpsp/
Dbinstr.sa55 * to force the first byte formed to have a 0 in the upper 4 bits.
72 * upper word of d0. If it is the ls digit, write the word
83 * d2: upper 32-bits of fraction for mul by 8
85 * d4: upper 32-bits of fraction for mul by 2
132 addx.l d4,d2 ;add with extend upper 32 bits
135 swap d6 ;with d6 = 0; put 0 in upper word
143 asl.w #4,d7 ;first digit in upper 4 bits d7b
157 lsl.w #4,d7 ;move it to upper 4 bits
/netbsd/src/external/gpl3/binutils/dist/ld/scripttempl/
Delf32msp430.sc174 *(.upper.text.* .upper.text)
204 *(.upper.rodata.* .upper.rodata)
278 *(.upper.data.* .upper.data)
298 *(.upper.bss.* .upper.bss)
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dcompare_two_ftime_report_sets409 self.upper = first
413 self.upper = second
417 radius = self.upper.mean - self.lower.mean
419 falling = self.upper.alpha_for_radius(radius)
422 falling = self.upper.degree_for_radius(radius)
427 change = divide(self.upper.mean, self.lower.mean) - 1
/netbsd/src/tests/kernel/kqueue/
Dt_timer.c47 time_t upper = seconds; in check_timespec() local
55 upper *= 4; in check_timespec()
61 else if (ts->tv_sec > upper || in check_timespec()
62 (ts->tv_sec == upper && ts->tv_nsec >= 500000000)) in check_timespec()
67 seconds - 1, upper); in check_timespec()
/netbsd/src/external/bsd/flex/dist/tests/
Dccl.l45 ^"^upper:"[[:^upper:]]+@upper@\n printf("OK: %s", yytext); ++yylineno; return 1;
60 ^"a-u+Q:"([[:alpha:]]{-}[[:upper:]]{+}[Q])+"@a-u+Q@"\n a_ok();
/netbsd/src/external/cddl/osnet/dev/dtrace/
Ddtrace_debug.c223 dtrace_debug_ksprintn(char *nbuf, uintmax_t num, int base, int *lenp, int upper) in dtrace_debug_ksprintn() argument
231 *++p = upper ? toupper(c) : c; in dtrace_debug_ksprintn()
250 int dwidth, upper; in dtrace_debug_vprintf() local
272 sign = 0; dot = 0; dwidth = 0; upper = 0; in dtrace_debug_vprintf()
442 upper = 1; in dtrace_debug_vprintf()
494 p = dtrace_debug_ksprintn(nbuf, num, base, &tmp, upper); in dtrace_debug_vprintf()
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Dintel_uncore.h409 u32 upper, lower, old_upper, loop = 0; in intel_uncore_read64_2x32() local
410 upper = intel_uncore_read(uncore, upper_reg); in intel_uncore_read64_2x32()
412 old_upper = upper; in intel_uncore_read64_2x32()
414 upper = intel_uncore_read(uncore, upper_reg); in intel_uncore_read64_2x32()
415 } while (upper != old_upper && loop++ < 2); in intel_uncore_read64_2x32()
416 return (u64)upper << 32 | lower; in intel_uncore_read64_2x32()
/netbsd/src/games/ching/printching/
Dprintching.c139 int lower, upper; /* encoded values of lower and upper trigrams */ in doahex() local
144 upper = codem(3); in doahex()
148 if (table[i].lines == upper) in doahex()

12345678910>>...29