Home
last modified time | relevance | path

Searched refs:left_flag (Results 1 – 21 of 21) sorted by relevance

/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/microblaze/
H A Dxil_printf.c47 int left_flag; member
84 padding( !(par->left_flag), par); in outs()
93 padding( par->left_flag, par); in outs()
132 padding( !(par->left_flag), par); in outnum()
135 padding( par->left_flag, par); in outnum()
195 dot_flag = long_flag = par.left_flag = par.do_padding = 0; in xil_printf()
222 par.left_flag = 1; in xil_printf()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/widgets/
H A DFlagsWidget.cpp117 auto left_flag = source->description(left); in lessThan() local
122 if (left_flag->size != right_flag->size) in lessThan()
123 return left_flag->size < right_flag->size; in lessThan()
126 if (left_flag->offset != right_flag->offset) in lessThan()
127 return left_flag->offset < right_flag->offset; in lessThan()
130 return left_flag->name < right_flag->name; in lessThan()
133 return left_flag->realname < right_flag->realname; in lessThan()
136 return Core()->getCommentAt(left_flag->offset) < Core()->getCommentAt(right_flag->offset); in lessThan()
143 return left_flag->offset < right_flag->offset; in lessThan()
/dports/textproc/p5-Text-NSP/Text-NSP-1.31/lib/Text/NSP/Measures/2D/Fisher/
H A Dright.pm99 my $left_flag = 0;
135 $left_flag = 1;
157 if($left_flag)
176 if($left_flag)
/dports/textproc/p5-Text-NSP/Text-NSP-1.31/lib/Text/NSP/Measures/2D/Fisher2/
H A Dright.pm114 my $left_flag = 0;
149 $left_flag = 1;
171 if($left_flag)
190 if($left_flag)
/dports/converters/recode/Recode-3.6/src/
H A Drecode.c189 unsigned char left_flag[256]; in complete_pairs() local
207 memset (left_flag, 0, 256); in complete_pairs()
220 if (left_flag[left]) in complete_pairs()
246 left_flag[left] = 1; in complete_pairs()
257 if (!left_flag[counter] && !right_flag[counter]) in complete_pairs()
259 left_flag[counter] = 1; in complete_pairs()
280 while (left_flag[search]) in complete_pairs()
282 left_flag[search] = 1; in complete_pairs()
315 flag = left_flag; in complete_pairs()
/dports/mail/hashcash/hashcash-1.22/
H A Dhashcash.c170 int width_flag = 0, left_flag = 0, speed_flag = 0, utc_flag = 0; in main() local
287 case 'l': left_flag = 1; break; in main()
414 name_flag + left_flag + width_flag + check_flag + in main()
431 if ( mint_flag && ( name_flag || width_flag || left_flag ) ) { in main()
451 if ( mint_flag + check_flag + name_flag + left_flag + in main()
606 left_flag || bits_flag || res_flag || db_flag ) { in main()
767 if ( width_flag || left_flag || name_flag ) { in main()
860 if ( left_flag || verbose_flag ) { in main()
903 if ( name_flag || width_flag || left_flag ) { in main()
925 if ( !width_flag && !left_flag && !name_flag ) { in main()
[all …]
/dports/textproc/py-spylls/spylls-0.1.6/spylls/hunspell/data/
H A Daff.py394 self.left_stem, _, self.left_flag = self.left.partition('/')
414 (not self.left_flag or self.left_flag in left.flags()) and \
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_mcs_pushdown.cpp276 bool left_flag= false, right_flag= false; in check_walk() local
282 left->traverse_cond(find_join, (void*)&left_flag, Item::POSTFIX); in check_walk()
284 if (left_flag && right_flag) in check_walk()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_mcs_pushdown.cpp276 bool left_flag= false, right_flag= false; in check_walk() local
282 left->traverse_cond(find_join, (void*)&left_flag, Item::POSTFIX); in check_walk()
284 if (left_flag && right_flag) in check_walk()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/dib/
H A Dcfx_dibitmap.cpp951 uint8_t left_flag = *dest_scan_top & (255 << (8 - left_shift)); in CompositeRect() local
956 *dest_scan_top &= left_flag; in CompositeRect()
959 *dest_scan_top |= ~left_flag; in CompositeRect()
964 *dest_scan_top &= left_flag | right_flag; in CompositeRect()
966 *dest_scan_top |= ~(left_flag | right_flag); in CompositeRect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/dib/
H A Dcfx_dibitmap.cpp1080 uint8_t left_flag = *dest_scan_top & (255 << (8 - left_shift)); in CompositeRect() local
1085 *dest_scan_top &= left_flag; in CompositeRect()
1088 *dest_scan_top |= ~left_flag; in CompositeRect()
1093 *dest_scan_top &= left_flag | right_flag; in CompositeRect()
1095 *dest_scan_top |= ~(left_flag | right_flag); in CompositeRect()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/dib/
H A Dfx_dib_composite.cpp4708 uint8_t left_flag = *dest_scan_top & (255 << (8 - left_shift)); in CompositeRect() local
4713 *dest_scan_top &= left_flag; in CompositeRect()
4716 *dest_scan_top |= ~left_flag; in CompositeRect()
4721 *dest_scan_top &= left_flag | right_flag; in CompositeRect()
4723 *dest_scan_top |= ~(left_flag | right_flag); in CompositeRect()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/dib/
H A Dfx_dib_composite.cpp4706 uint8_t left_flag = *dest_scan_top & (255 << (8 - left_shift)); in CompositeRect() local
4711 *dest_scan_top &= left_flag; in CompositeRect()
4714 *dest_scan_top |= ~left_flag; in CompositeRect()
4719 *dest_scan_top &= left_flag | right_flag; in CompositeRect()
4721 *dest_scan_top |= ~(left_flag | right_flag); in CompositeRect()
/dports/devel/cgit/cgit-1.2.3/git/
H A Drevision.c923 unsigned left_flag; in process_parents() local
976 left_flag = (commit->object.flags & SYMMETRIC_LEFT); in process_parents()
997 p->object.flags |= left_flag; in process_parents()
/dports/devel/git-gui/git-2.34.1/
H A Drevision.c1091 unsigned left_flag; in process_parents() local
1144 left_flag = (commit->object.flags & SYMMETRIC_LEFT); in process_parents()
1165 p->object.flags |= left_flag; in process_parents()
/dports/devel/git-p4/git-2.34.1/
H A Drevision.c1091 unsigned left_flag; in process_parents() local
1144 left_flag = (commit->object.flags & SYMMETRIC_LEFT); in process_parents()
1165 p->object.flags |= left_flag; in process_parents()
/dports/devel/git-svn/git-2.34.1/
H A Drevision.c1091 unsigned left_flag;
1144 left_flag = (commit->object.flags & SYMMETRIC_LEFT);
1165 p->object.flags |= left_flag;
/dports/devel/git/git-2.34.1/
H A Drevision.c1091 unsigned left_flag; in process_parents() local
1144 left_flag = (commit->object.flags & SYMMETRIC_LEFT); in process_parents()
1165 p->object.flags |= left_flag; in process_parents()
/dports/devel/git-cvs/git-2.34.1/
H A Drevision.c1091 unsigned left_flag; in process_parents() local
1144 left_flag = (commit->object.flags & SYMMETRIC_LEFT); in process_parents()
1165 p->object.flags |= left_flag; in process_parents()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dwindow.c2114 bool left_flag = !NILP (left); variable
2149 if (left_flag)
/dports/editors/emacs/emacs-27.2/src/
H A Dwindow.c2098 bool left_flag = !NILP (left); variable
2143 if (left_flag)