/third_party/glslang/glslang/MachineIndependent/ |
H A D | SymbolTable.h | 75 // Symbol base class. (Can build functions or variables out of these...) 498 TString base(name, 0, parenAt + 1); in findFunctionNameList() 500 tLevel::const_iterator begin = level.lower_bound(base); in findFunctionNameList() 501 base[parenAt] = ')'; // assume ')' is lexically after '(' in findFunctionNameList() 502 tLevel::const_iterator end = level.upper_bound(base); in findFunctionNameList()
|
/third_party/gn/src/gn/ |
H A D | parser.cc | 10 #include "base/logging.h" 899 void RenderToText(const base::Value& node, in RenderToText() 902 const base::Value* child = node.FindKey(std::string("child")); in RenderToText() 906 // for the base. in RenderToText() 936 for (const base::Value& n : child->GetList()) { in RenderToText() 940 const base::Value* end = node.FindKey("end"); in RenderToText()
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | PerfTest.java | 320 * Subclass implementations should NOT call the base class implementation. 611 long base = time * 1000; in getIteration() 612 // System.out.println("base :" + base); in getIteration() 615 while (t < base * 0.9 || base * 1.1 < t) { // + - 10% in getIteration() 620 // 100 is rational because 'base' is always larger than 1000 in getIteration() 625 // new iter(base) old iter in getIteration() 631 iter = (long) ((double) iter / t * base); // avoid long in getIteration()
|
/third_party/libuv/src/unix/ |
H A D | os390.c | 33 #include "zos-base.h" 822 uint64_t base; in uv__io_poll() local 879 base = loop->time; in uv__io_poll() 917 base = loop->time; in uv__io_poll() 1053 real_timeout -= (loop->time - base); in uv__io_poll()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_constant_expression.cpp | 669 bitfield_insert(uint32_t base, uint32_t insert, int offset, int bits) in bitfield_insert() argument 672 return base; in bitfield_insert() 682 base &= ~insert_mask; in bitfield_insert() 684 return base | insert; in bitfield_insert()
|
/third_party/node/deps/v8/tools/debug_helper/ |
H A D | get-object-properties.cc | 222 static v8::base::Optional<std::string> Visit( in Visit() 231 v8::base::Optional<std::string> GetString() { in GetString() 789 static_cast<di::ObjectPropertiesResultExtended*>(result)->base); in _v8_debug_helper_Free_ObjectPropertiesResult() 801 static_cast<di::StackFrameResultExtended*>(result)->base); in _v8_debug_helper_Free_StackFrameResult()
|
/third_party/node/src/ |
H A D | inspector_socket.cc | 751 dump_hex(buf->base, nread); in OnDataReceivedCb() 773 buffer.insert(buffer.end(), buf->base, buf->base + read); in ReclaimUvBuf() 775 delete[] buf->base; in ReclaimUvBuf()
|
/third_party/node/test/cctest/ |
H A D | test_inspector_socket.cc | 80 buf->base = new char[len]; in buffer_alloc_cb() 245 buf[0].base = const_cast<char*>(data); in do_write() 262 actual = buf->base[i]; in check_data_cb() 270 delete[] buf->base; in check_data_cb()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_crypto.c | 46 memcpy((*pckm)->secret.base, secret, secretlen); in ngtcp2_crypto_km_new() 51 memcpy((*pckm)->iv.base, iv, ivlen); in ngtcp2_crypto_km_new() 69 (*pckm)->secret.base = p; in ngtcp2_crypto_km_nocopy_new() 72 (*pckm)->iv.base = p; in ngtcp2_crypto_km_nocopy_new()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_print.cpp | 442 size_t base = pos; in print() local 447 SPACE_PRINT(pos > base && pos < size, "sat"); in print() 449 SPACE_PRINT(pos > base && pos < size, "neg"); in print() 451 SPACE_PRINT(pos > base && pos < size, "abs"); in print()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-coverage.cc | 9 #include "src/base/hashmap.h" 23 : public base::TemplateHashMapImpl<SharedFunctionInfo, uint32_t, 24 base::KeyEqualityMatcher<Object>, 25 base::DefaultAllocationPolicy> { 27 using Entry = base::TemplateHashMapEntry<SharedFunctionInfo, uint32_t>;
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-constructor-gen.cc | 338 return AllocateJSObjectFromMap(initial_map, properties.value(), base::nullopt, in FastNewObject() 517 base::Optional<TNode<AllocationSite>> site = in CreateEmptyArrayLiteral() 519 ? base::make_optional(allocation_site.value()) in CreateEmptyArrayLiteral() 520 : base::nullopt; in CreateEmptyArrayLiteral()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-profiler-agent-impl.cc | 10 #include "src/base/atomicops.h" 11 #include "src/base/platform/time.h" 308 *out_timestamp = v8::base::TimeTicks::Now().since_origin().InSecondsF(); in startPreciseCoverage() 421 *out_timestamp = v8::base::TimeTicks::Now().since_origin().InSecondsF(); in takePreciseCoverage() 440 double now = v8::base::TimeTicks::Now().since_origin().InSecondsF(); in triggerPreciseCoverageDeltaUpdate() 529 v8::base::Relaxed_AtomicIncrement(&s_lastProfileId, 1)); in nextProfileId()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_transfer_helper.c | 78 struct pipe_transfer base; member 184 struct pipe_transfer *ptrans = &trans->base; in transfer_map_msaa() 268 ptrans = &trans->base; in u_transfer_helper_transfer_map() 610 ptrans = &trans->base; in u_transfer_helper_deinterleave_transfer_map()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_clear.c | 350 util_range_add(&res->base.b, &res->valid_buffer_range, box->x, box->x + box->width); in clear_color() 432 if (res->base.b.format == PIPE_FORMAT_Z16_UNORM) { in can_fast_clear_depth() 594 &z_surf, &z_res->base.b, aux_usage, in clear_depth_stencil() 606 &stencil_surf, &stencil_res->base.b, in clear_depth_stencil()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_gmem.c | 88 emit_gmem2mem_surf(struct fd_batch *batch, uint32_t base, in emit_gmem2mem_surf() argument 106 OUT_RING(ring, A2XX_RB_COLOR_INFO_BASE(base) | in emit_gmem2mem_surf() 232 emit_mem2gmem_surf(struct fd_batch *batch, uint32_t base, in emit_mem2gmem_surf() argument 243 OUT_RING(ring, A2XX_RB_COLOR_INFO_BASE(base) | in emit_mem2gmem_surf()
|
/third_party/node/deps/uv/src/unix/ |
H A D | os390.c | 32 #include "zos-base.h" 814 uint64_t base; in uv__io_poll() local 869 base = loop->time; in uv__io_poll() 901 base = loop->time; in uv__io_poll() 1035 real_timeout -= (loop->time - base); in uv__io_poll()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | NumberingScheme.java | 18 import static com.google.common.base.Preconditions.checkArgument; 19 import static com.google.common.base.Preconditions.checkState; 31 import com.google.common.base.Joiner; 32 import com.google.common.base.Splitter;
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 338 pub fn strtol(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_long; in strtol() 339 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() 340 pub fn strtoul(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulong; in strtoul() 341 pub fn strtoull(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_ulonglong; in strtoull()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | graphics_robust_access_pass.cpp | 120 // by the type of the base pointer. The length of a runtime array is 689 // to exactly the right base pointer, or to an access chain instruction in MakeRuntimeArrayLengthInst() 709 : current_access_chain->NumInOperands() - 1 /* skip the base */; in MakeRuntimeArrayLengthInst() 710 Instruction* base = in MakeRuntimeArrayLengthInst() local 713 // The base pointer points to the structure. in MakeRuntimeArrayLengthInst() 714 pointer_to_containing_struct = base; in MakeRuntimeArrayLengthInst() 720 current_access_chain = base; in MakeRuntimeArrayLengthInst() 725 // We'll use the base pointer and the indices up to but not including in MakeRuntimeArrayLengthInst() 728 // Use the base pointer in MakeRuntimeArrayLengthInst() 737 // the base an in MakeRuntimeArrayLengthInst() [all...] |
H A D | instruction.cpp | 235 uint32_t base = GetSingleWordInOperand(kLoadBaseIndex); in GetBaseAddress() local 236 Instruction* base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() 246 // All of these instructions have the base pointer use a base pointer in GetBaseAddress() 248 base = base_inst->GetSingleWordInOperand(0); in GetBaseAddress() 249 base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() 636 // With variable pointers, there are more valid base pointer objects. in IsValidBasePointer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | graphics_robust_access_pass.cpp | 120 // by the type of the base pointer. The length of a runtime array is 689 // to exactly the right base pointer, or to an access chain instruction in MakeRuntimeArrayLengthInst() 709 : current_access_chain->NumInOperands() - 1 /* skip the base */; in MakeRuntimeArrayLengthInst() 710 Instruction* base = in MakeRuntimeArrayLengthInst() local 713 // The base pointer points to the structure. in MakeRuntimeArrayLengthInst() 714 pointer_to_containing_struct = base; in MakeRuntimeArrayLengthInst() 720 current_access_chain = base; in MakeRuntimeArrayLengthInst() 725 // We'll use the base pointer and the indices up to but not including in MakeRuntimeArrayLengthInst() 728 // Use the base pointer in MakeRuntimeArrayLengthInst() 737 // the base an in MakeRuntimeArrayLengthInst() [all...] |
H A D | instruction.cpp | 235 uint32_t base = GetSingleWordInOperand(kLoadBaseIndex); in GetBaseAddress() local 236 Instruction* base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() 246 // All of these instructions have the base pointer use a base pointer in GetBaseAddress() 248 base = base_inst->GetSingleWordInOperand(0); in GetBaseAddress() 249 base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() 636 // With variable pointers, there are more valid base pointer objects. in IsValidBasePointer()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLPipelineStageCodeGenerator.cpp | 529 this->writeExpression(*expr.base(), Precedence::kPostfix); in writeIndexExpression() 537 this->writeExpression(*f.base(), Precedence::kPostfix); in writeFieldAccess() 540 const Type& baseType = f.base()->type(); in writeFieldAccess() 545 this->writeExpression(*swizzle.base(), Precedence::kPostfix); in writeSwizzle()
|
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.cc | 900 const Instruction* base = this; in GetImmPCOffsetTarget() local 906 base = AlignDown(base, kPageSize); in GetImmPCOffsetTarget() 917 return base + offset; in GetImmPCOffsetTarget()
|