Home
last modified time | relevance | path

Searched defs:operand (Results 1 – 25 of 11507) sorted by last modified time

12345678910>>...461

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dav1d/libdav1d/include/
H A Dstdatomic.h146 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) argument
149 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) argument
152 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) argument
155 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) argument
158 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST) argument
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DIntermNode.cpp1319 TIntermSwizzle::TIntermSwizzle(TIntermTyped *operand, const TVector<int> &swizzleOffsets) in TIntermSwizzle()
1330 TIntermUnary::TIntermUnary(TOperator op, TIntermTyped *operand, const TFunction *function) in TIntermUnary()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DIntermNode.cpp1319 TIntermSwizzle::TIntermSwizzle(TIntermTyped *operand, const TVector<int> &swizzleOffsets) in TIntermSwizzle()
1330 TIntermUnary::TIntermUnary(TOperator op, TIntermTyped *operand, const TFunction *function) in TIntermUnary()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Persistence/
H A DQueryInterface.php194 public function equals($propertyName, $operand, $caseSensitive = true);
206 public function like($propertyName, $operand);
219 public function contains($propertyName, $operand);
230 public function in($propertyName, $operand);
240 public function lessThan($propertyName, $operand);
250 public function lessThanOrEqual($propertyName, $operand);
260 public function greaterThan($propertyName, $operand);
270 public function greaterThanOrEqual($propertyName, $operand);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/
H A DQueryObjectModelFactory.php165 public function lowerCase(PropertyValueInterface $operand)
177 public function upperCase(PropertyValueInterface $operand)
191 public function ascending(DynamicOperandInterface $operand)
205 public function descending(DynamicOperandInterface $operand)
H A DUpperCase.php33 protected $operand; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Qom\\UpperCase
40 public function __construct(PropertyValueInterface $operand)
H A DLowerCase.php32 protected $operand; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Qom\\LowerCase
39 public function __construct(PropertyValueInterface $operand)
H A DOrdering.php27 protected $operand; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Qom\\Ordering
40 …public function __construct(DynamicOperandInterface $operand, $order = \TYPO3\CMS\Extbase\Persiste…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Persistence/Generic/
H A DQuery.php474 public function equals($propertyName, $operand, $caseSensitive = true)
499 public function like($propertyName, $operand)
516 public function contains($propertyName, $operand)
530 public function in($propertyName, $operand)
545 public function lessThan($propertyName, $operand)
557 public function lessThanOrEqual($propertyName, $operand)
569 public function greaterThan($propertyName, $operand)
581 public function greaterThanOrEqual($propertyName, $operand)
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/
H A DTypo3DbQueryParser.php585 … protected function parseOperand(Qom\DynamicOperandInterface $operand, Qom\SourceInterface $source)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Persistence/
H A DQueryInterface.php195 public function equals($propertyName, $operand, $caseSensitive = true);
207 public function like($propertyName, $operand);
220 public function contains($propertyName, $operand);
231 public function in($propertyName, $operand);
241 public function lessThan($propertyName, $operand);
251 public function lessThanOrEqual($propertyName, $operand);
261 public function greaterThan($propertyName, $operand);
271 public function greaterThanOrEqual($propertyName, $operand);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/
H A DTypo3DbQueryParser.php584 protected function parseOperand(DynamicOperandInterface $operand, SourceInterface $source)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/
H A DQueryObjectModelFactory.php170 public function lowerCase(PropertyValueInterface $operand)
182 public function upperCase(PropertyValueInterface $operand)
196 public function ascending(DynamicOperandInterface $operand)
210 public function descending(DynamicOperandInterface $operand)
H A DLowerCase.php33 protected $operand; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Qom\\LowerCase
40 public function __construct(PropertyValueInterface $operand)
H A DUpperCase.php34 protected $operand; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Qom\\UpperCase
41 public function __construct(PropertyValueInterface $operand)
H A DOrdering.php30 protected $operand; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Qom\\Ordering
43 …public function __construct(DynamicOperandInterface $operand, $order = QueryInterface::ORDER_ASCEN…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Persistence/Generic/
H A DQuery.php525 public function equals($propertyName, $operand, $caseSensitive = true)
550 public function like($propertyName, $operand)
567 public function contains($propertyName, $operand)
581 public function in($propertyName, $operand)
596 public function lessThan($propertyName, $operand)
608 public function lessThanOrEqual($propertyName, $operand)
620 public function greaterThan($propertyName, $operand)
632 public function greaterThanOrEqual($propertyName, $operand)
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Persistence/
H A DQueryInterface.php195 public function equals($propertyName, $operand, $caseSensitive = true);
207 public function like($propertyName, $operand);
220 public function contains($propertyName, $operand);
231 public function in($propertyName, $operand);
241 public function lessThan($propertyName, $operand);
251 public function lessThanOrEqual($propertyName, $operand);
261 public function greaterThan($propertyName, $operand);
271 public function greaterThanOrEqual($propertyName, $operand);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Persistence/Generic/Qom/
H A DQueryObjectModelFactory.php157 public function lowerCase(PropertyValueInterface $operand)
169 public function upperCase(PropertyValueInterface $operand)
183 public function ascending(DynamicOperandInterface $operand)
197 public function descending(DynamicOperandInterface $operand)
H A DLowerCase.php33 protected $operand; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Qom\\LowerCase
40 public function __construct(PropertyValueInterface $operand)
H A DUpperCase.php34 protected $operand; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Qom\\UpperCase
41 public function __construct(PropertyValueInterface $operand)
H A DOrdering.php30 protected $operand; variable in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Qom\\Ordering
43 …public function __construct(DynamicOperandInterface $operand, $order = QueryInterface::ORDER_ASCEN…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Persistence/Generic/
H A DQuery.php497 public function equals($propertyName, $operand, $caseSensitive = true)
522 public function like($propertyName, $operand)
539 public function contains($propertyName, $operand)
553 public function in($propertyName, $operand)
568 public function lessThan($propertyName, $operand)
580 public function lessThanOrEqual($propertyName, $operand)
592 public function greaterThan($propertyName, $operand)
604 public function greaterThanOrEqual($propertyName, $operand)
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/
H A DTypo3DbQueryParser.php537 protected function parseOperand(DynamicOperandInterface $operand, SourceInterface $source)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/nxos/
H A Dnxos_acl.py276 def _acl_operand(operand, srcp1, sprcp2): argument

12345678910>>...461