403Webshell
Server IP : 185.208.173.17  /  Your IP : 87.236.161.98
Web Server : Microsoft-IIS/10.0
System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64
User : IUSR ( 0)
PHP Version : 7.4.13
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /inetpub/wwwroot/parsmega.nuxt/node_modules/sharp/vendor/8.10.6/include/orc-0.4/orc-test/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /inetpub/wwwroot/parsmega.nuxt/node_modules/sharp/vendor/8.10.6/include/orc-0.4/orc-test/orcarray.h
#ifndef _ORC_ARRAY_H_
#define _ORC_ARRAY_H_

#include <orc-test/orctest.h>
#include <orc-test/orcrandom.h>
#include <orc/orc.h>
#include <orc/orcdebug.h>

#define ORC_OOB_VALUE 0xa5

typedef struct _OrcArray OrcArray;
struct _OrcArray {
  void *data;
  int stride;
  int element_size;
  int n,m;

  void *alloc_data;
  int alloc_len;
  void *aligned_data;
};

enum {
  ORC_PATTERN_RANDOM = 0,
  ORC_PATTERN_FLOAT_SMALL,
  ORC_PATTERN_FLOAT_SPECIAL,
  ORC_PATTERN_FLOAT_DENORMAL
};

ORC_TEST_API
OrcArray *orc_array_new (int n, int m, int element_size, int misalignment,
    int alignment);

ORC_TEST_API
void orc_array_free (OrcArray *array);

ORC_TEST_API
void orc_array_set_pattern (OrcArray *array, int value);

ORC_TEST_API
void orc_array_set_random (OrcArray *array, OrcRandomContext *context);

ORC_TEST_API
void orc_array_set_pattern_2 (OrcArray *array, OrcRandomContext *context,
    int type);

ORC_TEST_API
int orc_array_compare (OrcArray *array1, OrcArray *array2, int flags);

ORC_TEST_API
int orc_array_check_out_of_bounds (OrcArray *array);

#endif


Youez - 2016 - github.com/yon3zu
LinuXploit