Home
last modified time | relevance | path

Searched refs:base (Results 4401 - 4425 of 5204) sorted by relevance

1...<<171172173174175176177178179180>>...209

/third_party/python/Lib/test/
H A Dtest_memoryview.py226 def __init__(self, base):
227 self.m = memoryview(base)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DScaledNumber.h550 /// The log base 2, rounded.
555 /// The log base 2, rounded towards INT32_MIN.
560 /// The log base 2, rounded towards INT32_MAX.
717 #define SCALED_NUMBER_BOP(op, base) \
721 return ScaledNumber<DigitsT>(L) base R; \
/third_party/toybox/generated/
H A Dglobals.h275 long long len, base; member
560 char *base, *limit, *avail; member
/third_party/python/Modules/_ctypes/
H A D_ctypes_test.c307 EXPORT(void) my_qsort(void *base, size_t num, size_t width, int(*compare)(const void*, const void*)) in my_qsort() argument
309 qsort(base, num, width, compare); in my_qsort()
/third_party/spirv-tools/source/opt/
H A Dloop_utils.cpp60 explicit UseRewriter(LCSSARewriter* base, const Instruction& def_insn) in UseRewriter()
61 : base_(base), def_insn_(def_insn) {} in UseRewriter()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp657 unsigned num_tcs_output_cp = tcs->info.base.tess.tcs_vertices_out;
666 tcs->info.base.inputs_read & ~tcs->info.tcs_vgpr_only_inputs)
680 if (tcs->info.base.outputs_read ||
681 tcs->info.base.patch_outputs_read ||
2200 sctx->patch_vertices == tcs->info.base.tess.tcs_vertices_out;
2214 sctx->patch_vertices > tcs->info.base.tess.tcs_vertices_out;
2231 sctx->shader.tcs.cso->info.base.tess.tcs_vertices_out != sctx->patch_vertices)
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h8 #include "src/base/platform/wrappers.h"
1454 LoadDoubleLiteral(kScratchDoubleReg, base::Double(0.0), r0); in emit_type_conversion()
1479 LoadDoubleLiteral(kScratchDoubleReg, base::Double(0.0), r0); in emit_type_conversion()
1492 LoadDoubleLiteral(kScratchDoubleReg, base::Double(0.0), r0); in emit_type_conversion()
1506 LoadDoubleLiteral(kScratchDoubleReg, base::Double(0.0), r0); in emit_type_conversion()
1524 LoadDoubleLiteral(kScratchDoubleReg, base::Double(0.0), r0); in emit_type_conversion()
1542 LoadDoubleLiteral(kScratchDoubleReg, base::Double(0.0), r0); in emit_type_conversion()
1560 LoadDoubleLiteral(kScratchDoubleReg, base::Double(0.0), r0); in emit_type_conversion()
/third_party/lzma/C/
H A DLzmaEnc.c2240 unsigned base = ((2 | (posSlot & 1)) << footerBits); in FillDistancesPrices() local
2241 const CLzmaProb *probs = p->posEncoders + (size_t)base * 2; in FillDistancesPrices()
2242 // tempPrices[i] = RcTree_ReverseGetPrice(p->posEncoders + base, footerBits, i - base, p->ProbPrices); in FillDistancesPrices()
2247 base += i; in FillDistancesPrices()
2261 tempPrices[base ] = price + GET_PRICEa_0(prob); in FillDistancesPrices()
2262 tempPrices[base + offset] = price + GET_PRICEa_1(prob); in FillDistancesPrices()
2584 unsigned base = ((2 | (posSlot & 1)) << footerBits); in LzmaEnc_CodeOneBlock() local
2585 RcTree_ReverseEncode(&p->rc, p->posEncoders + base, footerBits, (unsigned)(dist /* - base */)); in LzmaEnc_CodeOneBlock()
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast.h13 #include "src/base/pointer-with-payload.h"
14 #include "src/base/threaded-list.h"
169 using NodeTypeField = base::BitField<NodeType, 0, 6>;
258 return base::IsInRange(node_type(), kObjectLiteral, kArrayLiteral); in IsPattern()
353 using List = base::ThreadedList<Declaration>;
367 friend base::ThreadedListTraits<Declaration>;
1149 using DepthField = base::BitField<DepthKind, 0, kDepthKindBits>;
1210 base::PointerWithPayload<Expression, bool, 1> key_and_is_computed_name_;
1579 friend base::ThreadedListTraits<VariableProxy>;
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.cc9 #include "src/base/bits.h"
10 #include "src/base/division-by-constant.h"
11 #include "src/base/numbers/double.h"
12 #include "src/base/utils/random-number-generator.h"
564 base::bits::IsPowerOfTwo(src2.immediate() + 1)) { in And()
567 base::bits::WhichPowerOfTwo(static_cast<uint32_t>(src2.immediate()) + in And()
1474 DCHECK(base::bits::IsPowerOfTwo(frame_alignment)); in CallRecordWriteStub()
1490 return base::OS::ActivationFrameAlignment(); in CallRecordWriteStub()
2466 DCHECK(base::bits::IsPowerOfTwo(frame_alignment)); in CallRecordWriteStub()
2530 int frame_alignment = base in CallRecordWriteStub()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DVTimeZone.java338 public TimeZoneTransition getNextTransition(long base, boolean inclusive) { in getNextTransition() argument
339 return tz.getNextTransition(base, inclusive); in getNextTransition()
347 public TimeZoneTransition getPreviousTransition(long base, boolean inclusive) { in getPreviousTransition() argument
348 return tz.getPreviousTransition(base, inclusive); in getPreviousTransition()
897 // as the base. in createRuleByRRULE()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DVTimeZone.java314 public TimeZoneTransition getNextTransition(long base, boolean inclusive) { in getNextTransition() argument
315 return tz.getNextTransition(base, inclusive); in getNextTransition()
322 public TimeZoneTransition getPreviousTransition(long base, boolean inclusive) { in getPreviousTransition() argument
323 return tz.getPreviousTransition(base, inclusive); in getPreviousTransition()
868 // as the base. in createRuleByRRULE()
/third_party/libuv/src/win/
H A Dtcp.c478 buf.base = (char*) &uv_zero_; in uv__tcp_queue_read()
1021 buf.base = 0; in uv__process_tcp_read_req()
1033 if (buf.base == NULL || buf.len == 0) { in uv__process_tcp_read_req()
1037 assert(buf.base != NULL); in uv__process_tcp_read_req()
1402 /* If there are non-ifs LSPs then try to obtain a base handle for the socket. in uv__tcp_try_cancel_reqs()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c286 /* set the base location in remap table for the uniform */ in nir_setup_uniform_remap_tables()
1777 int base = 0; in gl_nir_link_uniforms() local
1778 base = sh->Program->sh.ShaderStorageBlocks[0] - prog->data->ShaderStorageBlocks; in gl_nir_link_uniforms()
1780 assert(base >= 0); in gl_nir_link_uniforms()
1782 int sh_block_index = buffer_block_index - base; in gl_nir_link_uniforms()
1843 /* this is the base block offset */ in gl_nir_link_uniforms()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1595 rbin->base.type = RADV_BINARY_TYPE_RTLD; in ac_compile_llvm_module()
1596 rbin->base.stage = stage; in ac_compile_llvm_module()
1597 rbin->base.total_size = alloc_size; in ac_compile_llvm_module()
1600 *rbinary = &rbin->base; in ac_compile_llvm_module()
/third_party/ntfs-3g/libntfs-3g/
H A Drunlist.c54 * @base:
63 static void ntfs_rl_mm(runlist_element *base, int dst, int src, int size) in ntfs_rl_mm() argument
66 memmove(base + dst, base + src, size * sizeof(*base)); in ntfs_rl_mm()
951 * If this is the base of runlist (if 'lowest_vcn' is 0), then in ntfs_mapping_pairs_decompress_i()
990 } else /* Not the base extent. There may be more extents to follow. */ in ntfs_mapping_pairs_decompress_i()
/third_party/mesa3d/src/mesa/program/
H A Dprogram_parse.y103 const struct prog_instruction *base, const struct prog_dst_register *dst,
2133 asm_instruction_copy_ctor(const struct prog_instruction *base,
2143 inst->Base.Opcode = base->Opcode;
2144 inst->Base.Saturate = base->Saturate;
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c1493 &cmd_buffer->base.device->dispatch_table; in load_attachment()
1566 &cmd_buffer->base.device->dispatch_table; in begin_subpass()
2101 &cmd_buffer->base.device->dispatch_table; in end_subpass()
2359 &cmd_buffer->base.device->dispatch_table; in vk_common_CmdEndRenderPass2()
/third_party/lwip/src/netif/ppp/
H A Dauth.c2081 ip[n].base = ip[n].mask = 0;
2157 ip[n].base = a & ip[n].mask;
2165 ip[n].base = 0; /* to terminate the list */
2224 if ((addr & addrs->mask) == addrs->base)
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc9 #include "src/base/utils/random-number-generator.h"
94 ->NewStringFromUtf8(base::VectorOf(buffer)) in GetDateDescription()
326 base::EnumSet<debug::BreakReason> break_reasons) { in BreakRightNow()
374 base::Vector<const uint8_t> wire_bytes = in WasmBytecode()
761 base::Vector<const i::byte> function_bytes = in GetFunctionHash()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc5 #include "src/base/logging.h"
814 using FastElementsField = base::BitField<bool, 0, 1>;
815 using ExceedsLimitField = base::BitField<bool, 1, 1>;
816 using IsFixedArrayField = base::BitField<bool, 2, 1>;
817 using HasSimpleElementsField = base::BitField<bool, 3, 1>;
1069 * Afterwards it increments the base-index of the visitor by the array
H A Dbuiltins-string-gen.cc7 #include "src/base/strings.h"
77 return CallSearchStringRaw<const base::uc16, const uint8_t>( in SearchOneByteStringInTwoByteString()
91 return CallSearchStringRaw<const base::uc16, const base::uc16>( in SearchTwoByteStringInTwoByteString()
98 return CallSearchStringRaw<const uint8_t, const base::uc16>( in SearchTwoByteStringInOneByteString()
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc9 #include "src/base/memory.h"
26 using base::Memory;
27 using base::ReadUnalignedValue;
656 base::Optional<wasm::ValueKind> return_kind) { in JSToWasmBuiltinContinuationFrame()
805 base::Optional<wasm::ValueKind> return_kind; in CreateNextTranslatedFrame()
/third_party/node/deps/v8/src/objects/
H A Dkeys.cc756 base::Optional<int> CollectOwnPropertyNamesInternal( in CollectOwnPropertyNamesInternal()
795 return base::Optional<int>(); in CollectOwnPropertyNamesInternal()
1032 base::Optional<int> first_symbol = in CollectOwnPropertyNames()
1245 base::TemplateHashMapImpl<Handle<Name>, int, NameComparator, in CollectOwnJSProxyKeys()
H A Dfeedback-vector.cc502 base::SharedMutexGuard<base::kExclusive> shared_mutex_guard( in SetFeedbackPair()
510 base::SharedMutexGuardIf<base::kShared> scope( in GetFeedbackPair()

Completed in 82 milliseconds

1...<<171172173174175176177178179180>>...209