/src/sys/arch/ews4800mips/stand/common/ |
bootxx.c | 163 uint16_t mag; local in function:loader 179 mag = *(uint16_t *)SDBOOT_SCRATCHADDR; 180 if (mag == 0x7f45) 182 else if (mag == ECOFF_MAGIC_MIPSEB)
|
bootxx.c | 163 uint16_t mag; local in function:loader 179 mag = *(uint16_t *)SDBOOT_SCRATCHADDR; 180 if (mag == 0x7f45) 182 else if (mag == ECOFF_MAGIC_MIPSEB)
|
bootxx.c | 163 uint16_t mag; local in function:loader 179 mag = *(uint16_t *)SDBOOT_SCRATCHADDR; 180 if (mag == 0x7f45) 182 else if (mag == ECOFF_MAGIC_MIPSEB)
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_color_mgmt.c | 137 u64 mag = (user_input & ~BIT_ULL(63)) >> (32 - n); local in function:drm_color_ctm_s31_32_to_qm_n 143 val = clamp_val(mag, 0, negative ?
|
drm_color_mgmt.c | 137 u64 mag = (user_input & ~BIT_ULL(63)) >> (32 - n); local in function:drm_color_ctm_s31_32_to_qm_n 143 val = clamp_val(mag, 0, negative ?
|
drm_color_mgmt.c | 137 u64 mag = (user_input & ~BIT_ULL(63)) >> (32 - n); local in function:drm_color_ctm_s31_32_to_qm_n 143 val = clamp_val(mag, 0, negative ?
|
/src/bin/ksh/ |
history.c | 1177 static unsigned char mag[] = { HMAGIC1, HMAGIC2 }; local in function:sprinkle 1179 return(write(fd, mag, 2) != 2);
|
history.c | 1177 static unsigned char mag[] = { HMAGIC1, HMAGIC2 }; local in function:sprinkle 1179 return(write(fd, mag, 2) != 2);
|
history.c | 1177 static unsigned char mag[] = { HMAGIC1, HMAGIC2 }; local in function:sprinkle 1179 return(write(fd, mag, 2) != 2);
|
/src/sys/dev/ic/ |
arn9003.c | 2322 int32_t mag[2][2], phs[2][2], cos[2], sin[2]; local in function:ar9003_get_iq_corr 2355 mag[i][j] = (m * SCALE) / p; 2358 sin[i] = ((mag[i][0] - mag[i][1]) * SHIFT) / DELPT; 2379 txmag = (f1 * ( mag[0][0] - mag[1][0]) + 2382 txphs = (f3 * (-mag[0][0] + mag[1][0]) + 2389 rxmag = mag[0][0] - (cos[0] * txmag + sin[0] * txphs) / SCALE;
|
arn9003.c | 2322 int32_t mag[2][2], phs[2][2], cos[2], sin[2]; local in function:ar9003_get_iq_corr 2355 mag[i][j] = (m * SCALE) / p; 2358 sin[i] = ((mag[i][0] - mag[i][1]) * SHIFT) / DELPT; 2379 txmag = (f1 * ( mag[0][0] - mag[1][0]) + 2382 txphs = (f3 * (-mag[0][0] + mag[1][0]) + 2389 rxmag = mag[0][0] - (cos[0] * txmag + sin[0] * txphs) / SCALE;
|
arn9003.c | 2322 int32_t mag[2][2], phs[2][2], cos[2], sin[2]; local in function:ar9003_get_iq_corr 2355 mag[i][j] = (m * SCALE) / p; 2358 sin[i] = ((mag[i][0] - mag[i][1]) * SHIFT) / DELPT; 2379 txmag = (f1 * ( mag[0][0] - mag[1][0]) + 2382 txphs = (f3 * (-mag[0][0] + mag[1][0]) + 2389 rxmag = mag[0][0] - (cos[0] * txmag + sin[0] * txphs) / SCALE;
|