Home
last modified time | relevance | path

Searched refs:base (Results 4776 - 4800 of 5553) sorted by relevance

1...<<191192193194195196197198199200>>...223

/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc9 #include "src/base/bits.h"
10 #include "src/base/division-by-constant.h"
1609 } else if (base::bits::IsPowerOfTwo(value + 1) || in CallRecordWriteStub()
1613 int shift_cnt = base::bits::CountTrailingZeros64(value); in CallRecordWriteStub()
1625 shift_cnt = 16 + base::bits::CountTrailingZeros64(value >> 16); in CallRecordWriteStub()
1734 } else if (base::bits::IsPowerOfTwo(j.immediate() + 1) || in CallRecordWriteStub()
1738 int shift_cnt = 64 - base::bits::CountTrailingZeros64(j.immediate() + 1); in CallRecordWriteStub()
1746 int shift_cnt = base::bits::CountTrailingZeros64(j.immediate()); in CallRecordWriteStub()
1785 shift_cnt = 16 + base::bits::CountTrailingZeros64(j.immediate() >> 16); in CallRecordWriteStub()
2112 li(scratch2, base in CallRecordWriteStub()
[all...]
/third_party/skia/src/core/
H A DSkVM.cpp1832 // SIB byte encodes a memory address, base + (index * scale).
1833 static uint8_t sib(Assembler::Scale scale, int index, int base) {
1834 return _233((int)scale, index, base);
1841 bool B) { // Extra top bit for SIB base or ModRM rm register.
1950 const bool need_SIB = (m.base&7) == rsp
1953 this->byte(rex(W1,x>>3,m.index>>3,m.base>>3));
1955 this->byte(mod_rm(mod(m.disp), x&7, (need_SIB ? rsp : m.base)&7));
1957 this->byte(sib(m.scale, m.index&7, m.base&7));
2179 // without an SIB byte, that's where the base register would usually go.
2180 // This means we have to use an SIB byte if we want to use rsp as a base registe
[all...]
/third_party/ffmpeg/libavcodec/
H A Dalsdec.c937 int base; in decode_var_block_data() local
941 for (base = begin; base < end; base++, tab++) in decode_var_block_data()
942 y += (uint64_t)MUL64(bd->ltp_gain[tab], raw_samples[base]); in decode_var_block_data()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationMiscTest.java1400 /* Test 6: Null character as base of a non-normal combining sequence.*/ in TestIncrementalNormalize()
3133 String base = "\u03b1"; /* base */ in TestBeforeRuleWithScriptReordering()
3137 result = myCollation.compare(base, before); in TestBeforeRuleWithScriptReordering()
3143 CollationKey baseKey = myCollation.getCollationKey(base); in TestBeforeRuleWithScriptReordering()
3148 errln("Different lead byte for sort keys using before rule and before script reordering. base character lead byte = " in TestBeforeRuleWithScriptReordering()
3156 result = myCollation.compare(base, before); in TestBeforeRuleWithScriptReordering()
3162 baseKey = myCollation.getCollationKey(base); in TestBeforeRuleWithScriptReordering()
3167 errln("Different lead byte for sort keys using before rule and before script reordering. base character lead byte = " in TestBeforeRuleWithScriptReordering()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationMiscTest.java1403 /* Test 6: Null character as base of a non-normal combining sequence.*/ in TestIncrementalNormalize()
3136 String base = "\u03b1"; /* base */ in TestBeforeRuleWithScriptReordering()
3140 result = myCollation.compare(base, before); in TestBeforeRuleWithScriptReordering()
3146 CollationKey baseKey = myCollation.getCollationKey(base); in TestBeforeRuleWithScriptReordering()
3151 errln("Different lead byte for sort keys using before rule and before script reordering. base character lead byte = " in TestBeforeRuleWithScriptReordering()
3159 result = myCollation.compare(base, before); in TestBeforeRuleWithScriptReordering()
3165 baseKey = myCollation.getCollationKey(base); in TestBeforeRuleWithScriptReordering()
3170 errln("Different lead byte for sort keys using before rule and before script reordering. base character lead byte = " in TestBeforeRuleWithScriptReordering()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc15 #include "src/base/platform/wrappers.h"
445 base::Vector<const uint8_t> chars = flat.ToOneByteVector(); in SerializeString()
1246 base::Vector<const uint8_t> buffer) in WebSnapshotDeserializer()
1280 base::Vector<const uint8_t> WebSnapshotDeserializer::ExtractScriptBuffer( in ExtractScriptBuffer()
1363 base::ElapsedTimer timer; in Deserialize()
2246 base::Optional<JSRegExp::Flags> flags = in ReadRegexp()
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c45 5 prefix + 24 base + 8 suffix */
1479 int base = s->distance_code - 10; in TakeDistanceFromRingBuffer() local
1481 base = s->distance_code - 4; in TakeDistanceFromRingBuffer()
1486 delta = ((0x605142 >> (4 * base)) & 0xF) - 3; in TakeDistanceFromRingBuffer()
1605 uint32_t base = ndirect + ((((2 + half) << bits) - 4) << npostfix) + 1; in CalculateDistanceLut() local
1609 b->dist_offset[i] = base + j; in CalculateDistanceLut()
/third_party/node/deps/openssl/openssl/
H A DConfigure1838 my $base = shift;
1843 $dir = catdir($base,$dir) unless isabsolute($dir);
1849 #print STDERR "DEBUG[cleandir]: $dir , $base => $res\n";
1854 my $base = shift;
1859 $file = catfile($base,$file) unless isabsolute($file);
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs1883 for base in self.base_members() { in codegen()
1884 if !base.requires_storage(ctx) { in codegen()
1888 let inner_item = ctx.resolve_item(base.ty); in codegen()
1891 let field_name = ctx.rust_ident(&base.field_name); in codegen()
1895 let access_spec = access_specifier(ctx, base.is_public()); in codegen()
/third_party/openssl/
H A DConfigure1835 my $base = shift;
1839 $dir = catdir($base,$dir) unless isabsolute($dir);
1845 #print STDERR "DEBUG[cleandir]: $dir , $base => $res\n";
1850 my $base = shift;
1854 $file = catfile($base,$file) unless isabsolute($file);
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c45 5 prefix + 24 base + 8 suffix */
1479 int base = s->distance_code - 10; in TakeDistanceFromRingBuffer() local
1481 base = s->distance_code - 4; in TakeDistanceFromRingBuffer()
1486 delta = ((0x605142 >> (4 * base)) & 0xF) - 3; in TakeDistanceFromRingBuffer()
1605 uint32_t base = ndirect + ((((2 + half) << bits) - 4) << npostfix) + 1; in CalculateDistanceLut() local
1609 b->dist_offset[i] = base + j; in CalculateDistanceLut()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp89 // Print out the base pointers for debugging
90 static cl::opt<bool> PrintBasePointers("spp-print-base-pointers", cl::Hidden,
255 // - The base relation itself (i.e. this pointer is based on that one)
256 // - The base defining value relation (i.e. before base_phi insertion)
258 // base relation will remain. Internally, we add a mixture of the two
269 /// Mapping from live pointers to a base-defining-value
394 /// A single base defining value - An immediate base defining value for an
395 /// instruction 'Def' is an input to 'Def' whose base is also a base o
1164 Value *base = findBasePointer(ptr, DVCache); findBasePointers() local
[all...]
/third_party/python/Objects/
H A Dbytesobject.c852 int base; in _PyBytes_FormatEx() local
861 base = 10; in _PyBytes_FormatEx()
864 base = 8; in _PyBytes_FormatEx()
868 base = 16; in _PyBytes_FormatEx()
875 v, base, alternate); in _PyBytes_FormatEx()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-sve-aarch64.cc5312 uint64_t base = 0x1234567800000000;
5313 __ Mov(x30, base);
5364 ASSERT_EQUAL_64(base + (vl * 0), x0);
5365 ASSERT_EQUAL_64(base + (vl * 1), x1);
5366 ASSERT_EQUAL_64(base + (vl * 31), x2);
5367 ASSERT_EQUAL_64(base + (vl * -1), x3);
5368 ASSERT_EQUAL_64(base + (vl * -32), x4);
5370 ASSERT_EQUAL_64(base + (vl * 32), x5);
5371 ASSERT_EQUAL_64(base + (vl * -33), x6);
5373 ASSERT_EQUAL_64(base
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp1143 static llvm::Value *createGather(llvm::Value *base, llvm::Type *elTy, llvm::Value *offsets, llvm::Value *mask, unsigned int alignment, bool zeroMaskedLanes) in createGather() argument
1145 ASSERT(base->getType()->isPointerTy()); in createGather()
1157 auto i8Base = jit->builder->CreatePointerCast(base, i8PtrTy); in createGather()
1198 RValue<Float4> Gather(RValue<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes /* = false */) in Gather() argument
1200 return As<Float4>(V(createGather(V(base.value()), T(Float::type()), V(offsets.value()), V(mask.value()), alignment, zeroMaskedLanes))); in Gather()
1203 RValue<Int4> Gather(RValue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes /* = false */) in Gather() argument
1205 return As<Int4>(V(createGather(V(base.value()), T(Int::type()), V(offsets.value()), V(mask.value()), alignment, zeroMaskedLanes))); in Gather()
1208 static void createScatter(llvm::Value *base, llvm::Value *val, llvm::Value *offsets, llvm::Value *mask, unsigned int alignment) in createScatter() argument
1210 ASSERT(base->getType()->isPointerTy()); in createScatter()
1225 auto i8Base = jit->builder->CreatePointerCast(base, i8PtrT in createScatter()
1261 Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment) Scatter() argument
1266 Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment) Scatter() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c1194 fields[0].name = ralloc_strdup(shader, "base"); in get_bo_var()
2069 key->base.inlined_uniform_values, in zink_shader_compile()
2152 if (key->base.nonseamless_cube_mask) { in zink_shader_compile()
2153 NIR_PASS_V(nir, zink_lower_cubemap_to_array, key->base.nonseamless_cube_mask); in zink_shader_compile()
2259 fields[0].name = ralloc_strdup(shader, "base"); in unbreak_bos()
3252 if (!comp->base.removed) { in zink_shader_free()
3254 comp->base.removed = true; in zink_shader_free()
3262 if (!prog->base.removed && (shader->nir->info.stage != MESA_SHADER_TESS_CTRL || !shader->is_generated)) { in zink_shader_free()
3270 prog->base.removed = true; in zink_shader_free()
3391 nir_ssa_def *load_inner = nir_load_push_constant(&b, 2, 32, nir_imm_int(&b, 1), .base in zink_shader_tcs_create()
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc5 #include "src/base/numbers/double.h"
990 Register base = offset.from_stack_pointer() ? sp : fp; in AssembleArchInstruction() local
991 __ add(i.OutputRegister(0), base, Operand(offset.offset())); in AssembleArchInstruction()
2472 __ vmov(mask.low(), base::Double(uint64_t{0x0000'0002'0000'0001})); in AssembleArchInstruction()
2473 __ vmov(mask.high(), base::Double(uint64_t{0x0000'0008'0000'0004})); in AssembleArchInstruction()
2676 __ vmov(mask.low(), base::Double(uint64_t{0x0008'0004'0002'0001})); in AssembleArchInstruction()
2677 __ vmov(mask.high(), base::Double(uint64_t{0x0080'0040'0020'0010})); in AssembleArchInstruction()
2831 __ vmov(mask.low(), base::Double(uint64_t{0x8040'2010'0804'0201})); in AssembleArchInstruction()
2832 __ vmov(mask.high(), base::Double(uint64_t{0x8040'2010'0804'0201})); in AssembleArchInstruction()
2846 __ vmov(dst.low(), base in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc9 #include "src/base/iterator.h"
10 #include "src/base/small-vector.h"
11 #include "src/base/vector.h"
1849 for (InstructionBlock* block : base::Reversed(code()->instruction_blocks())) { in ResolvePhis()
3268 base::SmallVector<TopLevelLiveRange*, in ChooseOneOfTwoPredecessorStates()
4023 LiveRange* range, base::Vector<LifetimePosition> positions) { in FindFreeRegistersForRange()
4105 base::EmbeddedVector<LifetimePosition, RegisterConfiguration::kMaxRegisters> in ProcessCurrentRange()
4119 LiveRange* current, const base::Vector<LifetimePosition>& free_until_pos) { in TryAllocatePreferredReg()
4144 const base::Vector<LifetimePosition>& free_until_pos) { in PickRegisterThatIsAvailableLongest()
4190 LiveRange* current, const base in TryAllocateFreeReg()
[all...]
/third_party/python/Lib/
H A D_pydecimal.py2050 base = _WorkRep(self.to_integral_value())
2054 base = (base.int % modulo * pow(10, base.exp, modulo)) % modulo
2056 base = pow(base, 10, modulo)
2057 base = pow(base, exponent.int, modulo)
2059 return _dec_from_triple(sign, str(base), 0)
2773 # base 10
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc10 #include "src/base/small-vector.h"
937 base::SmallVector<Node*, kInlineSize> inputs(c_argument_count + arity_ + in ReduceFastApiCall()
1135 graph()->NewNode(javascript()->CreateArray(1, base::nullopt), ctor, ctor,
1596 base::Optional<TNode<JSArray>> a;
2522 javascript()->CreateArray(arity, base::nullopt));
2758 base::Optional<ObjectRef> length_value(
2760 base::Optional<ObjectRef> name_value(
4375 base::SmallVector<Node*, kInlineSize> args;
4377 base::Optional<ObjectRef> maybe_arg = bound_arguments.TryGet(i);
4424 base
[all...]
H A Deffect-control-linearizer.cc8 #include "src/base/bits.h"
268 Node* BuildTypedArrayDataPointer(Node* base, Node* external);
2131 Node* shift = __ Int32Constant(base::bits::WhichPowerOfTwo(divisor)); in LowerCheckedInt32Div()
2353 Node* shift = __ Uint32Constant(base::bits::WhichPowerOfTwo(divisor)); in LowerCheckedUint32Div()
4904 // Load the base pointer for the buffer. This will always be Smi in AdaptFastCallTypedArrayArgument()
4907 // the base to Smi zero here allows the BuildTypedArrayDataPointer in AdaptFastCallTypedArrayArgument()
5621 // is the effective data pointer (i.e. the {base} is Smi zero).
5622 Node* EffectControlLinearizer::BuildTypedArrayDataPointer(Node* base, in BuildTypedArrayDataPointer() argument
5624 if (IntPtrMatcher(base).Is(0)) { in BuildTypedArrayDataPointer()
5628 base in BuildTypedArrayDataPointer()
5643 Node* base = node->InputAt(1); LowerLoadTypedElement() local
5659 Node* base = node->InputAt(0); LowerLoadStackArgument() local
5671 Node* base = node->InputAt(1); LowerStoreTypedElement() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h8 #include "src/base/platform/wrappers.h"
125 inline void Store(LiftoffAssembler* assm, Register base, int32_t offset, in Store() argument
127 MemOperand dst(base, offset); in Store()
609 Add_d(temp0, dst_op.base(), dst_op.offset()); \
663 Add_d(temp0, dst_op.base(), dst_op.offset()); in AtomicSub()
720 Add_d(temp0, dst_op.base(), dst_op.offset()); in AtomicExchange()
795 Add_d(temp0, dst_op.base(), dst_op.offset()); in AtomicCompareExchange()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc9 #include "src/base/cpu.h"
30 base::CPU cpu; in ProbeImpl()
138 MemOperand::MemOperand(Register base, int32_t offset) in MemOperand() argument
139 : base_(base), index_(no_reg), offset_(offset) {} in MemOperand()
141 MemOperand::MemOperand(Register base, Register index) in MemOperand() argument
142 : base_(base), index_(index), offset_(0) {} in MemOperand()
234 DCHECK(m >= kInstrSize && base::bits::IsPowerOfTwo(m)); in Align()
/third_party/node/deps/v8/src/objects/
H A Delements.cc7 #include "src/base/atomicops.h"
8 #include "src/base/safe_conversions.h"
551 // implementation differs from the base class implementation.
819 !base::IsInRange(capacity, 0, FixedDoubleArray::kMaxLength)) { in ConvertElementsWithCapacity()
826 !base::IsInRange(capacity, 0, FixedArray::kMaxLength)) { in ConvertElementsWithCapacity()
3102 base::WriteUnalignedValue(reinterpret_cast<Address>(data_ptr), value); in SetImpl()
3165 return base::ReadUnalignedValue<ElementType>( in GetImpl()
3385 } else if (!base::IsValueInRangeForNumericType<ElementType>( in IncludesValueImpl()
3448 } else if (!base::IsValueInRangeForNumericType<ElementType>( in IndexOfValueImpl()
3495 } else if (!base in LastIndexOfValueImpl()
[all...]
/third_party/toybox/toys/pending/
H A Dbc.c1837 BcNum *base, size_t base_t) in bc_num_parseBase()
1856 s = bc_num_mul(n, base, &mult, 0); in bc_num_parseBase()
1865 bc_num_init(&result, base->len); in bc_num_parseBase()
1872 s = bc_num_mul(&result, base, &result, 0); in bc_num_parseBase()
1877 s = bc_num_mul(&mult, base, &mult, 0); in bc_num_parseBase()
1952 static BcStatus bc_num_printNum(BcNum *n, BcNum *base, in bc_num_printNum() argument
1979 s = bc_num_divmod(&intp, base, &intp, &digit, 0); in bc_num_printNum()
1994 s = bc_num_mul(&fracp, base, &fracp, n->rdx); in bc_num_printNum()
2002 s = bc_num_mul(&frac_len, base, &frac_len, 0); in bc_num_printNum()
2015 static BcStatus bc_num_printBase(BcNum *n, BcNum *base, size_ argument
1836 bc_num_parseBase(BcNum *n, char *val, BcNum *base, size_t base_t) bc_num_parseBase() argument
2084 bc_num_parse(BcNum *n, char *val, BcNum *base, size_t base_t, int letter) bc_num_parse() argument
[all...]

Completed in 120 milliseconds

1...<<191192193194195196197198199200>>...223