/src/usr.bin/unifdef/ |
unifdefall.sh | 11 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/alldef > $tmp/de [all...] |
/src/tests/kernel/ |
t_nointerpreter.sh | 30 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/ |
t_ztest.sh | 30 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/ |
radeon_vce_v2_0.c | 45 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...] |
radeon_rs400.c | 72 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...] |
/src/usr.bin/gzip/ |
gzexe | 38 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 file [all...] |
/src/tests/usr.bin/xlint/lint1/ |
d_gcc_compound_statements1.c | 24 unsigned long tmp; 25 tmp = 1; 26 tmp;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_mmhub_v2_0.c | 73 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 = REG_SET_FIELD(tmp, MMMC_VM_MX_L1_TLB_CNTL, SYSTEM_ACCESS_MODE, 3) 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...] |
amdgpu_gfxhub_v1_0.c | 126 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_CNTL 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...] |
amdgpu_gfxhub_v2_0.c | 121 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_CNTL 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...] |
amdgpu_df_v1_7.c | 51 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/ |
fixunsgen_ieee754.c | 62 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 = -tmp [all...] |
/src/tests/dev/cgd/ |
h_countkey.sh | 7 echo $n >"$1".tmp 8 mv -f "$1".tmp "$1"
|
/src/usr.bin/getaddrinfo/ |
Makefile.inc | 10 ${TOOL_AWK} -f ${.ALLSRC} > ${.TARGET}.tmp \ 11 && mv -f -- ${.TARGET}.tmp ${.TARGET}
|
/src/lib/libintl/ |
strhash.c | 48 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/ |
t_stdethers.sh | 30 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/ |
t_stdhosts.sh | 30 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/ |
rf_cvscan.c | 57 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 = hdr->right 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/ |
prepare-import.sh | 16 (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/ |
Makefile.zaurus.inc | 26 EXTRA_CLEAN+= netbsd.map assym.d ldscript tmp 33 ${THISARM}/conf/ldscript.zaurus > tmp && mv tmp $@
|
/src/sys/dev/arcbios/ |
Makefile.inc | 10 ${GENASSYM_CPPFLAGS} > assym.h.tmp && \ 11 mv -f assym.h.tmp assym.h
|
/src/sys/external/bsd/drm2/include/linux/ |
sort.h | 44 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/ |
i915_fixed.h | 79 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 >> 16 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/ |
Makefile | 18 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 ${.TARGET [all...] |
/src/sys/external/bsd/drm2/dist/drm/ |
drm_rect.c | 63 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.y1 337 struct drm_rect tmp; local in function:drm_rect_rotate_inv [all...] |