Home
last modified time | relevance | path

Searched refs:base_s (Results 1 – 25 of 89) sorted by relevance

1234

/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_capacity.h46 void CAP_UpdateStorageCap(struct base_s* base);
53 void CAP_SetMax(struct base_s* base, baseCapacities_t capacity, int value);
54 void CAP_AddMax(struct base_s* base, baseCapacities_t capacity, int value);
55 void CAP_SetCurrent(struct base_s* base, baseCapacities_t capacity, int value);
56 void CAP_AddCurrent(struct base_s* base, baseCapacities_t capacity, int value);
58 void CAP_RemoveAntimatterExceedingCapacity(struct base_s* base);
60 int CAP_GetFreeCapacity(const struct base_s* base, baseCapacities_t cap);
H A Dcp_aircraft.h102 struct base_s* base; /**< A link to the base. (if defined by aircraftItemType_t) */
184 struct base_s* homebase; /**< Pointer to homebase for faster access. */
227 aircraft_t* AIR_Add(struct base_s* base, const aircraft_t* aircraftTemplate);
228 bool AIR_Delete(struct base_s* base, const aircraft_t* aircraft);
236 aircraft_t* AIR_GetFirstFromBase(const struct base_s* base);
238 bool AIR_BaseHasAircraft(const struct base_s* base);
239 int AIR_BaseCountAircraft(const struct base_s* base);
240 aircraft_t* AIR_GetAircraftFromBaseByIDXSafe(const struct base_s* base, int index);
269 int AIR_CountTypeInBase(const struct base_s* base, aircraftType_t aircraftType);
277 void AIR_MoveAircraftIntoNewHomebase(aircraft_t* aircraft, struct base_s* base);
[all …]
H A Dcp_produce.h109 struct base_s* PR_ProductionBase(const production_t* production);
117 void PR_UpdateProductionCap(struct base_s* base, int workerChange = 0);
119 void PR_UpdateRequiredItemsInBasestorage(struct base_s* base, int amount, const requirements_t* req…
120 int PR_RequirementsMet(int amount, const requirements_t* reqs, struct base_s* base);
124 int PR_GetProductionHours(const struct base_s* base, const productionData_t* prodData);
126 production_t* PR_QueueNew(struct base_s* base, const productionData_t* data, signed int amount);
128 void PR_QueueDelete(struct base_s* base, production_queue_t* queue, int index);
129 void PR_QueueNext(struct base_s* base);
H A Dcp_research.h167 struct base_s *base; /**< The base this tech is researched in. */
217 void RS_MarkResearchable(const struct base_s* base, bool init = false);
223 void RS_AssignScientist(technology_t* tech, struct base_s* base, Employee* employee = nullptr);
225 void RS_RemoveFiredScientist(struct base_s* base, Employee* employee);
226 void RS_RemoveScientistsExceedingCapacity(struct base_s* base);
231 technology_t* RS_GetTechWithMostScientists(const struct base_s* base);
233 int RS_CountScientistsInBase(const struct base_s* base);
241 bool RS_RequirementsMet(const technology_t* tech, const struct base_s* base);
H A Dcp_building.h79 struct base_s* base; /**< The base this building is located in. */
145 bool B_FireEvent(const building_t* buildingTemplate, const struct base_s* base, buildingEvent_t eve…
/dports/devel/p5-B-Hooks-Parser/B-Hooks-Parser-0.21/
H A DParser.xs174 char *base_s = SvPVX (PL_linestr) + offset; in hook_toke_scan_word() local
175 return scan_word (base_s, dest, destlen, handle_package, res_len); in hook_toke_scan_word()
258 char *base_s, *s;
260 base_s = SvPVX (PL_linestr) + offset;
261 s = hook_toke_move_past_token (aTHX_ base_s);
262 RETVAL = s - base_s;
284 char *base_s, *s;
286 base_s = SvPVX (PL_linestr) + offset;
287 s = hook_toke_skipspace (aTHX_ base_s);
288 RETVAL = s - base_s;
/dports/devel/p5-Devel-Declare/Devel-Declare-0.006022/
H A DDeclare.xs206 char* base_s = SvPVX(PL_linestr) + offset; in dd_toke_move_past_token() local
208 return s - base_s; in dd_toke_move_past_token()
213 char* base_s = SvPVX(PL_linestr) + offset; in dd_toke_scan_word() local
216 return s - base_s; in dd_toke_scan_word()
223 return s - base_s; in dd_toke_scan_ident()
229 char* base_s = SvPVX(PL_linestr) + offset; in dd_toke_scan_str() local
230 char* s = scan_str(base_s, FALSE, FALSE); in dd_toke_scan_str()
241 return s - base_s; in dd_toke_scan_str()
246 char* base_s = SvPVX(PL_linestr) + offset; in dd_toke_skipspace() local
247 char* s = skipspace_force(base_s); in dd_toke_skipspace()
[all …]
/dports/audio/xwave/xwave2-981109/src/
H A Dgraphics.c943 left_u=base_s-left_u;left_b=base_s-left_b; in update_canvas_mem_lines()
955 left_u=base_s-left_u;left_b=base_s-left_b; in update_canvas_mem_lines()
958 right_u=base_s-right_u;right_b=base_s-right_b; in update_canvas_mem_lines()
990 left_u=base_s-left_u;left_b=base_s-left_b; in update_canvas_mem_lines()
1002 left_u=base_s-left_u;left_b=base_s-left_b; in update_canvas_mem_lines()
1005 right_u=base_s-right_u;right_b=base_s-right_b; in update_canvas_mem_lines()
1394 left_u=base_s-left_u;left_b=base_s-left_b; in update_canvas_file_lines()
1406 left_u=base_s-left_u;left_b=base_s-left_b; in update_canvas_file_lines()
1409 right_u=base_s-right_u;right_b=base_s-right_b; in update_canvas_file_lines()
1449 left_u=base_s-left_u;left_b=base_s-left_b; in update_canvas_file_lines()
[all …]
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/luac/
H A Dluac.cpp62 const char* base_s = NULL; /* base script file name */ in main() local
87 base_s=argv[++i]; in main()
127 if (dumping && base_s != NULL) in main()
128 load_base_script(base_s); in main()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dgarmin_device_xml.c36 static xg_callback device_s, id_s, path_s, ext_s, base_s, dir_s; variable
68 void base_s(const char* args, const char** unused) in base_s() function
118 { base_s, cb_cdata, "/Device/MassStorageMode/DataType/File/Location/BaseName" },
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dgarmin_device_xml.cc40 static xg_callback device_s, id_s, path_s, ext_s, base_s, dir_s; variable
72 void base_s(xg_string args, const QXmlStreamAttributes*) in base_s() function
122 { base_s, cb_cdata, "/Device/MassStorageMode/DataType/File/Location/BaseName" },
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python3/omniidl_be/cxx/
H A Dvalue.py2149 base_s.out(statemember_array_sig,
2192 base_s.out(statemember_any_sig,
2219 base_s.out(statemember_typecode_sig,
2242 base_s.out(statemember_basic_sig,
2289 base_s.out(statemember_string_sig,
2293 base_s.out(statemember_string_member,
2311 base_s.out(statemember_wstring_sig,
2342 base_s.out(statemember_objref_sig,
2408 base_s.out(statemember_sequence_sig,
2432 base_s.out(statemember_value_sig,
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python/omniidl_be/cxx/
H A Dvalue.py2149 base_s.out(statemember_array_sig,
2192 base_s.out(statemember_any_sig,
2219 base_s.out(statemember_typecode_sig,
2242 base_s.out(statemember_basic_sig,
2289 base_s.out(statemember_string_sig,
2293 base_s.out(statemember_string_member,
2311 base_s.out(statemember_wstring_sig,
2342 base_s.out(statemember_objref_sig,
2408 base_s.out(statemember_sequence_sig,
2432 base_s.out(statemember_value_sig,
[all …]
/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DColor.c66 unsigned base_h, base_s, base_l; local
88 base_s = appres->foreground_saturation;
93 base_s = appres->background_saturation;
100 s = s + base_s;
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dmcsheng_dump.cpp98 u16 base_s = s; in next_states() local
104 base_s = unaligned_load_u16(state_base + SHERMAN_DADDY_OFFSET); in next_states()
105 assert(base_s >= m->sheng_end); in next_states()
111 u32 normal_id = base_s - m->sheng_end; in next_states()
216 u16 base_s = s; in next_states64() local
222 base_s = unaligned_load_u16(state_base + SHERMAN_DADDY_OFFSET); in next_states64()
223 assert(base_s >= m->sheng_end); in next_states64()
229 u32 normal_id = base_s - m->sheng_end; in next_states64()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/jemalloc/include/jemalloc/internal/
H A Dbase_types.h5 typedef struct base_s base_t;
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dbase_types.h5 typedef struct base_s base_t;
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/include/jemalloc/internal/
H A Dbase_types.h5 typedef struct base_s base_t;
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/include/jemalloc/internal/
H A Dbase_types.h5 typedef struct base_s base_t;
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/include/jemalloc/internal/
H A Dbase_types.h5 typedef struct base_s base_t;
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/jemalloc/include/jemalloc/internal/
H A Dbase_types.h5 typedef struct base_s base_t;
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dbase_types.h5 typedef struct base_s base_t;
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/jemalloc/include/jemalloc/internal/
H A Dbase_types.h5 typedef struct base_s base_t;
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/rep/include/jemalloc/internal/
H A Dbase_types.h5 typedef struct base_s base_t;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/jemalloc/include/jemalloc/internal/
H A Dbase_types.h5 typedef struct base_s base_t;

1234