text
stringlengths
1
1.05M
#pragma once // PUBG FULL SDK - Generated By Respecter (5.3.4.11 [06/03/2019]) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "PUBG_WeapSawnOff_classes.hpp" namespace SDK { //--------------------------------------------------------------------------- //Parameters //------------------------------------...
#include <stdio.h> #include "vgpu_gl.h" /******************************************************************************\ * * Translation utils * \******************************************************************************/ static const GLenum translate_program_type[] = { GL_VERTEX_SHADER, GL_FRAGMENT_SHADER,...
/************************************************************************* * * Copyright 2016 Realm Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lice...
; This file is generated from a similarly-named Perl script in the BoringSSL ; source tree. Do not edit by hand. default rel %define XMMWORD %define YMMWORD %define ZMMWORD %ifdef BORINGSSL_PREFIX %include "boringssl_prefix_symbols_nasm.inc" %endif section .text code align=64 EXTERN OPENSSL_ia32cap_P ...
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: Kernel/Timer FILE: timerC.asm REVISION HISTORY: Name Date Description ---- ---- ----------- Tony 3/91 Initial version DESCRIPTION: This ...
/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #include "ComponentEntityEditorPlugin_precompiled.h" #include "CryEdit.h" #include "AssetCatalogM...
//================================================================================================== /* EVE - Expressive Vector Engine Copyright : EVE Contributors & Maintainers SPDX-License-Identifier: MIT */ //================================================================================================== #in...
db 0 ; 292 DEX NO db 1, 90, 45, 40, 30, 30 ; hp atk def spd sat sdf db BUG, GHOST ; type db 45 ; catch rate db 95 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_UNKNOWN ; gender ratio db 100 ; unknown 1 db 15 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/hoenn/shedinja/front.d...
#include "SphereConvexHull.h" /*Define the namespace*/ namespace ROPTLIB{ SphereConvexHull::SphereConvexHull(const Manifold *inMani, Variable *inx, Vector **inW, integer inlengthW, QuasiNewton *insolver, void (QuasiNewton::*inHv)(Vector *v, Vector *result)) { Mani = inMani; x = inx; W = inW; lengthW = inle...
;; ;; Copyright (c) 2021-2022, Intel Corporation ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are met: ;; ;; * Redistributions of source code must retain the above copyright notice, ;; this list of conditions and...
; A310411: Coordination sequence Gal.4.72.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,4,10,14,20,24,30,34,38,44,48,54,58,64,68,72,78,82,88,92,98,102,106,112,116,122,126,132,136,140,146,150,156,160,166,170,174,180,184,190,194,...
; A298019: Partial sums of A298016. ; 1,7,19,31,55,91,115,157,217,253,313,397,445,523,631,691,787,919,991,1105,1261,1345,1477,1657,1753,1903,2107,2215,2383,2611,2731,2917,3169,3301,3505,3781,3925,4147,4447,4603,4843,5167,5335,5593,5941,6121,6397,6769,6961,7255,7651,7855,8167,8587,8803,9133,9577,9805,10153,10621,10861,1...
############################################################################### # Copyright 2018 Intel Corporation # All Rights Reserved. # # If this software was obtained under the Intel Simplified Software License, # the following terms apply: # # The source code, information and material ("Material") containe...
; A146534: 4*C(2n,n)-3*0^n. ; 1,8,24,80,280,1008,3696,13728,51480,194480,739024,2821728,10816624,41602400,160466400,620470080,2404321560,9334424880,36300541200,141381055200,551386115280,2153031497760 mov $2,$0 lpb $0,1 sub $0,1 mov $3,$2 add $3,$2 mov $1,$3 bin $1,$2 lpe mul $1,8 add $1,5 trn $1,7 div $1,2 a...
; A009545: E.g.f. sin(x)*exp(x). ; 0,1,2,2,0,-4,-8,-8,0,16,32,32,0,-64,-128,-128,0,256,512,512,0,-1024,-2048,-2048,0,4096,8192,8192,0,-16384,-32768,-32768,0,65536,131072,131072,0,-262144,-524288,-524288,0,1048576,2097152,2097152,0,-4194304,-8388608,-8388608,0,16777216,33554432,33554432,0,-67108864,-134217728,-134217728...
.ASSUME ADL=1 .ORG 0 .DB "8CECPck" .ORG 7 .DB "4C3X-ZX7",0 ;4bpp fixed color palette 3x scale zx7 decoder .ORG 16 .DB 2 ;NOTE: VRAM STARTS AT $D40000 #DEFINE BUFFER1 $D40000 ;GIVE IT 16KB to store 9600 bytes #DEFINE BUFFER2 $D49600 ;ANOTHER 16KB #DEFINE MAIN_FIELD_LOCATION $D53000 ;CHANGE LATER TO $E30800 IF S...
; public MIDI interface routines: ; midiDetect ; midiInit ; midiRead ; midiWrite ; interface type for midiDetect and midiInit: ; 0: no MIDI interface was detected ; 1: Sequential Circuits Inc. ; 2: Passport & Syntech ; 3: DATEL/Siel/JMS ; 4: Namesoft ;BUFFER_SIZE_MASK equ #$1F ; original size BUFFER_SIZE_MASK equ #...
#if GOOGLE_CUDA #define EIGEN_USE_GPU #endif // GOOGLE_CUDA #include "tensorflow/core/framework/op_kernel.h" #include "build_condensates_kernel.h" #include "helpers.h" #include <string> //size_t, just for helper function #include <cmath> #include <iostream> //remove later DEBUG FIXME namespace tensorflow { typede...
// Fill out your copyright notice in the Description page of Project Settings. #include "BattleTank.h" #include "Tank.h" float ATank::GetHealthPercent() const { return (float)CurrentHealth / (float)StartingHealth; } // Sets default values ATank::ATank() { // Set this pawn to call Tick() every frame. You can tur...
#if defined(USE_MIMALLOC_ARENA_ALLOCATOR) #include "mimalloc.h" #include "core/framework/mimalloc_arena.h" namespace onnxruntime { MiMallocArena::MiMallocArena(std::unique_ptr<IDeviceAllocator> resource_allocator, size_t total_memory) : info_(resource_allocator->Info().name, OrtAllocatorType...
#include "cbase.h" #include "weapon_neobasecombatweapon.h" #include "in_buttons.h" #ifdef GAME_DLL #include "player.h" #endif #include "basecombatweapon_shared.h" // memdbgon must be the last include file in a .cpp file!!! #include "tier0/memdbgon.h" LINK_ENTITY_TO_CLASS( neobasecombatweapon, CNEOBaseCombatWeapon ...
lw $3,0($0) addu $4,$0,$3 ori $5,$0,41871 nor $4,$4,$3 or $5,$3,$3 slt $6,$5,$3 srav $5,$3,$3 slti $4,$4,11790 sh $4,8($0) srav $3,$6,$3 sw $3,0($0) slt $4,$4,$3 sb $3,13($0) subu $3,$5,$3 ori $3,$1,46800 subu $1,$3,$3 addiu $1,$1,14740 srav $4,$4,$3 sb $3,12($0) sra $6,$6,6 addiu $5,$1,-19921 slt $3,$4,$3 sh $5,6($0) ...
#ifndef hr_timer #define hr_timer // Created by aaichert on Sept 12th 2014 // WIN32-only high precision timer. #include <windows.h> namespace Utils { class TimerWin32 { private: struct { LARGE_INTEGER start; LARGE_INTEGER current; } timer; LARGE_INTEGER frequency; public: TimerWin32(){ timer.sta...
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r9 push %rbp push %rbx push %rdi lea addresses_UC_ht+0x13c06, %rbx and $4696, %rbp vmovups (%rbx), %ymm5 vextracti128 $1, %ymm5, %xmm5 vpextrq $0, %xmm5, %r11 xor %r9, %r9 lea addresses_D_ht+0x11e86, %r10 nop nop nop nop nop and $63375, %r...
// Illustrates a problem with post-incrementing a pointer used in a loop comparison // Commodore 64 PRG executable file .file [name="post-increment-problem.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef...
; general comments ; This algorithm approximates the cube root of a real number x: ; root := 1.0 ; until ( |root - oldRoot| < smallValue ) loop ; oldRoot := root ; root := (2.0*root + x/(root*root)) / 3.0 ; end until ; Write a console32 Assembly Language program to approximate the cube root of a real number....
.model small .stack 100h .data msg1 db 'Enter value of x :$' msg2 db 'Enter value of y :$' msg3 db 'x = $' msg4 db 'y = $' msg5 db 'x and y are equal numbers$' msg6 db 'x and y are not equal numbers$' x db ? y db ? .code main proc mov ax, @data mov ds, ax lea dx, msg1 ...
;======================================================================================================================= ; ; ; Name: socOS (System On Chip Operation System) ...
;A=B-A mov ax , 3 mov bx , 4 mov cx , 5 sub bx, ax mov ax, bx ;A=-(A+1) add ax , 1 neg ax ;C=A+(B+1);use inc mov ax , 3 mov bx , 4 mov cx , 5 inc bx add ax , bx mov cx, ax ;A=B-(A-1);use dec mov ax , 3 mov bx , 4 mov cx , 5 dec ax sub bx , ax mov ax , bx
SFX_Snare3_1_Ch7: noisenote 0, 10, 1, 51 endchannel
; racer-utils.asm ; Utils and macros ; ==================================================================== ; Return a random number from 1-255 using SID Voice #3 - thanks Golan ; ==================================================================== RANDOM255 LDA #$FF STA $D40F LDA #$80 STA $D412 LDA $D41B ...
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_D_ht+0x16e06, %rsi lea addresses_WT_ht+0x7f74, %rdi nop nop cmp $11283, %r9 mov $84, %rcx rep movsl nop nop add $30864, %r9 lea addresses_UC_ht+0x1b074, %rsi nop nop nop nop cmp %rdi...
; A040282: Continued fraction for sqrt(300). ; 17,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3,34,3,8,3 mov $4,$0 gcd $4,4 mov $3,$4 lpb $0 sub $0,1 sub $3,1 sub $0,$3 add $4,2 ...
; Bootloader ORG 0x7C00 ; BIOS loads the bootloader into memory at 0x7C00 BITS 16 ; Start assembly in 16 bit mode PROT_MODE_CODE_SEG equ 0x8 ; Kernel code segment selector PROT_MODE_DATA_SEG equ 0x10 ; Kernel data segment selector bios_parameter_block: ; The BIOS Parameter Block is loacted at the beginning...
; A109540: a(n) = a(n-2)+a(n-3)+a(n-4)+a(n-5)+a(n-6)+2*a(n-7)+a(n-8). ; 1,1,1,1,1,1,1,1,8,8,15,22,36,57,92,155,246,400,645,1044,1688,2731,4425,7155,11579,18733,30311,49043,79353,128402,207754,336155,543908,880062,1423969,2304030,3728005,6032034,9760038,15792071,25552108,41344178 lpb $0 sub $0,7 mov $2,$0 max $2,...
; to exchange DE and HL pair of registers MVI D, 0AH MVI E, 0BH MVI H, 0CH MVI L, 0DH XCHG HLT
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* * MIT License * * Copyright (c) 2019-2021 Christof Ruch * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, cop...
;;; $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ ;;; ;;; ASM Source code for Red GBC, by Evan Bowman, 2021 ;;; ;;; ;;; The following licence covers the source code included in this file. The ;;; game's characters and artwork belong to Evan Bowman, and should not be used ;;; without permi...
; { "technology": "ZX7", "extension": "zx7" } .memorymap defaultslot 0 slotsize $4000 slot 0 $0000 .endme .rombankmap bankstotal 1 banksize $4000 banks 1 .endro .bank 0 slot 0 .org 0 ld hl,data ld de,$4000 call zx7_decompress ret ; ends the test .define ZX7ToVRAM .block "decompressor" .include "../decompresso...
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1742d, %r9 sub $43421, %rdx movl $0x61626364, (%r9) nop nop nop sub %r14, %r14 lea addresses_UC_ht+0x6eed, %rsi lea addresses_A_ht+0xee6d, %rdi nop nop nop cmp %r12, %r12 mov...
#if defined(__ELF__) && !defined(__FreeBSD__) #include <Common/SymbolIndex.h> #include <Common/hex.h> #include <algorithm> #include <optional> #include <link.h> //#include <iostream> #include <filesystem> /** ELF object can contain three different places with symbol names and addresses: 1. Symbol table in sectio...
DEVICE NONE ; set "none" explicitly, to avoid "global device" feature CSPECTMAP ; error about non-device mode DEVICE ZXSPECTRUMNEXT : SLOT 6 CSPECTMAP "cspectmap.sym" ; default-name variant is tested only manually ; CSPECTMAP ; default-name...
section .text global start extern main extern exitu ;default starting for all elf binaries else defaulted to 0x400000 start: call main call exitu jmp $
; A273570: Number of active (ON,black) cells at stage 2^n-1 of the two-dimensional cellular automaton defined by "Rule 798", based on the 5-celled von Neumann neighborhood. ; Submitted by Jon Maiga ; 1,5,21,93,429,1869,7821,32013,129549,521229,2091021,8376333,33529869,134168589,536772621,2147287053 mov $1,1 lpb $0 m...
; A323295: Number of ways to fill a matrix with the first n positive integers. ; Submitted by Christian Krause ; 1,1,4,12,72,240,2880,10080,161280,1088640,14515200,79833600,2874009600,12454041600,348713164800,5230697472000,104613949440000,711374856192000,38414242234368000,243290200817664000,14597412049059840000,2043637...
; ========================= ; Extended System Variables ; ========================= BANK_M: equ $5B5C ; Shadowing banking and screen switching port $7FFD FREE_L: equ $5B83 ; First block in the linked list of free blocks VALS: equ $5BEC ; IY-$46 First element in a linked list of value buffers VALUE0: equ $5BED ; IY-$4...
#pragma once #include "../../../java/lang/Enum.hpp" class JArray; class JString; namespace android::icu::text { class SearchIterator_ElementComparisonType : public java::lang::Enum { public: // Fields static android::icu::text::SearchIterator_ElementComparisonType ANY_BASE_WEIGHT_IS_WILDCARD(); static andro...
; A267688: Binary representation of the n-th iteration of the "Rule 199" elementary cellular automaton starting with a single ON (black) cell. ; Submitted by Christian Krause ; 1,110,11100,1111010,111110100,11111101010,1111111010100,111111110101010,11111111101010100,1111111111010101010,111111111110101010100,11111111111...
;------------------------------------------------------------------------------ ; ; Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ; Module Name: ; ; CpuIdEx.Asm ; ; Abstract: ; ; AsmCpuidEx function ; ; Notes: ; ;-----------------------------...
_kill: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char **argv) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 57 push %edi 4: 56 push %esi...
;--------------------- ; ; This code implements two interfaces of SHA-1 update function: 1) working on a single ; 64-byte block and 2) working on a buffer of multiple 64-bit blocks. Multiple blocks ; version of code is software pipelined and faster overall, it is a default. Assemble ; with -DINTEL_SHA1_SINGLE...
; A162970: Number of 2-cycles in all involutions of {1,2,...,n}. ; 0,1,3,12,40,150,546,2128,8352,34380,144100,626736,2784288,12753832,59692920,286857600,1407536896,7069630608,36217682352,189489626560,1010037302400,5488251406176,30348031302688,170812160339712,977353164787200,5684961937720000,33583835759962176,2014684086...
; A250806: Number of (n+1) X (2+1) 0..2 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing min(x(i,j),x(i-1,j)) in the j direction. ; 100,379,1315,4321,13735,42769,131455,400681,1214695,3669409,11058895,33278041,100036855,300516049,902359135,2708699401,8129342215,24394514689,73196520175,2196...
; A004935: Floor of n*phi^20, where phi is the golden ratio, A001622. ; 0,15126,30253,45380,60507,75634,90761,105888,121015,136142,151269,166396,181523,196650,211777,226904,242031,257158,272285,287412,302539,317666,332793,347920,363047,378174 mov $1,$0 trn $1,1 mov $2,$0 lpb $2,1 add $1,15126 sub $2,1 lpe
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1b181, %rsi lea addresses_UC_ht+0x3101, %rdi nop nop nop nop nop dec %r9 mov $104, %rcx rep movsl nop nop nop nop nop add $160, %r14 lea addresses_A_ht+0x90e, %rsi lea addresses_WC...
; Top-hole Golf ; Copyright 2020-2021 Matthew Clarke snd_c_BEGIN = * ; ***************** ; *** CONSTANTS *** ; ***************** snd_c_NUM_CHANNELS = 3 snd_l_REGS_BASE_ADDR_LO !byte $00,$07,$0e snd_l_REGS_BASE_ADDR_HI !byte $d4,$d4,$d4 ; Filter types. snd_c_FILTER_LOWPASS = 1<<4 snd_c_FILTER_BANDPASS = 1<...
;* * * * * Small-C/Plus z88dk * * * * * ; Version: 16894-223f580fd-20200818 ; ; Reconstructed for z80 Module Assembler ; ; Module compile time: Fri Jan 22 11:55:23 2021 C_LINE 0,"logf16.c" MODULE logf16_c INCLUDE "z80_crt0.hdr" C_LINE 37,"logf16.c" C_LINE 0,"math16.h" C_LINE 0,"/home/phillip/Z80/z88dk/li...
/**************************************************************************** ** Copyright (c) 2021, Fougue Ltd. <http://www.fougue.pro> ** All rights reserved. ** See license at https://github.com/fougue/mayo/blob/master/LICENSE.txt ****************************************************************************/ #includ...
/******************************************************************************* * Copyright 2016 ROBOTIS CO., LTD. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: cgroupEC.asm AUTHOR: Chris Boyke METHODS: Name Description ---- ----------- FUNCTIONS: Scope Name Description ----- ---- --------...
/*************************************************************************/ /* script_create_dialog.cpp */ /*************************************************************************/ /* This file is part of: */ /* ...
<% from pwnlib.shellcraft.arm.linux import syscall %> <%page args="fd, owner, group"/> <%docstring> Invokes the syscall fchown. See 'man 2 fchown' for more information. Arguments: fd(int): fd owner(uid_t): owner group(gid_t): group </%docstring> ${syscall('SYS_fchown', fd, owner, group)}
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0xf561, %rbp nop nop xor %r15, %r15 movups (%rbp), %xmm1 vpextrq $0, %xmm1, %rax nop nop nop nop nop xor $57518, %rsi lea addresses_D_ht+0x18afd, %rsi lea addresses_A_ht+0x146b...
; A112850: Number of graph endomorphisms of undirected cycles of even length: |End(C_2n)|. ; Submitted by Jamie Morken(s2) ; 2,32,132,576,2540,11112,48076,205952,875196,3695160,15519548,64899792,270415652,1123264856,4653525660,19234572544,79342611548,326704870872,1343120024476,5513861152880,22606830726564,9258035440376...
#include <iostream> using namespace std; int main() { int num = 5; cout << num << endl; system("pause"); return 0; }
bits 64 default rel extern foo mov r15,[foo wrt ..got] lea r12,[foo wrt ..got] %ifdef ERROR lea rax,[foo wrt ..gotoff] mov rax,[foo wrt ..gotoff] %endif default abs mov r15,[foo wrt ..got] lea r12,[foo wrt ..got] mov rax,[qword foo wrt ..got] %ifdef ERROR lea rax,[foo wrt ..gotoff] m...
object_const_def ; object_event constants const OLIVINELIGHTHOUSE5F_SAILOR const OLIVINELIGHTHOUSE5F_YOUNGSTER const OLIVINELIGHTHOUSE5F_POKE_BALL1 const OLIVINELIGHTHOUSE5F_POKE_BALL2 const OLIVINELIGHTHOUSE5F_POKE_BALL3 OlivineLighthouse5F_MapScripts: db 0 ; scene scripts db 0 ; callbacks TrainerBirdKeeper...
; A010681: Period 2: repeat (0,10). ; 0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10,0,10 mod $0,2 mul $0,10
; ; jdsample.asm - upsampling (SSE2) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; ; Based on the x86 SIMD extension for IJG JPEG library ; Copyright (C) 1999-2006, MIYASAKA Masaru. ; For conditions of distribution and use, see copyright notice in jsimdext.inc ; ; This file should be assembled wit...
; ; ZX81 pseudo graphics routines ; ; cls () -- clear screen and init UDG ; ; Stefano Bodrato - 2014 ; ; ; $Id: clg.asm,v 1.3 2016-06-27 20:26:33 dom Exp $ ; SECTION code_clib PUBLIC clg PUBLIC _clg EXTERN loadudg6 EXTERN filltxt EXTERN base_graphics ...
_mkdir: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 83 ec 20 ...
/*========================================================================= Program: Visualization Toolkit Module: $RCSfile: vtkGenericEdgeTable.cxx,v $ Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. ...
; void in_MouseSim(struct in_UDM *u, uchar *buttons, uint *xcoord, uint *ycoord) ; CALLER linkage for function pointers SECTION code_clib PUBLIC in_MouseSim PUBLIC _in_MouseSim EXTERN INMouseSim .in_MouseSim ._in_MouseSim ld hl,8 add hl,sp ld a,(hl) inc hl ld h,(hl) ld l,a call INMouseSim ...
; A060899: Number of walks of length n on square lattice, starting at origin, staying on points with x+y >= 0. ; 1,2,8,24,96,320,1280,4480,17920,64512,258048,946176,3784704,14057472,56229888,210862080,843448320,3186360320,12745441280,48432676864,193730707456,739699064832,2958796259328,11342052327424,45368209309696,1744...
db "ROCK HEAD@" ; species name db "It uses its well-" next "developed neck" next "muscles and" page "ironlike head to" next "smash boulders" next "into pieces.@"
; A127161: Integers whose aliquot sequences terminate by encountering a prime number. ; 2,3,4,5,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,26,27,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75 mov $5,$0 mov $6,$0 sub $...
; A066095: Duplicate of A003622. ; 1,4,6,9,12,14,17,19,22,25,27,30,33,35,38,40,43,46,48,51,53,56,59,61 add $0,1 mov $1,34 mul $1,$0 div $1,13 sub $1,1
/// /// \class l1t::Stage2Layer2JetSumAlgorithmFirmwareImp1 /// /// \author: Jim Brooke /// /// Description: first iteration of stage 2 jet algo #include "FWCore/MessageLogger/interface/MessageLogger.h" #include "L1Trigger/L1TCalorimeter/interface/Stage2Layer2JetSumAlgorithmFirmware.h" #include "L1Trigger/L1TCalorimet...
; A316937: a(n) = 3*a(n-1) - a(n-2) - 2*a(n-3) for n > 2, a(0)=3, a(1)=10, a(2)=26. ; Submitted by Christian Krause ; 3,10,26,62,140,306,654,1376,2862,5902,12092,24650,50054,101328,204630,412454,830076,1668514,3350558,6723008,13481438,27020190,54133116,108416282,217075350,434543536,869722694,1740473846,3482611772,69679...
[BITS 16] ;--------------------------------------------------------------------------- ; ########## LOADER UTILS ########## ; loadkernel ; loadinit ; loaduser1 ; loaduser2 ; longmodetests ; printc ; printnewline ; GetMemoryMap ; TestA20 ; NotSupported/end ;-----------------------------------------...
; Copyright © 2021, VideoLAN and dav1d authors ; Copyright © 2021, Two Orioles, LLC ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; ; 1. Redistributions of source code must retain the above copy...
%include "io.inc" %define ARRAY_SIZE 12 section .data dword_arraz dd 7, 7, 7, -1, -1, -1, -1, -1, -1, 7, 8, -12 dword_array dd 2, 2, 2, 3, 3 section .text global CMAIN CMAIN: mov ebp, esp; for correct debugging xor ecx, ecx xor eax, eax xor edx, edx xor ebx, ebx xor edi,...
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/prefs/json_pref_store.h" #include <stddef.h> #include <algorithm> #include <utility> #include "base/bind.h" #include "base/callback....
#ARCHIVE SIZE IS:8192 BYTES. #DISASSEMBLY BASE ADDRESS IS 0X0000 C000: 1A 50 ORCC #$50 C002: 86 20 LDA #$20 C004: 1F 8B TFR A,DP C006: 86 01 LDA #$01 C008: B7 26 FF STA $26FF C00B: B7 26 FE STA $26FE C00E: 86 08 LDA #$08 C010: B7 27 00 STA $2700 C013: BD D7 B2 JSR $D7...
# movq ctxPtr +F_O(%rbp),%rdi #restore rdi --> context #---------------------------- # feedforward: ctx->X[i] = X[i] ^ w[i], {i=0..3} movq $FIRST_MASK64 ,%r14 xorq Wcopy + 0+F_O (%rbp),%rax xorq Wcopy + 8+F_O (%rbp),%rbx xorq Wcopy +16+F_O (%rbp),%rcx xorq ...
// // Created by ling on 03/12/17. // #include "Paragraph.h" #include "Blank.h" #include "../visitor/Visitor.h" void Paragraph::set(std::ostream &os) const { Blank b; ostringstream oss; for (vector<Text *>::const_iterator it = elems.begin(); it != elems.end(); ++it) { if (size_t(oss.tellp()) + 1 +...
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Limited. #include <gtest/gtest.h> #include <cstdlib> #include <functional> #include <memory> #include <optional> #include <vector> #include "column/column_helper.h" #include "column/column_viewer.h" #include "column/datum.h" #i...
MACRO pokus count1,count2,data DUP count1 DUP count2 db data EDUP EDUP ENDM pokus 2,3,#FF
SFX_Muted_Snare2_3_Ch7: noisenote 0, 9, 1, 34 endchannel
; A072058: Squarefree kernel of 2*prime(n)+1. ; Submitted by Jon Maiga ; 5,7,11,15,23,3,35,39,47,59,21,15,83,87,95,107,119,123,15,143,21,159,167,179,195,203,69,215,219,227,255,263,55,93,299,303,105,327,335,347,359,33,383,129,395,399,141,447,455,51,467,479,483,503,515,527,77,543,555,563,21,587,615,623,627,635,663,15,695...
; ; ZX81 specific routines ; by Stefano Bodrato, Fall 2013 ; ; int get_psg(int reg); ; ; Get a PSG register, untested. ; does not work on original ZonX, ZXpand-AY Sound Module is required ; ; ; $Id: get_psg.asm,v 1.4 2016-06-10 21:13:58 dom Exp $ ; SECTION code_clib PUBLIC get_psg PUBLIC _get_psg get_psg: ...
; A256885: a(n) = n*(n + 1)/2 - pi(n), where pi(n) = A000720(n) is the prime counting function. ; 1,2,4,8,12,18,24,32,41,51,61,73,85,99,114,130,146,164,182,202,223,245,267,291,316,342,369,397,425,455,485,517,550,584,619,655,691,729,768,808,848,890,932,976,1021,1067,1113,1161,1210,1260,1311,1363,1415,1469,1524,1580,1637...
; A002264: Nonnegative integers repeated 3 times. ; 0,0,0,1,1,1,2,2,2,3,3,3,4,4,4,5,5,5,6,6,6,7,7,7,8,8,8,9,9,9,10,10,10,11,11,11,12,12,12,13,13,13,14,14,14,15,15,15,16,16,16,17,17,17,18,18,18,19,19,19,20,20,20,21,21,21,22,22,22,23,23,23,24,24,24,25,25,25,26,26,26,27,27,27,28,28,28,29,29,29,30,30,30,31,31,31,32,32,32,3...
; ; jcsammmx.asm - downsampling (MMX) ; ; x86 SIMD extension for IJG JPEG library ; Copyright (C) 1999-2006, MIYASAKA Masaru. ; For conditions of distribution and use, see copyright notice in jsimdext.inc ; ; This file should be assembled with NASM (Netwide Assembler), ; can *not* be assembled with Microsoft's MASM or ...
// dllmain.cpp : Defines the entry point for the DLL application. #if defined(__clang__) && !defined(CINTERFACE) #define CINTERFACE #endif #include "windows.h" BOOL APIENTRY DllMain( HMODULE /*hModule*/, DWORD ul_reason_for_call, LPVOID /*lpReserved*/ ...
[Bayo2USv0]#No patches released moduleMatches = 0xAF5D1A85 .origin = codecave 0x034461C4 = nop #Kill Vsync
;RaTol Symbolinen konekieli: Harjoitus 5, tehtävä 4 ;Tero Kukka IY96A ;Tiedosto: paivita.asm Versio 1.0 ;Luotu 25.4.1998 include a:makrot.txt ;Päivittää kello-tietueen tunti-, minuutti- ja sekuntikentät ;Ulkoinen aliohjelma _hex2dec extrn _hex2dec: fa...
// Copyright by Potato Engine contributors. See accompanying License.txt for copyright details. #include "potato/editor/asset_browser_popup.h" #include "potato/editor/icons.h" #include "potato/editor/imgui_ext.h" #include "potato/runtime/asset_loader.h" #include "potato/runtime/path.h" #include "potato/runtime/resour...
sty $ff lda ({z1}),y tay lda ({z2}),y ldy $ff sta ({z1}),y