| /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);
|
| 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() */
|
| 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_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) {
|
| /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_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) {
|
| /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_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) {
|
| /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...] |
| 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);
|
| 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);
|
| 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))
|
| __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 | 77 transform(uint32_t state[8], const uint32_t data[16]) function 114 transform(check->state.sha256.state, check->buffer.u32);
|
| sha256.c | 77 transform(uint32_t state[8], const uint32_t data[16]) function 114 transform(check->state.sha256.state, check->buffer.u32);
|