HomeSort by: relevance | last modified time | path
    Searched defs:tmp2 (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/lib/libc/gen/
dehumanize_number.c 66 long long tmp, tmp2; local in function:dehumanize_number
114 tmp2 = tmp * multiplier;
115 tmp2 = tmp2 / multiplier;
116 if (tmp != tmp2) {
  /src/games/hack/
hack.worm.c 211 int tmp, tmp2; local in function:cutworm
239 tmp2 = 0;
241 tmp2 = mtmp2->wormno;
242 wsegs[tmp2] = wsegs[tmp];
243 wgrowtime[tmp2] = 0;
247 if (tmp2)
248 wheads[tmp2] = wtmp;
252 if (tmp2) {
270 if (!tmp2)
hack.apply.c 162 int tmp2; local in function:use_camera
174 tmp2 = mtmp->mblinded;
175 tmp2 += rnd(1 + 50 / tmp);
176 if (tmp2 > 127)
177 tmp2 = 127;
178 mtmp->mblinded = tmp2;
hack.mon.c 851 int tmp2; local in function:killed
855 for (tmp2 = 0; !tmp2 || ul + tmp2 <= ml; tmp2++)
856 if (u.uexp + 1 + (tmp + ((tmp2 <= 0) ? 0 : 4 << (tmp2 - 1))) / nk
861 tmp2 = ml - ul - 1;
862 tmp = (tmp + ((tmp2 < 0) ? 0 : 4 << tmp2)) / nk
    [all...]
  /src/sys/arch/sparc/sparc/
cpu_in_cksum.c 162 : "=r" (sum), "=&r" (tmp1), "=&r" (tmp2)\
173 : "=r" (sum), "=&r" (tmp1), "=&r" (tmp2)\
180 : "=r" (sum), "=&r" (tmp1), "=&r" (tmp2)\
185 : "=r" (sum), "=&r" (tmp1), "=&r" (tmp2)\
212 uint32_t tmp1, tmp2; local in function:cpu_in_cksum
  /src/sys/dev/isa/
wss_isa.c 289 unsigned char tmp, tmp2; local in function:detect_mad16
307 if ((tmp2 = bus_space_read_1(sc->sc_iot, sc->mad_ioh, MC1_PORT)) == tmp) {
308 DPRINTF(("MC1_PORT didn't close after read (0x%02x)\n", tmp2));
315 if ((tmp2 = mad_read(sc, MC1_PORT)) != (tmp ^ 0x80)) {
317 DPRINTF(("Bit revert test failed (0x%02x, 0x%02x)\n", tmp, tmp2));
ad1848_isa.c 182 u_char tmp, tmp1 = 0xff, tmp2 = 0xff; local in function:ad1848_isa_probe
218 tmp2 = ad_read(sc, 1);
220 if (tmp1 != 0x8a || tmp2 != 0x45) {
221 DPRINTF(("ad_detect_B (%x/%x)\n", tmp1, tmp2));
228 tmp2 = ad_read(sc, 1);
230 if (tmp1 != 0x65 || tmp2 != 0xaa) {
231 DPRINTF(("ad_detect_C (%x/%x)\n", tmp1, tmp2));
301 if ((tmp1 = ad_read(sc, i)) != (tmp2 = ad_read(sc, i + 16))) {
303 DPRINTF(("ad_detect_F(%d/%x/%x)\n", i, tmp1, tmp2));
324 if ((tmp2 = ad_read(sc, 18)) != 0x45) { /* No change -> CS4231? *
    [all...]
i82365_isasubr.c 375 int i, iobuswidth, tmp1, tmp2; local in function:pcic_isa_bus_width_probe
403 tmp2 = bus_space_read_1(iot, ioh_high, PCIC_REG_DATA);
405 if (tmp1 == tmp2)
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_64.c 50 sljit_uw tmp2; local in function:load_immediate
86 tmp2 = imm & ((1ul << (63 - shift)) - 1);
88 if (tmp2 <= 0xffff) {
91 return push_inst(compiler, ORI | S(reg) | A(reg) | tmp2);
94 if (tmp2 <= 0xffffffff) {
97 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | (tmp2 >> 16)));
98 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(tmp2)) : SLJIT_SUCCESS;
101 ASM_SLJIT_CLZ(tmp2, shift2);
102 tmp2 <<= shift2;
104 if ((tmp2 & ~0xffff000000000000ul) == 0)
    [all...]
  /src/tests/lib/libc/hash/
t_hmac.c 44 uint8_t tmp2[EVP_MAX_MD_SIZE]; local in function:test
96 memset(tmp2, 0, sizeof(tmp2));
100 tmp2len = hmac(names[t], key, i, data, j, tmp2,
101 sizeof(tmp2));
105 if (tmp1[k] != tmp2[k]) {
108 k, tmp1[k], tmp2[k]);
  /src/sys/arch/evbmips/rasoc/
machdep.c 117 uint32_t tmp1, tmp2; local in function:mach_init
121 tmp2 = sysctl_read(RA_SYSCTL_ID1);
122 memcpy(id2, &tmp2, sizeof(tmp2));
  /src/common/lib/libc/stdlib/
heapsort.c 95 #define COPY(a, b, count, size, tmp1, tmp2) { \
98 tmp2 = b; \
100 *tmp1++ = *tmp2++; \
144 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \
153 COPY(par, child, count, size, tmp1, tmp2); \
161 COPY(child, k, count, size, tmp1, tmp2); \
164 COPY(child, par, count, size, tmp1, tmp2); \
187 char tmp, *tmp1, *tmp2; local in function:__weak_alias
226 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
227 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2);
    [all...]
  /src/games/larn/
movem.c 33 static int tmp1, tmp2, tmp3, tmp4, distance; variable in typeref:typename:int
50 tmp2 = playery + 6;
56 tmp2 = playery + 4;
66 if (tmp2 > MAXY)
67 tmp2 = MAXY;
76 if (tmp2 > MAXY - 1)
77 tmp2 = MAXY - 1;
84 for (j = tmp1; j < tmp2; j++) /* now reset monster moved flags */
91 for (j = tmp1; j < tmp2; j++) /* look thru all locations in
101 for (j = tmp1; j < tmp2; j++) /* look thru all locations i
    [all...]
create.c 115 static int mx, mxl, mxh, my, myl, myh, tmp2; variable in typeref:typename:int
141 tmp2 = rnd(3) + 3;
142 for (tmp = 0; tmp < tmp2; tmp++) {
global.c 606 int tmp, tmp2; local in function:nearbymonst
608 for (tmp2 = playery - 1; tmp2 < playery + 2; tmp2++)
609 if (mitem[tmp][tmp2])
  /src/usr.bin/shlock/
shlock.c 257 char *tmp, tmp2[BUFSIZ + 2]; local in function:mklock
282 snprintf(tmp2, sizeof(tmp2), "%s-2", tmp);
283 if (unlink(tmp2) == -1 && errno != ENOENT) {
284 warn(E_unlk, tmp2);
298 if (link(file, tmp2) == -1) {
300 warn(E_link, file, tmp2);
324 if (unlink(tmp2) == -1)
346 if (unlink(tmp2) == -1) {
347 warn(E_unlk, tmp2);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_uvd_v4_2.c 610 u32 tmp, tmp2; local in function:uvd_v4_2_set_dcm
622 tmp2 = UVD_CGC_CTRL2__DYN_OCLK_RAMP_EN_MASK |
627 tmp2 = 0;
631 WREG32_UVD_CTX(ixUVD_CGC_CTRL2, tmp2);
  /src/usr.bin/xargs/
xargs.c 436 char **tmp, **tmp2, **avj; local in function:prerun
456 tmp2 = tmp;
490 run(tmp2);
495 for (; tmp2 != tmp; tmp--)
500 free(tmp2);
  /src/lib/libc/db/hash/
hash_page.c 486 int tmp1, tmp2; local in function:__add_ovflpage
500 tmp2 = bufp->ovfl ? bufp->ovfl->addr : 0;
508 tmp1, tmp2, bufp->ovfl->addr);
682 int tmp1, tmp2; local in function:overflow_page
795 tmp2 = i;
817 addr, tmp1, tmp2);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/
amdgpu_dce120_timing_generator.c 438 uint32_t tmp2 = 0; local in function:dce120_timing_generator_program_blanking
473 tmp2 = tmp1 + timing->h_addressable +
479 CRTC_H_BLANK_START, tmp2);
482 tmp2 = tmp1 + timing->v_addressable + timing->v_border_top +
488 CRTC_V_BLANK_START, tmp2);
  /src/usr.bin/sdiff/
sdiff.c 162 *tmp1, *tmp2, *s1, *s2; local in function:main
263 * saved in tmp1 or tmp2. tmp1 should never equal tmp2.
265 tmp1 = tmp2 = NULL;
274 if ((tmp2 = mktmpcpy(filename2)))
275 filename2 = tmp2;
338 if (tmp2)
339 if (unlink(tmp2))
340 warn("error deleting %s", tmp2);
342 free(tmp2);
    [all...]
  /src/usr.sbin/autofs/
common.c 283 struct node *n, *n2, *tmp, *tmp2, *tmproot; local in function:node_expand_includes
320 &tmproot->n_children, nodehead, n_next, tmp2) {
  /src/sys/arch/next68k/dev/
esp.c 448 volatile uint8_t tmp2; local in function:doze
462 tmp2 = *(reg + 3);
463 tmp1 = tmp2;
  /src/sys/arch/newsmips/apbus/
if_sn.c 977 void *tmp1, *tmp2; local in function:sonicrxint
981 tmp2 = sc->p_rra[orra];
983 SRO(bitmode, tmp2, RXRSRC_PTRLO));
985 SRO(bitmode, tmp2, RXRSRC_PTRHI));
987 SRO(bitmode, tmp2, RXRSRC_WCLO));
989 SRO(bitmode, tmp2, RXRSRC_WCHI));
992 SWO(bitmode, tmp2, RXRSRC_WCHI, 0);
993 SWO(bitmode, tmp2, RXRSRC_WCLO, 0);
  /src/sys/arch/mips/cavium/dev/
octeon_cop2var.h 60 uint64_t tmp0, tmp1, tmp2, tmp3; \
77 CNASM_##AU##LD(tmp2, 16, key) \
80 CNASM_MT2(tmp2, CVM_MT_AES_KEY, 2) /* delay slot */ \
89 [tmp2] "=&r" (tmp2), \
240 uint64_t tmp0, tmp1, tmp2, tmp3; \
248 CNASM_##AU##LD(tmp2, 16, s) \
252 CNASM_MT2(tmp2, CVM_MT_AES_##ED##0, 0) \
256 CNASM_MF2(tmp2, CVM_MF_AES_RESINP, 0) \
258 CNASM_##AU##SD(tmp2, 16, d)
315 uint64_t tmp0, tmp1, tmp2; local in function:octeon_cop2_des_set_key_unaligned_vaddr64
582 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_md5_update_unaligned_vaddr64
624 uint64_t tmp0, tmp1, tmp2; local in function:octeon_cop2_sha1_set_iv_unaligned_vaddr64
653 uint64_t tmp0, tmp1, tmp2; local in function:octeon_cop2_sha1_get_iv_unaligned_vaddr64
681 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_sha1_update_unaligned_vaddr64
723 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_sha256_set_iv_unaligned_vaddr64
753 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_sha256_get_iv_unaligned_vaddr64
783 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_sha256_update_unaligned_vaddr64
825 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_sha512_set_iv_unaligned_vaddr64
863 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_sha512_get_iv_unaligned_vaddr64
901 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_sha512_update_unaligned_vaddr64
    [all...]

Completed in 94 milliseconds

1 2