Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/db/
Dcolumn.cc472 auto b_val = nv.Get(b_idx); in StableSortNumeric() local
478 auto b_val = nv.GetNonNull(b_idx); in StableSortNumeric() local
/external/ComputeLibrary/src/core/CL/kernels/
DCLDepthwiseConvolutionLayerNativeKernel.cpp216 int b_val{}; in configure() local
DCLDepthwiseConvolutionLayer3x3NCHWKernel.cpp320 int b_val{}; in configure() local
DCLDepthwiseConvolutionLayer3x3NHWCKernel.cpp286 int b_val{}; in configure() 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/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