text stringlengths 1 1.05M |
|---|
*PROCESS DUPALIAS
*
* Compiled by DCC Version 2.25.07 Mar 6 2021 08:51:07
* on Fri Apr 30 15:35:53 2021
*
WXTRN @@ZARCH#
*
*
*
* Code Section
*
@CODE ALIAS X'7CD9C4D2C1C6D2C16DD7D3E4C7C9D5'
@CODE CSECT
@CODE AMODE ANY
@CODE RMODE ANY
@DATA ALIAS X'7C998492818692816D9793A4878995'
... |
; A100484: The primes doubled.
; Submitted by Jamie Morken(s3)
; 4,6,10,14,22,26,34,38,46,58,62,74,82,86,94,106,118,122,134,142,146,158,166,178,194,202,206,214,218,226,254,262,274,278,298,302,314,326,334,346,358,362,382,386,394,398,422,446,454,458,466,478,482,502,514,526,538,542,554,562,566,586,614,622,626,634,662,674,... |
#ifndef __PAINT_BASE_HPP__TUGUI
#define __PAINT_BASE_HPP__TUGUI
#include <platform/BaseInterface.hpp>
#include <core/painter/impl/colors/color.hpp>
namespace TUGUI {
struct PaintBase {
static void clearScreen() {
INTERFACE::gBaseInterfacePtr->clearScrean();
}
static void drawPixel(uint32_t x, ui... |
; /*****************************************************************************
; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers *
; *****************************************************************************
; * Copyright 2021 Marco Spedaletti (asimov@mclink.it)
; *
; * Licensed un... |
dnl ARM mpn_com.
dnl Copyright 2003, 2012 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 * the GNU Lesser General Public License as published by the Free
dn... |
;******************************************************************************
;* x86-optimized horizontal/vertical line scaling functions
;* Copyright (c) 2011 Ronald S. Bultje <rsbultje@gmail.com>
;* Kieran Kunhya <kieran@kunhya.com>
;*
;* This file is part of Libav.
;*
;* Libav is free software; ... |
; A173923: In the sequence of nonnegative integers substitute all n by 2^floor(n/8) occurrences of (n mod 2).
; 0,1,0,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,... |
/*
* Copyright (c) 2019, The OpenThread Authors.
* 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 ... |
; A028913: First differences of A007952.
; 1,2,2,4,2,6,4,8,4,8,6,10,2,18,4,20,6,10,14,18,4,20,18,18,4,26,18,16,8,40,8,30,12,30,16,24,12,44,12,30,30,42,10,26,24,46,14,48,22,38,30,48,12,60,12,52,14,54,52,26,12,66,54,60,10,26,60,60,10,74,30,52,56,64,14,34,50,108,18,60,42,82,50,22,26,94,60,86,22,60,56,42,58,104,18,114,18,3... |
; ----- void xorplot(int x, int y)
IF !__CPU_INTEL__ && !__CPU_GBZ80__
SECTION code_graphics
PUBLIC xorplot
PUBLIC _xorplot
EXTERN asm_xorplot
.xorplot
._xorplot
pop af
pop de ; y
pop hl ; x
push hl
push de
push af
jp asm_xorpl... |
; int fileno(FILE *stream)
INCLUDE "config_private.inc"
SECTION code_clib
SECTION code_stdio
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $02
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC _fileno
EXTERN asm_fileno
_fileno:
pop af
pop ix
push hl
push af
jp asm_fileno
;;;;;;;;;;... |
; A144619: a(n) = 19n + 8.
; 8,27,46,65,84,103,122,141,160,179,198,217,236,255,274,293,312,331,350,369,388,407,426,445,464,483,502,521,540,559,578,597,616,635,654,673,692,711,730,749,768,787,806,825,844,863,882,901,920,939,958,977,996,1015,1034,1053,1072,1091,1110,1129,1148,1167,1186,1205,1224,1243,1262,1281,1300,1319,... |
; A022135: Fibonacci sequence beginning 4, 19.
; 4,19,23,42,65,107,172,279,451,730,1181,1911,3092,5003,8095,13098,21193,34291,55484,89775,145259,235034,380293,615327,995620,1610947,2606567,4217514,6824081,11041595,17865676,28907271,46772947,75680218,122453165,198133383
mov $1,4
mov $2,14
lpb $0,1
sub $0,1
mov $3,$... |
;
; ZX 81 specific routines
; by Stefano Bodrato, Oct 2007
;
; Copy a string to a BASIC variable
;
; int __CALLEE__ zx_setstr_callee(char variable, char *value);
;
;
; $Id: zx_setstr_callee.asm,v 1.5 2016-06-26 20:32:09 dom Exp $
;
SECTION code_clib
PUBLIC zx_setstr_callee
PUBLIC _zx_setstr_callee
PUBLIC asm_zx_setstr... |
/**
* This file is part of the ExaHyPE project.
* Copyright (c) 2016 http://exahype.eu
* All rights reserved.
*
* The project has received funding from the European Union's Horizon
* 2020 research and innovation programme under grant agreement
* No 671698. For copyrights and licensing, please consult the webpa... |
/*
* Copyright (C) 2010 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:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... |
; ---------------------------------------------------------------------------
; Sprite mappings - Buzz Bomber enemy
; ---------------------------------------------------------------------------
Map_Buzz_internal:
dc.w @Fly1-Map_Buzz_internal
dc.w @Fly2-Map_Buzz_internal
dc.w @Fly3-Map_Buzz_internal
dc.w @Fly4-M... |
;generated automatically via makeasms.bat
include gfxlib.i
CGROUP group code
code segment dword 'CODE'
assume cs:CGROUP,ds:CGROUP
GFXLIB_JUMP pj_clear_rast gfxl_pj_clear_rast
code ends
end
|
;****************************************************************************
; Civil War V V1.0 *
; *
; Assembled with Tasm 2.5 *
; (c) Jan '93 [ Dark Helmet / TridenT ], The Netherl... |
; COMMAND version 1.17
;
; This version of COMMAND is divided into three distinct parts. First
; is the resident portion, which includes handlers for interrupts
; 22H (terminate), 23H (Cntrl-C), 24H (fatal error), and 27H (stay
; resident); it also has code to test and, if necessary, reload the
; transient portio... |
#include <cmath>
#include <iomanip>
/*!
* \file
* \brief Metody zdefiniowane dla Macierzy3x3
*/
#include "../inc/matrix3x3.hh"
/*!
* \brief Liczba pi
*/
#define PI 3.14159265358979323846
/*!
* \brief Przeciążenie operatora >> dla Macierzy3x3
*
* \param[in] in - adres strumienia wejściowego
* \param[in] mat - mac... |
; stdio_error_einval_mc
; 06.2008 aralbrec
PUBLIC stdio_error_einval_mc
EXTERN stdio_errno_mc
INCLUDE "../stdio.def"
.stdio_error_einval_mc
ld hl,EINVAL
jp stdio_errno_mc
|
; ===============================================================
; Jan 2014
; ===============================================================
;
; int ftrylockfile (FILE *stream)
;
; Return 0 if lock successfuly acquired.
;
; ===============================================================
INCLUDE "config_private.inc... |
/*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Product and Trade Secret source code contains trade secrets ... |
/*
* EDDL Library - European Distributed Deep Learning Library.
* Version: 0.6
* copyright (c) 2020, Universidad Politécnica de Valencia (UPV), PRHLT Research Centre
* Date: April 2020
* Author: PRHLT Research Centre, UPV, (rparedes@prhlt.upv.es), (jon@prhlt.upv.es)
* All rights reserved
*/
#include <cstdio>
#include ... |
; A047285: Numbers that are congruent to {0, 2, 3, 6} mod 7.
; Submitted by Simon Strandgaard
; 0,2,3,6,7,9,10,13,14,16,17,20,21,23,24,27,28,30,31,34,35,37,38,41,42,44,45,48,49,51,52,55,56,58,59,62,63,65,66,69,70,72,73,76,77,79,80,83,84,86,87,90,91,93,94,97,98,100,101,104,105,107,108,111
mov $1,$0
add $0,1
div $0,2
mu... |
# Lista 1 ex 1
# Author: Leonardo Benitez
# Variables map:
# $t0=Base
# $t1=A
# $t2 = B
# Pseudocode:
# Load from memory to A and B
# B = A + B
# Store B in memory
addi $t0, $zero, 0x10008000 # base addr
#lw $t1, 0 ($t0)
#lw $t2, 4 ($t0)
addi $t1, $zero, 10
addi $t2, $zero, 20
add $t2, $t1, $t2 # B = A + B
sw $t2, ... |
/*---------------------------------------------------------------------------*\
Copyright (C) 2010 I. Clifford
-------------------------------------------------------------------------------
License
This file is part of Caelus.
Caelus is free software: you can redistribute it and/or modify it
under the ter... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE36_Absolute_Path_Traversal__char_listen_socket_ifstream_33.cpp
Label Definition File: CWE36_Absolute_Path_Traversal.label.xml
Template File: sources-sink-33.tmpl.cpp
*/
/*
* @description
* CWE: 36 Absolute Path Traversal
* BadSource: listen_socket Read data us... |
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2014 VMware, Inc. or its affiliates.
//
// @filename:
// CPhysicalPartitionSelector.cpp
//
// @doc:
// Implementation of physical partition selector
//--------------------------------------------------... |
//
// 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 the following disclaimer.
// * Redistributions in bin... |
_ln: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
if(argc != 3){
... |
;;
;; Copyright (c) 2012-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... |
/**
*
* 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 ... |
; Copyright © 2022, VideoLAN and dav1d authors
; Copyright © 2022, 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... |
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1e670, %rsi
lea addresses_UC_ht+0x1c8f0, %rdi
nop
nop
nop
nop
nop
xor %r12, %r12
mov $68, %rcx
rep movsw
nop
and $54495, %rdx
lea addresses_WC_ht+0x10d08, %rdx
nop
nop
sub %r11, %r11
m... |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x5be, %rsi
lea addresses_WC_ht+0x1a0d5, %rdi
dec %rax
mov $98, %rcx
rep movsw
nop
nop
nop
nop
xor %rdx, %rdx
lea addresses_D_ht+0x125be, %rax
nop
nop
add %r10, %r10
movw $0x6162, (%rax)... |
; A266535: Sums of two successive terms of A256249, with a(0) = 0.
; 0,1,3,7,11,15,23,35,43,47,55,67,83,103,127,155,171,175,183,195,211,231,255,283,315,351,391,435,483,535,591,651,683,687,695,707,723,743,767,795,827,863,903,947,995,1047,1103,1163,1227,1295,1367,1443,1523,1607,1695,1787,1883,1983,2087,2195,2307,2423,254... |
Name: ys_hlder.asm
Type: file
Size: 139573
Last-Modified: '2016-05-13T04:51:17Z'
SHA-1: 1E5E938EC7BAC7474429B91292A7AD1FD45D7C12
Description: null
|
; A249059: Row sums of the triangular array at A249057.
; 1,5,10,40,110,430,1420,5720,21340,89980,367400,1627120,7138120,33172040,154520080,751616800,3687498320,18719834320,96157299040,507993654080,2719611532000,14911459229920,82901747529920,470599687507840,2708946870815680
mov $2,5
mov $3,5
mov $4,1
mov $5,1
lpb $0,1... |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: spreadsheetFormulaCell.asm
AUTHOR: John Wedgwood, Mar 22, 1991
ROUTINES:
Name Description
---- -----------
FormulaCellAl... |
;
;
;
; This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
;
; Copyright 2007-2019 Broadcom Inc. All rights reserved.
;
; This example is used for showing the serial LEDs on
; bcm956174r on option 11b.
;
; To start it, use the following c... |
// DlgGboxp.cpp : implementation file
//
// Copyright (c) 1994-2020 By Dale L. Larson, All Rights Reserved.
//
// 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, includin... |
;;
;; Copyright (c) 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 the ... |
//===-- Commands.cpp - Implement various commands for the CLI -------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
; A006463: Convolve natural numbers with characteristic function of triangular numbers.
; 0,0,1,2,4,6,8,11,14,17,20,24,28,32,36,40,45,50,55,60,65,70,76,82,88,94,100,106,112,119,126,133,140,147,154,161,168,176,184,192,200,208,216,224,232,240,249,258,267,276,285,294,303,312,321,330,340,350,360,370,380,390,400,410,420,430... |
; Z80 test - officially documented flags, flags only version.
;
; Copyright (C) 2012 Patrik Rak (patrik@raxoft.cz)
;
; This source code is released under the MIT license, see included license.txt.
macro testname
db "DOC FLAGS"
endm
maskflags equ 1
onlyflags... |
; todo: see if the order/alignment of these variables affects performance
align 16
Output rb 4096 ; output buffer has static allocation
if DEBUG = 1
DebugOutput rb 4096
end if
align 16
ioBuffer IOBuffer
if USE_WEAKNESS
align 16
weakness Weakness
end ... |
; A143131: Binomial transform of [1, 4, 10, 20, 0, 0, 0,...].
; 1,5,19,63,157,321,575,939,1433,2077,2891,3895,5109,6553,8247,10211,12465,15029,17923,21167,24781,28785,33199,38043,43337,49101,55355,62119,69413,77257,85671,94675,104289,114533,125427,136991,149245
mov $17,$0
mov $19,$0
add $19,1
lpb $19
clr $0,17
mov... |
bgez $t8,else
sub $s0, $Zero,$t8
addi $t1,$t1,1
else:
ori $s0,$t8,0
addi $t2,$t2,1
next: |
; A212697: a(n) = 2*n*3^(n-1).
; 2,12,54,216,810,2916,10206,34992,118098,393660,1299078,4251528,13817466,44641044,143489070,459165024,1463588514,4649045868,14721978582,46490458680,146444944842,460255540932,1443528742014,4518872583696,14121476824050,44059007691036,137260754729766,427033459159272,1326853962387738,4117822... |
; A010099: a(n) = a(n-1)*a(n-2) with a(0)=1, a(1)=4.
; 1,4,4,16,64,1024,65536,67108864,4398046511104,295147905179352825856,1298074214633706907132624082305024,383123885216472214589586756787577295904684780545900544,497323236409786642155382248146820840100456150797347717440463976893159497012533375533056,1905364105417475727... |
; A212964: Number of (w,x,y) with all terms in {0,...,n} and |w-x| < |x-y| < |y-w|.
; 0,0,0,2,6,14,26,44,68,100,140,190,250,322,406,504,616,744,888,1050,1230,1430,1650,1892,2156,2444,2756,3094,3458,3850,4270,4720,5200,5712,6256,6834,7446,8094,8778,9500,10260,11060,11900,12782,13706,14674,15686,16744,17848,19000,20200,2... |
/**
* @file 0513.cpp
*
* @brief Input a text, it would output the reverse result.
*
* @example
* [Input]
* Taiwan
* [Output]
* nawiaT
*
* @author Jason Lin
*
* @date
* - Revision: Aug. 27, 2020
* - Orignial: May. 13, 2015
*
* @version 2.0.0
*
*/
#include ... |
; A170325: Number of reduced words of length n in Coxeter group on 28 generators S_i with relations (S_i)^2 = (S_i S_j)^42 = I.
; 1,28,756,20412,551124,14880348,401769396,10847773692,292889889684,7908027021468,213516729579636,5764951698650172,155653695863554644,4202649788315975388,113471544284531335476,3063731695682346... |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992-1995. All rights reserved.
GEOWORKS CONFIDENTIAL
PROJECT: GEOS
MODULE: Sokoban
FILE: sokoban.asm
AUTHOR: Steve Yegge, June 30, 1992
ROUTINES:
Name Description
---- -----------
... |
.global s_prepare_buffers
s_prepare_buffers:
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xb7d9, %rsi
lea addresses_WC_ht+0x17ad9, %rdi
nop
cmp %r8, %r8
mov $112, %rcx
rep movsq
nop
nop
xor %rax, %rax
pop %rsi
pop %rdi
pop %rcx
pop %rax
pop %r8
ret
.global s_faulty_load
s_faulty_load:
push ... |
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rax
push %rbp
push %rdi
push %rsi
lea addresses_D_ht+0x16375, %r12
nop
nop
nop
nop
nop
add $56194, %rdi
mov (%r12), %esi
nop
nop
nop
nop
nop
add $49295, %r14
lea addresses_A_ht+0x16cd5, %rbp
clflush (%rbp)
nop
nop
nop
sub %rax, %rax
movb (... |
// RUN: %clang_cc1 -verify -fopenmp %s
// RUN: %clang_cc1 -verify -fopenmp-simd %s
void foo() {
}
bool foobool(int argc) {
return argc;
}
struct S1; // expected-note 2 {{declared here}} expected-note 2 {{forward declaration of 'S1'}}
extern S1 a;
class S2 {
mutable int a;
public:
S2() : a(0) {}
};
const S2 b... |
; A120454: a(n) = ceiling(GPF(n)/LPF(n)) where GPF is greatest prime factor, LPF is least prime factor.
; 1,1,1,1,1,2,1,1,1,3,1,2,1,4,2,1,1,2,1,3,3,6,1,2,1,7,1,4,1,3,1,1,4,9,2,2,1,10,5,3,1,4,1,6,2,12,1,2,1,3,6,7,1,2,3,4,7,15,1,3,1,16,3,1,3,6,1,9,8,4,1,2,1,19,2,10,2,7,1,3,1,21,1,4,4,22,10,6,1,3,2,12,11,24,4,2,1,4,4,3
m... |
; A189379: n+[nr/t]+[ns/t]; r=2, s=(-1+sqrt(5))/2, t=(1+sqrt(5))/2.
; 2,4,7,9,12,15,17,20,23,25,28,30,33,36,38,41,44,46,49,51,54,57,59,62,64,67,70,72,75,78,80,83,85,88,91,93,96,98,101,104,106,109,112,114,117,119,122,125,127,130,133,135,138,140,143,146,148,151,153,156,159,161,164,167,169,172,174,177,180,182,185,187,190,... |
<%
from pwnlib.shellcraft.amd64.linux import syscall
%>
<%page args="dirp"/>
<%docstring>
Invokes the syscall readdir. See 'man 2 readdir' for more information.
Arguments:
dirp(DIR): dirp
</%docstring>
${syscall('SYS_readdir', dirp)}
|
BITS 32
start:
loop start
hlt
|
; A250082: Number of length 1+5 0..n arrays with every six consecutive terms having the maximum of some two terms equal to the minimum of the remaining four terms.
; 49,444,2086,6835,17871,40054,80284,147861,254845,416416,651234,981799,1434811,2041530,2838136,3866089,5172489,6810436,8839390,11325531,14342119,17969854,2... |
; A024001: a(n) = 1-n^3.
; 1,0,-7,-26,-63,-124,-215,-342,-511,-728,-999,-1330,-1727,-2196,-2743,-3374,-4095,-4912,-5831,-6858,-7999,-9260,-10647,-12166,-13823,-15624,-17575,-19682,-21951,-24388,-26999,-29790,-32767,-35936,-39303,-42874,-46655,-50652,-54871,-59318,-63999,-68920,-74087,-79506,-85183,-91124,-97335,-103822... |
#(*Not successful)
.data
Result: .asciiz "Your sorted list is: "
my_list: .byte 6, 5, 4, 3, 2
NewLine: .asciiz "\n"
.text
#LEGEND
# t0 is my_list
# t1 is lst[i]
# t2 is lst[i+1]
# t3 is hold
# t4 is while_loop
# while not sorted
# while not 1
# $t4 = 0
# t5 is for_loop
# t6 is results
# t7 is point... |
; A110595: a(1)=5. For n > 1, a(n) = 4*5^(n-1) = A005054(n).
; 5,20,100,500,2500,12500,62500,312500,1562500,7812500,39062500,195312500,976562500,4882812500,24414062500,122070312500,610351562500,3051757812500,15258789062500,76293945312500,381469726562500,1907348632812500
mov $1,5
pow $1,$0
mul $1,8
add $1,7
div $1,10
m... |
//
// UnObjBas.cpp
// Surreal
//
// Created by C.W. Betts on 7/6/14.
// Copyright (c) 2014 C.W. Betts. All rights reserved.
//
// This is a stub implementation of the Core library of Surreal.
//
#include <stdio.h>
#include <stdlib.h>
#include "Core.h"
IMPLEMENT_CLASS(UObject)
UObject::UObject()
{
}
UObject::UO... |
TITLE CVPUBLIC - Copyright (c) SLR Systems 1994
INCLUDE MACROS
INCLUDE SYMBOLS
INCLUDE MODULES
PUBLIC CV_PUBLICS_3
.DATA
EXTERNDEF CV_TEMP_RECORD:BYTE
EXTERNDEF CURNMOD_GINDEX:DWORD,BYTES_SO_FAR:DWORD
EXTERNDEF MODULE_GARRAY:STD_PTR_S,SYMBOL_GARRAY:STD_PTR_S
.CODE PASS2_TEXT
EXTERNDEF MO... |
; A059292: a(n) = n + 2 - (number of divisors of n).
; 2,2,3,3,5,4,7,6,8,8,11,8,13,12,13,13,17,14,19,16,19,20,23,18,24,24,25,24,29,24,31,28,31,32,33,29,37,36,37,34,41,36,43,40,41,44,47,40,48,46,49,48,53,48,53,50,55,56,59,50,61,60,59,59,63,60,67,64,67,64,71,62,73,72,71,72,75,72,79,72,78,80,83,74,83,84,85,82,89,80,89,88,... |
//*****************************************************************************
// Copyright 2017-2020 Intel Corporation
//
// 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://w... |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xef62, %rsi
lea addresses_D_ht+0x1c122, %rdi
clflush (%rsi)
nop
nop
nop
and %r11, %r11
mov $30, %rcx
rep movsw
nop
nop
nop
nop
nop
xor $48424, %r13
lea addresses_D_ht+0x35c2, %r9
nop
no... |
Name: Object.asm
Type: file
Size: 22181
Last-Modified: '1992-07-01T15:00:00Z'
SHA-1: 6E54B8D0CE878A127271C47A0FFB154394D289A1
Description: null
|
; A130494: Row sums of triangle A130478.
; 1,4,11,37,163,907,6067,47107,415027,4084147,44363827,526994227,6793931827,94451224627,1408352613427,22418320792627,379413423256627,6802709918872627,128803497755800627,2568107879638168627,53780695151756440627,1180214324937540760627
lpb $0
add $1,$0
mov $2,$0
sub $0,1
m... |
_OakText6::
text "Now, why don't you"
line "tell me a little"
cont "bit about your-"
cont "self?"
prompt
_Oak_AreYouABoyOrAGirl::
text "Are you a boy?"
line "Or are you a girl?"
done
_OakText7::
text "Tell me, what is"
line "your name?"
prompt
_OakText8::
text "Now, this boy"
line "here…"
para "I beli... |
/**
* Copyright 2021 Huawei Technologies 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.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... |
<%
from pwnlib.shellcraft.amd64.linux import syscall
%>
<%page args="fd, file, type, flag"/>
<%docstring>
Invokes the syscall faccessat. See 'man 2 faccessat' for more information.
Arguments:
fd(int): fd
file(char): file
type(int): type
flag(int): flag
</%docstring>
${syscall('SYS_faccessat',... |
Shuttle_Mk_2: DB $0F
DW $09C4
DW Shuttle_Mk_2Edges
DB Shuttle_Mk_2EdgesSize
DB $00, $26
DB Shuttle_Mk_2VertSize /6
DB Shuttle_Mk_2VertSize
DB S... |
/******************************************************************************
* Copyright 2018 The Apollo 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
... |
; << ZAPPLE 2-K MONITOR SYSTEM >>
; by
;
; TECHNICAL DESIGN LABS, INC.
; RESEARCH PARK
; PRINCETON, NEW JERSEY 08540
;
; COPYRIGHT JULY 1976 BY TDL INC.
;
; ASSEMBLED BY ROGER AMIDON
;
; SEPTEMBER 2017 BY UDO MUNK:
; MODIFIED TO ZILOG/MOSTEK SYNTAX TO ASSEMBLE WITH Z80ASM
; FIXED TYPOS AND BUGS
; CHANGED TYPEWRITER I... |
/******************************************************************************
*
* Project: GRC Reader
* Purpose: GDAL driver for Northwood Classified Format
* Author: Perry Casson
*
******************************************************************************
* Copyright (c) 2007, Waypoint Information Tec... |
# Sweeney, Brendan
# CSS 422
# Assignment 03-02 / Implementation
# 4/20/2012
############################################
# The data segment -- declare variables here
############################################
.data
# Create some null terminated strings to use
strPromptFirst: .asciiz "Please enter 10 numbers on s... |
; ********************************************************************************************
; ********************************************************************************************
;
; Name : input.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2021
; Authors : Fred Bowen
;
; ***... |
; A104436: Number of ways to split 1, 2, 3, ..., 3n into 3 arithmetic progressions each with n terms.
; 1,15,5,4,4,4,4,4,4,4,4,4,4,4,4
mov $1,1
mov $2,1
mov $3,$0
mul $3,5
lpb $3
mul $1,$0
mul $2,$3
add $1,$2
mov $4,$0
cmp $4,0
mov $5,$0
add $5,$4
div $1,$5
mul $1,$0
div $2,4
sub $3,1
max $3,1
... |
@sum
M=0
@R0
D=M
@i
M=D
(CICLO)
@i
MD=M-1
@FIN
D;JLT
@R1
D=M
@sum
M=D+M
@CICLO
0;JMP
(FIN)
@sum
D=M
@R2
M=D
(END)
@END
0;JMP
|
; A005718: Quadrinomial coefficients: C(2+n,n) + C(3+n,n) + C(4+n,n).
; 3,12,31,65,120,203,322,486,705,990,1353,1807,2366,3045,3860,4828,5967,7296,8835,10605,12628,14927,17526,20450,23725,27378,31437,35931,40890,46345,52328,58872,66011,73780,82215,91353,101232,111891,123370,135710,148953,163142,178321,194535,211830,230... |
; This file is generated from a similarly-named Perl script in the BoringSSL
; source tree. Do not edit by hand.
%ifdef BORINGSSL_PREFIX
%include "boringssl_prefix_symbols_nasm.inc"
%endif
%ifidn __OUTPUT_FORMAT__,obj
section code use32 class=code align=64
%elifidn __OUTPUT_FORMAT__,win32
%ifdef __YASM_VERSION_ID__
%i... |
; Z88 Small C+ Run Time Library
; Long functions
;
; djm 21/2/99
; The old routine is fubarred! Written a new one now..but
; I'm mystified!
XLIB l_long_sub
; dehl = primary
; stack = secondary, ret
; exit: dehl = secondary - primary
.l_long_sub
; 100 cycles
pop ix ... |
; A116847: Number of permutations of length n which avoid the patterns 123, 51432.
; Submitted by Simon Strandgaard
; 1,2,5,14,41,119,336,924,2492,6636,17536,46137,121095,317434,831571,2177734,5702191,14929519,39087182,102332996,267912946,701407172,1836310110,4807524929,12586266701,32951277474,86267568321,225851430414,... |
; A226203: a(5n) = a(5n+3) = a(5n+4) = 2n+1, a(5n+1) = 2n-3, a(5n+2) = 2n-1.
; 1,-3,-1,1,1,3,-1,1,3,3,5,1,3,5,5,7,3,5,7,7,9,5,7,9,9,11,7,9,11,11,13,9,11,13,13,15,11,13,15,15,17,13,15,17,17,19,15,17,19,19,21,17,19,21,21,23,19,21,23,23,25,21,23,25,25
lpb $0
mov $2,$0
trn $0,5
seq $2,131138 ; a(n)=log_3(A131137(n))... |
; void __CALLEE__ HeapInfo_callee(unsigned int *total, unsigned int *largest, void *heap)
; 12.2006 aralbrec
XLIB HeapInfo_callee
LIB MAHeapInfo
.HeapInfo_callee
pop af
pop hl
push af
call MAHeapInfo
pop af
pop hl
ld (hl),c
inc hl
ld (hl),b
pop hl
ld (hl),e
inc hl
ld (hl),d
... |
SFX_Triangle1_1_Ch1:
unknownnoise0x20 0, 81, 42
endchannel
|
;
; Copyright (C) 2021 by Intel Corporation
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA... |
RuinsOfAlphHoOhChamber_MapScripts:
db 2 ; scene scripts
scene_script .CheckWall ; SCENE_DEFAULT
scene_script .DummyScene ; SCENE_FINISHED
db 1 ; callbacks
callback MAPCALLBACK_TILES, .HiddenDoors
.CheckWall:
special HoOhChamber
checkevent EVENT_WALL_OPENED_IN_HO_OH_CHAMBER
iftrue .OpenWall
end
.OpenWall:
p... |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xb039, %rsi
lea addresses_UC_ht+0x19029, %rdi
nop
xor %rbp, %rbp
mov $57, %rcx
rep movsl
nop
nop
inc %rbp
lea addresses_D_ht+0x7229, %r15
nop
dec %rcx
movb (%r15), %r13b
xor %... |
; A180447: n appears 3n+1 times.
; 0,1,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,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,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8
lpb $0
sub $0,1
add $1,3
trn $0,$1
lpe
div $1,3
|
/*
* Copyright 2010-2016 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" file... |
#include <ros/ros.h>
// ROS libraries
#include <angles/angles.h>
#include <random_numbers/random_numbers.h>
#include <tf/transform_datatypes.h>
#include <tf/transform_listener.h>
// ROS messages
#include <std_msgs/Float32.h>
#include <std_msgs/Int16.h>
#include <std_msgs/UInt8.h>
#include <std_msgs/String.h>
#include... |
_echo: 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 ... |
// This file auto generated by plugin for ida pro. Generated code only for x64. Please, dont change manually
#pragma once
#include <common/common.h>
START_ATF_NAMESPACE
typedef unsigned int _fsize_t;
END_ATF_NAMESPACE
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.