Home
last modified time | relevance | path

Searched refs:gptr (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h488 #define NEW_THREAD_INFO_W(gptr, h, h_tail, t, s, n) \
500 (gptr)->thread_list = h; \
506 #define NEW_THREAD_INFO_A(gptr, h, h_tail, t, s, n) \
518 (gptr)->thread_list = h; \
524 #define NEW_DOMAIN_W(gptr, h, h_tail, name) \
535 (gptr)->domain_list = h; \
541 #define NEW_DOMAIN_A(gptr, h, h_tail, name) \
552 (gptr)->domain_list = h; \
558 #define NEW_STRING_HANDLE_W(gptr, h, h_tail, name) \
568 (gptr)
476 NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) global() argument
494 NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) global() argument
512 NEW_DOMAIN_W(gptr,h,h_tail,name) global() argument
529 NEW_DOMAIN_A(gptr,h,h_tail,name) global() argument
546 NEW_STRING_HANDLE_W(gptr,h,h_tail,name) global() argument
562 NEW_STRING_HANDLE_A(gptr,h,h_tail,name) global() argument
578 NEW_COUNTER_W(gptr,h,h_tail,name,domain,type) global() argument
596 NEW_COUNTER_A(gptr,h,h_tail,name,domain,type) global() argument
614 NEW_HISTOGRAM_W(gptr,h,h_tail,domain,name,x_type,y_type) global() argument
632 NEW_HISTOGRAM_A(gptr,h,h_tail,domain,name,x_type,y_type) global() argument
[all...]
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp126 ptrdiff_t ninp = gptr() - eback(); in swap()
146 if (eback() == gptr()) in str()
153 if (gptr()[-1] == static_cast<char>(__c)) { in pcount()
160 *gptr() = static_cast<char>(__c); in overflow()
165 if (gptr() == egptr()) { in overflow()
168 setg(eback(), gptr(), pptr()); in overflow()
170 return int_type(static_cast<unsigned char>(*gptr())); in overflow()
188 if (pos_in && gptr() == nullptr) in overflow()
200 newoff = (pos_in ? gptr() : pptr()) - eback(); in pbackfail()
230 if ((pos_in && gptr() in underflow()
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Dittnotify_config.h357 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \ argument
368 (gptr)->thread_list = h; \
374 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \ argument
385 (gptr)->thread_list = h; \
391 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \ argument
401 (gptr)->domain_list = h; \
407 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \ argument
417 (gptr)->domain_list = h; \
423 #define NEW_STRING_HANDLE_W(gptr,h,h_tail,name) { \ argument
432 (gptr)->string_list = h; \
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstreambuf68 char_type* gptr() const;
181 if (gptr() < egptr())
182 return static_cast<streamsize>(egptr() - gptr());
193 if (gptr() == egptr())
195 int_type __c = traits_type::to_int_type(*gptr());
201 if (gptr() == egptr())
203 return traits_type::to_int_type(*gptr());
210 if (eback() == gptr() || !traits_type::eq(__c, *(gptr() - 1)))
213 return traits_type::to_int_type(*gptr());
217 if (eback() == gptr())
[all …]
H A Dsstream547 __ninp = __rhs.gptr() - __p;
584 __ninp = __rhs.gptr() - __p;
631 __rninp = __rhs.gptr() - __p;
649 __lninp = this->gptr() - __p;
758 this->setg(this->eback(), this->gptr(), __hm_);
759 if (this->gptr() < this->egptr())
760 return traits_type::to_int_type(*this->gptr());
770 if (this->eback() < this->gptr()) {
772 this->setg(this->eback(), this->gptr() - 1, __hm_);
775 …if ((__mode_ & ios_base::out) || traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1])…
[all …]
H A Dfstream469 …this->setg(__intbuf_, __intbuf_ + (__rhs.gptr() - __rhs.eback()), __intbuf_ + (__rhs.egptr() - __r…
472 (char_type*)__extbuf_ + (__rhs.gptr() - __rhs.eback()),
563 ptrdiff_t __n = this->gptr() - this->eback();
573 ptrdiff_t __n = __rhs.gptr() - __rhs.eback();
764 if (this->gptr() == nullptr)
768 if (this->gptr() == this->egptr()) {
775 __c = traits_type::to_int_type(*this->gptr());
800 __c = traits_type::to_int_type(*this->gptr());
803 __c = traits_type::to_int_type(*this->gptr());
808 __c = traits_type::to_int_type(*this->gptr());
[all …]
H A Distream1290 const auto* __first = __buffer.gptr();
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwbuffer_convert.h135 if (this->gptr() == 0) in underflow()
139 if (this->gptr() == this->egptr()) { in underflow()
146 __c = *this->gptr(); in underflow()
169 __c = *this->gptr(); in underflow()
172 __c = *this->gptr(); in underflow()
177 __c = *this->gptr(); in underflow()
188 if (__cv_ != 0 && __bufptr_ && this->eback() < this->gptr()) { in pbackfail()
193 if (traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1])) { in pbackfail()
195 *this->gptr() = traits_type::to_char_type(__c); in pbackfail()
342 __c = this->egptr() - this->gptr(); in sync()
[all …]
/freebsd/usr.sbin/lpr/lpr/
H A Dlpr.c122 struct group *gptr; in main() local
293 if ((gptr = getgrnam(pp->restrict_grp)) == NULL) in main()
295 if (gptr->gr_gid != getgid()) { in main()
296 while (*gptr->gr_mem != NULL) { in main()
297 if ((strcmp(lpr_username, *gptr->gr_mem)) == 0) in main()
299 gptr->gr_mem++; in main()
301 if (*gptr->gr_mem == NULL) in main()
/freebsd/usr.sbin/lpr/lpc/
H A Dlpc.c341 static struct group *gptr=NULL; in ingroup() local
348 if (gptr == NULL) { in ingroup()
349 if ((gptr = getgrnam(grname)) == NULL) { in ingroup()
360 gid = gptr->gr_gid; in ingroup()
/freebsd/contrib/kyua/utils/process/
H A Dsystembuf.cpp98 PRE(gptr() >= egptr()); in underflow()
110 return traits_type::to_int_type(*gptr()); in underflow()
/freebsd/usr.sbin/bhyve/riscv/
H A Dbhyverun_machdep.c217 void *data, *gptr; in load_bootrom() local
231 gptr = vm_map_gpa(ctx, loadaddr, round_page(size)); in load_bootrom()
237 memcpy(gptr, data, size); in load_bootrom()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dsstream405 __ninp = __rhs.gptr() - __p;
442 __ninp = __rhs.gptr() - __p;
484 __rninp = __rhs.gptr() - __p;
502 __lninp = this->gptr() - __p;
591 this->setg(this->eback(), this->gptr(), __hm_);
592 if (this->gptr() < this->egptr())
593 return traits_type::to_int_type(*this->gptr());
603 if (this->eback() < this->gptr()) {
605 this->setg(this->eback(), this->gptr() - 1, __hm_);
608 …if ((__mode_ & ios_base::out) || traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1])…
[all …]
H A Dfstream423 …this->setg(__intbuf_, __intbuf_ + (__rhs.gptr() - __rhs.eback()), __intbuf_ + (__rhs.egptr() - __r…
426 (char_type*)__extbuf_ + (__rhs.gptr() - __rhs.eback()),
517 ptrdiff_t __n = this->gptr() - this->eback();
527 ptrdiff_t __n = __rhs.gptr() - __rhs.eback();
694 if (this->gptr() == nullptr)
698 if (this->gptr() == this->egptr()) {
705 __c = traits_type::to_int_type(*this->gptr());
730 __c = traits_type::to_int_type(*this->gptr());
733 __c = traits_type::to_int_type(*this->gptr());
738 __c = traits_type::to_int_type(*this->gptr());
[all …]
H A Dstreambuf68 char_type* gptr() const;
233 _LIBCPP_HIDE_FROM_ABI char_type* gptr() const { return __ninp_; }
H A Dlocale3428 if (this->gptr() == 0)
3432 if (this->gptr() == this->egptr()) {
3439 __c = *this->gptr();
3462 __c = *this->gptr();
3465 __c = *this->gptr();
3470 __c = *this->gptr();
3481 if (__cv_ != 0 && __bufptr_ && this->eback() < this->gptr()) {
3486 if (traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1])) {
3488 *this->gptr() = traits_type::to_char_type(__c);
3635 __c = this->egptr() - this->gptr();
[all …]
/freebsd/usr.sbin/bhyve/aarch64/
H A Dbhyverun_machdep.c219 void *data, *gptr; in load_bootrom() local
233 gptr = vm_map_gpa(ctx, loadaddr, round_page(size)); in load_bootrom()
239 memcpy(gptr, data, size); in load_bootrom()