Home
last modified time | relevance | path

Searched defs:b_val (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/src/trace_processor/db/
Dcolumn.cc458 auto b_val = nv.Get(b_idx); in StableSortNumeric() local
464 auto b_val = nv.GetNonNull(b_idx); in StableSortNumeric() local
/external/grpc-grpc/third_party/address_sorting/
Daddress_sorting.c77 int b_val = b[cur_bit / CHAR_BIT] & (high_bit >> (cur_bit % CHAR_BIT)); in ipv6_prefix_match_length() local
/external/rust/crates/grpcio-sys/grpc/third_party/address_sorting/
Daddress_sorting.c77 int b_val = b[cur_bit / CHAR_BIT] & (high_bit >> (cur_bit % CHAR_BIT)); in ipv6_prefix_match_length() local
/external/libchrome/mojo/public/cpp/bindings/tests/
Dcallback_helpers_unittest.cc29 void SetIntegers(int* a_var, int* b_var, int a_val, int b_val) { in SetIntegers()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_op_test.cc191 const float b_val = *const_tensor.scalar<float>().data(); in ExecuteGraph() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c573 uint64_t * const *b_val = b; in compare_time() local
/external/crcalc/src/com/hp/creals/
DCR.java1578 ArrayList<BigInteger> b_val = new ArrayList<BigInteger>(); field in gl_pi_CR