Home
last modified time | relevance | path

Searched defs:pds (Results 1 – 25 of 936) sorted by relevance

12345678910>>...38

/dports/audio/umurmur/umurmur-0.2.17/src/
H A Dserver.c47 #include "memory.h" in append_val()
48 #include "timer.h" in append_val()
56 extern char *bindaddr6; in Pds_append_data()
57 extern int bindport;
72 if (!(testsocket < 0)) close(testsocket); in Pds_append_data_nosize()
87 nofServerSocks -= 2; in Pds_next8()
88 }
89 if(nofServerSocks == 0)
121 if (error == 0) in Pds_skip()
129 addresses[0] = v4address; in Pds_skip()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/Testing/Cxx/
H A DTestPartitionedDataSetSource.cxx48 auto pds = pdsSource->GetOutput(); in TestPartitionedDataSetSource() local
85 auto pds = pdsSource->GetOutput(); in TestPartitionedDataSetSource() local
109 auto pds = pdsSource->GetOutput(); in TestPartitionedDataSetSource() local
145 auto pds = pdsSource->GetOutput(); in TestPartitionedDataSetSource() local
181 auto pds = pdsSource->GetOutput(); in TestPartitionedDataSetSource() local
196 auto pds = pdsSource->GetOutput(); in TestPartitionedDataSetSource() local
/dports/net/tcptrace/tcptrace-508f73a/
H A Ddstring.c74 DSExpand(struct dstring *pds) in DSExpand()
128 struct dstring *pds) in DSErase()
138 struct dstring *pds, in DSAppendChar()
160 struct dstring *pds, in DSAppendString()
173 struct dstring *pds, in DSAppendStringN()
189 struct dstring *pds) in DSVal()
/dports/databases/pointcloud/pointcloud-1.2.1/lib/
H A Dpc_dimstats.c30 PCDIMSTATS *pds; in pc_dimstats_make() local
38 pc_dimstats_free(PCDIMSTATS *pds) in pc_dimstats_free()
62 pc_dimstats_to_string(const PCDIMSTATS *pds) in pc_dimstats_to_string()
93 pc_dimstats_update(PCDIMSTATS *pds, const PCPATCH_DIMENSIONAL *pdl) in pc_dimstats_update()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/soc/qcom/
H A Dpdr_interface.c68 struct pdr_service *pds; member
77 struct pdr_service *pds; in pdr_locator_new_server() local
119 struct pdr_service *pds, in pdr_register_listener()
168 struct pdr_service *pds; in pdr_notifier_work() local
201 struct pdr_service *pds; in pdr_notifier_new_server() local
225 struct pdr_service *pds; in pdr_notifier_del_server() local
278 struct pdr_service *pds; in pdr_indack_work() local
307 struct pdr_service *pds; in pdr_indication_cb() local
469 struct pdr_service *pds, *tmp; in pdr_locator_work() local
519 struct pdr_service *pds, *tmp; in pdr_add_lookup() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/soc/qcom/
H A Dpdr_interface.c68 struct pdr_service *pds; member
77 struct pdr_service *pds; in pdr_locator_new_server() local
119 struct pdr_service *pds, in pdr_register_listener()
168 struct pdr_service *pds; in pdr_notifier_work() local
201 struct pdr_service *pds; in pdr_notifier_new_server() local
225 struct pdr_service *pds; in pdr_notifier_del_server() local
278 struct pdr_service *pds; in pdr_indack_work() local
307 struct pdr_service *pds; in pdr_indication_cb() local
469 struct pdr_service *pds, *tmp; in pdr_locator_work() local
519 struct pdr_service *pds, *tmp; in pdr_add_lookup() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/soc/qcom/
H A Dpdr_interface.c68 struct pdr_service *pds; member
77 struct pdr_service *pds; in pdr_locator_new_server() local
119 struct pdr_service *pds, in pdr_register_listener()
168 struct pdr_service *pds; in pdr_notifier_work() local
201 struct pdr_service *pds; in pdr_notifier_new_server() local
225 struct pdr_service *pds; in pdr_notifier_del_server() local
278 struct pdr_service *pds; in pdr_indack_work() local
307 struct pdr_service *pds; in pdr_indication_cb() local
469 struct pdr_service *pds, *tmp; in pdr_locator_work() local
519 struct pdr_service *pds, *tmp; in pdr_add_lookup() local
[all …]
/dports/graphics/grads/grads-1.9b4/src/
H A Dwgrib.c274 #define PDS_Len1(pds) (pds[0]) argument
275 #define PDS_Len2(pds) (pds[1]) argument
276 #define PDS_Len3(pds) (pds[2]) argument
278 #define PDS_Vsn(pds) (pds[3]) argument
280 #define PDS_Model(pds) (pds[5]) argument
281 #define PDS_Grid(pds) (pds[6]) argument
284 #define PDS_PARAM(pds) (pds[8]) argument
289 #define PDS_KPDS5(pds) (pds[8]) argument
298 #define PDS_Day(pds) (pds[14]) argument
302 #define PDS_P1(pds) (pds[18]) argument
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Didstack.c49 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
79 dstack_dict_is_permanent(const dict_stack_t * pds, const ref * pdref) in dstack_dict_is_permanent()
103 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
196 dstack_set_top(dict_stack_t * pds) in dstack_set_top()
222 dstack_gc_cleanup(dict_stack_t * pds) in dstack_gc_cleanup()
H A Didstack.h51 #define dstack_find_name_by_index_inline(pds,nidx,htemp)\ argument
58 #define if_dstack_find_name_by_index_top(pds,nidx,htemp,pvslot)\ argument
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Didstack.c49 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
79 dstack_dict_is_permanent(const dict_stack_t * pds, const ref * pdref) in dstack_dict_is_permanent()
103 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
196 dstack_set_top(dict_stack_t * pds) in dstack_set_top()
222 dstack_gc_cleanup(dict_stack_t * pds) in dstack_gc_cleanup()
H A Didstack.h51 #define dstack_find_name_by_index_inline(pds,nidx,htemp)\ argument
58 #define if_dstack_find_name_by_index_top(pds,nidx,htemp,pvslot)\ argument
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Didstack.c48 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
78 dstack_dict_is_permanent(const dict_stack_t * pds, const ref * pdref) in dstack_dict_is_permanent()
102 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
204 dstack_set_top(dict_stack_t * pds) in dstack_set_top()
230 dstack_gc_cleanup(dict_stack_t * pds) in dstack_gc_cleanup()
H A Didstack.h46 #define dstack_find_name_by_index_inline(pds,nidx,htemp)\ argument
53 #define if_dstack_find_name_by_index_top(pds,nidx,htemp,pvslot)\ argument
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Didstack.c50 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
80 dstack_dict_is_permanent(const dict_stack_t * pds, const ref * pdref) in dstack_dict_is_permanent()
104 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
206 dstack_set_top(dict_stack_t * pds) in dstack_set_top()
232 dstack_gc_cleanup(dict_stack_t * pds) in dstack_gc_cleanup()
H A Didstack.h48 #define dstack_find_name_by_index_inline(pds,nidx,htemp)\ argument
55 #define if_dstack_find_name_by_index_top(pds,nidx,htemp,pvslot)\ argument
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Didstack.c50 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
80 dstack_dict_is_permanent(const dict_stack_t * pds, const ref * pdref) in dstack_dict_is_permanent()
104 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
206 dstack_set_top(dict_stack_t * pds) in dstack_set_top()
232 dstack_gc_cleanup(dict_stack_t * pds) in dstack_gc_cleanup()
H A Didstack.h48 #define dstack_find_name_by_index_inline(pds,nidx,htemp)\ argument
55 #define if_dstack_find_name_by_index_top(pds,nidx,htemp,pvslot)\ argument
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Didstack.c50 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
80 dstack_dict_is_permanent(const dict_stack_t * pds, const ref * pdref) in dstack_dict_is_permanent()
104 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
206 dstack_set_top(dict_stack_t * pds) in dstack_set_top()
232 dstack_gc_cleanup(dict_stack_t * pds) in dstack_gc_cleanup()
H A Didstack.h48 #define dstack_find_name_by_index_inline(pds,nidx,htemp)\ argument
55 #define if_dstack_find_name_by_index_top(pds,nidx,htemp,pvslot)\ argument
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Didstack.c50 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
80 dstack_dict_is_permanent(const dict_stack_t * pds, const ref * pdref) in dstack_dict_is_permanent()
104 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
206 dstack_set_top(dict_stack_t * pds) in dstack_set_top()
232 dstack_gc_cleanup(dict_stack_t * pds) in dstack_gc_cleanup()
H A Didstack.h48 #define dstack_find_name_by_index_inline(pds,nidx,htemp)\ argument
55 #define if_dstack_find_name_by_index_top(pds,nidx,htemp,pvslot)\ argument
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Didstack.c48 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
78 dstack_dict_is_permanent(const dict_stack_t * pds, const ref * pdref) in dstack_dict_is_permanent()
102 dstack_find_name_by_index(dict_stack_t * pds, uint nidx) in dstack_find_name_by_index()
204 dstack_set_top(dict_stack_t * pds) in dstack_set_top()
230 dstack_gc_cleanup(dict_stack_t * pds) in dstack_gc_cleanup()
H A Didstack.h46 #define dstack_find_name_by_index_inline(pds,nidx,htemp)\ argument
53 #define if_dstack_find_name_by_index_top(pds,nidx,htemp,pvslot)\ argument
/dports/science/cgribex/cgribex-1.9.4/src/
H A Dgrib_decode.c71 void decodePDS_ECMWF_local_Extension_1(unsigned char *pds, int *isec1) in decodePDS_ECMWF_local_Extension_1()
84 void decodePDS_DWD_local_Extension_254(unsigned char *pds, int *isec1) in decodePDS_DWD_local_Extension_254()
97 void decodePDS_DWD_local_Extension_253(unsigned char *pds, int *isec1) in decodePDS_DWD_local_Extension_253()
117 void decodePDS_MPIM_local_Extension_1(unsigned char *pds, int *isec1) in decodePDS_MPIM_local_Extension_1()
126 int decodePDS(unsigned char *pds, int *isec0, int *isec1) in decodePDS()

12345678910>>...38