Searched refs:tmp (Results 1 - 25 of 1290) sorted by relevance

1234567891011>>

/src/usr.bin/unifdef/
H A Dunifdefall.sh11 tmp=`mktemp -d -t $basename` || exit 2
13 unifdef -s "$@" | sort | uniq > $tmp/ctrl
15 sed -Ee 's/^#define[ ]+(.*[^ ])[ ]*$/\1/' > $tmp/hashdefs
16 sed -Ee 's/^([A-Za-z0-9_]+).*$/\1/' $tmp/hashdefs > $tmp/alldef
17 comm -23 $tmp/ctrl $tmp/alldef > $tmp/undef
18 comm -12 $tmp/ctrl $tmp/allde
[all...]
/src/tests/kernel/
H A Dt_nointerpreter.sh30 tmp="/tmp/nointerpreter"
40 echo "echo hello world" > $tmp
41 chmod u+x $tmp
42 . $tmp
52 if [ -f $tmp ]; then
53 rm $tmp
/src/tests/usr.bin/ztest/
H A Dt_ztest.sh30 tmp="/tmp/ztest"
41 atf_check -s exit:0 -x "mkdir $tmp"
43 -x "ztest -VVV -v10 -m2 -r12 -R3 -T 10 -f $tmp"
48 if [ -d $tmp ]; then
49 rm -rf $tmp
/src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_vce_v2_0.c45 u32 tmp; local in function:vce_v2_0_set_sw_cg
48 tmp = RREG32(VCE_CLOCK_GATING_B);
49 tmp |= 0xe70000;
50 WREG32(VCE_CLOCK_GATING_B, tmp);
52 tmp = RREG32(VCE_UENC_CLOCK_GATING);
53 tmp |= 0xff000000;
54 WREG32(VCE_UENC_CLOCK_GATING, tmp);
56 tmp = RREG32(VCE_UENC_REG_CLOCK_GATING);
57 tmp &= ~0x3fc;
58 WREG32(VCE_UENC_REG_CLOCK_GATING, tmp);
80 u32 orig, tmp; local in function:vce_v2_0_set_dyn_cg
137 u32 tmp; local in function:vce_v2_0_init_cg
[all...]
H A Dradeon_rs400.c72 uint32_t tmp; local in function:rs400_gart_tlb_flush
77 tmp = RREG32_MC(RS480_GART_CACHE_CNTRL);
78 if ((tmp & RS480_GART_CACHE_INVALIDATE) == 0)
120 uint32_t tmp; local in function:rs400_gart_enable
122 tmp = RREG32_MC(RS690_AIC_CTRL_SCRATCH);
123 tmp |= RS690_DIS_OUT_OF_PCI_GART_ACCESS;
124 WREG32_MC(RS690_AIC_CTRL_SCRATCH, tmp);
159 tmp = REG_SET(RS690_MC_AGP_TOP, rdev->mc.gtt_end >> 16);
160 tmp |= REG_SET(RS690_MC_AGP_START, rdev->mc.gtt_start >> 16);
162 WREG32_MC(RS690_MCCFG_AGP_LOCATION, tmp);
206 uint32_t tmp; local in function:rs400_gart_disable
250 uint32_t tmp; local in function:rs400_mc_wait_for_idle
320 uint32_t tmp; local in function:rs400_debugfs_gart_info
[all...]
H A Dradeon_clocks.c205 u32 tmp = RREG32_PLL(RADEON_PPLL_REF_DIV); local in function:radeon_get_clock_info
208 (tmp & R300_PPLL_REF_DIV_ACC_MASK) >> R300_PPLL_REF_DIV_ACC_SHIFT;
210 p1pll->reference_div = tmp & RADEON_PPLL_REF_DIV_MASK;
398 uint32_t tmp; local in function:radeon_legacy_set_engine_clock
405 tmp = RREG32_PLL(RADEON_CLK_PIN_CNTL);
406 tmp &= ~RADEON_DONT_USE_XTALIN;
407 WREG32_PLL(RADEON_CLK_PIN_CNTL, tmp);
409 tmp = RREG32_PLL(RADEON_SCLK_CNTL);
410 tmp &= ~RADEON_SCLK_SRC_SEL_MASK;
411 WREG32_PLL(RADEON_SCLK_CNTL, tmp);
483 uint32_t tmp; local in function:radeon_legacy_set_clock_gating
[all...]
/src/usr.bin/gzip/
H A Dgzexe38 tmp=`/usr/bin/mktemp -d /tmp/gzexeXXXXXXXXXX` || {
39 /bin/echo "$prog: cannot create tmp dir"; exit 1
41 trap '/bin/rm -rf "$tmp"' 0
43 /usr/bin/gzip -dc > "$tmp/$prog" 2> /dev/null; then
44 /bin/chmod u+x "$tmp/$prog"
45 "$tmp/$prog" ${1+"$@"}
62 tmp=`mktemp /tmp/gzexeXXXXXXXXXX` || {
63 echo "$prog: cannot create tmp fil
[all...]
/src/tests/usr.bin/xlint/lint1/
H A Dd_gcc_compound_statements1.c24 unsigned long tmp;
25 tmp = 1;
26 tmp;
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_mmhub_v2_0.c73 uint32_t tmp; local in function:mmhub_v2_0_init_system_aperture_regs
100 tmp = RREG32_SOC15(MMHUB, 0, mmMMVM_L2_PROTECTION_FAULT_CNTL2);
101 tmp = REG_SET_FIELD(tmp, MMVM_L2_PROTECTION_FAULT_CNTL2,
103 WREG32_SOC15(MMHUB, 0, mmMMVM_L2_PROTECTION_FAULT_CNTL2, tmp);
108 uint32_t tmp; local in function:mmhub_v2_0_init_tlb_regs
111 tmp = RREG32_SOC15(MMHUB, 0, mmMMMC_VM_MX_L1_TLB_CNTL);
113 tmp = REG_SET_FIELD(tmp, MMMC_VM_MX_L1_TLB_CNTL, ENABLE_L1_TLB, 1);
114 tmp
128 uint32_t tmp; local in function:mmhub_v2_0_init_cache_regs
169 uint32_t tmp; local in function:mmhub_v2_0_enable_system_domain
202 uint32_t tmp; local in function:mmhub_v2_0_setup_vmid_config
283 u32 tmp; local in function:mmhub_v2_0_gart_disable
312 u32 tmp; local in function:mmhub_v2_0_set_fault_enable_default
[all...]
H A Damdgpu_gfxhub_v1_0.c126 uint32_t tmp; local in function:gfxhub_v1_0_init_tlb_regs
129 tmp = RREG32_SOC15(GC, 0, mmMC_VM_MX_L1_TLB_CNTL);
131 tmp = REG_SET_FIELD(tmp, MC_VM_MX_L1_TLB_CNTL, ENABLE_L1_TLB, 1);
132 tmp = REG_SET_FIELD(tmp, MC_VM_MX_L1_TLB_CNTL, SYSTEM_ACCESS_MODE, 3);
133 tmp = REG_SET_FIELD(tmp, MC_VM_MX_L1_TLB_CNTL,
135 tmp = REG_SET_FIELD(tmp, MC_VM_MX_L1_TLB_CNT
147 uint32_t tmp; local in function:gfxhub_v1_0_init_cache_regs
186 uint32_t tmp; local in function:gfxhub_v1_0_enable_system_domain
216 uint32_t tmp; local in function:gfxhub_v1_0_setup_vmid_config
307 u32 tmp; local in function:gfxhub_v1_0_gart_disable
337 u32 tmp; local in function:gfxhub_v1_0_set_fault_enable_default
[all...]
H A Damdgpu_gfxhub_v2_0.c121 uint32_t tmp; local in function:gfxhub_v2_0_init_tlb_regs
124 tmp = RREG32_SOC15(GC, 0, mmGCMC_VM_MX_L1_TLB_CNTL);
126 tmp = REG_SET_FIELD(tmp, GCMC_VM_MX_L1_TLB_CNTL, ENABLE_L1_TLB, 1);
127 tmp = REG_SET_FIELD(tmp, GCMC_VM_MX_L1_TLB_CNTL, SYSTEM_ACCESS_MODE, 3);
128 tmp = REG_SET_FIELD(tmp, GCMC_VM_MX_L1_TLB_CNTL,
130 tmp = REG_SET_FIELD(tmp, GCMC_VM_MX_L1_TLB_CNT
141 uint32_t tmp; local in function:gfxhub_v2_0_init_cache_regs
182 uint32_t tmp; local in function:gfxhub_v2_0_enable_system_domain
212 uint32_t tmp; local in function:gfxhub_v2_0_setup_vmid_config
292 u32 tmp; local in function:gfxhub_v2_0_gart_disable
320 u32 tmp; local in function:gfxhub_v2_0_set_fault_enable_default
[all...]
H A Damdgpu_df_v1_7.c51 u32 tmp; local in function:df_v1_7_enable_broadcast_mode
54 tmp = RREG32_SOC15(DF, 0, mmFabricConfigAccessControl);
55 tmp &= ~FabricConfigAccessControl__CfgRegInstAccEn_MASK;
56 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, tmp);
64 u32 tmp; local in function:df_v1_7_get_fb_channel_number
66 tmp = RREG32_SOC15(DF, 0, mmDF_CS_AON0_DramBaseAddress0);
67 tmp &= DF_CS_AON0_DramBaseAddress0__IntLvNumChan_MASK;
68 tmp >>= DF_CS_AON0_DramBaseAddress0__IntLvNumChan__SHIFT;
70 return tmp;
85 u32 tmp; local in function:df_v1_7_update_medium_grain_clock_gating
109 u32 tmp; local in function:df_v1_7_get_clockgating_state
[all...]
/src/lib/libc/gen/
H A Dfixunsgen_ieee754.c62 UINTXX_T tmp; local in function:FIXUNSNAME
78 tmp = 1;
86 tmp <<= (unsigned int)ebits;
87 tmp |= *frac >> (fracbits - ebits);
90 if (fracbits == sizeof(tmp)*4) {
95 tmp = *frac--;
97 tmp <<= (unsigned int)fracbits;
98 tmp |= *frac--;
105 * If the input was negative, make tmp negative module 2^32.
108 tmp
[all...]
/src/tests/dev/cgd/
H A Dh_countkey.sh7 echo $n >"$1".tmp
8 mv -f "$1".tmp "$1"
/src/lib/libintl/
H A Dstrhash.c48 uint32_t hash = 0, tmp; local in function:__intl_string_hash
53 tmp = hash & 0xF0000000;
54 if (tmp != 0) {
55 hash ^= tmp;
56 hash ^= tmp >> 24;
/src/tests/usr.sbin/stdethers/
H A Dt_stdethers.sh30 tmp="/tmp/stdethers"
34 stdethers $1 1>/dev/null 2>$tmp
40 if [ -s $tmp ]; then
41 strerror=$(cat $tmp)
48 if [ -f $tmp ]; then
49 rm $tmp
/src/tests/usr.sbin/stdhosts/
H A Dt_stdhosts.sh30 tmp="/tmp/stdhosts"
34 stdhosts -n $1 1>/dev/null 2>$tmp
40 if [ -s $tmp ]; then
41 strerror=$(cat $tmp)
48 if [ -f $tmp ]; then
49 rm $tmp
/src/sys/dev/raidframe/
H A Drf_cvscan.c57 RF_DiskQueueData_t *tmp; local in function:CheckCvscanState
61 for (key = hdr->cur_block, i = 0, tmp = hdr->left;
62 tmp != NULL;
63 key = tmp->sectorOffset, i++, tmp = tmp->next)
64 RF_ASSERT(tmp->sectorOffset <= key
65 && tmp->priority == hdr->nxt_priority && pri_ok(tmp->priority));
68 for (key = hdr->cur_block, i = 0, tmp
220 RF_DiskQueueData_t *tmp; local in function:rf_CvscanDequeue
311 RF_DiskQueueData_t *tmp; local in function:PrintCvscanQueue
353 RF_DiskQueueData_t *trailer = NULL, *tmp = hdr->burner, *tlist = NULL; local in function:rf_CvscanPromote
[all...]
/src/sys/external/bsd/drm2/
H A Dprepare-import.sh16 (printf '/*\t%c%s%c\t*/\n\n' '$' NetBSD '$' && cat -- "$f") > "$f".tmp
17 mv -f -- "$f".tmp "$f"
44 ' < "$f" > "$f".tmp
45 mv -f -- "$f".tmp "$f"
/src/sys/arch/zaurus/conf/
H A DMakefile.zaurus.inc26 EXTRA_CLEAN+= netbsd.map assym.d ldscript tmp
33 ${THISARM}/conf/ldscript.zaurus > tmp && mv tmp $@
/src/sys/external/bsd/drm2/include/linux/
H A Dsort.h44 void *tmp; local in function:sort
50 tmp = kmem_alloc(elemsize, KM_SLEEP);
51 kheapsort(array, nelem, elemsize, cmp, tmp);
52 kmem_free(tmp, elemsize);
/src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_fixed.h79 u64 tmp; local in function:mul_round_up_u32_fixed16
81 tmp = mul_u32_u32(val, mul.val);
82 tmp = DIV_ROUND_UP_ULL(tmp, 1 << 16);
83 WARN_ON(tmp > U32_MAX);
85 return (u32)tmp;
91 u64 tmp; local in function:mul_fixed16
93 tmp = mul_u32_u32(val.val, mul.val);
94 tmp = tmp >> 1
101 u64 tmp; local in function:div_fixed16
111 u64 tmp; local in function:div_round_up_u32_fixed16
122 u64 tmp; local in function:mul_u32_fixed16
132 u64 tmp; local in function:add_fixed16
143 u64 tmp; local in function:add_fixed16_u32
[all...]
/src/usr.bin/vndcompress/
H A DMakefile18 head -c 512 < /usr/share/dict/words > ${.TARGET}.tmp \
19 && mv -f ${.TARGET}.tmp ${.TARGET}
25 head -c 5120 < /usr/share/dict/words > ${.TARGET}.tmp \
26 && mv -f ${.TARGET}.tmp ${.TARGET}
32 head -c 12345 < /usr/share/dict/words > ${.TARGET}.tmp \
33 && mv -f ${.TARGET}.tmp ${.TARGET}
41 | ./vndcompress -l 12345 /dev/stdin ${.TARGET}.tmp \
42 && mv -f ${.TARGET}.tmp ${.TARGET}
46 head -c 65536 < /usr/share/dict/words > ${.TARGET}.tmp \
47 && mv -f ${.TARGET}.tmp
[all...]
/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_rect.c63 u64 tmp; local in function:clip_scaled
71 tmp = mul_u32_u32(src, dst - *clip);
78 return DIV_ROUND_UP_ULL(tmp, dst);
80 return DIV_ROUND_DOWN_ULL(tmp, dst);
263 struct drm_rect tmp; local in function:drm_rect_rotate
266 tmp = *r;
269 r->x1 = width - tmp.x2;
270 r->x2 = width - tmp.x1;
274 r->y1 = height - tmp.y2;
275 r->y2 = height - tmp
337 struct drm_rect tmp; local in function:drm_rect_rotate_inv
[all...]
/src/lib/libc/citrus/
H A Dcitrus_db_hash.c57 uint32_t hash = 0, tmp; local in function:_citrus_db_hash_std
63 tmp = hash & 0xF0000000;
64 if (tmp != 0) {
65 hash ^= tmp;
66 hash ^= tmp >> 24;

Completed in 9 milliseconds

1234567891011>>