Home
last modified time | relevance | path

Searched refs:expr (Results 976 - 994 of 994) sorted by relevance

1...<<31323334353637383940

/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp57 #define D3D12MA_HEAVY_ASSERT(expr) //D3D12MA_ASSERT(expr)
59 #define D3D12MA_HEAVY_ASSERT(expr)
/third_party/python/Modules/_ctypes/
H A D_ctypes.c5761 #define MOD_ADD(name, expr) \ in _ctypes_add_objects()
5763 PyObject *obj = (expr); \ in _ctypes_add_objects()
/third_party/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp1215 ast_expression *expr = parent_expr->subexpressions[operand]; in get_scalar_boolean_operand() local
1217 ir_rvalue *val = expr->hir(instructions, state); in get_scalar_boolean_operand()
1223 YYLTYPE loc = expr->get_location(); in get_scalar_boolean_operand()
/third_party/python/Modules/
H A D_testcapimodule.c5480 #define CHECK_TSS_API(expr) \ in test_pythread_tss_key_state()
5481 (void)(expr); \ in test_pythread_tss_key_state()
5485 "preserved after calling " #expr); } in test_pythread_tss_key_state()
/third_party/python/Objects/
H A Dtypeobject.c124 #define CHECK(expr) \ in _PyType_CheckConsistency()
125 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (0) in _PyType_CheckConsistency()
H A Dunicodeobject.c503 #define CHECK(expr) \ in _PyUnicode_CheckConsistency()
504 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyUnicode_CheckConsistency()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h1589 For example, define `VMA_ASSERT(expr)` before including the library to provide
1591 By default it is defined to standard C `assert(expr)` in `_DEBUG` configuration
4023 #define VMA_ASSERT(expr)
4025 #define VMA_ASSERT(expr) assert(expr)
4033 #define VMA_HEAVY_ASSERT(expr)
4035 #define VMA_HEAVY_ASSERT(expr) //VMA_ASSERT(expr)
/third_party/ltp/scripts/
H A Dcheckpatch.pl6229 my $expr = '\s*\(\s*' . $tested . '\s*\)\s*;';
6230 if ($line =~ /\b(kfree|usb_free_urb|debugfs_remove(?:_recursive)?|(?:kmem_cache|mempool|dma_pool)_destroy)$expr/) {
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc4358 #define VECTOR_LOGICAL_OP(expr) \ in ExecuteGeneric()
4363 set_simd_register_by_lane<int64_t>(t, i, expr); \ in ExecuteGeneric()
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_resolve_ast.c6857 int rc = cil_resolve_expr_stack(cons->expr, test_db->ast->root->cl_head->next->next->next->next, args); in test_cil_resolve_expr_stack_type()
6881 int rc = cil_resolve_expr_stack(cons->expr, test_db->ast->root->cl_head->next->next->next->next, args); in test_cil_resolve_expr_stack_role()
6905 int rc = cil_resolve_expr_stack(cons->expr, test_db->ast->root->cl_head->next->next->next->next, args); in test_cil_resolve_expr_stack_user()
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c11033 #define WUFFS_BASE__LIKELY(expr) (__builtin_expect(!!(expr), 1))
11034 #define WUFFS_BASE__UNLIKELY(expr) (__builtin_expect(!!(expr), 0))
11036 #define WUFFS_BASE__LIKELY(expr) (expr)
11037 #define WUFFS_BASE__UNLIKELY(expr) (expr)
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c10139 #define WUFFS_BASE__LIKELY(expr) (__builtin_expect(!!(expr), 1))
10140 #define WUFFS_BASE__UNLIKELY(expr) (__builtin_expect(!!(expr), 0))
10142 #define WUFFS_BASE__LIKELY(expr) (expr)
10143 #define WUFFS_BASE__UNLIKELY(expr) (expr)
[all...]
/third_party/toybox/generated/
H A Dflags.h822 // expr
4175 #define TT this.expr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp4990 /// ::= !DIGlobalVariableExpression(var: !0, expr: !1)
4995 REQUIRED(expr, MDField, );
5000 GET_OR_DISTINCT(DIGlobalVariableExpression, (Context, var.Val, expr.Val));
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc11448 #define CHECK_ALIGN_FAIL(i, expr) \
11465 expr; \
/third_party/python/Python/
H A DPython-ast.c364 GENERATE_ASDL_SEQ_CONSTRUCTOR(expr, expr_ty)
1111 " | Expression(expr body)\n" in init_types()
1112 " | FunctionType(expr* argtypes, expr returns)"); in init_types()
1125 "Expression(expr body)"); in init_types()
1130 "FunctionType(expr* argtypes, expr returns)"); in init_types()
1133 "stmt = FunctionDef(identifier name, arguments args, stmt* body, expr* decorator_list, expr? returns, string? type_comment)\n" in init_types()
1134 " | AsyncFunctionDef(identifier name, arguments args, stmt* body, expr* decorator_lis in init_types()
[all...]
/third_party/glfw/deps/
H A Dnuklear.h5711 #define NK_ASSERT(expr) assert(expr)
/third_party/sqlite/src/
H A Dsqlite3.c7444 ** <blockquote>column OP expr</blockquote>
7451 ** expr on the right-hand side can be evaluated (and thus the constraint
7454 ** ^The optimizer automatically inverts terms of the form "expr OP column"
18480 ** name. An expr/name combination can be used in several ways, such
18481 ** as the list of "expr AS ID" fields following a "SELECT" or in the
18482 ** list of "ID = expr" items in an UPDATE. A list of expressions can
18779 ** pUpsertSet is the list of column=expr terms of the UPDATE statement.
19131 int iSelfTab; /* Table associated with an index on expr, or negative
19726 Expr *pStart; /* Expression for "<expr> PRECEDING" */
19727 Expr *pEnd; /* Expression for "<expr> FOLLOWIN
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 432 milliseconds

1...<<31323334353637383940