repo_name
stringlengths
5
122
path
stringlengths
3
232
text
stringlengths
6
1.05M
mys-lang/package-dbus
examples/basic/client/c/client.c
#define _GNU_SOURCE #include "dbg.h" #include <unistd.h> #include <sys/uio.h> #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> #include <stdint.h> #include <assert.h> static int setup(const char *bus_path_p) { uint8_t ...
echiu64/trickle
schedule.c
/* * schedule.c * * Copyright (c) 2009-2015 <NAME> <<EMAIL>> * All rights reserved. * */ #include <sys/types.h> #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #endif /* HAVE_SYS_TIME_H */ #ifdef HAVE_STDINT_H #include <stdint.h> #endif /* HAVE_S...
echiu64/trickle
schedule.h
/* * trickle-overload.c * * Copyright (c) 2002, 2003 <NAME> <<EMAIL>> * All rights reserved. * * $Id: trickle-overload.c,v 1.38 2004/02/13 06:11:21 marius Exp $ */ #ifndef SCHEDULE_H #define SCHEDULE_H uint getSchedIndex (); typedef void (*print_func) (int, const char *, ...); void schedString (char* s...
echiu64/trickle
trickle-overload.c
/* * trickle-overload.c * * Copyright (c) 2002, 2003 <NAME> <<EMAIL>> * All rights reserved. * * $Id: trickle-overload.c,v 1.38 2004/02/13 06:11:21 marius Exp $ */ /* Ick. linux sucks. */ #define _GNU_SOURCE #include <sys/types.h> #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ #include ...
echiu64/trickle
trickle.h
/* * trickle.h * * Copyright (c) 2003 <NAME> <<EMAIL>> * All rights reserved. * * $Id: trickle.h,v 1.3 2003/04/06 00:29:37 marius Exp $ */ #ifndef TRICKLE_H #define TRICKLE_H #define TRICKLE_SEND 0 #define TRICKLE_RECV 1 #define TRICKLE_NONBLOCK 0x1 #define TRICKLE_WOULDBLOCK 1 //each division is 5 minutes ...
orieporter/02_BullCowGame
BullCowGame/FBullCowGame.h
<filename>BullCowGame/FBullCowGame.h /* This is the header file for the FBullCowGame class. This declares all the methods and variables which control the backend of the game. */ #pragma once #include <string> // to make syntax Unreal friendly using FString = std::string; using int32 = int; // all values intialised to...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/land_allocator/include/aland_allocator_item.h
#ifndef _ALAND_ALLOCATOR_ITEM_H_ #define _ALAND_ALLOCATOR_ITEM_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/containers/include/iinfo.h
<gh_stars>1-10 #ifndef _IINFO_H_ #define _IINFO_H_ #if defined(_MSC_VER_) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/containers/include/total_policy_cost_calculator.h
<reponame>E3SM-Project/iESM #ifndef _TOTAL_POLICY_COST_CALCULATOR_H_ #define _TOTAL_POLICY_COST_CALCULATOR_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/technology_container.h
<reponame>E3SM-Project/iESM<filename>models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/technology_container.h #ifndef _TECHNOLOGY_CONTAINER_H_ #define _TECHNOLOGY_CONTAINER_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Instit...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/global_technology_database.h
<filename>models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/global_technology_database.h #ifndef _GLOBAL_TECHNOLOGY_DATABASE_H_ #define _GLOBAL_TECHNOLOGY_DATABASE_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * h...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/production_technology.h
<gh_stars>1-10 #ifndef _PRODUCTION_TECHNOLOGY_H_ #define _PRODUCTION_TECHNOLOGY_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (D...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/util/base/include/ivisitable.h
<reponame>E3SM-Project/iESM #ifndef _IVISITABLE_H_ #define _IVISITABLE_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEIT...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/emissions/include/total_sector_emissions.h
<filename>models/lnd/clm/src/iac/giac/gcam/cvs/objects/emissions/include/total_sector_emissions.h #ifndef _TOTAL_SECTOR_EMISSIONS_H_ #define _TOTAL_SECTOR_EMISSIONS_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/functions/include/iinput.h
#ifndef _IINPUT_H_ #define _IINPUT_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRA...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/solution/solvers/include/log_newton_raphson_sd.h
<reponame>E3SM-Project/iESM<gh_stars>1-10 #ifndef _LOG_NEWTON_RAPHSON_SD_H_ #define _LOG_NEWTON_RAPHSON_SD_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/containers/include/world.h
#ifndef _WORLD_H_ #define _WORLD_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRACT...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/reporting/include/sgm_gen_table.h
#ifndef _SGM_GEN_TABLE_H_ #define _SGM_GEN_TABLE_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/containers/include/iscenario_runner.h
<reponame>E3SM-Project/iESM<filename>models/lnd/clm/src/iac/giac/gcam/cvs/objects/containers/include/iscenario_runner.h #ifndef _ISCENARIO_RUNNER_H_ #define _ISCENARIO_RUNNER_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * herein...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/containers/include/ccsm_scenario_runner.h
/* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRACTOR MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY * LIABILITY FOR THE ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/coupling/updateannuallanduse_interface.c
<filename>models/lnd/clm/src/iac/giac/coupling/updateannuallanduse_interface.c void updateannuallanduse_(float *glmo[][9], float *plodata[][23], int *myear) { updateannuallanduse_main(glmo, plodata, myear); }
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/land_allocator/include/land_allocator.h
<filename>models/lnd/clm/src/iac/giac/gcam/cvs/objects/land_allocator/include/land_allocator.h<gh_stars>1-10 #ifndef _LAND_ALLOCATOR_H_ #define _LAND_ALLOCATOR_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contr...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/target_finder/include/secanter.h
<gh_stars>1-10 #ifndef _SECANTER_H_ #define _SECANTER_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMEN...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/residue_biomass_output.h
<gh_stars>1-10 /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRACTOR MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY * LIA...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/glm/ccsm_glm_interface.c
void initglm_() { initialize(); } void runglm_() { run_model(); } void stepglm_(int *curryear,double *glmi,int* glmi_fdim1, int* glmi_fdim2, double *glmo, int* glmo_fdim1, int* glmo_fdim2) { stepglm_ccsm(curryear,glmi,glmi_fdim1,glmi_fdim2,glmo,glmo_fdim1,glmo_fdim2); } void finalizeglm_() { finalize(); }...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/sectors/include/more_sector_info.h
<gh_stars>1-10 #ifndef _MORE_SECTOR_INFO_H_ #define _MORE_SECTOR_INFO_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITH...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/emissions/include/aghg.h
<filename>models/lnd/clm/src/iac/giac/gcam/cvs/objects/emissions/include/aghg.h #ifndef _AGHG_H_ #define _AGHG_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * w...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/reporting/include/xml_db_outputter.h
<reponame>E3SM-Project/iESM #ifndef _XML_DB_OUTPUTTER_H_ #define _XML_DB_OUTPUTTER_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/sectors/include/demand_sector.h
<reponame>E3SM-Project/iESM #ifndef _DEMAND_SECTOR_H_ #define _DEMAND_SECTOR_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE)...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/util/base/include/atom.h
#ifndef _ATOM_H_ #define _ATOM_H_ #if defined(_MSC_VER) #pragma once // Ignore warnings about finding the hash function through argument dependent // lookup. This is the intended behavior. #pragma warning( disable:4675 ) #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/emissions/include/so2_emissions.h
#ifndef _SO2_EMISSIONS_H_ #define _SO2_EMISSIONS_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/vintage_production_state.h
<reponame>E3SM-Project/iESM /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRACTOR MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUM...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/sectors/include/wind_backup_calculator.h
<reponame>E3SM-Project/iESM /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRACTOR MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUM...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/functions/include/ademand_function.h
#ifndef _ADEMAND_FUNCTION_H_ #define _ADEMAND_FUNCTION_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNME...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/primary_output.h
<filename>models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/primary_output.h #ifndef _PRIMARY_OUTPUT_H_ #define _PRIMARY_OUTPUT_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Con...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/reporting/include/storage_table.h
#ifndef _STORAGE_TABLE_H_ #define _STORAGE_TABLE_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/sectors/include/cal_quantity_tabulator.h
#ifndef _CAL_QUANTITY_TABULATOR_H_ #define _CAL_QUANTITY_TABULATOR_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/util/base/include/calibrate_share_weight_visitor.h
<reponame>E3SM-Project/iESM #ifndef _CALIBRATE_SHARE_WEIGHT_VISITOR_H_ #define _CALIBRATE_SHARE_WEIGHT_VISITOR_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * w...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/functions/include/ifunction.h
#ifndef _IFUNCTION_H_ #define _IFUNCTION_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/util/base/include/interpolation_rule.h
#ifndef _INTERPOLATION_RULE_H_ #define _INTERPOLATION_RULE_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVE...
E3SM-Project/iESM
models/csm_share/unit_testers/config.h
#ifdef FORTRAN_SAME #define FC_FUNC(name,NAME) name #elif FORTRANUNDERSCORE #define FC_FUNC(name,NAME) name ##_ #elif FORTRANDOUBLEUNDERSCORE #define FC_FUNC(name,NAME) name ##__ #endif
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/util/logger/include/ilogger.h
#ifndef _ILOGGER_H_ #define _ILOGGER_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONT...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/util/base/include/timer.h
#ifndef _TIMER_H_ #define _TIMER_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRACT...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/sectors/include/building_final_demand.h
<reponame>E3SM-Project/iESM<filename>models/lnd/clm/src/iac/giac/gcam/cvs/objects/sectors/include/building_final_demand.h /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE)....
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/emissions/include/by_product.h
#ifndef _BY_PRODUCT_H_ #define _BY_PRODUCT_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/functions/include/logit_production_function.h
#ifndef _LOGIT_PRODUCTION_FUNCTION_H_ #define _LOGIT_PRODUCTION_FUNCTION_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NE...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/consumers/include/household_consumer.h
<filename>models/lnd/clm/src/iac/giac/gcam/cvs/objects/consumers/include/household_consumer.h #ifndef _HOUSEHOLD_CONSUMER_H_ #define _HOUSEHOLD_CONSUMER_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/functions/include/sgm_input.h
<reponame>E3SM-Project/iESM #ifndef _SGM_INPUT_H_ #define _SGM_INPUT_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHE...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/land_allocator/include/land_node.h
#ifndef _LAND_NODE_H_ #define _LAND_NODE_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/climate/include/ObjECTS_MAGICC.h
#ifndef _ObjECTS_MAGICC_h_ #define _ObjECTS_MAGICC_h_ /* * ObjECTS_MAGICC.f90.h * magicc++ * * Created by d3x290-local on 10/7/09. * Copyright 2009 DOE Pacific Northwest Lab. All rights reserved. * */ // iTp is used extensively in array declarations, so it's special #define iTp 740 #include "climate/inclu...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/functions/include/renewable_input.h
/* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRACTOR MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY * LIABILITY FOR THE ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/glm/glm.future.iesm.c
// NOTES: currently opening and closing netcdf files every timestep could // keep open for length of run. // check header for future 27 vs 25 // hist vs future nreg 21 vs 14 #include "dictionary.h" #include "iniparser.h" #include <math.h> #include <netcdf.h> #include <signal.h> #include <stdio.h> #include <st...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/util/base/include/xml_pair.h
<gh_stars>1-10 /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRACTOR MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY * LIA...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/ishutdown_decider.h
<reponame>E3SM-Project/iESM #ifndef _ISHUTDOWN_DECIDER_H_ #define _ISHUTDOWN_DECIDER_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Ener...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/tran_technology.h
#ifndef _TRAN_TECHNOLOGY_H_ #define _TRAN_TECHNOLOGY_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/reporting/include/energy_balance_table.h
#ifndef _ENERGY_BALANCE_TABLE_H_ #define _ENERGY_BALANCE_TABLE_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/util/base/include/auto_file.h
#ifndef _AUTO_OUTPUT_FILE_H_ #define _AUTO_OUTPUT_FILE_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNME...
E3SM-Project/iESM
models/lnd/clm/src/iac/diac/updateannuallanduse.c
<reponame>E3SM-Project/iESM /*------------------- Code Description: Peter Lawrence code for facilitating transient land cover change Set crop and shrub/grass PFT grid cell percentages and harvested fractions of forest area based on GLM output The new PFT values are calculated with respect to a base year, which is...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/functions/include/trade_input.h
<reponame>E3SM-Project/iESM #ifndef _TRADE_INPUT_H_ #define _TRADE_INPUT_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NE...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/reporting/include/rcp_emissions_visitor.h
#ifndef _RCP_EMISSIONS_VISITOR_H_ #define _RCP_EMISSIONS_VISITOR_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER TH...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/target_finder/include/itarget_solver.h
<filename>models/lnd/clm/src/iac/giac/gcam/cvs/objects/target_finder/include/itarget_solver.h<gh_stars>1-10 #ifndef _ITARGET_SOLVER_H_ #define _ITARGET_SOLVER_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contra...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/investment/include/iinvestor.h
#ifndef _IINVESTOR_H_ #define _IINVESTOR_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/solution/util/include/isolution_info_filter.h
#ifndef _ISOLUTION_INFO_FILTER_H_ #define _ISOLUTION_INFO_FILTER_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER TH...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/functions/include/minicam_price_elasticity_function.h
/* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRACTOR MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY * LIABILITY FOR THE ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/emissions/include/ghg_mac.h
<reponame>E3SM-Project/iESM #ifndef _GHG_MAC_H_ #define _GHG_MAC_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER TH...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/util/logger/include/logger.h
<gh_stars>1-10 #ifndef _LOGGER_H_ #define _LOGGER_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NO...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/functions/include/function_utils.h
#ifndef _FUNCTION_UTILS_H_ #define _FUNCTION_UTILS_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT N...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/util/base/include/time_vector.h
#ifndef _TIME_VECTOR_H_ #define _TIME_VECTOR_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/standard_capture_component.h
/* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRACTOR MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY * LIABILITY FOR THE ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/reporting/include/land_allocator_printer.h
#ifndef _LAND_ALLOCATOR_PRINTER_H_ #define _LAND_ALLOCATOR_PRINTER_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/solution/util/include/solution_info_set.h
#ifndef _SOLUTION_INFO_SET_H_ #define _SOLUTION_INFO_SET_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERN...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/climate/include/MAGICC_array.h
#ifndef _MAGICC_array_H_ #define _MAGICC_array_H_ /* * MAGICC_array.h * magicc++ * * Created by d3x290-local on 5/6/10. * Copyright 2010 DOE Pacific Northwest Lab. All rights reserved. * */ /* MAGICC uses a whole series of arrays to track data with variable indices (typically from 226 to iTp). The m...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/glm/glm_urban.future.c
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <signal.h> #include <time.h> #include <string.h> #define NX 720 /* 360 or 720 */ #define NY 360 /* 180 or 360 */ #define NEWNT 51 /*51 101, 61,61,61,61,61,56,56 */ #define NCCODE 192 /* number of countries 139 or ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/util/base/include/configuration.h
#ifndef _CONFIGURATION_H_ #define _CONFIGURATION_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/marketplace/include/marketplace.h
#ifndef _MARKETPLACE_H_ #define _MARKETPLACE_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/target_finder/include/itarget.h
#ifndef _ITARGET_H_ #define _ITARGET_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONT...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/containers/include/batch_runner.h
<gh_stars>1-10 #ifndef _BATCH_RUNNER_H_ #define _BATCH_RUNNER_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE G...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/reporting/include/get_glm_data.h
<gh_stars>1-10 #ifndef _GET_GLM_DATA_H__ #define _GET_GLM_DATA_H__ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/util/base/include/object_meta_info.h
/* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRACTOR MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY * LIABILITY FOR THE ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/ccsmcpl/include/CCSM_GCAM_interface.h
<filename>models/lnd/clm/src/iac/giac/gcam/cvs/objects/ccsmcpl/include/CCSM_GCAM_interface.h /* * \author <NAME> */ #include "util/base/include/definitions.h" // include standard libraries #include <iostream> #include <fstream> #include <string> #include <memory> #include <list> // xerces xml headers #include <xerce...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/land_allocator/include/set_carbon_density.h
<filename>models/lnd/clm/src/iac/giac/gcam/cvs/objects/land_allocator/include/set_carbon_density.h<gh_stars>1-10 #ifndef _SET_CARBON_DENSITY_H_ #define _SET_CARBON_DENSITY_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinaft...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/reporting/include/input_output_table.h
#ifndef _INPUT_OUTPUT_TABLE_H_ #define _INPUT_OUTPUT_TABLE_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVE...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/emissions/include/acomplex_emissions.h
#ifndef _ACOMPLEX_EMISSIONS_H_ #define _ACOMPLEX_EMISSIONS_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVE...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/sectors/include/tran_subsector.h
#ifndef _TRAN_SUBSECTOR_H_ #define _TRAN_SUBSECTOR_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT N...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/containers/include/gdp.h
#ifndef _GDP_H_ #define _GDP_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRACTOR M...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/util/base/include/value.h
<filename>models/lnd/clm/src/iac/giac/gcam/cvs/objects/util/base/include/value.h #ifndef _VALUE_H_ #define _VALUE_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/functions/include/building_demand_input.h
/* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRACTOR MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY * LIABILITY FOR THE ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/technologies/include/building_generic_dmd_technology.h
/* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRACTOR MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY * LIABILITY FOR THE ...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/reporting/include/indirect_emissions_calculator.h
#ifndef _INDIRECT_EMISSIONS_CALCULATOR_H_ #define _INDIRECT_EMISSIONS_CALCULATOR_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/emissions/include/aemissions_coef.h
#ifndef _AEMISSIONS_COEF_H_ #define _AEMISSIONS_COEF_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT...
E3SM-Project/iESM
models/lnd/clm/src/iac/giac/gcam/cvs/objects/investment/include/investment_utils.h
#ifndef _INVESTMENT_UTILS_H_ #define _INVESTMENT_UTILS_H_ #if defined(_MSC_VER) #pragma once #endif /* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNME...
callmeli/zstd-android
zstd-lib/src/main/cpp/fast_zstd.c
#include <jni.h> #include <common/zstd_internal.h> #include <common/zstd_errors.h> #include <stdint.h> // They can't change in the same VM static jfieldID compress_dict = 0; static jfieldID decompress_dict = 0; /* * Class: com_monstertoss_zstd_1android_ZstdDictCompress * Method: init * Signature: ([BI)V */...
callmeli/zstd-android
zstd-lib/thirdparty/zstd/lib/compress/zstd_compress_internal.h
/* * Copyright (c) 2016-present, <NAME>, Facebook, Inc. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may...
callmeli/zstd-android
zstd-lib/thirdparty/zstd/lib/compress/huf_compress.c
/* ****************************************************************** Huffman encoder, part of New Generation Entropy library Copyright (C) 2013-2016, <NAME>. BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) Redistribution and use in source and binary forms, with or without mod...
callmeli/zstd-android
zstd-lib/thirdparty/zstd/lib/compress/zstd_double_fast.c
<reponame>callmeli/zstd-android<filename>zstd-lib/thirdparty/zstd/lib/compress/zstd_double_fast.c /* * Copyright (c) 2016-present, <NAME>, Facebook, Inc. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) ...
callmeli/zstd-android
zstd-lib/thirdparty/zstd/contrib/long_distance_matching/ldm.h
<reponame>callmeli/zstd-android #ifndef LDM_H #define LDM_H #include "mem.h" // from /lib/common/mem.h //#include "ldm_params.h" // ============================================================================= // Modify the parameters in ldm_params.h if "ldm_params.h" is included. // Otherwise, modify the paramet...
callmeli/zstd-android
zstd-lib/thirdparty/zstd/tests/fullbench.c
/* * Copyright (c) 2015-present, <NAME>, Facebook, Inc. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may...
callmeli/zstd-android
zstd-lib/thirdparty/zstd/contrib/long_distance_matching/ldm_common.c
<reponame>callmeli/zstd-android #include <stdio.h> #include "ldm.h" /** * This function reads the header at the beginning of src and writes * the compressed and decompressed size to compressedSize and * decompressedSize. * * The header consists of 16 bytes: 8 bytes each in little-endian format * of the compress...
callmeli/zstd-android
zstd-lib/thirdparty/zstd/contrib/long_distance_matching/ldm_params.h
#ifndef LDM_PARAMS_H #define LDM_PARAMS_H #define LDM_MEMORY_USAGE 23 #define HASH_BUCKET_SIZE_LOG 3 #define LDM_LAG 0 #define LDM_WINDOW_SIZE_LOG 28 #define LDM_MIN_MATCH_LENGTH 64 #define INSERT_BY_TAG 1 #define USE_CHECKSUM 1 #endif // LDM_PARAMS_H
callmeli/zstd-android
zstd-lib/thirdparty/zstd/contrib/linux-kernel/test/include/linux/compiler.h
#ifndef LINUX_COMIPLER_H_ #define LINUX_COMIPLER_H_ #ifndef __always_inline # define __always_inline inline #endif #ifndef noinline # define noinline __attribute__((__noinline__)) #endif #endif // LINUX_COMIPLER_H_