/src/lib/libc/include/ |
futex_private.h | 45 volatile int *uaddr2, int val2, int val3) 48 val2, val3);
|
/src/tests/lib/libc/sys/ |
t_swapcontext.c | 45 int val1, val2; variable in typeref:typename:int 59 ATF_REQUIRE_EQ(ntls, &val2); 90 _lwp_setprivate(&val2);
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
dvo_tfp410.c | 273 u8 val, val2; local in function:tfp410_dump_regs 292 tfp410_readb(dvo, TFP410_DE_CNT_HI, &val2); 293 DRM_DEBUG_KMS("TFP410_DE_CNT: 0x%02X%02X\n", val2, val); 295 tfp410_readb(dvo, TFP410_DE_LIN_HI, &val2); 296 DRM_DEBUG_KMS("TFP410_DE_LIN: 0x%02X%02X\n", val2, val); 298 tfp410_readb(dvo, TFP410_H_RES_HI, &val2); 299 DRM_DEBUG_KMS("TFP410_H_RES: 0x%02X%02X\n", val2, val); 301 tfp410_readb(dvo, TFP410_V_RES_HI, &val2); 302 DRM_DEBUG_KMS("TFP410_V_RES: 0x%02X%02X\n", val2, val);
|
intel_bw.c | 99 u32 val = 0, val2 = 0; local in function:icl_pcode_read_qgv_point_info 105 &val, &val2); 113 sp->t_rdpre = val2 & 0xff; 114 sp->t_ras = (val2 & 0xff00) >> 8;
|
/src/tests/lib/libpthread/ |
t_swapcontext.c | 50 int val1, val2; variable in typeref:typename:int 96 nself = (void *)&val2;
|
/src/common/dist/zlib/contrib/iostream3/ |
zfstream.h | 433 T2 val2; member in class:gzomanip2 452 : func(f), val1(v1), val2(v2) 459 { return (*m.func)(s, m.val1, m.val2); }
|
/src/usr.bin/showmount/ |
showmount.c | 275 int bool_int, val, val2; local in function:xdr_mntdump 308 val2 = strcmp(mp->ml_dirp, tp->ml_dirp); 312 if (val2 == 0) { 316 val = val2; 320 if (val2 == 0) { 324 val = val2;
|
/src/sys/compat/netbsd32/ |
netbsd32_futex.c | 59 syscallarg(int) val2; 80 SCARG(uap, val), tsp, SCARG_P32(uap, uaddr2), SCARG(uap, val2),
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/ |
amdgpu_dce120_timing_generator.c | 56 #define CRTC_REG_UPDATE_2(reg, field1, val1, field2, val2) \ 57 CRTC_REG_UPDATE_N(reg, 2, FD(reg##__##field1), val1, FD(reg##__##field2), val2) 59 #define CRTC_REG_UPDATE_3(reg, field1, val1, field2, val2, field3, val3) \ 60 CRTC_REG_UPDATE_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3), val3) 62 #define CRTC_REG_UPDATE_4(reg, field1, val1, field2, val2, field3, val3, field4, val4) \ 63 CRTC_REG_UPDATE_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3), val3, FD(reg##__##field4), val4) 65 #define CRTC_REG_UPDATE_5(reg, field1, val1, field2, val2, field3, val3, field4, val4, field5, val5) \ 66 CRTC_REG_UPDATE_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3), val3, FD(reg##__##field4), val4, FD(reg##__##field5), val5) 71 #define CRTC_REG_SET_2(reg, field1, val1, field2, val2) \ 72 CRTC_REG_SET_N(reg, 2, FD(reg##__##field1), val1, FD(reg##__##field2), val2) [all...] |
/src/sys/altq/ |
altq_wfq.c | 322 u_long val2; local in function:wfq_hash 326 val2 = fp->fi_dport ^ fp->fi_sport ^ fp->fi_proto; 327 val2 = val2 ^ (val2 >> 8); 328 val = val ^ val2;
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
tsan_mop.cc | 188 MemLoc vptr(&vptr_storage), val1, val2; local in function:TEST 191 t1.VptrUpdate(vptr, val2);
|
/src/common/dist/zlib/ |
crc32.c | 582 z_word_t val0, val1, val2; local in function:crc32_z 617 val2 = word[i + 2 * Z_BATCH]; 620 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc2) : "r"(val2)); 638 val2 = word[i + last2]; 641 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc2) : "r"(val2));
|
/src/sys/compat/linux32/common/ |
linux32_misc.c | 247 int val2 = 0; local in function:linux32_sys_futex 251 * Linux overlays the "timeout" field and the "val2" field. 265 val2 = (int)(uintptr_t)SCARG_P32(uap, timeout); 269 SCARG(uap, val), tsp, SCARG_P32(uap, uaddr2), val2,
|
/src/sys/dev/i2c/ |
zl10353.c | 627 uint8_t val1, val2; local in function:zl10353_get_signal_strength 632 if (zl10353_read(zl, ZL10353_REG_SIGSTR_2, &val2) != 0) 635 return val1 << 10 | val2 << 2 | 0x03;
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_bios.c | 123 uint8_t __iomem *bios, val1, val2; local in function:radeon_read_bios 138 val2 = bus_space_read_1(bst, bsh, 1); 141 val2 = readb(&bios[1]); 144 if (size == 0 || val1 != 0x55 || val2 != 0xaa) {
|
/src/sys/external/bsd/sljit/dist/regex_src/ |
regexJIT.c | 563 int val1, val2; local in function:parse_iterator 571 val2 = -1; 589 val2 = val1; 612 if (val2 == -1) { 616 val2 = 0; 619 regex_string = decode_number(regex_string, length, &val2); 621 if (val2 < 0 || length == 0 || *regex_string != '}' || val2 < val1) 623 if (val2 == 0) { 631 if (val1 > 1 || val2 > 1) [all...] |
/src/games/adventure/ |
save.c | 235 unsigned char val1, val2; local in function:savefile_binread 252 if (readletter(buf[i*2 + 1], &val2)) { 255 udata[pos++] = val1 * 16 + val2;
|
/src/sys/dev/ic/ |
tcic2.c | 178 int val1, val2; local in function:tcic_check_reserved_bits 193 val2 = bus_space_read_2(iot, ioh, TCIC_R_DATA); 194 if (val1 | val2) { 196 if (val1 == val2) 205 val2 = bus_space_read_1(iot, ioh, TCIC_R_MODE); 207 if ( val1 != val2)
|
/src/common/lib/libx86emu/ |
x86emu.c | 2561 int8_t val1, val2; local in function:x86emuOp_cmps_byte 2574 val2 = fetch_byte(emu, emu->x86.R_ES, emu->x86.R_DI); 2575 cmp_byte(emu, val1, val2); 2588 val2 = fetch_byte(emu, emu->x86.R_ES, emu->x86.R_DI); 2589 cmp_byte(emu, val1, val2); 2599 val2 = fetch_byte(emu, emu->x86.R_ES, emu->x86.R_DI); 2600 cmp_byte(emu, val1, val2); 2612 uint32_t val1, val2; local in function:x86emuOp_cmps_word 2632 val2 = fetch_long(emu, emu->x86.R_ES, emu->x86.R_DI); 2633 cmp_long(emu, val1, val2); 2824 int8_t val2; local in function:x86emuOp_scas_byte [all...] |
/src/sys/external/bsd/drm2/dist/drm/ast/ |
ast_mode.c | 1240 uint32_t val, val2, count, pass; local in function:get_clock 1246 val2 = (ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xb7, 0x10) >> 4) & 0x01; 1247 if (val == val2) { 1262 uint32_t val, val2, count, pass; local in function:get_data 1268 val2 = (ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xb7, 0x20) >> 5) & 0x01; 1269 if (val == val2) {
|
/src/sys/external/bsd/drm/dist/shared-core/ |
mga_drv.h | 344 #define DMA_BLOCK( reg0, val0, reg1, val1, reg2, val2, reg3, val3 ) \ 352 DMA_WRITE( 3, val2 ); \
|
/src/sys/external/bsd/drm2/dist/drm/mga/ |
mga_drv.h | 342 #define DMA_BLOCK(reg0, val0, reg1, val1, reg2, val2, reg3, val3) \ 350 DMA_WRITE(3, val2); \
|
/src/lib/libterminfo/ |
tparm.c | 192 long val, val2; local in function:_ti_tiparm 442 pop(&val2, NULL, &stack); 445 val = val + val2; 448 val = val2 - val; 451 val = val * val2; 454 val = val ? val2 / val : 0; 457 val = val ? val2 % val : 0; 460 val = val && val2; 463 val = val || val2; 466 val = val & val2; [all...] |
/src/sys/kern/ |
sys_futex.c | 1348 * futex_func_requeue(op, uaddr, nwake@val, uaddr2, nrequeue@val2, 1571 * futex_func_wake_op(uaddr, nwake@val, uaddr2, nwake2@val2, opcmp@val3, 1661 * do_futex(uaddr, op, val, timeout, uaddr2, val2, val3) 1668 int *uaddr2, int val2, int val3, register_t *retval) 1699 const int nrequeue = val2; 1714 const int nwake2 = val2; 1741 syscallarg(int) val2; 1760 tsp, SCARG(uap, uaddr2), SCARG(uap, val2), SCARG(uap, val3),
|
/src/sys/dev/usb/ |
uchcom.c | 447 uint8_t reg1, uint8_t val1, uint8_t reg2, uint8_t val2) 452 (unsigned)reg2, (unsigned)val2)); 455 reg1|((uint16_t)reg2<<8), val1|((uint16_t)val2<<8));
|