Home
last modified time | relevance | path

Searched refs:wend (Results 1 – 25 of 50) sorted by relevance

12

/third_party/openssl/apps/
Dwin32_init.c144 WCHAR *warg, *wend, *p; in win32_utf8argv() local
179 warg = wend = p; in win32_utf8argv()
217 *wend++ = L'\\'; in win32_utf8argv()
224 *wend++ = *p++; in win32_utf8argv()
227 *wend++ = L'\\'; in win32_utf8argv()
238 *wend++ = *p++; in win32_utf8argv()
247 *wend++ = *p++; in win32_utf8argv()
251 wlen = wend - warg; in win32_utf8argv()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Droi_pooling_fp32.c67 int wend = (int)ceilf((pw + 1) * bin_size_w); // block yi_2 in ROIPooling() local
72 wend = MSMIN(MSMAX(wend + roi_start_w, 0), width_); in ROIPooling()
73 bool is_empty = (hend <= hstart) || (wend <= wstart); in ROIPooling()
81 for (int w = wstart; w < wend; ++w) { in ROIPooling()
/third_party/musl/src/stdio/
Dext.c17 return (f->flags & F_NORD) || f->wend; in __fwriting()
47 return f->wend ? f->wpos - f->wbase : 0; in __fpending()
52 f->wpos = f->wbase = f->wend = 0; in __fpurge()
D__overflow.c6 if (!f->wend && __towrite(f)) return EOF; in __overflow()
7 if (f->wpos != f->wend && c != f->lbf) return *f->wpos++ = c; in __overflow()
D__stdio_write.c17 f->wend = f->buf + f->buf_size; in __stdio_write()
22 f->wpos = f->wbase = f->wend = 0; in __stdio_write()
Dfwrite.c8 if (!f->wend && __towrite(f)) return 0; in __fwritex()
10 if (l > f->wend - f->wpos) return f->write(f, s, l); in __fwritex()
Dvswprintf.c28 f->wpos = f->wbase = f->wend = 0; in sw_write()
32 f->wend = f->buf + f->buf_size; in sw_write()
D__towrite.c15 f->wend = f->buf + f->buf_size; in __towrite()
/third_party/openssl/crypto/bn/
Dbn_exp.c164 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_recp() local
235 wend = 0; /* The bottom bit of the window */ in BN_mod_exp_recp()
257 wend = 0; in BN_mod_exp_recp()
262 wvalue <<= (i - wend); in BN_mod_exp_recp()
264 wend = i; in BN_mod_exp_recp()
269 j = wend + 1; in BN_mod_exp_recp()
282 wstart -= wend + 1; in BN_mod_exp_recp()
299 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_mont() local
379 wend = 0; /* The bottom bit of the window */ in BN_mod_exp_mont()
414 wend = 0; in BN_mod_exp_mont()
[all …]
/third_party/musl/porting/liteos_a/kernel/src/stdio/
D__overflow.c6 if (!f->wend && __towrite(f)) return EOF; in __overflow()
7 if (f->wpos != f->wend && c != f->lbf) return *f->wpos++ = c; in __overflow()
D__stdio_write.c17 f->wend = f->buf + f->buf_size; in __stdio_write()
22 f->wpos = f->wbase = f->wend = 0; in __stdio_write()
Dfwrite.c8 if (!f->wend && __towrite(f)) return 0; in __fwritex()
10 if (l > f->wend - f->wpos) return f->write(f, s, l); in __fwritex()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
D__overflow.c6 if (!f->wend && __towrite(f)) return EOF; in __overflow()
7 if (f->wpos != f->wend && c != f->lbf) return *f->wpos++ = c; in __overflow()
Dfwrite.c8 if (!f->wend && __towrite(f)) return 0; in __fwritex()
10 if (l > f->wend - f->wpos) return f->write(f, s, l); in __fwritex()
D__stdio_write.c18 f->wend = f->buf + f->buf_size; in __stdio_write()
23 f->wpos = f->wbase = f->wend = 0; in __stdio_write()
D__towrite.c15 f->wend = f->buf + f->buf_size; in __towrite()
/third_party/musl/porting/uniproton/kernel/src/stdio/
D__overflow.c6 if (!f->wend && __towrite(f)) return EOF; in __overflow()
7 if (f->wpos != f->wend && c != f->lbf) return *f->wpos++ = c; in __overflow()
Dfwrite.c8 if (!f->wend && __towrite(f)) return 0; in __fwritex()
10 if (l > f->wend - f->wpos) return f->write(f, s, l); in __fwritex()
D__stdio_write.c18 f->wend = f->buf + f->buf_size; in __stdio_write()
23 f->wpos = f->wbase = f->wend = 0; in __stdio_write()
D__towrite.c15 f->wend = f->buf + f->buf_size; in __towrite()
/third_party/boost/libs/locale/src/encoding/
Dwconv_codepage.ipp281 wchar_t const *wend=0;
288 wend = wbegin + tmps.size();
295 wend = wbegin + tmp.size();
299 return utf_to_utf<char>(wbegin,wend,how_);
303 wide_to_multibyte(to_code_page_,wbegin,wend,how_ == skip,ctmp);
411 wchar_t const *wend = 0;
417 wend = reinterpret_cast<wchar_t const *>(end);
427 wend = wbegin + buffer.size();
432 if(wbegin==wend)
435 wide_to_multibyte(code_page_,wbegin,wend,how_ == skip,ctmp);
/third_party/boost/boost/archive/iterators/
Dmb_from_wchar.hpp87 const wchar_t *wend; in fill() local
92 & value, & value + 1, wend, in fill()
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dstdio_impl.h23 unsigned char *wend, *wpos; member
102 ( (((unsigned char)(c)!=(f)->lbf && (f)->wpos!=(f)->wend)) \
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dmaxpool_with_argmax_impl.cu50 const int wend = min(wstart + windowWidth, w); in MaxPoolWithArgmax() local
57 for (int wcur = wstart; wcur < wend; ++wcur) { in MaxPoolWithArgmax()
/third_party/musl/src/internal/
Dstdio_impl.h25 unsigned char *wend, *wpos; member
106 ( (((unsigned char)(c)!=(f)->lbf && (f)->wpos!=(f)->wend)) \

12