/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_blend_aos.c | 75 LLVMValueRef const_; member 100 LLVMValueRef const_alpha = bld->const_alpha ? bld->const_alpha : bld->const_; in lp_build_blend_factor_unswizzled() 147 return bld->const_; in lp_build_blend_factor_unswizzled() 169 bld->inv_const = lp_build_comp(&bld->base, bld->const_); in lp_build_blend_factor_unswizzled() 321 LLVMValueRef const_, in lp_build_blend_aos() argument 338 bld.const_ = const_; in lp_build_blend_aos()
|
D | lp_bld_blend.h | 69 LLVMValueRef const_,
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeSPARC_common.c | 311 struct sljit_const *const_; in sljit_generate_code() local 329 const_ = compiler->consts; in sljit_generate_code() 340 SLJIT_ASSERT(!const_ || const_->addr >= word_count); in sljit_generate_code() 359 if (const_ && const_->addr == word_count) { in sljit_generate_code() 361 const_->addr = (sljit_uw)code_ptr; in sljit_generate_code() 362 const_ = const_->next; in sljit_generate_code() 369 next_addr = compute_next_addr(label, jump, const_, put_label); in sljit_generate_code() 386 SLJIT_ASSERT(!const_); in sljit_generate_code() 1635 struct sljit_const *const_; in sljit_emit_const() local 1642 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const() [all …]
|
D | sljitNativeARM_32.c | 683 struct sljit_const *const_; in sljit_generate_code() local 718 const_ = compiler->consts; in sljit_generate_code() 753 next_addr = compute_next_addr(label, jump, const_, put_label); in sljit_generate_code() 764 SLJIT_ASSERT(!const_ || const_->addr >= word_count); in sljit_generate_code() 786 if (const_ && const_->addr == word_count) { in sljit_generate_code() 788 const_->addr = (sljit_uw)code_ptr; in sljit_generate_code() 790 const_->addr = (sljit_uw)(code_ptr - 1); in sljit_generate_code() 792 const_ = const_->next; in sljit_generate_code() 799 next_addr = compute_next_addr(label, jump, const_, put_label); in sljit_generate_code() 826 SLJIT_ASSERT(!const_); in sljit_generate_code() [all …]
|
D | sljitNativeARM_64.c | 244 struct sljit_const *const_; in sljit_generate_code() local 262 const_ = compiler->consts; in sljit_generate_code() 273 SLJIT_ASSERT(!const_ || const_->addr >= word_count); in sljit_generate_code() 287 if (const_ && const_->addr == word_count) { in sljit_generate_code() 288 const_->addr = (sljit_uw)code_ptr; in sljit_generate_code() 289 const_ = const_->next; in sljit_generate_code() 297 next_addr = compute_next_addr(label, jump, const_, put_label); in sljit_generate_code() 314 SLJIT_ASSERT(!const_); in sljit_generate_code() 2122 struct sljit_const *const_; in sljit_emit_const() local 2129 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const() [all …]
|
D | sljitNativePPC_common.c | 398 struct sljit_const *const_; in sljit_generate_code() local 423 const_ = compiler->consts; in sljit_generate_code() 434 SLJIT_ASSERT(!const_ || const_->addr >= word_count); in sljit_generate_code() 485 if (const_ && const_->addr == word_count) { in sljit_generate_code() 486 const_->addr = (sljit_uw)code_ptr; in sljit_generate_code() 487 const_ = const_->next; in sljit_generate_code() 498 next_addr = compute_next_addr(label, jump, const_, put_label); in sljit_generate_code() 515 SLJIT_ASSERT(!const_); in sljit_generate_code() 2544 struct sljit_const *const_; in sljit_emit_const() local 2551 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const() [all …]
|
D | sljitNativeMIPS_common.c | 520 struct sljit_const *const_; in sljit_generate_code() local 538 const_ = compiler->consts; in sljit_generate_code() 549 SLJIT_ASSERT(!const_ || const_->addr >= word_count); in sljit_generate_code() 567 if (const_ && const_->addr == word_count) { in sljit_generate_code() 568 const_->addr = (sljit_uw)code_ptr; in sljit_generate_code() 569 const_ = const_->next; in sljit_generate_code() 580 next_addr = compute_next_addr(label, jump, const_, put_label); in sljit_generate_code() 597 SLJIT_ASSERT(!const_); in sljit_generate_code() 2465 struct sljit_const *const_; in sljit_emit_const() local 2472 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const() [all …]
|
D | sljitNativeARM_T2_32.c | 383 struct sljit_const *const_; in sljit_generate_code() local 401 const_ = compiler->consts; in sljit_generate_code() 412 SLJIT_ASSERT(!const_ || const_->addr >= half_count); in sljit_generate_code() 426 if (const_ && const_->addr == half_count) { in sljit_generate_code() 427 const_->addr = (sljit_uw)code_ptr; in sljit_generate_code() 428 const_ = const_->next; in sljit_generate_code() 435 next_addr = compute_next_addr(label, jump, const_, put_label); in sljit_generate_code() 452 SLJIT_ASSERT(!const_); in sljit_generate_code() 2599 struct sljit_const *const_; in sljit_emit_const() local 2606 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const() [all …]
|
D | sljitNativeS390X.c | 136 struct sljit_const const_; /* must be first */ member 1397 struct sljit_s390x_const *const_; in sljit_generate_code() local 1492 const_ = (struct sljit_s390x_const *)compiler->consts; in sljit_generate_code() 1528 const_->const_.addr = (sljit_uw)pool_ptr; in sljit_generate_code() 1531 *(pool_ptr++) = (sljit_uw)const_->init_value; in sljit_generate_code() 1534 const_ = (struct sljit_s390x_const *)const_->const_.next; in sljit_generate_code() 3305 struct sljit_s390x_const *const_; in sljit_emit_const() local 3311 const_ = (struct sljit_s390x_const*)ensure_abuf(compiler, in sljit_emit_const() 3313 PTR_FAIL_IF(!const_); in sljit_emit_const() 3314 set_const((struct sljit_const*)const_, compiler); in sljit_emit_const() [all …]
|
D | sljitLir.c | 643 struct sljit_const *const_, struct sljit_put_label *put_label) in compute_next_addr() argument 653 if (const_ && const_->addr < result) in compute_next_addr() 654 result = const_->addr; in compute_next_addr() 722 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler) in set_const() argument 724 const_->next = NULL; in set_const() 725 const_->addr = compiler->size; in set_const() 727 compiler->last_const->next = const_; in set_const() 729 compiler->consts = const_; in set_const() 730 compiler->last_const = const_; in set_const()
|
D | sljitNativeX86_common.c | 505 struct sljit_const *const_; in sljit_generate_code() local 520 const_ = compiler->consts; in sljit_generate_code() 556 const_->addr = ((sljit_uw)code_ptr) - sizeof(sljit_sw); in sljit_generate_code() 557 const_ = const_->next; in sljit_generate_code() 578 SLJIT_ASSERT(!const_); in sljit_generate_code() 3012 struct sljit_const *const_; local 3023 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); 3024 PTR_FAIL_IF(!const_); 3025 set_const(const_, compiler); 3050 return const_;
|
D | sljitLir.h | 1425 static SLJIT_INLINE sljit_uw sljit_get_const_addr(struct sljit_const *const_) { return const_->addr… in sljit_get_const_addr() argument
|
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
D | writer.js | 128 function const_(it) { function 181 const: const_,
|
D | webidl2.js | 504 function const_() { function 727 const mem = const_() || 756 const mem = const_() ||
|
/third_party/python/Doc/library/ |
D | argparse.rst | 697 * const_ - A constant value required by some action_ and nargs_ selections. 768 * ``'store_const'`` - This stores the value specified by the const_ keyword 799 the const_ keyword argument to the list. (Note that the const_ keyword 911 command-line argument. In this case the value from const_ will be produced. Some
|