HomeSort by relevance Sort by last modified time
    Searched refs:max_s (Results 1 - 25 of 34) sorted by null

1 2

  /external/webp/src/utils/
quant_levels_utils.c 32 int min_s = 255, max_s = 0; local
56 if (max_s < data[n]) max_s = data[n];
65 inv_q_level[i] = min_s + (double)(max_s - min_s) * i / (num_levels - 1);
70 q_level[max_s] = num_levels - 1;
72 assert(inv_q_level[num_levels - 1] == max_s);
81 for (s = min_s; s <= max_s; ++s) {
106 for (s = min_s; s <= max_s; ++s) {
125 for (s = min_s; s <= max_s; ++s) {
  /external/linux-kselftest/tools/testing/selftests/zram/
zram_lib.sh 96 for max_s in $zram_max_streams; do
98 echo $max_s > $sys_path || \
99 echo "FAIL failed to set '$max_s' to $sys_path"
103 [ "$max_s" -ne "$max_streams" ] && \
104 echo "FAIL can't set max_streams '$max_s', get $max_stream"
  /external/ltp/testcases/kernel/device-drivers/zram/
zram_lib.sh 74 for max_s in $zram_max_streams; do
76 echo $max_s > $sys_path || \
77 tst_brkm TFAIL "failed to set '$max_s' to $sys_path"
80 [ "$max_s" -ne "$max_streams" ] && \
81 tst_brkm TFAIL "can't set max_streams '$max_s', get $max_stream"
  /external/syslinux/memdisk/
setup.c 435 int h, s, max_h, max_s; local
438 max_s = hd_geometry.s;
440 if (!(max_h | max_s)) {
464 max_s = fs->bpb_secpertrk;
469 if (!(max_h | max_s)) {
519 max_s = s;
546 if (max_s < s)
547 max_s = s;
556 if (max_s < s) {
557 max_s = s
    [all...]
  /external/compiler-rt/lib/msan/
msan.cc 220 void GetStackTrace(BufferedStackTrace *stack, uptr max_s, uptr pc, uptr bp,
226 return stack->Unwind(max_s, pc, bp, nullptr, 0, 0, request_fast_unwind);
228 stack->Unwind(max_s, pc, bp, nullptr, t->stack_top(), t->stack_bottom(),
msan.h 252 void GetStackTrace(BufferedStackTrace *stack, uptr max_s, uptr pc, uptr bp,
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 747 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; local
748 if (ValueData.size() > max_s)
749 ValueData.resize(max_s);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 809 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; local
810 if (ValueData.size() > max_s)
811 ValueData.resize(max_s);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 809 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; local
810 if (ValueData.size() > max_s)
811 ValueData.resize(max_s);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 809 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; local
810 if (ValueData.size() > max_s)
811 ValueData.resize(max_s);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 809 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; local
810 if (ValueData.size() > max_s)
811 ValueData.resize(max_s);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 809 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; local
810 if (ValueData.size() > max_s)
811 ValueData.resize(max_s);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 809 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; local
810 if (ValueData.size() > max_s)
811 ValueData.resize(max_s);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 809 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; local
810 if (ValueData.size() > max_s)
811 ValueData.resize(max_s);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 809 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; local
810 if (ValueData.size() > max_s)
811 ValueData.resize(max_s);
    [all...]
  /external/llvm/test/MC/Mips/msa/
test_3r.s 149 # CHECK: max_s.b $w10, $w1, $w19 # encoding: [0x79,0x13,0x0a,0x8e]
150 # CHECK: max_s.h $w15, $w29, $w17 # encoding: [0x79,0x31,0xeb,0xce]
151 # CHECK: max_s.w $w15, $w29, $w14 # encoding: [0x79,0x4e,0xeb,0xce]
152 # CHECK: max_s.d $w25, $w24, $w3 # encoding: [0x79,0x63,0xc6,0x4e]
392 max_s.b $w10, $w1, $w19
393 max_s.h $w15, $w29, $w17
394 max_s.w $w15, $w29, $w14
395 max_s.d $w25, $w24, $w3
    [all...]
  /system/bt/btif/include/
btif_hl.h 123 int max_s; member in struct:__anon113323
  /external/vulkan-validation-layers/windowsRuntimeInstaller/
configure_runtime.c 83 inline size_t max_s(size_t a, size_t b) { return a > b ? a : b; } function
666 max_s(strlen(PATH_SYSTEM32), strlen(PATH_SYSWOW64)));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
msa.s 126 max_s.b $w24,$w25,$w26
127 max_s.h $w27,$w28,$w29
128 max_s.w $w30,$w31,$w0
129 max_s.d $w1,$w2,$w3
micromips@msa.d 129 [0-9a-f]+ <[^>]*> 591a ce2a max_s\.b \$w24,\$w25,\$w26
130 [0-9a-f]+ <[^>]*> 593d e6ea max_s\.h \$w27,\$w28,\$w29
131 [0-9a-f]+ <[^>]*> 5940 ffaa max_s\.w \$w30,\$w31,\$w0
132 [0-9a-f]+ <[^>]*> 5963 106a max_s\.d \$w1,\$w2,\$w3
    [all...]
mipsr6@msa.d 129 [0-9a-f]+ <[^>]*> 791ace0e max_s\.b \$w24,\$w25,\$w26
130 [0-9a-f]+ <[^>]*> 793de6ce max_s\.h \$w27,\$w28,\$w29
131 [0-9a-f]+ <[^>]*> 7940ff8e max_s\.w \$w30,\$w31,\$w0
132 [0-9a-f]+ <[^>]*> 7963104e max_s\.d \$w1,\$w2,\$w3
    [all...]
msa.d 128 [0-9a-f]+ <[^>]*> 791ace0e max_s\.b \$w24,\$w25,\$w26
129 [0-9a-f]+ <[^>]*> 793de6ce max_s\.h \$w27,\$w28,\$w29
130 [0-9a-f]+ <[^>]*> 7940ff8e max_s\.w \$w30,\$w31,\$w0
131 [0-9a-f]+ <[^>]*> 7963104e max_s\.d \$w1,\$w2,\$w3
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstrlib.c 740 size_t max_s = luaL_optinteger(L, 4, srcl+1); local
757 while (n < max_s) {
  /external/skia/third_party/lua/src/
lstrlib.c 740 size_t max_s = luaL_optinteger(L, 4, srcl+1); local
757 while (n < max_s) {
  /external/syslinux/com32/lua/src/
lstrlib.c 740 size_t max_s = luaL_optinteger(L, 4, srcl+1); local
757 while (n < max_s) {

Completed in 680 milliseconds

1 2