HomeSort by relevance Sort by last modified time
    Searched defs:wp (Results 1 - 25 of 43) sorted by null

1 2

  /external/libunwind/src/setjmp/
setjmp.c 42 void **wp = (void **) env; local
46 wp[JB_SP] = __builtin_frame_address (0);
47 wp[JB_RP] = (void *) __builtin_return_address (0);
sigsetjmp.c 35 unw_word_t *wp = (unw_word_t *) env; local
40 wp[JB_SP] = (unw_word_t) __builtin_frame_address (0);
41 wp[JB_RP] = (unw_word_t) __builtin_return_address (0);
42 wp[JB_MASK_SAVED] = savemask;
44 /* Note: we assume here that "wp" has same or better alignment as
47 && sigprocmask (SIG_BLOCK, NULL, (sigset_t *) (wp + JB_MASK)) < 0)
longjmp.c 46 can never match wp[JB_SP], unless we decode the canary first.
64 unw_word_t *wp = (unw_word_t *) env; local
74 if (sp != wp[JB_SP] + sizeof(unw_word_t))
76 if (sp != wp[JB_SP])
80 if (!bsp_match (&c, wp))
87 if (unw_set_reg (&c, UNW_REG_EH + 0, wp[JB_RP]) < 0
siglongjmp.c 46 can never match wp[JB_SP], unless we decode the canary first.
59 unw_word_t *wp = (unw_word_t *) env; local
75 if (sp != wp[JB_SP] + sizeof(unw_word_t))
77 if (sp != wp[JB_SP])
81 if (!bsp_match (&c, wp))
91 if wp[JB_MASK_SAVED] is FALSE. */
92 if (!resume_restores_sigmask (&c, wp) && wp[JB_MASK_SAVED])
102 if (unw_set_reg (&c, UNW_REG_EH + 2, wp[JB_MASK]) < 0
104 && unw_set_reg (&c, UNW_REG_EH + 3, wp[JB_MASK + 1]) < 0)
    [all...]
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
expired.pass.cpp 33 std::weak_ptr<A> wp; local
34 assert(wp.use_count() == 0);
35 assert(wp.expired() == (wp.use_count() == 0));
39 std::weak_ptr<A> wp(sp0);
40 assert(wp.use_count() == 1);
41 assert(wp.expired() == (wp.use_count() == 0));
43 assert(wp.use_count() == 0);
44 assert(wp.expired() == (wp.use_count() == 0))
    [all...]
lock.pass.cpp 33 std::weak_ptr<A> wp; local
34 std::shared_ptr<A> sp = wp.lock();
41 std::weak_ptr<A> wp(sp0);
42 std::shared_ptr<A> sp = wp.lock();
50 std::weak_ptr<A> wp(sp0);
52 std::shared_ptr<A> sp = wp.lock();
  /external/libunwind/src/ptrace/
_UPT_access_fpreg.c 34 unw_word_t *wp = (unw_word_t *) val; local
44 for (i = 0; i < (int) (sizeof (*val) / sizeof (wp[i])); ++i)
50 ptrace (PTRACE_POKEUSER, pid, (void*) (_UPT_reg_offset[reg] + i * sizeof(wp[i])),
51 (void*) wp[i]);
58 for (i = 0; i < (int) (sizeof (*val) / sizeof (wp[i])); ++i)
64 wp[i] = ptrace (PTRACE_PEEKUSER, pid,
65 (void*) (_UPT_reg_offset[reg] + i * sizeof(wp[i])), 0);
  /external/libcxx/test/localization/locale.stdcvt/
codecvt_utf16_in.pass.cpp 35 wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.in(m, n, n+4, np, &w, &w+1, wp);
40 assert(wp == &w+1);
46 r = c.in(m, n, n+2, np, &w, &w+1, wp);
48 assert(wp == &w+1);
54 r = c.in(m, n, n+2, np, &w, &w+1, wp);
56 assert(wp == &w+1);
63 r = c.in(m, n, n+2, np, &w, &w+1, wp);
65 assert(wp == &w+1);
74 wchar_t* wp = nullptr local
113 wchar_t* wp = nullptr; local
152 wchar_t* wp = nullptr; local
191 wchar_t* wp = nullptr; local
232 wchar_t* wp = nullptr; local
271 char32_t* wp = nullptr; local
310 char32_t* wp = nullptr; local
349 char32_t* wp = nullptr; local
388 char32_t* wp = nullptr; local
427 char32_t* wp = nullptr; local
468 char32_t* wp = nullptr; local
508 char16_t* wp = nullptr; local
547 char16_t* wp = nullptr; local
586 char16_t* wp = nullptr; local
625 char16_t* wp = nullptr; local
664 char16_t* wp = nullptr; local
705 char16_t* wp = nullptr; local
    [all...]
codecvt_utf16_out.pass.cpp 35 const wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.out(m, &w, &w+1, wp, n, n+4, np);
40 assert(wp == &w+1);
48 r = c.out(m, &w, &w+1, wp, n, n+4, np);
50 assert(wp == &w+1);
58 r = c.out(m, &w, &w+1, wp, n, n+4, np);
60 assert(wp == &w+1);
68 r = c.out(m, &w, &w+1, wp, n, n+4, np);
70 assert(wp == &w+1);
82 const wchar_t* wp = nullptr local
129 const wchar_t* wp = nullptr; local
185 const wchar_t* wp = nullptr; local
232 const wchar_t* wp = nullptr; local
281 const wchar_t* wp = nullptr; local
    [all...]
codecvt_utf8_in.pass.cpp 35 wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.in(m, n, n+4, np, &w, &w+1, wp);
40 assert(wp == &w+1);
47 r = c.in(m, n, n+3, np, &w, &w+1, wp);
49 assert(wp == &w+1);
55 r = c.in(m, n, n+2, np, &w, &w+1, wp);
57 assert(wp == &w+1);
63 r = c.in(m, n, n+1, np, &w, &w+1, wp);
65 assert(wp == &w+1);
74 wchar_t* wp = nullptr local
113 wchar_t* wp = nullptr; local
155 char32_t* wp = nullptr; local
194 char32_t* wp = nullptr; local
233 char32_t* wp = nullptr; local
275 char16_t* wp = nullptr; local
305 char16_t* wp = nullptr; local
335 char16_t* wp = nullptr; local
    [all...]
codecvt_utf8_out.pass.cpp 35 const wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.out(m, &w, &w+1, wp, n, n+4, np);
40 assert(wp == &w+1);
48 r = c.out(m, &w, &w+1, wp, n, n+4, np);
50 assert(wp == &w+1);
58 r = c.out(m, &w, &w+1, wp, n, n+4, np);
60 assert(wp == &w+1);
68 r = c.out(m, &w, &w+1, wp, n, n+4, np);
70 assert(wp == &w+1);
82 const wchar_t* wp = nullptr local
129 const wchar_t* wp = nullptr; local
188 const char32_t* wp = nullptr; local
235 const char32_t* wp = nullptr; local
282 const char32_t* wp = nullptr; local
341 const char16_t* wp = nullptr; local
378 const char16_t* wp = nullptr; local
415 const char16_t* wp = nullptr; local
    [all...]
codecvt_utf8_utf16_in.pass.cpp 35 wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.in(m, n, n+4, np, w, w+2, wp);
40 assert(wp == w+2);
48 r = c.in(m, n, n+3, np, w, w+2, wp);
50 assert(wp == w+1);
56 r = c.in(m, n, n+2, np, w, w+2, wp);
58 assert(wp == w+1);
63 r = c.in(m, n, n+1, np, w, w+2, wp);
65 assert(wp == w+1);
74 wchar_t* wp = nullptr local
110 wchar_t* wp = nullptr; local
149 char32_t* wp = nullptr; local
188 char32_t* wp = nullptr; local
224 char32_t* wp = nullptr; local
263 char16_t* wp = nullptr; local
302 char16_t* wp = nullptr; local
338 char16_t* wp = nullptr; local
    [all...]
codecvt_utf8_utf16_out.pass.cpp 35 const wchar_t* wp = nullptr; local
38 std::codecvt_base::result r = c.out(m, w, w+2, wp, n, n+4, np);
40 assert(wp == w+2);
48 r = c.out(m, w, w+1, wp, n, n+4, np);
50 assert(wp == w+1);
57 r = c.out(m, w, w+1, wp, n, n+4, np);
59 assert(wp == w+1);
65 r = c.out(m, w, w+1, wp, n, n+4, np);
67 assert(wp == w+1);
76 const wchar_t* wp = nullptr local
110 const wchar_t* wp = nullptr; local
163 const char32_t* wp = nullptr; local
204 const char32_t* wp = nullptr; local
238 const char32_t* wp = nullptr; local
292 const char16_t* wp = nullptr; local
333 const char16_t* wp = nullptr; local
367 const char16_t* wp = nullptr; local
    [all...]
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
weak_ptr.pass.cpp 45 std::weak_ptr<A> wp; local
48 std::shared_ptr<A> sp(wp);
58 std::weak_ptr<A> wp(sp0);
59 std::shared_ptr<A> sp(wp);
67 std::weak_ptr<A> wp(sp0);
71 std::shared_ptr<A> sp(wp);
  /external/elfutils/0.153/libasm/
asm_newscn.c 65 char *wp = flagstr; local
71 wp = stpcpy (wp, ", \"");
74 *wp++ = 'w';
76 *wp++ = 'a';
78 *wp++ = 'x';
80 *wp++ = 'M';
82 *wp++ = 'S';
84 *wp++ = 'L';
86 *wp++ = '"'
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/weak_ref/
call_on_main_thread.h 58 nacl::WeakRef<R>* wp = anchor->MakeWeakRef<R>(raw_data); local
64 reinterpret_cast<void*>(wp));
129 nacl::WeakRef<WeakRefAutoAbandonWrapper<R> >* wp = local
138 reinterpret_cast<void*>(wp));
  /external/chromium_org/net/http/
md4.cc 79 Uint8 *bp; const Uint32 *wp, *wpend; local
82 wp = in;
83 wpend = wp + (len >> 2);
85 for (; wp != wpend; ++wp, bp += 4)
87 bp[0] = (Uint8) ((*wp ) & 0xFF);
88 bp[1] = (Uint8) ((*wp >> 8) & 0xFF);
89 bp[2] = (Uint8) ((*wp >> 16) & 0xFF);
90 bp[3] = (Uint8) ((*wp >> 24) & 0xFF);
97 Uint32 *wp; const Uint8 *bp, *bpend local
    [all...]
  /external/e2fsprogs/intl/
l10nflist.c 374 char *wp; local
391 wp = stpcpy (retval, "iso");
393 wp = retval;
397 *wp++ = tolower ((unsigned char) codeset[cnt]);
399 *wp++ = codeset[cnt];
401 *wp = '\0';
  /external/libunwind/src/ia64/
Gtables.c 255 unw_word_t addr, hdr_addr, info_addr, info_end_addr, hdr, *wp; local
346 wp = (unw_word_t *) pi->unwind_info;
347 for (addr = info_addr; addr < info_end_addr; addr += 8, ++wp)
349 if ((ret = read_mem (as, addr, wp, arg)) < 0)
  /external/lldb/source/Commands/
CommandObjectWatchpointCommand.cpp 87 wp: the watchpoint that was hit. \n\
529 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get(); local
530 // Sanity check wp first.
531 if (wp == NULL) continue;
533 WatchpointOptions *wp_options = wp->GetOptions();
554 oneliner += "(frame, wp, internal_dict)";
695 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get(); local
696 if (wp)
697 wp->ClearCallback();
787 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get() local
    [all...]
  /external/openssl/ssl/
s3_lib.c 3049 unsigned char *rp,*wp; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
tasn_dec.c 161 unsigned char *wp=NULL; /* BIG FAT WARNING! BREAKS CONST WHERE USED */ local
278 wp = *(unsigned char **)in;
279 imphack = *wp;
285 *wp = (unsigned char)((*p & V_ASN1_CONSTRUCTED)
292 *wp = imphack;
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
s3_lib.c 1036 unsigned char *rp,*wp; local
1058 wp = s->s3->wbuf.buf;
1077 s->s3->wbuf.buf = wp;
    [all...]
  /external/libedit/src/
vi.c 1088 const Char *wp = HIST_FIRST(el); local
1094 if (wp == NULL)
1099 while (Isspace(*wp))
1100 wp++;
1101 if (*wp == 0)
1103 wsp = wp;
1104 while (*wp && !Isspace(*wp))
1105 wp++;
1106 wep = wp;
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
POSIXThread.cpp 62 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); local
63 if (wp.get() && wp->IsEnabled())
65 assert(EnableHardwareWatchpoint(wp.get()));
321 POSIXThread::EnableHardwareWatchpoint(Watchpoint *wp)
324 if (wp)
326 addr_t wp_addr = wp->GetLoadAddress();
327 size_t wp_size = wp->GetByteSize();
328 bool wp_read = wp->WatchpointRead();
329 bool wp_write = wp->WatchpointWrite()
    [all...]

Completed in 1870 milliseconds

1 2