Home
last modified time | relevance | path

Searched refs:va (Results 7426 – 7450 of 43213) sorted by relevance

1...<<291292293294295296297298299300>>...1729

/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_str.c29 uint32_t va = *(const uint32_t *)(strdata(a)+i); in lj_str_cmp() local
31 if (va != vb) { in lj_str_cmp()
33 va = lj_bswap(va); vb = lj_bswap(vb); in lj_str_cmp()
37 va >>= 32+(i<<3); vb >>= 32+(i<<3); in lj_str_cmp()
38 if (va == vb) break; in lj_str_cmp()
40 return va < vb ? -1 : 1; in lj_str_cmp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tee/
H A Dtee_shm.c367 int tee_shm_va2pa(struct tee_shm *shm, void *va, phys_addr_t *pa) in tee_shm_va2pa() argument
372 if ((char *)va < (char *)shm->kaddr) in tee_shm_va2pa()
374 if ((char *)va >= ((char *)shm->kaddr + shm->size)) in tee_shm_va2pa()
378 shm, (unsigned long)va - (unsigned long)shm->kaddr, pa); in tee_shm_va2pa()
389 int tee_shm_pa2va(struct tee_shm *shm, phys_addr_t pa, void **va) in tee_shm_pa2va() argument
399 if (va) { in tee_shm_pa2va()
404 *va = v; in tee_shm_pa2va()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
99 va = (buf[5] + ((buf[7] & 0xf0) << 4)); in decode_timing()
110 set_entry(&timing->vactive, va); in decode_timing()
135 va, va + vso, va + vso + vspw, in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
99 va = (buf[5] + ((buf[7] & 0xf0) << 4)); in decode_timing()
110 set_entry(&timing->vactive, va); in decode_timing()
135 va, va + vso, va + vso + vspw, in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
99 va = (buf[5] + ((buf[7] & 0xf0) << 4)); in decode_timing()
110 set_entry(&timing->vactive, va); in decode_timing()
135 va, va + vso, va + vso + vspw, in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
99 va = (buf[5] + ((buf[7] & 0xf0) << 4)); in decode_timing()
110 set_entry(&timing->vactive, va); in decode_timing()
135 va, va + vso, va + vso + vspw, in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/mm/
H A Diommu.c316 unsigned long va, addr, page, end, ret; in sbus_iommu_alloc() local
326 va = __get_free_pages(gfp | __GFP_ZERO, get_order(len)); in sbus_iommu_alloc()
327 if (va == 0) in sbus_iommu_alloc()
334 BUG_ON((va & ~PAGE_MASK) != 0); in sbus_iommu_alloc()
348 page = va; in sbus_iommu_alloc()
368 va += PAGE_SIZE; in sbus_iommu_alloc()
390 free_pages(va, get_order(len)); in sbus_iommu_alloc()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
99 va = (buf[5] + ((buf[7] & 0xf0) << 4)); in decode_timing()
110 set_entry(&timing->vactive, va); in decode_timing()
135 va, va + vso, va + vso + vspw, in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
99 va = (buf[5] + ((buf[7] & 0xf0) << 4)); in decode_timing()
110 set_entry(&timing->vactive, va); in decode_timing()
135 va, va + vso, va + vso + vspw, in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/vulkan/shader/
H A Dreshape_pack4.comp85 afpvec4 va;
96 va = image3d_ld4(bottom_blob_3d, ivec3(x4.a / 4, 0, 0));
108 va = image3d_ld4(bottom_blob_3d, ivec3(x4.a, y4.a / 4, 0));
123 va = image3d_ld4(bottom_blob_3d, ivec3(x4.a, y4.a, z4.a / 4));
128 afpvec4 v = afpvec4(vr[lane4.r], vg[lane4.g], vb[lane4.b], va[lane4.a]);
181 afpvec2 va = buffer_ld2(bottom_blob_data, v_offset.a);
183 afpvec4 v = afpvec4(vr[lane2.r], vg[lane2.g], vb[lane2.b], va[lane2.a]);
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/vulkan/shader/
H A Dreshape_pack4.comp85 afpvec4 va;
96 va = image3d_ld4(bottom_blob_3d, ivec3(x4.a / 4, 0, 0));
108 va = image3d_ld4(bottom_blob_3d, ivec3(x4.a, y4.a / 4, 0));
123 va = image3d_ld4(bottom_blob_3d, ivec3(x4.a, y4.a, z4.a / 4));
128 afpvec4 v = afpvec4(vr[lane4.r], vg[lane4.g], vb[lane4.b], va[lane4.a]);
181 afpvec2 va = buffer_ld2(bottom_blob_data, v_offset.a);
183 afpvec4 v = afpvec4(vr[lane2.r], vg[lane2.g], vb[lane2.b], va[lane2.a]);
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
99 va = (buf[5] + ((buf[7] & 0xf0) << 4)); in decode_timing()
110 set_entry(&timing->vactive, va); in decode_timing()
135 va, va + vso, va + vso + vspw, in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
99 va = (buf[5] + ((buf[7] & 0xf0) << 4)); in decode_timing()
110 set_entry(&timing->vactive, va); in decode_timing()
135 va, va + vso, va + vso + vspw, in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
99 va = (buf[5] + ((buf[7] & 0xf0) << 4)); in decode_timing()
110 set_entry(&timing->vactive, va); in decode_timing()
135 va, va + vso, va + vso + vspw, in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/mm/
H A Diommu.c316 unsigned long va, addr, page, end, ret; in sbus_iommu_alloc() local
326 va = __get_free_pages(gfp | __GFP_ZERO, get_order(len)); in sbus_iommu_alloc()
327 if (va == 0) in sbus_iommu_alloc()
334 BUG_ON((va & ~PAGE_MASK) != 0); in sbus_iommu_alloc()
348 page = va; in sbus_iommu_alloc()
368 va += PAGE_SIZE; in sbus_iommu_alloc()
390 free_pages(va, get_order(len)); in sbus_iommu_alloc()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
99 va = (buf[5] + ((buf[7] & 0xf0) << 4)); in decode_timing()
110 set_entry(&timing->vactive, va); in decode_timing()
135 va, va + vso, va + vso + vspw, in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
99 va = (buf[5] + ((buf[7] & 0xf0) << 4)); in decode_timing()
110 set_entry(&timing->vactive, va); in decode_timing()
135 va, va + vso, va + vso + vspw, in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
99 va = (buf[5] + ((buf[7] & 0xf0) << 4)); in decode_timing()
110 set_entry(&timing->vactive, va); in decode_timing()
135 va, va + vso, va + vso + vspw, in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/common/
H A Dedid.c87 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
99 va = (buf[5] + ((buf[7] & 0xf0) << 4)); in decode_timing()
110 set_entry(&timing->vactive, va); in decode_timing()
135 va, va + vso, va + vso + vspw, in decode_timing()
136 va + vbl, vborder); in decode_timing()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/mm/
H A Diommu.c316 unsigned long va, addr, page, end, ret; in sbus_iommu_alloc() local
326 va = __get_free_pages(gfp | __GFP_ZERO, get_order(len)); in sbus_iommu_alloc()
327 if (va == 0) in sbus_iommu_alloc()
334 BUG_ON((va & ~PAGE_MASK) != 0); in sbus_iommu_alloc()
348 page = va; in sbus_iommu_alloc()
368 va += PAGE_SIZE; in sbus_iommu_alloc()
390 free_pages(va, get_order(len)); in sbus_iommu_alloc()
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A DNPC_AI_Droid.c150 G_SoundOnEnt( NPCS.NPC, CHAN_AUTO, va("sound/chars/mouse/misc/mousego%d.wav", Q_irand(1, 3)) ); in Droid_Patrol()
159 G_SoundOnEnt( NPCS.NPC, CHAN_AUTO, va("sound/chars/r2d2/misc/r2d2talk0%d.wav", Q_irand(1, 3)) ); in Droid_Patrol()
168 G_SoundOnEnt( NPCS.NPC, CHAN_AUTO, va("sound/chars/r5d2/misc/r5talk%d.wav", Q_irand(1, 4)) ); in Droid_Patrol()
177 G_SoundOnEnt( NPCS.NPC, CHAN_AUTO, va("sound/chars/gonk/misc/gonktalk%d.wav", Q_irand(1, 2)) ); in Droid_Patrol()
483 G_SoundIndex( va( "sound/chars/mouse/misc/mousego%d.wav", i ) ); in NPC_Mouse_Precache()
502 G_SoundIndex( va( "sound/chars/r5d2/misc/r5talk%d.wav", i ) ); in NPC_R5D2_Precache()
525 G_SoundIndex( va( "sound/chars/r2d2/misc/r2d2talk0%d.wav", i ) ); in NPC_R2D2_Precache()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_str.c29 uint32_t va = *(const uint32_t *)(strdata(a)+i); in lj_str_cmp() local
31 if (va != vb) { in lj_str_cmp()
33 va = lj_bswap(va); vb = lj_bswap(vb); in lj_str_cmp()
37 va >>= 32+(i<<3); vb >>= 32+(i<<3); in lj_str_cmp()
38 if (va == vb) break; in lj_str_cmp()
40 return va < vb ? -1 : 1; in lj_str_cmp()
/dports/textproc/uim-gtk3/sigscheme-beb8fbd/test-c/
H A Dsscm-test.h61 va_list va; in tst_format() local
65 va_start(va, msg); in tst_format()
66 len = vsnprintf(NULL, 0, msg, va); in tst_format()
69 va_end(va); in tst_format()
80 va_start(va, msg); in tst_format()
84 vsnprintf (buf, len + 1, msg, va); in tst_format()
85 va_end(va); in tst_format()
/dports/textproc/uim-gtk3/uim-d1ac9d9/sigscheme/test-c/
H A Dsscm-test.h61 va_list va; in tst_format() local
65 va_start(va, msg); in tst_format()
66 len = vsnprintf(NULL, 0, msg, va); in tst_format()
69 va_end(va); in tst_format()
80 va_start(va, msg); in tst_format()
84 vsnprintf (buf, len + 1, msg, va); in tst_format()
85 va_end(va); in tst_format()
/dports/japanese/uim-anthy/sigscheme-beb8fbd/test-c/
H A Dsscm-test.h61 va_list va; in tst_format() local
65 va_start(va, msg); in tst_format()
66 len = vsnprintf(NULL, 0, msg, va); in tst_format()
69 va_end(va); in tst_format()
80 va_start(va, msg); in tst_format()
84 vsnprintf (buf, len + 1, msg, va); in tst_format()
85 va_end(va); in tst_format()

1...<<291292293294295296297298299300>>...1729