Home
last modified time | relevance | path

Searched defs:lb (Results 1 – 25 of 179) sorted by relevance

12345678

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DAutoConfiguredLoadBalancerFactoryTest.java63 LoadBalancer lb = lbf.newLoadBalancer(new TestHelper()); in newLoadBalancer_isAuto() local
70 AutoConfiguredLoadBalancer lb = in defaultIsPickFirst() local
79 AutoConfiguredLoadBalancer lb = in forwardsCalls() local
130 AutoConfiguredLoadBalancer lb = in handleResolvedAddressGroups_keepOldBalancer() local
164 AutoConfiguredLoadBalancer lb = in handleResolvedAddressGroups_shutsDownOldBalancer() local
304 LoadBalancer lb = in channelTracing_lbPolicyChanged() local
/external/llvm-project/flang/lib/Lower/
DDoLoopHelper.cpp16 mlir::Value lb, mlir::Value ub, mlir::Value step, in createLoop()
31 mlir::Value lb, mlir::Value ub, const BodyGenerator &bodyGenerator) { in createLoop()
/external/llvm-project/llvm/test/MC/RISCV/
Drv32i-valid.s152 lb s3, 4(ra) label
155 lb s3, +4(ra) label
186 lb t0, CONST(t1) label
189 lb s0, (0)(s1) label
192 lb s0, (0xff-99)(s1) label
/external/llvm-project/openmp/runtime/test/worksharing/for/
Dkmp_sch_simd_guided.c55 i64 lb; // Chunk lower bound in run_loop_64() local
207 int lb; // Chunk lower bound in run_loop_32() local
362 i64 st, lb, ub; in run_64() local
382 int chunk, st, lb, ub; in run_32() local
/external/llvm-project/openmp/runtime/src/
Dkmp_dispatch.cpp106 enum sched_type schedule, T lb, T ub, in __kmp_dispatch_init_algorithm()
717 __kmp_dispatch_init_hier_runtime<kmp_int32>(ident_t *loc, kmp_int32 lb, in __kmp_dispatch_init_hier_runtime()
725 __kmp_dispatch_init_hier_runtime<kmp_uint32>(ident_t *loc, kmp_uint32 lb, in __kmp_dispatch_init_hier_runtime()
733 __kmp_dispatch_init_hier_runtime<kmp_int64>(ident_t *loc, kmp_int64 lb, in __kmp_dispatch_init_hier_runtime()
741 __kmp_dispatch_init_hier_runtime<kmp_uint64>(ident_t *loc, kmp_uint64 lb, in __kmp_dispatch_init_hier_runtime()
768 __kmp_dispatch_init(ident_t *loc, int gtid, enum sched_type schedule, T lb, in __kmp_dispatch_init()
2302 enum sched_type schedule, kmp_int32 lb, in __kmpc_dispatch_init_4()
2314 enum sched_type schedule, kmp_uint32 lb, in __kmpc_dispatch_init_4u()
2327 enum sched_type schedule, kmp_int64 lb, in __kmpc_dispatch_init_8()
2340 enum sched_type schedule, kmp_uint64 lb, in __kmpc_dispatch_init_8u()
[all …]
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
Deval.pass.cpp60 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test1() local
123 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test2() local
186 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test3() local
249 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test4() local
312 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test5() local
375 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test6() local
438 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test7() local
501 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test8() local
564 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test9() local
627 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test10() local
[all …]
/external/llvm-project/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
Deval.pass.cpp61 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test1() local
124 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test2() local
187 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test3() local
250 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test4() local
313 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test5() local
376 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test6() local
439 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test7() local
502 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test8() local
565 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test9() local
628 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test10() local
[all …]
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dloop.cu50 INLINE static void ForStaticChunk(int &last, T &lb, T &ub, ST &stride, in ForStaticChunk()
71 INLINE static void ForStaticNoChunk(int &last, T &lb, T &ub, ST &stride, in ForStaticNoChunk()
120 T lb = *plower; in for_static_init() local
204 kmp_sched_t schedule, T lb, T ub, ST st, in dispatch_init()
409 INLINE static int DynamicNextChunk(T &lb, T &ub, T chunkSize, in DynamicNextChunk()
531 int32_t schedule, int32_t lb, int32_t ub, in __kmpc_dispatch_init_4()
539 int32_t schedule, uint32_t lb, uint32_t ub, in __kmpc_dispatch_init_4u()
547 int32_t schedule, int64_t lb, int64_t ub, in __kmpc_dispatch_init_8()
555 int32_t schedule, uint64_t lb, uint64_t ub, in __kmpc_dispatch_init_8u()
/external/python/cpython3/Parser/
Dgrammar1.c20 PyGrammar_LabelRepr(label *lb) in PyGrammar_LabelRepr()
/external/python/cpython2/Parser/
Dgrammar.c113 label *lb; in addlabel() local
167 translabel(grammar *g, label *lb) in translabel()
Dgrammar1.c34 PyGrammar_LabelRepr(label *lb) in PyGrammar_LabelRepr()
/external/llvm-project/clang/test/OpenMP/
Dtarget_enter_data_codegen.cpp57 float lb[arg]; in foo() local
276 float lb[arg]; in foo() local
Dtarget_exit_data_depend_codegen.cpp46 float lb[arg]; in foo() local
Dtarget_update_depend_codegen.cpp46 float lb[arg]; in foo() local
Dtarget_enter_data_depend_codegen.cpp46 float lb[arg]; in foo() local
Dtarget_map_codegen_20.cpp104 T *lb; in foo() local
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dbitncmp.c38 unsigned int lb, rb; in ares__bitncmp() local
/external/llvm-project/clang/test/ASTMerge/asm/Inputs/
Dasm-function.cpp4 unsigned int lb = b; in asmFunc() local
/external/llvm-project/flang/include/flang/Semantics/
Dtype.h168 static ShapeSpec MakeExplicit(Bound &&lb, Bound &&ub) { in MakeExplicit()
180 static ShapeSpec MakeAssumed(Bound &&lb) { in MakeAssumed()
192 static ShapeSpec MakeImplied(Bound &&lb) { in MakeImplied()
211 ShapeSpec(Bound &&lb, Bound &&ub) : lb_{std::move(lb)}, ub_{std::move(ub)} {} in ShapeSpec()
/external/llvm-project/flang/runtime/
Dcharacter.cpp77 SubscriptValue lb[maxRank], ub[maxRank], xAt[maxRank], yAt[maxRank]; in Compare() local
139 SubscriptValue lb[maxRank], ub[maxRank], stringAt[maxRank]; in AdjustLRHelper() local
191 SubscriptValue lb[maxRank], ub[maxRank], stringAt[maxRank]; in LenTrim() local
262 SubscriptValue lb[maxRank], ub[maxRank], xAt[maxRank]; in MaxMinHelper() local
344 SubscriptValue lb[maxRank], ub[maxRank], fromAt[maxRank]; in RTNAME() local
/external/openssh/openbsd-compat/regress/
Dstrtonumtest.c41 test(const char *p, long long lb, long long ub, int ok) in test()
/external/llvm-project/mlir/lib/Dialect/SCF/EDSC/
DBuilders.cpp33 mlir::edsc::loopNestBuilder(Value lb, Value ub, Value step, in loopNestBuilder()
46 Value lb, Value ub, Value step, ValueRange iterArgInitValues, in loopNestBuilder()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/util/
DArrayBuildersTest.java58 LongBuilder lb = builders.getLongBuilder(); in testBuilderAccess() local
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/EDSC/
DBuilders.h23 Value lb(unsigned idx) const { return lbs[idx]; } in lb() function
/external/llvm-project/flang/lib/Evaluate/
Dconstant.cpp34 void ConstantBounds::set_lbounds(ConstantSubscripts &&lb) { in set_lbounds()
49 auto lb{lbounds_[dim]}; in SubscriptsToOffset() local
65 auto lb{lbounds_[k]}; in IncrementSubscripts() local

12345678