Home
last modified time | relevance | path

Searched refs:vbl (Results 251 – 275 of 829) sorted by relevance

1...<<11121314151617181920>>...34

/dports/sysutils/u-boot-qemu-arm/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
100 vbl = (buf[6] + ((buf[7] & 0x0f) << 8)); in decode_timing()
112 set_entry(&timing->vback_porch, vbl - vso - vspw); in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-qemu-riscv64/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
100 vbl = (buf[6] + ((buf[7] & 0x0f) << 8)); in decode_timing()
112 set_entry(&timing->vback_porch, vbl - vso - vspw); in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-rpi-0-w/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
100 vbl = (buf[6] + ((buf[7] & 0x0f) << 8)); in decode_timing()
112 set_entry(&timing->vback_porch, vbl - vso - vspw); in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
100 vbl = (buf[6] + ((buf[7] & 0x0f) << 8)); in decode_timing()
112 set_entry(&timing->vback_porch, vbl - vso - vspw); in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-rpi-arm64/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
100 vbl = (buf[6] + ((buf[7] & 0x0f) << 8)); in decode_timing()
112 set_entry(&timing->vback_porch, vbl - vso - vspw); in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-riotboard/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
100 vbl = (buf[6] + ((buf[7] & 0x0f) << 8)); in decode_timing()
112 set_entry(&timing->vback_porch, vbl - vso - vspw); in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-rpi3/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
100 vbl = (buf[6] + ((buf[7] & 0x0f) << 8)); in decode_timing()
112 set_entry(&timing->vback_porch, vbl - vso - vspw); in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-rock-pi-4/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
100 vbl = (buf[6] + ((buf[7] & 0x0f) << 8)); in decode_timing()
112 set_entry(&timing->vback_porch, vbl - vso - vspw); in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-rpi2/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
100 vbl = (buf[6] + ((buf[7] & 0x0f) << 8)); in decode_timing()
112 set_entry(&timing->vback_porch, vbl - vso - vspw); in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-rock64/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
100 vbl = (buf[6] + ((buf[7] & 0x0f) << 8)); in decode_timing()
112 set_entry(&timing->vback_porch, vbl - vso - vspw); in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/games/alephone/alephone-release-20190331/changelogs/
H A DChanges_(Ben_Thompson)15 vbl.c
50 vbl.c
/dports/net-mgmt/p5-Net-SNMP/Net-SNMP-v6.0.1/lib/Net/
H A DSNMP.pm1504 my $vbl =
1537 $vbl))
1542 if (!defined $this->{_pdu}->prepare_get_next_request($vbl)) {
2978 my $vbl = [ map { join q{.}, $_, $max_index } @{$argv->{columns}} ];
2979 $this->_get_table_entries_request_next($argv, $callback, $vbl);
3009 my ($this, $argv, $callback, $vbl) = @_;
3039 $vbl))
3045 if (!defined $this->{_pdu}->prepare_get_next_request($vbl)) {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/Snmp/
H A Dmod.rs9 pub fn SnmpCountVbl(vbl: isize) -> u32; in SnmpCountVbl()
15 pub fn SnmpDeleteVb(vbl: isize, index: u32) -> u32; in SnmpDeleteVb()
17 pub fn SnmpDuplicateVbl(session: isize, vbl: isize) -> isize; in SnmpDuplicateVbl()
25 pub fn SnmpFreeVbl(vbl: isize) -> u32; in SnmpFreeVbl()
32 pub fn SnmpGetVb(vbl: isize, index: u32, name: *mut smiOID, value: *mut smiVALUE) -> u32; in SnmpGetVb()
70 pub fn SnmpSetVb(vbl: isize, index: u32, name: *mut smiOID, value: *mut smiVALUE) -> u32; in SnmpSetVb()
/dports/devel/efl/efl-1.25.1/src/lib/ecore_drm/
H A Decore_drm_device.c47 drmVBlank vbl; in _ecore_drm_tick_schedule() local
51 vbl.request.type = (DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT); in _ecore_drm_tick_schedule()
52 vbl.request.sequence = 1; in _ecore_drm_tick_schedule()
53 vbl.request.signal = (unsigned long)dev; in _ecore_drm_tick_schedule()
54 if (drmWaitVBlank(dev->drm.fd, &vbl) < 0) in _ecore_drm_tick_schedule()
/dports/net-mgmt/gsnmp/gsnmp-0.2.0/src/
H A Dtable.c34 void (* cb_row)(GNetSnmp *snmp, GList *vbl, int indexlen, gpointer data);
205 GList *vbl, in gnet_snmp_table_new() argument
221 for (elem = vbl; elem; elem = g_list_next(elem)) { in gnet_snmp_table_new()
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/io/
H A Dtables.py160 results.append([self._get_col(vbl) for vbl in namelist])
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-14.c7 vector bool long vbl; /* { dg-warning "use of .long. in AltiVec types is deprecated; use .int." } … variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-14.c7 vector bool long vbl; /* { dg-warning "use of .long. in AltiVec types is deprecated; use .int." } … variable
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-14.c7 vector bool long vbl; /* { dg-warning "use of .long. in AltiVec types is deprecated; use .int." } … variable
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-14.c7 vector bool long vbl; /* { dg-warning "use of .long. in AltiVec types is deprecated; use .int." } … variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-14.c7 vector bool long vbl; /* { dg-warning "use of .long. in AltiVec types is deprecated; use .int." } … variable
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-14.c7 vector bool long vbl; /* { dg-warning "use of .long. in AltiVec types is deprecated; use .int." } … variable
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.dg/
H A Daltivec-14.c7 vector bool long vbl; /* { dg-warning "use of .long. in AltiVec types is deprecated; use .int." } … variable
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-14.c7 vector bool long vbl; /* { dg-warning "use of .long. in AltiVec types is deprecated; use .int." } … variable
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-14.c7 vector bool long vbl; /* { dg-warning "use of .long. in AltiVec types is deprecated; use .int." } … variable

1...<<11121314151617181920>>...34