HomeSort by: relevance | last modified time | path
    Searched refs:loc (Results 1 - 25 of 2330) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
data.c 25 volatile static int loc; local
27 loc += 1; /* test.2 */
28 glob += loc; /* test.3 */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
data.c 25 volatile static int loc; local
27 loc += 1; /* test.2 */
28 glob += loc; /* test.3 */
  /src/external/mit/isl/dist/
opt_type.h 5 #define OPT_TYPE_ARG(loc) , loc type
6 #define OPT_TYPE_ARG_FIRST(loc) loc type,
7 #define OPT_SET_TYPE(loc,val) loc type = (val);
12 #define OPT_TYPE_ARG(loc)
13 #define OPT_TYPE_ARG_FIRST(loc)
14 #define OPT_SET_TYPE(loc,val)
  /src/external/cddl/dtracetoolkit/dist/
install 30 read loc junk
31 if [[ "$loc" == "" ]]; then loc="/opt/DTT"; fi
33 (( DEBUG )) && print "DEBUG: loc $loc"
36 if print "$loc" | grep '^[./]*$' > /dev/null; then
37 print "ERROR1: Location \"$loc\" is ambiguous.\n."
45 if print "$loc" | grep '[^a-zA-Z0-9_.-/]' > /dev/null; then
46 print "ERROR2: Sorry, location \"$loc\" contains bad characters.\n."
54 basename=${loc%/*
    [all...]
  /src/sys/arch/sparc/sparc/
asm.h 61 #define lduba(loc, asi) ({ \
64 "r" ((int)(loc)), "n" (asi)); \
69 #define lduha(loc, asi) ({ \
72 "r" ((int)(loc)), "n" (asi)); \
77 #define lda(loc, asi) ({ \
80 "r" ((int)(loc)), "n" (asi)); \
85 #define stba(loc, asi, value) ({ \
87 "r" ((int)(value)), "r" ((int)(loc)), "n" (asi)); \
91 #define stha(loc, asi, value) ({ \
93 "r" ((int)(value)), "r" ((int)(loc)), "n" (asi));
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
dprintf.c 35 int loc = 1234; local
40 printf ("kickoff %d\n", loc);
41 fprintf (stderr, "also to stderr %d\n", loc);
43 foo (loc++);
44 foo (loc++);
45 foo (loc++);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-dprintf.c 37 int loc = 1234; local
42 printf ("kickoff %d\n", loc);
43 fprintf (stderr, "also to stderr %d\n", loc);
45 foo (loc++);
46 foo (loc++);
47 foo (loc++);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
dprintf.c 35 int loc = 1234; local
40 printf ("kickoff %d\n", loc);
41 fprintf (stderr, "also to stderr %d\n", loc);
43 foo (loc++);
44 foo (loc++);
45 foo (loc++);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-dprintf.c 37 int loc = 1234; local
42 printf ("kickoff %d\n", loc);
43 fprintf (stderr, "also to stderr %d\n", loc);
45 foo (loc++);
46 foo (loc++);
47 foo (loc++);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
cp-replace-typedefs-ns-template.exp 74 foreach loc {
80 check_bp $loc "NS1::NS2::Templ1<int>::static_method<int>(NS1::NS2::object*)"
83 foreach loc {
87 check_bp $loc "NS1::NS2::Templ2<int, int>::static_method<int>(NS1::NS2::object*)"
92 foreach loc {
101 check_bp $loc "NS1::NS2::Templ2<int, int>::static_method<int>(NS1::NS2::object*)"
108 check_setting_bp_fails "b $loc"
116 foreach loc {
120 check_bp $loc "NS1::NS2::int_Templ1_t_func(NS1::NS2::Templ1<int>*)"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
cp-replace-typedefs-ns-template.exp 74 foreach loc {
80 check_bp $loc "NS1::NS2::Templ1<int>::static_method<int>(NS1::NS2::object*)"
83 foreach loc {
87 check_bp $loc "NS1::NS2::Templ2<int, int>::static_method<int>(NS1::NS2::object*)"
92 foreach loc {
101 check_bp $loc "NS1::NS2::Templ2<int, int>::static_method<int>(NS1::NS2::object*)"
108 check_setting_bp_fails "b $loc"
116 foreach loc {
120 check_bp $loc "NS1::NS2::int_Templ1_t_func(NS1::NS2::Templ1<int>*)"
  /src/external/apache2/llvm/dist/libcxx/src/support/win32/
locale_win32.cpp 35 lconv *localeconv_l( locale_t &loc )
37 __libcpp_locale_guard __current(loc);
41 return loc.__store_lconv(lc);
44 mbstate_t *__restrict ps, locale_t loc )
46 __libcpp_locale_guard __current(loc);
50 size_t len, mbstate_t *__restrict ps, locale_t loc )
52 __libcpp_locale_guard __current(loc);
56 locale_t loc )
58 __libcpp_locale_guard __current(loc);
62 size_t n, mbstate_t *__restrict ps, locale_t loc )
    [all...]
  /src/external/gpl3/gcc/dist/libcody/
fatal.cc 17 void (AssertFailed) (Location loc) noexcept
19 (HCF) ("assertion failed", loc);
21 void (Unreachable) (Location loc) noexcept
23 (HCF) ("unreachable reached", loc);
29 , Location const loc
35 constexpr Location loc (nullptr, 0);
39 if (char const *file = loc.File ())
50 fprintf (stderr, " at %s:%u", file, loc.Line ());
  /src/external/gpl3/gcc.old/dist/libcody/
fatal.cc 17 void (AssertFailed) (Location loc) noexcept
19 (HCF) ("assertion failed", loc);
21 void (Unreachable) (Location loc) noexcept
23 (HCF) ("unreachable reached", loc);
29 , Location const loc
35 constexpr Location loc (nullptr, 0);
39 if (char const *file = loc.File ())
50 fprintf (stderr, " at %s:%u", file, loc.Line ());
  /src/external/apache2/llvm/dist/libcxx/include/
__bsd_locale_defaults.h 21 #define __libcpp_mb_cur_max_l(loc) MB_CUR_MAX_L(loc)
22 #define __libcpp_btowc_l(ch, loc) btowc_l(ch, loc)
23 #define __libcpp_wctob_l(wch, loc) wctob_l(wch, loc)
24 #define __libcpp_wcsnrtombs_l(dst, src, nwc, len, ps, loc) wcsnrtombs_l(dst, src, nwc, len, ps, loc)
25 #define __libcpp_wcrtomb_l(src, wc, ps, loc) wcrtomb_l(src, wc, ps, loc)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
selftest-rtl.cc 40 LOC is the effective location of the assertion, MSG describes it. */
43 assert_rtx_eq_at (const location &loc, const char *msg,
47 ::selftest::pass (loc, msg);
50 fprintf (stderr, "%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line,
51 loc.m_function, msg);
63 LOC is the effective location of the assertion, MSG describes it. */
66 assert_rtx_ptr_eq_at (const location &loc, const char *msg,
70 ::selftest::pass (loc, msg);
73 fprintf (stderr, "%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
selftest-rtl.cc 40 LOC is the effective location of the assertion, MSG describes it. */
43 assert_rtx_eq_at (const location &loc, const char *msg,
47 ::selftest::pass (loc, msg);
50 fprintf (stderr, "%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line,
51 loc.m_function, msg);
63 LOC is the effective location of the assertion, MSG describes it. */
66 assert_rtx_ptr_eq_at (const location &loc, const char *msg,
70 ::selftest::pass (loc, msg);
73 fprintf (stderr, "%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Weak.h 26 SourceLocation loc; // for diagnostics member in class:clang::WeakInfo
30 : alias(nullptr), loc(SourceLocation()), used(false) {}
31 WeakInfo(IdentifierInfo *Alias, SourceLocation Loc)
32 : alias(Alias), loc(Loc), used(false) {}
34 inline SourceLocation getLocation() const { return loc; }
38 return alias == RHS.getAlias() && loc == RHS.getLocation();
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
errors.h 15 struct Loc;
26 D_ATTRIBUTE_FORMAT(2, 3) void warning(const Loc& loc, const char *format, ...);
27 D_ATTRIBUTE_FORMAT(2, 3) void warningSupplemental(const Loc& loc, const char *format, ...);
28 D_ATTRIBUTE_FORMAT(2, 3) void deprecation(const Loc& loc, const char *format, ...);
29 D_ATTRIBUTE_FORMAT(2, 3) void deprecationSupplemental(const Loc& loc, const char *format, ...);
30 D_ATTRIBUTE_FORMAT(2, 3) void error(const Loc& loc, const char *format, ...)
    [all...]
  /src/tests/dev/usb/
t_hid.c 118 MYu_ATF_CHECK_EQ(hi.loc.size, 32);
119 MYu_ATF_CHECK_EQ(hi.loc.count, 1);
120 MYu_ATF_CHECK_EQ(hi.loc.pos, 0);
127 &hi.loc), -2147483648);
129 &hi.loc), -1);
131 &hi.loc), 1);
133 &hi.loc), 2147483647);
139 MYu_ATF_CHECK_EQ(hi.loc.size, 16);
140 MYu_ATF_CHECK_EQ(hi.loc.count, 1);
141 MYu_ATF_CHECK_EQ(hi.loc.pos, 32)
    [all...]
  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v1.c 117 int i, loc; local
201 for (i = 0, loc = AR_EEPROM_ATHEROS_TP_SETTINGS; i < AR_CHANNELS_MAX; i++, loc += AR_TP_SETTINGS_SIZE) {
205 chan->pcdac[0] = (athvals[loc] >> 10) & 0x3F;
206 chan->gainF[0] = (athvals[loc] >> 4) & 0x3F;
207 chan->pcdac[1] = ((athvals[loc] << 2) & 0x3C)
208 | ((athvals[loc+1] >> 14) & 0x03);
209 chan->gainF[1] = (athvals[loc+1] >> 8) & 0x3F;
210 chan->pcdac[2] = (athvals[loc+1] >> 2) & 0x3F;
211 chan->gainF[2] = ((athvals[loc+1] << 4) & 0x30
    [all...]
  /src/games/monop/
jail.c 50 if (cur_p->loc != JAIL) {
59 cur_p->loc = 10; /* just visiting */
69 if (cur_p->loc != JAIL) {
73 cur_p->loc = 10;
92 cur_p->loc = 10;
108 if (cur_p->loc != JAIL)
  /src/lib/libc/gen/
seekdir.c 60 seekdir(DIR *dirp, long loc)
66 _seekdir_unlocked(dirp, loc);
70 _seekdir_unlocked(dirp, loc);
  /src/external/cddl/osnet/dist/common/zfs/
zfs_namecheck.c 70 const char *loc; local
84 for (loc = path; *loc; loc++) {
85 if (!valid_char(*loc)) {
88 *what = *loc;
138 const char *loc, *end; local
164 loc = path;
168 end = loc;
180 if (loc == end)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/text-art/
selftests.cc 50 selftest::assert_canvas_streq (const location &loc,
58 ASSERT_STREQ_AT (loc, pp_formatted_text (pp), expected_str);
64 selftest::assert_canvas_streq (const location &loc,
75 assert_canvas_streq (loc, canvas, &pp, expected_str);

Completed in 57 milliseconds

1 2 3 4 5 6 7 8 91011>>