Home
last modified time | relevance | path

Searched refs:neg (Results 1 – 25 of 46608) sorted by last modified time

12345678910>>...1865

/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/
H A DMakefile.in259 neg \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/neg/
H A DMakefile.in37 subdir = src/neg
71 dist_libneg_la_OBJECTS = neg.lo
261 dist_libneg_la_SOURCES = neg.c
290 $(AUTOMAKE) --gnu src/neg/Makefile
349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/neg.Plo@am__quote@
585 neg_options.h: ../../metadata/neg.xml.in
588 neg_options.c: ../../metadata/neg.xml.in neg_options.h
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/metadata/
H A DMakefile.in248 neg.xml.in \
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dcompton.c1516 double opacity, bool argb, bool neg, in render_() argument
1538 ps->psglx->z, opacity, argb, neg, reg_paint, pcache_reg, pprogram); in render_()
H A Dc2.h60 bool neg : 1; member
68 .neg = false, \
76 bool neg : 1; member
148 .neg = false, \
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/assembler/
H A DARMv7Assembler.h1405 ALWAYS_INLINE void neg(RegisterID rd, RegisterID rm) in neg() function
H A DARM64Assembler.h1779 ALWAYS_INLINE void neg(RegisterID rd, RegisterID rm) in neg() function
1785 ALWAYS_INLINE void neg(RegisterID rd, RegisterID rm, ShiftType shift, int amount) in neg() function
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/assembler/
H A DARMv7Assembler.h1405 ALWAYS_INLINE void neg(RegisterID rd, RegisterID rm) in neg() function
H A DARM64Assembler.h1779 ALWAYS_INLINE void neg(RegisterID rd, RegisterID rm) in neg() function
1785 ALWAYS_INLINE void neg(RegisterID rd, RegisterID rm, ShiftType shift, int amount) in neg() function
/dports/x11-fonts/gbdfed/gbdfed-1.6/
H A Dbdf.c780 int v, neg; in _bdf_atol() local
798 neg = 0; in _bdf_atol()
801 neg = 1; in _bdf_atol()
820 return (!neg) ? v : -v; in _bdf_atol()
829 short v, neg; in _bdf_atos() local
847 neg = 0; in _bdf_atos()
850 neg = 1; in _bdf_atos()
868 return (!neg) ? v : -v; in _bdf_atos()
6625 if (neg) { in _bdf_resize_shear()
6650 if (neg) { in _bdf_resize_shear()
[all …]
/dports/x11-fm/filerunner/filerunner/
H A Dfr1217 bind $wm.$i $config(mwheel,neg) "whatDoesTheFoxSay $wc -1 ;break"
1919 bind $w.text $config(mwheel,neg) \
1926 bind $w.bot.entry $config(mwheel,neg) \
2872 bind $wd $config(mwheel,neg) "$wd yview scroll -\$config(mwheel,delta) units
4348 bind $w.text $config(mwheel,neg) \
/dports/x11/xvt/xvt-3.0.1/src/
H A Dcommand.c2975 int neg; local
2978 neg = (ch == '-');
2979 if (neg || ch == '+')
2984 if (neg)
/dports/x11/aterm/aterm-1.0.1/src/
H A Dcommand.c3677 int neg; local
3680 neg = (ch == '-');
3681 if (neg || ch == '+')
3686 if (neg)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dbytes.c97 ret->neg = 0; in BN_bin2bn()
124 ret->neg = 0; in BN_le2bn()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/asn1/
H A Da_int.c75 int neg, ret; in ASN1_INTEGER_cmp() local
77 neg = x->type & V_ASN1_NEG; in ASN1_INTEGER_cmp()
79 if (neg) in ASN1_INTEGER_cmp()
87 if (neg) in ASN1_INTEGER_cmp()
120 int pad = 0, ret, i, neg; in i2c_ASN1_INTEGER() local
132 neg = 0; in i2c_ASN1_INTEGER()
136 } else if (neg) { in i2c_ASN1_INTEGER()
163 else if (!neg) in i2c_ASN1_INTEGER()
336 int neg = 0, i; in ASN1_INTEGER_get() local
342 neg = 1; in ASN1_INTEGER_get()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/opcache/jit/
H A Dzend_jit_x86.dasc8433 | neg eax
8618 | neg eax
8706 | neg eax
8839 | neg eax
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/maze.io/x/duration/
H A Dduration.go24 neg := d < 0
25 if neg {
139 if neg {
290 neg := false
296 neg = c == '-'
384 if neg {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/
H A DQueryGenerator.php1136 * @param int $neg
1139 public function verifyComparison($comparison, $neg) argument
1143 for ($i = 32 * $compOffSet + $neg; $i < 32 * ($compOffSet + 1); $i += 2) {
1210 * @param int $neg
1213 public function mkCompSelect($name, $comparison, $neg) argument
1218 for ($i = 32 * $compOffSet + $neg; $i < 32 * ($compOffSet + 1); $i += 2) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/
H A DQueryGenerator.php1095 * @param int $neg
1098 public function verifyComparison($comparison, $neg) argument
1102 for ($i = 32 * $compOffSet + $neg; $i < 32 * ($compOffSet + 1); $i += 2) {
1167 * @param int $neg
1170 public function mkCompSelect($name, $comparison, $neg) argument
1175 for ($i = 32 * $compOffSet + $neg; $i < 32 * ($compOffSet + 1); $i += 2) {
/dports/www/mod_php81/php-8.1.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc8441 | neg eax
8626 | neg eax
8714 | neg eax
8847 | neg eax
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Database/
H A DQueryGenerator.php1097 * @param int $neg
1100 public function verifyComparison($comparison, $neg) argument
1104 for ($i = 32 * $compOffSet + $neg; $i < 32 * ($compOffSet + 1); $i += 2) {
1169 * @param int $neg
1172 public function mkCompSelect($name, $comparison, $neg) argument
1177 for ($i = 32 * $compOffSet + $neg; $i < 32 * ($compOffSet + 1); $i += 2) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/lowlevel/Classes/Database/
H A DQueryGenerator.php2246 * @param int $neg
2249 protected function verifyComparison($comparison, $neg) argument
2253 for ($i = 32 * $compOffSet + $neg; $i < 32 * ($compOffSet + 1); $i += 2) {
2325 * @param int $neg
2328 protected function mkCompSelect($name, $comparison, $neg) argument
2333 for ($i = 32 * $compOffSet + $neg; $i < 32 * ($compOffSet + 1); $i += 2) {
/dports/www/twiki/twiki/lib/
H A DTWiki.pm5486 my ($neg, $val, $ifMet) = @_;
5487 if ( $neg ) {
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/minisat/minisat/utils/
H A DParseUtils.h92 bool neg = false; in parseInt() local
94 if (*in == '-') neg = true, ++in; in parseInt()
100 return neg ? -val : val; } in parseInt()
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/dict-file/
H A Dread-regex.c61 bool neg = false; in read_regex_file() local
119 neg = true; in read_regex_file()
163 new_re->neg = neg; in read_regex_file()

12345678910>>...1865