text stringlengths 1 1.05M |
|---|
SFX_Cry04_2_Ch1:
dutycycle 240
unknownsfx0x20 4, 247, 160, 6
unknownsfx0x20 8, 230, 164, 6
unknownsfx0x20 4, 214, 160, 6
unknownsfx0x20 12, 211, 32, 6
unknownsfx0x20 8, 195, 36, 6
unknownsfx0x20 4, 194, 32, 6
unknownsfx0x20 8, 177, 16, 6
endchannel
SFX_Cry04_2_Ch2:
dutycycle 90
unknownsfx0x20 4, 231, 1, 6
... |
; A072260: a(n) = ((6*n+19)*4^n - 1)/3.
; 6,33,165,789,3669,16725,75093,333141,1463637,6378837,27612501,118838613,508908885,2169853269,9216283989,39012619605,164640413013,692921390421,2909124515157
mov $1,6
lpb $0
sub $0,1
add $1,$0
mul $1,4
lpe
div $1,2
sub $1,1
mul $1,3
mov $0,$1
|
/**
Copyright (c) 2015-present, Facebook, Inc.
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree.
*/
#include <xcdriver/ListAction.h>
#include <xcdriver/Action.h>
#include <xcdriver/Options.h>
#include <libutil/Filesy... |
#include "button.h"
#include "scene.h"
void Button::DrawSelf(olcMFSG* game)
{
olc::Pixel colour = bgColour;
if (bounds.contains(game->GetMousePos()))
colour *= 1.5f;
olc::vi2d vPos;
vPos.x = bounds.position.x + (bounds.size.x >> 1) - (int)sLabel.length() * 4 * txtScale;
vPos.y = bounds... |
dnl IA-64 mpn_bdiv_dbm1.
dnl Contributed to the GNU project by Torbjorn Granlund.
dnl Copyright 2008, 2009 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl ... |
; A055156: Powers of 3 which are not powers of 3^3.
; 3,9,81,243,2187,6561,59049,177147,1594323,4782969,43046721,129140163,1162261467,3486784401,31381059609,94143178827,847288609443,2541865828329,22876792454961,68630377364883,617673396283947
mul $0,3
div $0,2
mov $1,3
pow $1,$0
div $1,2
mul $1,6
add $1,3
|
; int esxdos_disk_read(uchar device, ulong position, void *dst)
SECTION code_clib
SECTION code_esxdos
PUBLIC _esxdos_disk_read_callee
PUBLIC l0_esxdos_disk_read_callee
EXTERN asm_esxdos_disk_read
_esxdos_disk_read_callee:
pop hl
dec sp
pop af
pop de
pop bc
ex (sp),hl
l0_esxdos_disk_read_callee:
... |
; ================================================================
; GBMod demo ROM
; ================================================================
Easypack set 1
; Debug flag
; If set to 1, enable debugging features.
DebugFlag set 1
; If set to 1, display numbers in decimal instead of hexadecima... |
; A296897: Numbers n whose base-15 digits d(m), d(m-1), ..., d(0) have #(pits) = #(peaks); see Comments.
; Submitted by Jamie Morken(s3)
; 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,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,6... |
; A111367: Numbers k such that 7*k + 5 is prime.
; 0,2,6,8,12,14,18,24,32,36,38,44,54,56,62,66,72,74,84,86,96,98,102,104,108,122,126,132,138,144,152,156,164,168,174,176,182,186,188,204,206,212,218,222,228,236,242,248,254,258,266,278,282,284,294,308,314,324,326,336,338,342,348,362,372,384,386,392,396,398,402,404,408,414... |
; A005915: Hexagonal prism numbers: a(n) = (n + 1)*(3*n^2 + 3*n + 1).
; 1,14,57,148,305,546,889,1352,1953,2710,3641,4764,6097,7658,9465,11536,13889,16542,19513,22820,26481,30514,34937,39768,45025,50726,56889,63532,70673,78330,86521,95264,104577,114478,124985,136116,147889,160322,173433,187240,201761,217014,233017,24978... |
/*=========================================================================
*
* Copyright Insight Software Consortium
*
* 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
*
* h... |
db 0 ; species ID placeholder
db 95, 95, 85, 55, 125, 75
; hp atk def spd sat sdf
db GRASS, PSYCHIC ; type
db 45 ; catch rate
db 212 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/exegguto... |
//===- FunctionAttrs.cpp - Pass which marks functions attributes ----------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
; A167467: a(n) = 25*n^3 - n*(5*n+1)/2 + 1.
; 23,190,652,1559,3061,5308,8450,12637,18019,24746,32968,42835,54497,68104,83806,101753,122095,144982,170564,198991,230413,264980,302842,344149,389051,437698,490240,546827,607609,672736,742358,816625,895687,979694,1068796,1163143,1262885,1368172,1479154,1595981,1718803,184777... |
/* Copyright 2020 Google LLC
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/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
dist... |
/*
* Copyright 2012 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "GrAAConvexPathRenderer.h"
#include "GrAAConvexTessellator.h"
#include "GrBatchFlushState.h"
#include "GrBatchTest.h"
#include "GrCaps.h"
#include "GrContext.h"
#inc... |
; A131081: Periodic sequence (8, 7, 4, 1, 0, 1, 4, 7).
; 8,7,4,1,0,1,4,7,8,7,4,1,0,1,4,7,8,7,4,1,0,1,4,7,8,7,4,1,0,1,4,7,8,7,4,1,0,1,4,7,8,7,4,1,0,1,4,7,8,7,4,1,0,1,4,7,8,7,4,1,0,1,4,7,8,7,4,1,0,1,4,7,8,7,4,1,0,1,4,7,8,7,4,1,0,1,4,7,8,7,4,1,0,1,4,7,8,7,4,1,0,1,4,7,8
add $0,6
mov $3,$0
add $3,4
lpb $0,1
sub $0,1
ad... |
* Sprite bstart
*
* Mode 4
* +|-----------------+
* -wwwww ggg ggg-
* | w g g|
* | w gg g |
* | w g g |
* |w w w g g |
* | www |
* | w |
* | |
* |wwwwww |
* |ww |
* |ww rr rrrr rr rrrr|
* |ww |
* | rrr rr rrrrr rr|
* | |
* | rrrr rrr rr rrr|
* +|-------------... |
#include once <store32.asm>
; Stores a 32 bit integer number (DE,HL) at (IX + BC)
__PSTORE32:
push hl
push ix
pop hl
add hl, bc
pop bc
jp __STORE32
|
; A016075: Expansion of 1/((1-8*x)*(1-9*x)*(1-10*x)*(1-11*x)).
; Submitted by Christian Krause
; 1,38,905,17290,289821,4453638,64331905,887339330,11810819141,152832918238,1933092302505,23997027406170,293289532268461,3537885908902838,42204462297434705,498697803478957810,5844588402226277781,68011678300853991438,786547256... |
// Copyright (c) 2009-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#if defined(HAVE_CONFIG_H)
#include "config/maza-config.h"
#endif
#include "base58.h"
#include "clientversion.h"
#include "c... |
/**
* Copyright 2020 The Magma Authors.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
... |
SECTION "Map_066A", ROM0[$B800]
Map_066A_Header:
hdr_tileset 9
hdr_dimensions 7, 5
hdr_pointers_a Map_066A_Blocks, Map_066A_TextPointers
hdr_pointers_b Map_066A_Script, Map_066A_Objects
hdr_pointers_c Map_066A_InitScript, Map_066A_RAMScript
hdr_palette $02
... |
; DV3 PC Compatible Floppy Disk Select Drive 1998 Tony Tebby
section fd
xdef fd_select ; select
xdef fd_reset ; reset/reselect controller
xdef fd_newdensity ; re-select with new density
xdef fd_start ; start drive
xdef fd_deselect ; deselect
xref fd_srate
xref fd_srtemp
xref fd_result
xref fd_wai... |
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
/**
* @ingroup vision_programs
*
* @defgroup haarDetection2D haarDetection2D
*
* @brief Creates an instance of roboticslab::HaarDetection2D.
*
* @section haarDetection2DOptions HaarDetection2D options:
*
* | PROPERTY | DESCRIPTION ... |
#include <stdlib.h>
#include <getopt.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <unistd.h>
namespace wandbox {
namespace prlimit {
int main(int argc, char **argv) {
{
static const option opts[] = {
{ "core", 1, nullptr, 'c' },
{ "data", 1, nullptr, 'd' },
{ "nice", 1, nullptr, 'e' }... |
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.23.28008.0
TITLE C:\Users\libit\source\repos\L008A\L008A\L008A.cpp
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
CONST SEGMENT
$SG5675 DB 'hi %d,%d,%d', 0aH, 00H
CONST ENDS
PUBLIC ___local_stdio_printf_option... |
.include "defaults_mod.asm"
table_file_jp equ "exe4-utf8.tbl"
table_file_en equ "bn4-utf8.tbl"
game_code_len equ 3
game_code equ 0x4234574A // B4WJ
game_code_2 equ 0x42345745 // B4WE
game_code_3 equ 0x42345750 // B4WP
card_type equ 1
card_id equ 77
card_no equ "077"
card_sub equ "Mod Card 077"
card_sub_x ... |
;/*
; Copyright Oliver Kowalke 2009.
; Distributed under the Boost Software License, Version 1.0.
; (See accompanying file LICENSE_1_0.txt or copy at
; http://www.boost.org/LICENSE_1_0.txt)
;*/
; *******************************************************
; * ... |
; A003688: a(n) = 3*a(n-1) + a(n-2), with a(1)=1 and a(2)=4.
; Submitted by Jon Maiga
; 1,4,13,43,142,469,1549,5116,16897,55807,184318,608761,2010601,6640564,21932293,72437443,239244622,790171309,2609758549,8619446956,28468099417,94023745207,310539335038,1025641750321,3387464586001,11188035508324,36951571110973,1220427... |
; A138908: a(n) = d^d, where d is the number of digits in n.
; 1,1,1,1,1,1,1,1,1,1,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,... |
; A297402: a(n) = gcd_{k=1..n} (prime(k+1)^n-1)/2.
; 1,4,1,8,1,4,1,16,1,4,1,8,1,4,1,32,1,4,1,8,1,4,1,16,1,4,1,8,1,4,1,64,1,4,1,8,1,4,1,16,1,4,1,8,1,4,1,32,1,4,1,8,1,4,1,16,1,4,1,8,1,4,1,128,1,4,1,8,1,4,1,16,1,4,1,8,1,4,1,32,1,4,1,8,1,4,1,16,1,4,1,8,1,4,1,64,1,4,1,8
mov $1,2
sub $2,$0
sub $0,7
pow $0,4
sub $1,$2
sub $1... |
; uint __FASTCALL__ astar_PathLength(struct astar_path *p)
; return the length of the path
; 01.2007 aralbrec
XLIB astar_PathLength
; enter : hl = struct astar_path *
; exit : hl = path length
; uses : af, bc, de, hl
.astar_PathLength
ld bc,3
ld d,b
ld e,b
.loop
ld a,h
or l
jr z, done
i... |
; A293332: Least integer k such that k/2^n > sqrt(5).
; Submitted by Christian Krause
; 3,5,9,18,36,72,144,287,573,1145,2290,4580,9159,18318,36636,73272,146543,293086,586172,1172344,2344688,4689375,9378749,18757498,37514996,75029991,150059982,300119964,600239928,1200479855,2400959709,4801919418,9603838835,19207677670,3... |
; A260866: Base-16 representation of a(n) is the concatenation of the base-16 representations of 1, 2, ..., n, n-1, ..., 1.
; 0,1,289,74529,19088161,4886709025,1250999747361,320255971115809,81985529178309409,20988295478809805601,5373003642721911784225,1375488932539155041567521,352125166730061220638180129,90144042682896... |
INCLUDE "config_private.inc"
SECTION code_clib
SECTION code_l
PUBLIC l_utoa
; write unsigned decimal integer to ascii buffer (no termination)
;
; enter : hl = unsigned integer
; de = char *buffer
; carry reset (implementation may write leading zeroes if carry set)
;
; exit : ... |
; A202200: Number of (n+2) X 8 binary arrays avoiding patterns 001 and 101 in rows and columns.
; 1728,7680,26400,76032,192192,439296,926640,1830400,3422848,6110208,10480704,17364480,27907200,43659264,66682704,99677952,146132800,210496000,298378080,416782080,574367040,781747200,1051830000,1400196096,1845524736,24100679... |
db 0 ; species ID placeholder
db 90, 55, 75, 30, 60, 75
; hp atk def spd sat sdf
db NORMAL, NORMAL ; type
db 45 ; catch rate
db 127 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/lickitung/front.dimensions"
db GROWTH_MEDIUM_... |
;;
;; Copyright (c) 2020-2021, 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... |
%ifdef CONFIG
{
"RegData": {
"R15": "0x1F"
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
%macro cfmerge 0
; Get CF
sbb r14, r14
and r14, 1
; Merge in to results
shl r15, 1
or r15, r14
%endmacro
mov rdx, 0xe0000000
mov rax, 0xFFFFFFFF80000000
mov [rdx + 8 * 0], rax
mov [rdx + 8 * 1], rax
m... |
; Stub for the Philips P2000 family
;
; Stefano Bodrato - 7/4/2014
;
; $Id: p2000_crt0.asm,v 1.12 2016-07-15 21:03:25 dom Exp $
;
MODULE p2000_crt0
;--------
; Include zcc_opt.def to find out some info
;--------
defc crt0 = 1
INCLUDE "zcc_opt.def"
;--------
; So... |
; A267209: Binary representation of the middle column of the "Rule 109" elementary cellular automaton starting with a single ON (black) cell.
; Submitted by Jamie Morken(s2)
; 1,11,111,1110,11101,111011,1110110,11101101,111011011,1110110110,11101101101,111011011011,1110110110110,11101101101101,111011011011011,111011011... |
; A007744: Expansion of (1+6*x)/(1-4*x)^(7/2).
; 1,20,210,1680,11550,72072,420420,2333760,12471030,64664600,327202876,1622493600,7909656300,38003792400,180324117000,846321189120,3934071152550,18132120329400,82937661506700,376780512108000,1701164012167620,7637879238303600,34117964696719800,151692727725302400,67155634670... |
#include <ros/ros.h>
#include <std_msgs/String.h>
#include <sensor_msgs/CompressedImage.h>
#include <sensor_msgs/Image.h>
#include <sensor_msgs/CameraInfo.h>
#include <image_transport/image_transport.h>
#include <cv_bridge/cv_bridge.h>
#include <opencv2/opencv.hpp>
#include <stdio.h>
#include <iostream>
#include <eige... |
; A021152: Decimal expansion of 1/148.
; 0,0,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5... |
; void sp1_MoveSprAbs(struct sp1_ss *s, struct sp1_Rect *clip, uchar *frame, uchar row, uchar col, uchar vrot, uchar hrot)
; 04.2006 aralbrec, Sprite Pack v3.0
; sinclair spectrum version
; *** PLEASE HELP ME I'VE BEEN MADE UGLY BY BUGFIXES
INCLUDE "clib_target_cfg.asm"
SECTION code_clib
SECTION code_temp_sp1
PUBLI... |
#include "colordepthTexture.h"
#include <math.h>
#include <maya/MPlug.h>
#include <maya/MDataBlock.h>
#include <maya/MDataHandle.h>
#include <maya/MFnNumericAttribute.h>
#include <maya/MFnEnumAttribute.h>
#include <maya/MFnGenericAttribute.h>
#include <maya/MFnMessageAttribute.h>
#include <maya/MFnTypedAttribute.h>
#in... |
; A186188: Least k such that A156077^(k)(n)=1 where a^(k)=a(a^(k-1)).
; 1,1,1,2,2,2,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6
mov $2,3
lpb $0
trn $0,$2
add $0,$2
sub $0,1
sub $0,$1
add $1,1
... |
; A005914: Number of points on surface of hexagonal prism: 12*n^2 + 2 for n > 0 (coordination sequence for W(2)).
; 1,14,50,110,194,302,434,590,770,974,1202,1454,1730,2030,2354,2702,3074,3470,3890,4334,4802,5294,5810,6350,6914,7502,8114,8750,9410,10094,10802,11534,12290,13070,13874,14702,15554,16430,17330,18254,19202,2... |
/*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... |
/*
* SPDX-License-Identifier: Apache-2.0
*/
//===- ElideKrnlGlobalConstants.cpp - Krnl Constant lobal Value Elision ---===//
//
// Copyright 2019-2020 The IBM Research Authors.
//
// =============================================================================
//
// In practice, the constant values of Global Krnl op... |
//*===================================================================
//The Medical Imaging Interaction Toolkit (MITK)
//Copyright (c) German Cancer Research Center,
//Division of Medical and Biological Informatics.
//All rights reserved.
//This software is distributed WITHOUT ANY WARRANTY; without
//even the impli... |
; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE NIRVANA ENGINE - by Einar Saukas
;
; See "nirvana-.h" for further details
; ----------------------------------------------------------------
; void NIRVANAM_drawW(unsigned int tile, unsigned int lin, unsigned int col)
... |
; A134538: a(n) = 5*n^2 - 1.
; 4,19,44,79,124,179,244,319,404,499,604,719,844,979,1124,1279,1444,1619,1804,1999,2204,2419,2644,2879,3124,3379,3644,3919,4204,4499,4804,5119,5444,5779,6124,6479,6844,7219,7604,7999,8404,8819,9244,9679,10124,10579,11044,11519,12004,12499,13004,13519,14044,14579,15124,15679,16244,16819,1740... |
/* Copyright 2020 The TensorFlow Authors. All Rights Reserved.
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/licenses/LICENSE-2.0
Unless required by applicable law or a... |
#include "shaderprog.h"
#include "utlgl.h"
//============================================================================
//============================================================================
ShaderProg::ShaderProg() :
_hProg(NULL),
_shdrVert(new Shader(GL_VERTEX_SHADER_ARB)),
_shdrFrag(new Shader(GL_FRAGMEN... |
#include "GameEngine/ConfigLoader.h"
#include "GameplayUtilities/File.h"
#include "GameEngine/FilePathHelper.h"
using namespace GameEngine::DataUtils;
using namespace GameplayUtilities::IO;
const std::string ConfigLoader::LoadDataFrom(const std::string& root_folder, const std::string& config_folder, const std::string... |
[bits 32]
[extern main]
call main
jmp $
|
.386p
Kernel Segment public para use32
assume cs:Kernel
__kAudioProc proc
pushad
push ds
push es
mov ax,rwData32Seg
mov ds,ax
mov es,ax
jmp _kaudioProcIoe
mov ebp,esp
add ebp,32
push dword ptr ICW2_MASTER_INT_NO + 5
push dword ptr 0
push dword ptr [ebp]
push dword ptr [ebp + 4]
push dword ptr [... |
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x85a3, %rax
nop
nop
nop
nop
xor $42045, %r12
movw $0x6162, (%rax)
nop
nop
nop
nop
nop
add $33419, %rbx
lea addresses_UC_ht+0x3543, %rsi
lea addresses_normal_ht+0xc843, %rdi
clflush (%r... |
// test driver for scoped timer.
// fixes are required to be fuzzed
// with single and multi-threaded mode and short timeouts.
// run it with app-verifier (becuzz yes ...)
#include "util/scoped_timer.h"
#include "util/util.h"
#include "util/vector.h"
#include "util/trace.h"
#include <thread>
#include <atomic>
class t... |
include comparison_predicates.inc
.code
; int AVX_Scalar_Compare_VCMPSD_Double_(double a, double b)
AVX_Scalar_Compare_VCMPSD_Double_ proc
xor r8, r8
vcmpsd xmm2, xmm0, xmm1, CMP_LT_OS
vmovq rax, xmm2
and al, 1 ; Remove unecessary bits and set RFLAGS. If comparison fails ZF will be zero.
jnz Smaller
vcmpsd xmm2,... |
; A001841: Related to Zarankiewicz's problem.
; 3,5,10,14,21,26,36,43,55,64,78,88,105,117,136,150,171,186,210,227,253,272,300,320,351,373,406,430,465,490,528,555,595,624,666,696,741,773,820,854,903,938,990,1027,1081,1120,1176,1216,1275,1317,1378,1422,1485,1530,1596,1643,1711,1760,1830,1880,1953,2005,2080,2134,2211,2266... |
;/*!
; @file
;
; @brief BvsScrollUp DOS wrapper
;
; (c) osFree Project 2008-2022, <http://www.osFree.org>
; for licence see licence.txt in root directory, or project website
;
; This is Family API implementation for DOS, used with BIND tools
; to link required API
;
; @author Yuri Prokushev (yuri.prokushe... |
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xba2a, %rsi
lea addresses_UC_ht+0x5aba, %rdi
nop
nop
nop
nop
sub %r8, %r8
mov $41, %rcx
rep movsb
nop
and $33471, %rdx
lea addresses_WT_ht+0x1253a, %r14
clflush (%r14)
and %r15, %r15
mo... |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... |
.size 8000
.text@48
jp lstatint
.text@100
jp lbegin
.data@143
80
.text@150
lbegin:
ld c, 41
ld b, 03
lbegin_waitm3:
ldff a, (c)
and a, b
cmp a, b
jrnz lbegin_waitm3
ld a, 20
ldff(c), a
xor a, a
ldff(0f), a
ld a, 02
ldff(ff), a
ei
ld c, 0f
.text@1000
lstatint:
xor a, a
ldff(41), a
ldff(c), a
.t... |
/*
See LICENSE file in root folder
*/
#ifndef ___C3DSMAA_SmaaUbo_H___
#define ___C3DSMAA_SmaaUbo_H___
#include "SmaaConfig.hpp"
#include <Castor3D/Buffer/UniformBufferOffset.hpp>
#include <Castor3D/Render/PostEffect/PostEffectSurface.hpp>
#include <CastorUtils/Math/Point.hpp>
#include <ShaderWriter/BaseTypes/Float.... |
#include "Enemy_Fast.h"
// constructor ------------------------------------------------
Enemy_Fast::Enemy_Fast()
: Game_Actor(154, 12,0,0, 50) {
// Display ASCII character code 202, color code 2
// 50 points when killed
coord.X = rand() % 40 + 1; // randomly set the initial position
coord.Y = rand() % 20 + 1;
di... |
Map_188E7C: dc.w word_188E8E-Map_188E7C
dc.w word_188E96-Map_188E7C
dc.w word_188E9E-Map_188E7C
dc.w word_188EA6-Map_188E7C
dc.w word_188EBA-Map_188E7C
dc.w word_188ECE-Map_188E7C
dc.w word_188ED6-Map_188E7C
dc.w word_188EDE-Map_188E7C
dc.w word_188EFE-Map_188E7C
word_188E8E: dc.w 1
dc.b $F8, 5,... |
/*
* Copyright (c) 2015 Nikolay Zapolnov (zapolnov@gmail.com).
*
* 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, c... |
#include "rtkTestConfiguration.h"
#include "rtkCudaCropImageFilter.h"
/**
* \file rtkcroptest.cxx
* \brief Functional test for the classes performing crop filtering
* \author Julien Jomier
*/
int
main(int, char **)
{
constexpr unsigned int Dimension = 3;
using PixelType = float;
using ImageType = itk::CudaIm... |
; A223270: Rolling cube footprints: number of 2 X n 0..5 arrays starting with 0 where 0..5 label faces of a cube and every array movement to a horizontal, diagonal or antidiagonal neighbor moves across a corresponding cube edge.
; Submitted by Jamie Morken(s3)
; 6,48,576,6144,67584,737280,8060928,88080384,962592768,105... |
* Remove string from RI stack V0.0 1985 Tony Tebby QJUMP
*
section utils
*
xdef ut_remst remove string (a1)
*
include dev8_sbsext_ext_keys
*
* d1 s total length occupied
* a1 c p pointer to RI stack
*
ut_remst
moveq #3,d1 round up t... |
#include "repository.hpp"
#include <fstream>
#include <phosphor-logging/log.hpp>
#include <xyz/openbmc_project/Common/File/error.hpp>
namespace openpower
{
namespace pels
{
namespace fs = std::filesystem;
using namespace phosphor::logging;
namespace file_error = sdbusplus::xyz::openbmc_project::Common::File::Error;
... |
; A265283: Number of ON (black) cells in the n-th iteration of the "Rule 94" elementary cellular automaton starting with a single ON (black) cell.
; 1,3,4,6,6,8,8,10,10,12,12,14,14,16,16,18,18,20,20,22,22,24,24,26,26,28,28,30,30,32,32,34,34,36,36,38,38,40,40,42,42,44,44,46,46,48,48,50,50,52,52,54,54,56,56,58,58,60,60,6... |
/*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... |
//
//Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
//Copyright (C) 2013-2016 LunarG, Inc.
//Copyright (C) 2015-2016 Google, Inc.
//
//All rights reserved.
//
//Redistribution and use in source and binary forms, with or without
//modification, are permitted provided that the following conditions
//are met:
//
// Redistri... |
; A184004: a(n) = n + floor(sqrt(4n/3)); complement of A184005.
; 2,3,5,6,7,8,10,11,12,13,14,16,17,18,19,20,21,22,24,25,26,27,28,29,30,31,33,34,35,36,37,38,39,40,41,42,44,45,46,47,48,49,50,51,52,53,54,56,57,58,59,60,61,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97... |
;******************************************************************************
.define dir_reg, 0x00
.define port_reg, 0x01
.define pin_reg, 0x02
.define prescaler_l, 0x03
.define prescaler_h, 0x04
.define count_ctrl, 0x05
.define gpu_addr, 0x2000
.defi... |
#cal_set={add,sub,or,and,sll,sllv,srl,srlv}
#Timer 0x7f00-0x7f0b
#UART 0x7f10-0x7f2b
#Switch 0x7f2c-0x7f33
#LED 0x7f34-0x7f37
#Tube 0x7f38-0x7f3f
#Key 0x7f40-0x7f43
.text
initial:
li $t0,0xfc01 #allow all IRQ
mtc0 $t0,$12
li $t0,0xffffffff #set timer continuously count mode
sw $t0,0x7f00($0)
... |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x9341, %rdi
nop
nop
nop
sub %rax, %rax
movb (%rdi), %r10b
nop
nop
nop
nop
nop
dec %rdi
lea addresses_A_ht+0x7d3, %rsi
lea addresses_A_ht+0x83, %rdi
nop
nop
nop
xor $65313, %r11
mov $105, %rcx
rep... |
; A008789: a(n) = n^(n+3).
; 0,1,32,729,16384,390625,10077696,282475249,8589934592,282429536481,10000000000000,379749833583241,15407021574586368,665416609183179841,30491346729331195904,1477891880035400390625,75557863725914323419136,4064231406647572522401601,229468251895129407139872768,13569980418174090907801371961,8388... |
; English texts for Help Menu 1988 Tony Tebby QJUMP
section language
include 'dev8_mac_text'
mktits hlpt,{Help on}
mktext nhlp,{Help file is not available} ;64
mkxstr agen,'A',{Again} ; 6
mkxstr page,'P',{Page... |
/*
* Copyright (C) 2020 Apple Inc. 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 copyright
* notice, this list of conditions a... |
; A259042: Period 8 sequence [0, 1, 1, 1, 2, 1, 1, 1, ...].
; 0,1,1,1,2,1,1,1,0,1,1,1,2,1,1,1,0,1,1,1,2,1,1,1,0,1,1,1,2,1,1,1,0,1,1,1,2,1,1,1,0,1,1,1,2,1,1,1,0,1,1,1,2,1,1,1,0,1,1,1,2,1,1,1,0,1,1,1,2,1,1,1,0,1,1,1,2,1,1,1,0,1,1,1,2,1,1,1,0,1,1,1,2,1,1,1,0,1,1,1,2,1,1,1,0,1,1,1,2,1,1,1,0,1,1,1,2,1,1,1,0,1,1,1,2,1,1,1,0,... |
; GOLD Card RTC operations
section sms
xdef sms_artc
xdef sms_rrtc
xdef sms_srtc
xdef rtc_init
xdef rtc.ptype
xdef rtc.card
rtc.ptype equ $00
rtc.card equ 'GC '
include 'dev8_smsq_gold_keys'
include 'dev8_keys_err'
include 'dev8_keys_sys'
include 'dev8_mac_assert'
include 'dev8_smsq_smsq_base_keys'
... |
; A049390: Expansion of (1-25*x)^(4/5).
; Submitted by Jon Maiga
; 1,-20,-50,-500,-6875,-110000,-1925000,-35750000,-692656250,-13853125000,-283989062500,-5937953125000,-126181503906250,-2717755468750000,-59208244140625000,-1302581371093750000
mul $0,2
mov $1,1
mov $2,4
mov $3,$0
mov $4,5
lpb $3
mul $1,$2
mul $1,$4... |
//
// Created by alexweiss on 7/3/19.
//
#include "testBase.hpp"
#include <cmath>
#include "../lib/utility/Units.hpp"
#include <stdio.h>
#include "../lib/geometry/Translation2d.hpp"
namespace test {
void assertEquals(double val, double compare, double eps) {
if(std::fabs(val - compare) > eps) { // BAD
... |
/*
* Utilities for I2C Master Module
*
* org: 6/22/2014
* auth: Nels "Chip" Pearson
*
* Usage:
* .include utilities.asm
*
*/
/*
* Generate CKSUM
*
* CKSUM = (CKSUM ^ Data) ROL 1
*
* input: X(r27:26) reg -> Data buffer
* R18: Number of bytes
*
* output: R17: CKSUM
*
* Registers: All saved and r... |
extern printf
extern scanf
section .data
format db "%d",0
napis db "Podaj liczbe: ",0
liczba dd 0
wynik dd 0
parz db "Podana liczba jest parzysta.",10,0
nparz db "Podana liczba jest nieparzysta.",10,0
section .text
global main
main:
xor rax, rax
mov rdi, napis
call printf
xor rax, rax
mov rdi, format
... |
; A004334: Binomial coefficient C(4n,n-4).
; 1,20,276,3276,35960,376992,3838380,38320568,377348994,3679075400,35607051480,342700125300,3284214703056,31368725759168,298824321028320,2840671544105280,26958221130508525,255485622301674660,2418561960739869780,22874501983241808900,216182590635135019896,2041841411062132125600,... |
.MACRO LKS_LOAD_CG
SNES_CGADD \1
SNES_DMA0 $00
SNES_DMA0_BADD $22
lda #:\2
ldx #\2
ldy #\3
stx DMA_ADDL
sta DMA_BANK
sty DMA_SIZEL
SNES_MDMAEN $01
.ENDM
.MACRO LKS_LOAD_VRAM
SNES_DMA0 $01
SNES_DMA0_BADD $18
SNES_VMADD \1
lda #:\3
ldx #\3+\2
ldy #\4
stx DMA_ADDL
sta D... |
UnknownText_0x1c0000::
text "Oh, no picture?"
line "Come again, OK?"
done
UnknownText_0x1c0021::
text "An EGG? My talent"
line "is worth more…"
done
UnknownText_0x1c0043::
text "Hello, hello! I'm"
line "the NAME RATER."
para "I rate the names"
line "of #MON."
para "Would you like me"
line "to rate names... |
; "Hello World!" in 32 bit Linux NASM
; adapted from http://asm.sourceforge.net/intro/hello.html by Mark Loiseau
; referenced in http://blog.markloiseau.com/2012/04/hello-world-NASM-Linux
global _start ; global entry point export for ld
section .text
_start:
; sys_write(stdout, message, length)
... |
; ===============================================================
; Aug 2003
; ===============================================================
;
; void in_mouse_amx(uint8_t *buttons, uint16_t *x, uint16_t *y)
;
; Returns mouse coordinate and button state.
;
; ==========================================================... |
/* Automatically generated file. Do not edit directly. */
/* This file is part of The New Aspell
* Copyright (C) 2001-2002 by Kevin Atkinson under the GNU LGPL
* license version 2.0 or 2.1. You should have received a copy of the
* LGPL license along with this library if you did not you can find it
* at http://ww... |
.data
_newLine: .asciiz "\n"
_divByZeroMessage: .asciiz "\nException: division by zero\nProgram will be terminated\n"
_floatOverflowMessage: .asciiz "\nException: floating point operation result too great to fit in floating point word\nProgram will be terminated\n"
_floatUnderflowMessage: .asciiz "\nException: floating... |
; A346965: a(n) is the number of ascending subsequences in reducing n to 1 using the Collatz reduction, or -1 if n refutes the Collatz conjecture.
; Submitted by Jon Maiga
; 0,0,1,0,1,1,3,0,4,1,3,1,2,3,2,0,3,4,4,1,1,3,2,1,5,2,17,3,4,2,16,0,6,3,2,4,4,4,6,1,17,1,6,3,4,2,16,1,5,5,5,2,2,17,17,3,7,4,6,2,3,16,15,0,6,6,5,3,3,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.