Home
last modified time | relevance | path

Searched defs:dcode (Results 1 – 25 of 1525) sorted by relevance

12345678910>>...61

/dports/graphics/zbar/zbar-0.23.90/zbar/
H A Ddecoder.c43 zbar_decoder_t *dcode = calloc(1, sizeof(zbar_decoder_t)); in zbar_decoder_create() local
103 void zbar_decoder_destroy (zbar_decoder_t *dcode) in zbar_decoder_destroy()
114 void zbar_decoder_reset (zbar_decoder_t *dcode) in zbar_decoder_reset()
146 void zbar_decoder_new_scan (zbar_decoder_t *dcode) in zbar_decoder_new_scan()
198 int zbar_decoder_get_direction (const zbar_decoder_t *dcode) in zbar_decoder_get_direction()
204 zbar_decoder_set_handler (zbar_decoder_t *dcode, in zbar_decoder_set_handler()
212 void zbar_decoder_set_userdata (zbar_decoder_t *dcode, in zbar_decoder_set_userdata()
233 zbar_symbol_type_t zbar_decode_width (zbar_decoder_t *dcode, in zbar_decode_width()
305 decoder_get_configp (const zbar_decoder_t *dcode, in decoder_get_configp()
491 int zbar_decoder_get_config(zbar_decoder_t *dcode, in zbar_decoder_get_config()
[all …]
H A Ddecoder.h89 #define CFG(dcode, cfg) ((dcode).configs[(cfg) - ZBAR_CFG_MIN_LEN]) argument
144 static inline char get_color (const zbar_decoder_t *dcode) in get_color()
150 static inline unsigned get_width (const zbar_decoder_t *dcode, in get_width()
157 static inline unsigned pair_width (const zbar_decoder_t *dcode, in pair_width()
168 static inline unsigned calc_s (const zbar_decoder_t *dcode, in calc_s()
203 static inline unsigned decode_sort3 (zbar_decoder_t *dcode, in decode_sort3()
225 static inline unsigned decode_sortn (zbar_decoder_t *dcode, in decode_sortn()
253 static inline char acquire_lock (zbar_decoder_t *dcode, in acquire_lock()
265 static inline char release_lock (zbar_decoder_t *dcode, in release_lock()
275 static inline char size_buf (zbar_decoder_t *dcode, in size_buf()
/dports/graphics/py-zbar-py/zbar-py-1.0.4/Source/zbar/
H A Ddecoder.c41 zbar_decoder_t *dcode = calloc(1, sizeof(zbar_decoder_t)); in zbar_decoder_create() local
79 void zbar_decoder_destroy (zbar_decoder_t *dcode) in zbar_decoder_destroy()
86 void zbar_decoder_reset (zbar_decoder_t *dcode) in zbar_decoder_reset()
109 void zbar_decoder_new_scan (zbar_decoder_t *dcode) in zbar_decoder_new_scan()
136 zbar_color_t zbar_decoder_get_color (const zbar_decoder_t *dcode) in zbar_decoder_get_color()
141 const char *zbar_decoder_get_data (const zbar_decoder_t *dcode) in zbar_decoder_get_data()
152 zbar_decoder_set_handler (zbar_decoder_t *dcode, in zbar_decoder_set_handler()
160 void zbar_decoder_set_userdata (zbar_decoder_t *dcode, in zbar_decoder_set_userdata()
166 void *zbar_decoder_get_userdata (const zbar_decoder_t *dcode) in zbar_decoder_get_userdata()
176 zbar_symbol_type_t zbar_decode_width (zbar_decoder_t *dcode, in zbar_decode_width()
[all …]
H A Ddecoder.h73 #define CFG(dcode, cfg) ((dcode).configs[(cfg) - ZBAR_CFG_MIN_LEN]) argument
112 static inline char get_color (const zbar_decoder_t *dcode) in get_color()
118 static inline unsigned get_width (const zbar_decoder_t *dcode, in get_width()
125 static inline unsigned pair_width (const zbar_decoder_t *dcode, in pair_width()
136 static inline unsigned calc_s (const zbar_decoder_t *dcode, in calc_s()
170 static inline char get_lock (zbar_decoder_t *dcode, in get_lock()
180 static inline char size_buf (zbar_decoder_t *dcode, in size_buf()
/dports/graphics/zbar/zbar-0.23.90/zbar/decoder/
H A Di25.c48 static inline unsigned char i25_decode10 (zbar_decoder_t *dcode, in i25_decode10()
91 static inline signed char i25_decode_start (zbar_decoder_t *dcode) in i25_decode_start()
127 static inline int i25_acquire_lock (zbar_decoder_t *dcode) in i25_acquire_lock()
142 static inline signed char i25_decode_end (zbar_decoder_t *dcode) in i25_decode_end()
201 zbar_symbol_type_t _zbar_decode_i25 (zbar_decoder_t *dcode) in _zbar_decode_i25()
H A Dcode93.c58 encode6 (zbar_decoder_t *dcode) in encode6()
116 decode6 (zbar_decoder_t *dcode) in decode6()
145 decode_start (zbar_decoder_t *dcode) in decode_start()
181 decode_abort (zbar_decoder_t *dcode, in decode_abort()
194 check_stop (zbar_decoder_t *dcode) in check_stop()
229 validate_checksums (zbar_decoder_t *dcode) in validate_checksums()
271 postprocess (zbar_decoder_t *dcode) in postprocess()
331 _zbar_decode_code93 (zbar_decoder_t *dcode) in _zbar_decode_code93()
H A Dpdf417.c38 static inline signed short pdf417_decode8 (zbar_decoder_t *dcode) in pdf417_decode8()
97 static inline signed char pdf417_decode_start(zbar_decoder_t *dcode) in pdf417_decode_start()
169 zbar_symbol_type_t _zbar_decode_pdf417 (zbar_decoder_t *dcode) in _zbar_decode_pdf417()
H A Dcode39.c146 static inline signed char code39_decode9 (zbar_decoder_t *dcode) in code39_decode9()
191 static inline signed char code39_decode_start (zbar_decoder_t *dcode) in code39_decode_start()
216 static inline int code39_postprocess (zbar_decoder_t *dcode) in code39_postprocess()
253 zbar_symbol_type_t _zbar_decode_code39 (zbar_decoder_t *dcode) in _zbar_decode_code39()
H A Dqr_finder.c38 qr_finder_line *_zbar_decoder_get_qr_finder_line (zbar_decoder_t *dcode) in _zbar_decoder_get_qr_finder_line()
43 zbar_symbol_type_t _zbar_find_qr (zbar_decoder_t *dcode) in _zbar_find_qr()
H A Dcodabar.c60 codabar_decode7 (zbar_decoder_t *dcode) in codabar_decode7()
199 codabar_decode_start (zbar_decoder_t *dcode) in codabar_decode_start()
286 codabar_checksum (zbar_decoder_t *dcode, in codabar_checksum()
297 codabar_postprocess (zbar_decoder_t *dcode) in codabar_postprocess()
339 _zbar_decode_codabar (zbar_decoder_t *dcode) in _zbar_decode_codabar()
H A Dean.c124 static inline signed char aux_end (zbar_decoder_t *dcode, in aux_end()
157 static inline signed char aux_start (zbar_decoder_t *dcode) in aux_start()
206 static inline signed char aux_mid (zbar_decoder_t *dcode) in aux_mid()
213 static inline signed char decode4 (zbar_decoder_t *dcode) in decode4()
414 static inline zbar_symbol_type_t decode_pass (zbar_decoder_t *dcode, in decode_pass()
703 static inline void postprocess (zbar_decoder_t *dcode, in postprocess()
741 zbar_symbol_type_t _zbar_decode_ean (zbar_decoder_t *dcode) in _zbar_decode_ean()
H A Dcode128.c193 static inline signed char decode6 (zbar_decoder_t *dcode) in decode6()
236 static inline unsigned char validate_checksum (zbar_decoder_t *dcode) in validate_checksum()
279 static inline unsigned postprocess_c (zbar_decoder_t *dcode, in postprocess_c()
332 static inline unsigned char postprocess (zbar_decoder_t *dcode) in postprocess()
456 zbar_symbol_type_t _zbar_decode_code128 (zbar_decoder_t *dcode) in _zbar_decode_code128()
H A Dsq_finder.c4 unsigned _zbar_decoder_get_sq_finder_config(zbar_decoder_t *dcode) in _zbar_decoder_get_sq_finder_config()
H A Ddatabar.c143 databar_postprocess_exp (zbar_decoder_t *dcode, in databar_postprocess_exp()
443 databar_postprocess (zbar_decoder_t *dcode, in databar_postprocess()
565 match_segment (zbar_decoder_t *dcode, in match_segment()
706 match_segment_exp (zbar_decoder_t *dcode, in match_segment_exp()
946 decode_char (zbar_decoder_t *dcode, in decode_char()
1151 decode_finder (zbar_decoder_t *dcode) in decode_finder()
1230 _zbar_decode_databar (zbar_decoder_t *dcode) in _zbar_decode_databar()
/dports/graphics/py-zbar-py/zbar-py-1.0.4/Source/zbar/decoder/
H A Di25.c47 static inline unsigned char i25_decode10 (zbar_decoder_t *dcode, in i25_decode10()
90 static inline signed char i25_decode_start (zbar_decoder_t *dcode) in i25_decode_start()
126 static inline signed char i25_decode_end (zbar_decoder_t *dcode) in i25_decode_end()
175 zbar_symbol_type_t _zbar_decode_i25 (zbar_decoder_t *dcode) in _zbar_decode_i25()
H A Dpdf417.c37 static inline signed short pdf417_decode8 (zbar_decoder_t *dcode) in pdf417_decode8()
96 static inline signed char pdf417_decode_start(zbar_decoder_t *dcode) in pdf417_decode_start()
168 zbar_symbol_type_t _zbar_decode_pdf417 (zbar_decoder_t *dcode) in _zbar_decode_pdf417()
H A Dcode39.c145 static inline signed char code39_decode9 (zbar_decoder_t *dcode) in code39_decode9()
191 static inline signed char code39_decode_start (zbar_decoder_t *dcode) in code39_decode_start()
216 static inline void code39_postprocess (zbar_decoder_t *dcode) in code39_postprocess()
238 zbar_symbol_type_t _zbar_decode_code39 (zbar_decoder_t *dcode) in _zbar_decode_code39()
H A Dqr_finder.c14 qr_finder_line *_zbar_decoder_get_qr_finder_line (zbar_decoder_t *dcode) in _zbar_decoder_get_qr_finder_line()
19 zbar_symbol_type_t _zbar_find_qr (zbar_decoder_t *dcode) in _zbar_find_qr()
H A Dean.c114 static inline signed char aux_end (zbar_decoder_t *dcode, in aux_end()
146 static inline signed char aux_start (zbar_decoder_t *dcode) in aux_start()
188 static inline signed char decode4 (zbar_decoder_t *dcode) in decode4()
323 static inline zbar_symbol_type_t decode_pass (zbar_decoder_t *dcode, in decode_pass()
563 static inline void postprocess (zbar_decoder_t *dcode, in postprocess()
600 zbar_symbol_type_t _zbar_decode_ean (zbar_decoder_t *dcode) in _zbar_decode_ean()
H A Dcode128.c190 static inline signed char decode6 (zbar_decoder_t *dcode) in decode6()
228 static inline unsigned char validate_checksum (zbar_decoder_t *dcode) in validate_checksum()
269 static inline unsigned postprocess_c (zbar_decoder_t *dcode, in postprocess_c()
317 static inline unsigned char postprocess (zbar_decoder_t *dcode) in postprocess()
425 zbar_symbol_type_t _zbar_decode_code128 (zbar_decoder_t *dcode) in _zbar_decode_code128()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_dsetrow.c20 int THD_get_dset_rowcount( THD_3dim_dataset *dset, int dcode ) in THD_get_dset_rowcount()
42 int dcode , int xx,int yy,int zz ) in THD_get_dset_row()
151 int dcode , int xx,int yy,int zz ) in mri_get_dset_row()
217 int dcode, int xx,int yy,int zz, void *row ) in THD_put_dset_row()
H A D3dZFillin.c5 int iarg=1 , dcode=0 , maxgap=2 , nftot=0 ; local
H A D3dGetrow.c7 int dcode=0 , ii=0,jj=0,kk=0 , ival,nval , nopt=1 , nrow ; in main() local
/dports/games/gnugo/gnugo-3.8/engine/
H A Dsgfdecide.c47 int acode, dcode; in decide_string() local
202 int acode, dcode; in decide_owl() local
426 int acode = 0, dcode = 0; in decide_position() local
H A Dworm.c303 int dcode = find_defense(str, NULL); in make_worms() local
739 int acode, dcode; in find_worm_attacks_and_defenses() local
939 int dcode = find_defense(str, NULL); in find_worm_threats() local
957 int dcode = find_defense(str, NULL); in find_worm_threats() local
1060 change_defense(int str, int move, int dcode) in change_defense()
1096 change_defense_threat(int str, int move, int dcode) in change_defense_threat()
1615 int dcode; in attack_callback() local

12345678910>>...61