Home
last modified time | relevance | path

Searched refs:first_one (Results 1 – 25 of 82) sorted by relevance

1234

/dports/databases/postgis25/postgis-2.5.5/extras/wkb_reader/
H A Dprintwkb.c60 bool first_one = TRUE; in decode_wkb_collection() local
85 if (first_one) in decode_wkb_collection()
87 first_one = FALSE; in decode_wkb_collection()
204 first_one = TRUE; in decode_wkb()
207 if (first_one) in decode_wkb()
259 first_one = TRUE; in decode_wkb()
268 if (first_one) in decode_wkb()
345 first_one = TRUE; in decode_wkb()
348 if (first_one) in decode_wkb()
413 if (first_one) in decode_wkb()
[all …]
/dports/databases/postgis32/postgis-3.2.0/extras/wkb_reader/
H A Dprintwkb.c60 bool first_one = TRUE; in decode_wkb_collection() local
85 if (first_one) in decode_wkb_collection()
87 first_one = FALSE; in decode_wkb_collection()
204 first_one = TRUE; in decode_wkb()
207 if (first_one) in decode_wkb()
259 first_one = TRUE; in decode_wkb()
268 if (first_one) in decode_wkb()
345 first_one = TRUE; in decode_wkb()
348 if (first_one) in decode_wkb()
413 if (first_one) in decode_wkb()
[all …]
/dports/databases/postgis31/postgis-3.1.4/extras/wkb_reader/
H A Dprintwkb.c60 bool first_one = TRUE; in decode_wkb_collection() local
85 if (first_one) in decode_wkb_collection()
87 first_one = FALSE; in decode_wkb_collection()
204 first_one = TRUE; in decode_wkb()
207 if (first_one) in decode_wkb()
259 first_one = TRUE; in decode_wkb()
268 if (first_one) in decode_wkb()
345 first_one = TRUE; in decode_wkb()
348 if (first_one) in decode_wkb()
413 if (first_one) in decode_wkb()
[all …]
/dports/databases/postgis30/postgis-3.0.4/extras/wkb_reader/
H A Dprintwkb.c60 bool first_one = TRUE; in decode_wkb_collection() local
85 if (first_one) in decode_wkb_collection()
87 first_one = FALSE; in decode_wkb_collection()
204 first_one = TRUE; in decode_wkb()
207 if (first_one) in decode_wkb()
259 first_one = TRUE; in decode_wkb()
268 if (first_one) in decode_wkb()
345 first_one = TRUE; in decode_wkb()
348 if (first_one) in decode_wkb()
413 if (first_one) in decode_wkb()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/conhash-0.4.0/src/
H A Dconhash.rs70 let mut first_one = None; in get() localVariable
77 if first_one.is_none() { in get()
78 first_one = Some(v); in get()
83 match first_one { in get()
88 first_one in get()
101 let mut first_one = None; in get_mut() localVariable
108 if first_one.is_none() { in get_mut()
109 first_one = Some(v); in get_mut()
114 match first_one { in get_mut()
119 first_one in get_mut()
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/em4100/
H A Dpd.py81 self.first_one = 0
108 if self.first_one > 0:
109 self.first_one += 1
110 if self.first_one == 9:
113 self.first_one = 0
116 if self.first_one == 0:
117 self.first_one = 1
121 self.first_one = 0
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/spdif/
H A Dpd.py80 self.first_one = True
147 if pulse == 1 and self.first_one:
148 self.first_one = False
151 elif pulse == 1 and not self.first_one:
155 self.first_one = True
220 self.first_one = True
/dports/biology/babel/babel-1.6/
H A Dwrdock.c22 static int first_one = TRUE; variable
40 if (first_one) in write_dock()
43 first_one = FALSE; in write_dock()
H A Drddock.c28 int first_one = TRUE; variable
38 if (first_one) in read_dock_database()
41 first_one = FALSE; in read_dock_database()
/dports/news/trn/trn-3.6/
H A Dhead.c32 bool first_one; /* is this the 1st occurance of this header line? */ variable
118 first_one = FALSE;
125 if (first_one) { /* did we just pass 1st occurance? */ in end_header_line()
126 first_one = FALSE; in end_header_line()
174 first_one = (htype[in_header].ht_minpos < 0);
175 if (first_one) {
/dports/devel/ppl/ppl-1.2/src/
H A DBit_Row_inlines.hh168 first_one(unsigned int u) { in first_one() function
177 first_one(unsigned long ul) { in first_one() function
186 first_one(unsigned long long ull) { in first_one() function
H A DBit_Row.cc40 + Implementation::first_one(limb); in first()
79 + Implementation::first_one(limb); in next()
/dports/sysutils/syslinux/syslinux-6.03/com32/hdt/
H A Dhdt-cli-disk.c164 int first_one = 0; in main_show_disks() local
168 if (!first_one) { in main_show_disks()
169 first_one = 1; in main_show_disks()
/dports/math/cadabra2/cadabra2-2.3.6.8/core/
H A DCombinatorics.hh135 bool first_one; member in combin::symm_helper
148 bool first_one; member in combin::symm_val_helper
932 : current_multiplicity(1), first_one(true), owner_(tt) in symm_val_helper()
939 first_one=true; in clear()
947 if(first_one) { in vector_generated()
948 first_one=false; in vector_generated()
984 : current_multiplicity(1), first_one(true), owner_(tt) in symm_helper()
991 first_one=true; in clear()
1013 if(first_one) { in vector_generated()
1014 first_one=false; in vector_generated()
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/aftereffects/mac/
H A DOpenColorIO_AE_Dialogs_Cocoa.mm45 bool first_one = true;
51 if(first_one)
52 first_one = false;
88 bool first_one = true;
94 if(first_one)
95 first_one = false;
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/aftereffects/mac/
H A DOpenColorIO_AE_Dialogs_Cocoa.mm45 bool first_one = true;
51 if(first_one)
52 first_one = false;
88 bool first_one = true;
94 if(first_one)
95 first_one = false;
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/aftereffects/mac/
H A DOpenColorIO_AE_Dialogs_Cocoa.mm45 bool first_one = true;
51 if(first_one)
52 first_one = false;
88 bool first_one = true;
94 if(first_one)
95 first_one = false;
/dports/mail/alpine/alpine-465e23b/pith/
H A Dhelp_c_gen.c65 int in_text = 0, new_topic = 0, first_one = 1, justtags; in body() local
137 if(first_one){ in body()
138 first_one = 0; in body()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dhelp_c_gen.c65 int in_text = 0, new_topic = 0, first_one = 1, justtags; in body() local
137 if(first_one){ in body()
138 first_one = 0; in body()
/dports/news/trn4/trn-4.0-test77/
H A Dhead.c31 bool first_one; /* is this the 1st occurance of this header line? */ variable
178 first_one = FALSE;
186 if (first_one) { /* did we just pass 1st occurance? */ in end_header_line()
187 first_one = FALSE; in end_header_line()
234 first_one = (htype[in_header].minpos < 0);
235 if (first_one) {
/dports/science/py-qspin/qspin-2.3.2/qspin/
H A Djones.py27 first_one = True
31 if first_one:
33 first_one = False
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-hncp.c381 uint32_t type, int count, int indent, int *first_one) in print_type_in_line() argument
384 if (*first_one) { in print_type_in_line()
385 *first_one = 0; in print_type_in_line()
408 int first_one = 1; in hncp_print_rec() local
466 print_type_in_line(ndo, last_type_mask, last_type_count, indent, &first_one); in hncp_print_rec()
856 print_type_in_line(ndo, last_type_mask, last_type_count, indent, &first_one); in hncp_print_rec()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dssl_acceptor_context_iterator.cc59 Ssl_acceptor_context_iterator_data first_one( in Ssl_acceptor_context_iterator() local
61 data_.push_back(first_one); in Ssl_acceptor_context_iterator()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/feature/
H A D_texture.pyx140 cdef cnp.int8_t first_zero, first_one
225 first_one = -1 # position was the first one
230 if first_one == -1:
231 first_one = i
240 if first_one == 0:
243 rot_index = P - first_one
/dports/irc/ezbounce/ezbounce-1.99.15/include/util/
H A Dgeneric.h135 bool first_one = true; variable
145 if (!first_one) {
149 first_one = false;

1234