Searched refs:temp (Results 226 - 250 of 666) sorted by relevance

1234567891011>>

/freebsd-10.1-release/crypto/openssl/crypto/modes/
H A Dccm128.c214 } temp; local
216 memcpy(temp.c, inp, 16);
217 ctx->cmac.u[0] ^= temp.u[0];
218 ctx->cmac.u[1] ^= temp.u[1];
227 temp.u[0] ^= scratch.u[0];
228 temp.u[1] ^= scratch.u[1];
229 memcpy(out, temp.c, 16);
294 } temp; local
299 memcpy(temp.c, inp, 16);
300 ctx->cmac.u[0] ^= (scratch.u[0] ^= temp
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/aes/
H A Daes_x86core.c476 u32 temp; local
498 temp = rk[3];
500 ((u32)Te4[(temp >> 8) & 0xff] ) ^
501 ((u32)Te4[(temp >> 16) & 0xff] << 8) ^
502 ((u32)Te4[(temp >> 24) ] << 16) ^
503 ((u32)Te4[(temp ) & 0xff] << 24) ^
518 temp = rk[ 5];
520 ((u32)Te4[(temp >> 8) & 0xff] ) ^
521 ((u32)Te4[(temp >> 16) & 0xff] << 8) ^
522 ((u32)Te4[(temp >> 2
578 u32 temp; local
[all...]
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dcplus-dem.c1574 string temp; local
1606 /* temp is initialized in do_type */
1607 success = do_type (work, mangled, &temp);
1610 string_appends (tname, &temp);
1612 string_delete(&temp);
1941 string temp; local
2015 /* temp is initialized in do_type */
2016 success = do_type (work, mangled, &temp);
2019 string_appends (tname, &temp);
2024 int len = temp
3129 string temp; local
3506 string temp; local
3513 string temp; local
[all...]
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dcplus-dem.c1574 string temp; local
1606 /* temp is initialized in do_type */
1607 success = do_type (work, mangled, &temp);
1610 string_appends (tname, &temp);
1612 string_delete(&temp);
1941 string temp; local
2015 /* temp is initialized in do_type */
2016 success = do_type (work, mangled, &temp);
2019 string_appends (tname, &temp);
2024 int len = temp
3129 string temp; local
3506 string temp; local
3513 string temp; local
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dtree-ssa-structalias.c2196 char *temp; local
2208 num_printed = asprintf (&temp, "%s_%u",
2214 num_printed = asprintf (&temp, "D.%u", DECL_UID (decl));
2218 res = ggc_strdup (temp);
2219 free (temp);
2401 struct constraint_expr temp; local
2403 temp.offset = 0;
2404 temp.var = integer_id;
2405 temp.type = SCALAR;
2406 VEC_safe_push (ce_s, heap, *results, &temp);
2522 struct constraint_expr temp; local
2736 struct constraint_expr temp; local
2754 struct constraint_expr temp; local
3306 varinfo_t temp = get_varinfo (c2->var); local
4318 struct constraint_expr temp = lhs; local
[all...]
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dr100.c1840 uint32_t temp = idx_value >> 4; local
1842 track->textures[i].enabled = !!(temp & (1 << i));
2888 uint32_t temp; local
2890 temp = RREG32(RADEON_CONFIG_CNTL);
2892 temp &= ~RADEON_CFG_VGA_RAM_EN;
2893 temp |= RADEON_CFG_VGA_IO_DIS;
2895 temp &= ~RADEON_CFG_VGA_IO_DIS;
2897 WREG32(RADEON_CONFIG_CNTL, temp);
3219 uint32_t temp, data, mem_trcd, mem_trp, mem_tras; local
3318 temp
[all...]
/freebsd-10.1-release/contrib/apr/threadproc/unix/
H A Dthread.c152 pthread_attr_t *temp; local
170 temp = &attr->attr;
172 temp = NULL;
179 if ((stat = pthread_create((*new)->td, temp, dummy_worker, (*new))) == 0) {
/freebsd-10.1-release/sys/boot/usb/tools/
H A Dsysinit.c69 uint32_t temp; local
73 temp = 0;
76 temp |= (val & 0xF) << ((endian & 0xF) * 4);
80 return (temp);
/freebsd-10.1-release/sys/dev/drm2/
H A Ddrm_linux_list.h119 #define list_for_each_safe(entry, temp, head) \
120 for (entry = (head)->next, temp = (entry)->next; \
122 entry = temp, temp = entry->next)
/freebsd-10.1-release/sys/dev/iicbus/
H A Dds1775.c132 if (strcmp(name, "temp-monitor") != 0 ||
228 SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(oid), OID_AUTO, "temp",
260 int temp; local
265 temp = ds1775_sensor_read(sc);
266 if (temp < 0)
269 error = sysctl_handle_int(oidp, &temp, 0, req);
/freebsd-10.1-release/usr.bin/mail/
H A DMakefile7 quit.c send.c strings.c temp.c tty.c util.c vars.c
/freebsd-10.1-release/usr.bin/truss/
H A Damd64-fbsd.c306 char *temp; local
313 asprintf(&temp, "0x%lx",
316 temp = print_arg(&sc->args[i],
319 fsc->s_args[i] = temp;
H A Damd64-fbsd32.c307 char *temp; local
314 asprintf(&temp, "0x%lx",
317 temp = print_arg(&sc->args[i],
320 fsc->s_args[i] = temp;
H A Damd64-linux32.c290 char *temp; local
297 asprintf(&temp, "0x%lx",
300 temp = print_arg(&sc->args[i],
303 fsc->s_args[i] = temp;
H A Darm-fbsd.c337 char *temp; local
344 asprintf(&temp, "0x%lx",
347 temp = print_arg(&sc->args[i],
350 fsc->s_args[i] = temp;
H A Di386-fbsd.c300 char *temp; local
307 asprintf(&temp, "0x%lx",
310 temp = print_arg(&sc->args[i],
313 fsc->s_args[i] = temp;
H A Di386-linux.c289 char *temp; local
296 asprintf(&temp, "0x%lx",
299 temp = print_arg(&sc->args[i],
302 fsc->s_args[i] = temp;
H A Dia64-fbsd.c282 char *temp; local
289 asprintf(&temp, "0x%lx",
292 temp = print_arg(&sc->args[i],
295 fsc->s_args[i] = temp;
H A Dmips-fbsd.c334 char *temp; local
341 asprintf(&temp, "0x%lx",
344 temp = print_arg(&sc->args[i],
347 fsc->s_args[i] = temp;
H A Dpowerpc-fbsd.c319 char *temp; local
326 asprintf(&temp, "0x%lx",
329 temp = print_arg(&sc->args[i],
332 fsc->s_args[i] = temp;
H A Dpowerpc64-fbsd.c299 char *temp; local
306 asprintf(&temp, "0x%lx",
309 temp = print_arg(&sc->args[i],
312 fsc->s_args[i] = temp;
H A Dsparc64-fbsd.c328 char *temp; local
335 asprintf(&temp, "0x%lx",
338 temp = print_arg(&sc->args[i],
341 fsc->s_args[i] = temp;
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Drefclock_chronolog.c181 int temp; /* int temp */ local
190 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
192 if (temp == 0) {
200 pp->lencode = temp;
H A Drefclock_dumbclock.c204 int temp; /* int temp */ local
213 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
215 if (temp == 0) {
223 pp->lencode = (u_short)temp;
H A Drefclock_ulink.c196 int temp; /* int temp */ local
201 char char_quality[2]; /* temp quality flag */
209 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
215 if (temp == 0) {
223 pp->lencode = temp;

Completed in 241 milliseconds

1234567891011>>