Searched refs:tmp1 (Results 1 - 4 of 4) sorted by relevance

/seL4-camkes-master/tools/rumprun/platform/xen/xen/arch/x86/
H A Dtime.c94 uint32_t tmp1, tmp2; local
111 : "=A" (product), "=r" (tmp1), "=r" (tmp2)
/seL4-camkes-master/projects/musllibc/src/crypt/
H A Dcrypt_blowfish.c441 tmp1 = L & 0xFF; \
447 tmp1 = ctx->s.S[3][tmp1]; \
453 tmp3 += tmp1; \
460 BF_word tmp1, tmp2, tmp3, tmp4; local
678 BF_word tmp1, tmp2, tmp3, tmp4; local
680 tmp1 = data.binary.salt[0];
685 data.ctx.s.P[i] ^= tmp1;
690 data.ctx.s.P[16] ^= tmp1;
/seL4-camkes-master/projects/musllibc/src/regex/
H A Dregcomp.c865 tre_ast_node_t *tmp1, *tmp2; local
866 tmp1 = tre_ast_new_literal(ctx->mem, 0, '\n'-1, ctx->position++);
868 if (tmp1 && tmp2)
869 node = tre_ast_new_union(ctx->mem, tmp1, tmp2);
910 tre_ast_node_t *tmp1, *tmp2; local
912 tmp1 = tre_ast_new_literal(ctx->mem, tre_toupper(wc), tre_toupper(wc), ctx->position);
914 if (tmp1 && tmp2)
915 node = tre_ast_new_union(ctx->mem, tmp1, tmp2);
/seL4-camkes-master/projects/projects_libs/libfdtgen/
H A Dfdtgen.c367 path_node_t *tmp1, *el1; local
368 HASH_ITER(hh, handle->nodes_table, el1, tmp1) {

Completed in 39 milliseconds