HomeSort by relevance Sort by last modified time
    Searched refs:lg (Results 76 - 100 of 127) sorted by null

1 2 34 5 6

  /external/jemalloc_new/include/jemalloc/internal/
size_classes.sh 34 lg() { function
45 lg ${y}; lg_floor=${lg_result}
114 lg ${ndelta}; lg_ndelta=${lg_result}; pow2 ${lg_ndelta}
287 * LG_SIZE_CLASS_GROUP: Lg of size class count for each size doubling.
288 * LG_TINY_MIN: Lg of minimum size class to support.
292 * lg_grp: Lg group base size (no deltas added).
293 * lg_delta: Lg delta to previous size class.
306 * LG_TINY_MAXCLASS: Lg of maximum tiny size class.
309 * LG_LARGE_MINCLASS: Lg of minimum large size class.
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Filt_6k_7k_opt.s 20 @ Word16 lg, /* input: length of input */
25 @ r1 --- lg
39 MOV r4, r1 @ copy lg address
175 ADD r0, r13, #160 @x + lg
Syn_filt_32_opt.s 24 @ Word16 lg /* (i) : size of filtering */
34 @ lg --- r6
residu_asm_opt.s 21 @ Word16 lg /* (i) : size of filtering */
26 @lg --- r3
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Filt_6k_7k_neon.s 20 @ Word16 lg, /* input: length of input */
25 @ r1 --- lg
59 @for (i = lg - 1@ i >= 0@ i--)
209 ADD r0, r13, #160 @x + lg
Dot_p_neon.s 21 @ Word16 lg, /* (i) : vector length */
27 @ lg --- r2
Syn_filt_32_neon.s 25 @ Word16 lg /* (i) : size of filtering */
34 @ lg --- r6
scale_sig_neon.s 20 @ Word16 lg, /* (i) : size of x[] */
25 @ lg --- r1
syn_filt_neon.s 28 @ m --- 16 lg --- 80 update --- 1
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin_closure.S 227 lg r3,0(r5)
233 lg r0,SF_RETURN(r1) // Restore return address.
ppc64-darwin_closure.S 247 lg r3,0(r5)
300 lg r1,0(r1) // Restore stack pointer.
303 lg r0,SF_RETURN(r1) // Get return address.
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin_closure.S 227 lg r3,0(r5)
233 lg r0,SF_RETURN(r1) // Restore return address.
ppc64-darwin_closure.S 247 lg r3,0(r5)
300 lg r1,0(r1) // Restore stack pointer.
303 lg r0,SF_RETURN(r1) // Get return address.
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.cpp 427 int16 lg, /* (i) : vector length */
439 for (i = lg >> 3; i != 0; i--)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltable.c 230 int lg; local
231 int ttlg; /* 2^lg */
234 for (lg=0, ttlg=1; lg<=MAXBITS; lg++, ttlg*=2) { /* for each slice */
242 /* count elements in range (2^(lg-1), 2^lg] */
247 nums[lg] += lc;
  /external/lua/src/
ltable.c 260 int lg; local
261 unsigned int ttlg; /* 2^lg */
265 for (lg = 0, ttlg = 1; lg <= MAXABITS; lg++, ttlg *= 2) {
273 /* count elements in range (2^(lg - 1), 2^lg] */
278 nums[lg] += lc;
  /external/jemalloc/include/jemalloc/internal/
size_classes.sh 34 lg() { function
66 lg ${ndelta}; lg_ndelta=${lg_result}; pow2 ${lg_ndelta}
232 * LG_SIZE_CLASS_GROUP: Lg of size class count for each size doubling.
236 * lg_grp: Lg group base size (no deltas added).
237 * lg_delta: Lg delta to previous size class.
248 * LG_TINY_MAXCLASS: Lg of maximum tiny size class.
251 * LG_LARGE_MINCLASS: Lg of minimum large size class.
  /external/clang/www/demo/
index.cgi 440 my ( $ip, $host, $lg, $lines );
442 $lg = $c->param('language');
446 "--- Query: ---\nFrom: ($ip) $host\nInput: $lines lines of $lg\n"
  /external/aac/libArithCoding/src/
ac_arith_coder.cpp 740 int lg, int lg_max,
744 /* Check lg and lg_max consistency. */
745 if (lg_max < lg) {
772 if (lg > 0) {
774 decode2(hBs, pArcoData->c_prev + 2, mdctSpectrum, lg >> 1, lg_max >> 1);
  /external/tensorflow/tensorflow/core/grappler/optimizers/
scoped_allocator_optimizer.cc     [all...]
  /external/aac/libAACdec/src/
block.cpp 906 int arith_reset_flag, lg, numWin, win, winLen; local
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h     [all...]
  /frameworks/av/media/mtp/
MtpServer.cpp 136 std::lock_guard<std::mutex> lg(mMutex);
143 std::lock_guard<std::mutex> lg(mMutex);
327 std::lock_guard<std::mutex> lg(mMutex);
    [all...]

Completed in 734 milliseconds

1 2 34 5 6