HomeSort by relevance Sort by last modified time
    Searched refs:const_max (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_mips.c 39 int32_t const_max = 0x7fffffff; local
70 "and %[r1], %[r1], %[const_max] \n\t"
100 : [const_max] "r" (const_max), [const_neg43] "r" (const_neg43),
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 645 LLVMValueRef const_max; local
646 const_max = lp_build_const_int_vec(gallivm, src_type, 255);
647 tmp[j] = lp_build_min(&bld, src[j], const_max);
738 LLVMValueRef const_max; local
739 const_max = lp_build_const_int_vec(gallivm, src_type, 255);
740 a = lp_build_min(&bld, a, const_max);
    [all...]

Completed in 677 milliseconds