| /src/external/bsd/ntp/dist/libntp/lib/isc/ |
| md5.c | 124 transform(isc_uint32_t buf[4], isc_uint32_t const in[16]) { function 228 transform(ctx->buf, ctx->in); 236 transform(ctx->buf, ctx->in); 263 transform(ctx->buf, ctx->in); 270 /* Append length in bits and transform */ 273 transform(ctx->buf, ctx->in);
|
| sha1.c | 205 transform(isc_uint32_t state[5], const unsigned char buffer[64]) { function 307 transform(context->state, context->buffer); 309 transform(context->state, &data[i]); 344 /* The next Update should cause a transform() */
|
| /src/crypto/external/apache2/openssl/dist/crypto/dso/ |
| dso_dl.c | 214 int len, rsize, transform; local 218 transform = (strchr(filename, '/') == NULL); 219 if (transform) { 230 if (transform)
|
| dso_dlfcn.c | 247 int len, rsize, transform; local 251 transform = (strchr(filename, '/') == NULL); 252 if (transform) { 263 if (transform) {
|
| dso_vms.c | 469 int len, transform; local 476 transform = 0; 479 transform = (strrchr(p, '>') == NULL && strrchr(p, ']') == NULL); 482 if (transform) {
|
| dso_win32.c | 444 int len, transform; local 446 transform = ((strstr(filename, "/") == NULL) && (strstr(filename, "\\") == NULL) && (strstr(filename, ":") == NULL)); 447 /* If transform != 0, then we convert to %s.dll, else just dupe filename */ 450 if (transform) 457 BIO_snprintf(translated, len, "%s%s", filename, transform ? ".dll" : "");
|
| /src/crypto/external/bsd/openssl/dist/crypto/dso/ |
| dso_dl.c | 222 int len, rsize, transform; local 226 transform = (strstr(filename, "/") == NULL); 227 if (transform) { 238 if (transform)
|
| dso_dlfcn.c | 256 int len, rsize, transform; local 260 transform = (strstr(filename, "/") == NULL); 261 if (transform) { 272 if (transform) {
|
| dso_vms.c | 457 int len, transform; local 464 transform = 0; 467 transform = (strrchr(p, '>') == NULL && strrchr(p, ']') == NULL); 470 if (transform) {
|
| dso_win32.c | 455 int len, transform; local 457 transform = ((strstr(filename, "/") == NULL) && 460 /* If transform != 0, then we convert to %s.dll, else just dupe filename */ 463 if (transform) 470 BIO_snprintf(translated, len, "%s%s", filename, transform ? ".dll" : "");
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/dso/ |
| dso_dl.c | 214 int len, rsize, transform; local 218 transform = (strstr(filename, "/") == NULL); 230 if (transform) {
|
| dso_dlfcn.c | 256 int len, rsize, transform; local 260 transform = (strstr(filename, "/") == NULL); 261 if (transform) { 272 if (transform) {
|
| dso_win32.c | 456 int len, transform; local 459 transform = ((strstr(filename, "/") == NULL) && 462 if (transform) 472 if (transform)
|
| /src/external/bsd/am-utils/dist/amq/ |
| pawd.c | 61 static char transform[MAXPATHLEN]; variable 148 xstrlcpy(transform, "/home/", sizeof(transform)); 149 xstrlcat(transform, username, sizeof(transform)); 151 xstrlcat(transform, ch, sizeof(transform)); 153 fprintf(stderr, "Munged to <%s>\n", transform); 155 return transform; 209 xstrlcpy(transform, dir, sizeof(transform)) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-shorten-memrefs.cc | 78 void transform (regno_map *m, basic_block bb); 146 pass_shorten_memrefs::transform (regno_map *m, basic_block bb) function in class:__anon13407::pass_shorten_memrefs 157 /* Transform stores first then loads. */ 166 /* Do not transform store zero as these cannot be compressed. */ 209 transform (m, bb);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| riscv-shorten-memrefs.cc | 77 void transform (regno_map *m, basic_block bb); 145 pass_shorten_memrefs::transform (regno_map *m, basic_block bb) function in class:__anon15837::pass_shorten_memrefs 156 /* Transform stores first then loads. */ 165 /* Do not transform store zero as these cannot be compressed. */ 208 transform (m, bb);
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/ |
| __init__.py | 202 def transform(line, definitions): function in function:Configure.write_by_template 218 dst_handle.write(transform(line, self.results))
|
| /src/external/public-domain/xz/dist/src/liblzma/check/ |
| sha256.c | 84 transform(uint32_t state[8], const uint32_t data[16]) function 121 transform(check->state.sha256.state, check->buffer.u32);
|
| /src/external/gpl2/grep/dist/intl/ |
| Makefile | 31 transform = s,x,x, macro
|
| /src/external/gpl2/groff/dist/src/preproc/pic/ |
| tex.cpp | 63 position transform(const position &); 75 inline position tex_output::transform(const position &pos) function in class:tex_output 144 position c = transform(center); 177 position p = transform(pos); 247 position c = transform(cent); 328 position c = transform(cent); 373 position p = transform(pos);
|
| troff.cpp | 245 position transform(const position &); 263 inline position troff_output::transform(const position &pos) function in class:troff_output 326 position c = transform(cent); 340 position c = transform(cent); 354 position s = transform(start); 355 position c = transform(cent); 357 distance ev = transform(end) - c; 367 position s = transform(start); 368 distance ev = transform(end) - s; 379 position pos = transform(start) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| locale_classes.h | 742 * @brief Transform string to comparable form. 756 transform(const _CharT* __lo, const _CharT* __hi) const function in class:collate 803 * @brief Transform string to comparable form.
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| locale_classes.h | 711 * @brief Transform string to comparable form. 725 transform(const _CharT* __lo, const _CharT* __hi) const function in class:collate 772 * @brief Transform string to comparable form.
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| typelist.h | 103 template<typename Typelist, template<typename T> class Transform> 104 struct transform; 319 template<class Typelist_Chain, template<typename T> class Transform> 322 template<template<typename T> class Transform> 323 struct chain_transform_<null_type, Transform> 328 template<class Hd, class Tl, template<typename T> class Transform> 329 struct chain_transform_<chain<Hd, Tl>, Transform> 332 typedef typename chain_transform_<Tl, Transform>::type rest_type; 333 typedef typename Transform<Hd>::type transform_type; 464 template<typename Typelist, template<typename T> class Transform> 465 struct transform struct in namespace:typelist [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| algo.h | 1089 transform(_IIter __begin, _IIter __end, _OutputIterator __result, function in namespace:__parallel 1091 { return _GLIBCXX_STD_A::transform(__begin, __end, __result, __unary_op); } 1093 // Parallel unary transform for random access iterators. 1121 return transform(__begin, __end, __result, __unary_op, 1133 { return transform(__begin, __end, __result, __unary_op, 1140 transform(_IIter __begin, _IIter __end, _OutputIterator __result, function in namespace:__parallel 1153 transform(_IIter __begin, _IIter __end, _OutputIterator __result, function in namespace:__parallel 1166 transform(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel 1169 { return _GLIBCXX_STD_A::transform(__begin1, __end1, 1172 // Parallel binary transform for random access iterators 1224 transform(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel 1240 transform(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel [all...] |