/third_party/boost/libs/regex/src/ |
D | wide_posix_api.cpp | 183 wchar_t localbuf[5]; in regerrorW() local 191 (std::swprintf)(localbuf, L"%d", i); in regerrorW() 193 (std::swprintf)(localbuf, 5, L"%d", i); in regerrorW() 195 if(std::wcslen(localbuf) < buf_size) in regerrorW() 197 ::wcscpy_s(buf, buf_size, localbuf); in regerrorW() 199 std::wcscpy(buf, localbuf); in regerrorW() 201 return std::wcslen(localbuf) + 1; in regerrorW() 205 (std::swprintf)(localbuf, L"%d", 0); in regerrorW() 207 (std::swprintf)(localbuf, 5, L"%d", 0); in regerrorW() 209 if(std::wcslen(localbuf) < buf_size) in regerrorW() [all …]
|
D | posix_api.cpp | 168 char localbuf[5]; in regerrorA() local 180 int r = (::sprintf_s)(localbuf, 5, "%d", i); in regerrorA() 182 int r = (std::sprintf)(localbuf, "%d", i); in regerrorA() 186 if(std::strlen(localbuf) < buf_size) in regerrorA() 187 BOOST_REGEX_DETAIL_NS::strcpy_s(buf, buf_size, localbuf); in regerrorA() 188 return std::strlen(localbuf) + 1; in regerrorA() 192 int r = (::sprintf_s)(localbuf, 5, "%d", 0); in regerrorA() 194 int r = (std::sprintf)(localbuf, "%d", 0); in regerrorA() 198 if(std::strlen(localbuf) < buf_size) in regerrorA() 199 BOOST_REGEX_DETAIL_NS::strcpy_s(buf, buf_size, localbuf); in regerrorA() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | bitstream.c | 279 int flags, VLC *vlc_arg, VLCcode localbuf[LOCALBUF_ELEMS]) in vlc_common_end() 290 if (codes != localbuf) in vlc_common_end() 329 VLCcode localbuf[LOCALBUF_ELEMS], *buf = localbuf; in ff_init_vlc_sparse() local 348 if (buf != localbuf) \ in ff_init_vlc_sparse() 357 if (buf != localbuf) \ in ff_init_vlc_sparse() 378 flags, vlc_arg, localbuf); in ff_init_vlc_sparse() 386 VLCcode localbuf[LOCALBUF_ELEMS], *buf = localbuf; in ff_init_vlc_from_lengths() local 424 flags, vlc_arg, localbuf); in ff_init_vlc_from_lengths() 426 if (buf != localbuf) in ff_init_vlc_from_lengths()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regerror.c | 123 regatoi(const llvm_regex_t *preg, char *localbuf, int localbufsize) in regatoi() argument 133 (void)snprintf(localbuf, localbufsize, "%d", r->code); in regatoi() 134 return(localbuf); in regatoi()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regerror.c | 123 regatoi(const llvm_regex_t *preg, char *localbuf, int localbufsize) in regatoi() argument 133 (void)snprintf(localbuf, localbufsize, "%d", r->code); in regatoi() 134 return(localbuf); in regatoi()
|
/third_party/e2fsprogs/lib/et/ |
D | vfprintf.c | 34 char localbuf[BUFSIZ]; local 38 iop->_ptr = iop->_base = localbuf;
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jchuff.c | 467 localbuf = 1; \ 474 if (localbuf) { \ 500 int localbuf = 0; in flush_bits() local 551 int localbuf = 0; in encode_one_block_simd() local 570 int localbuf = 0; in encode_one_block() local
|
/third_party/libjpeg-turbo/ |
D | jchuff.c | 439 localbuf = 1; \ 446 if (localbuf) { \ 471 size_t bytes, bytestocopy; int localbuf = 0; in flush_bits() local 496 size_t bytes, bytestocopy; int localbuf = 0; in encode_one_block_simd() local 518 size_t bytes, bytestocopy; int localbuf = 0; in encode_one_block() local
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jchuff.c | 435 localbuf = 1; \ 442 if (localbuf) { \ 467 size_t bytes, bytestocopy; int localbuf = 0; in flush_bits() local 492 size_t bytes, bytestocopy; int localbuf = 0; in encode_one_block_simd() local 514 size_t bytes, bytestocopy; int localbuf = 0; in encode_one_block() local
|