HomeSort by relevance Sort by last modified time
    Searched refs:sf (Results 276 - 300 of 875) sorted by null

<<11121314151617181920>>

  /external/dhcpcd-6.8.2/
dhcpcd-run-hooks.in 155 ln -sf "$1" "$2"
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 151 step_param = cpi->sf.first_step + (cpi->Speed > 5);
153 step_param = cpi->sf.first_step + 2;
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 30 MV_SPEED_FEATURES *const mv_sf = &cpi->sf.mv;
48 cpi->sf.mv.search_method, x->errorperbit,
  /external/llvm/test/MC/Mips/mips1/
invalid-mips5-wrong-error.s 23 c.sf.ps $fcc6,$f4,$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
  /external/llvm/test/MC/Mips/mips2/
invalid-mips5-wrong-error.s 23 c.sf.ps $fcc6,$f4,$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
  /external/llvm/test/MC/Mips/mips3/
invalid-mips5-wrong-error.s 23 c.sf.ps $fcc6,$f4,$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
  /external/llvm/test/MC/Mips/mips4/
invalid-mips5-wrong-error.s 23 c.sf.ps $fcc6,$f4,$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips5-wrong-error.s 26 c.sf.ps $fcc6,$f4,$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
  /external/python/cpython2/Lib/test/
test_bigmem.py 463 sf = '%s' % (s,)
464 self.assertTrue(s == sf)
465 del sf
466 sf = '..%s..' % (s,)
467 self.assertEqual(len(sf), len(s) + 4)
468 self.assertTrue(sf.startswith('..-'))
469 self.assertTrue(sf.endswith('-..'))
470 del s, sf
    [all...]
  /external/selinux/libselinux/src/
Makefile 148 ln -sf $@ $(TARGET)
186 ln -sf --relative $(SHLIBDIR)/$(LIBSO) $(LIBDIR)/$(TARGET)
  /external/svox/pico/lib/
picoos.h 392 the encoding 'enc' of the file, sampling rate 'sf',
407 from the file header and returned in 'sf' and 'enc'. For
408 headerless files, 'sf' and 'enc' are taken from the
413 extern picoos_bool picoos_sdfOpenIn (picoos_Common g, picoos_SDFile * sdFile, picoos_char fileName[], picoos_uint32 * sf, picoos_encoding_t * enc, picoos_uint32 * nrSamples);
424 extern picoos_bool picoos_sdfOpenOut (picoos_Common g, picoos_SDFile * sdFile, picoos_char fileName[], int sf, picoos_encoding_t enc);
  /frameworks/compile/libbcc/lib/
Compiler.cpp 381 const char *sf[] = { local
393 const char **special_functions = sf;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bigmem.py 471 sf = '%s' % (s,)
472 self.assertTrue(s == sf)
473 del sf
474 sf = '..%s..' % (s,)
475 self.assertEqual(len(sf), len(s) + 4)
476 self.assertTrue(sf.startswith('..-'))
477 self.assertTrue(sf.endswith('-..'))
478 del s, sf
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bigmem.py 471 sf = '%s' % (s,)
472 self.assertTrue(s == sf)
473 del sf
474 sf = '..%s..' % (s,)
475 self.assertEqual(len(sf), len(s) + 4)
476 self.assertTrue(sf.startswith('..-'))
477 self.assertTrue(sf.endswith('-..'))
478 del s, sf
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 471 sf = '%s' % (s,)
472 self.assertTrue(s == sf)
473 del sf
474 sf = '..%s..' % (s,)
475 self.assertEqual(len(sf), len(s) + 4)
476 self.assertTrue(sf.startswith('..-'))
477 self.assertTrue(sf.endswith('-..'))
478 del s, sf
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 471 sf = '%s' % (s,)
472 self.assertTrue(s == sf)
473 del sf
474 sf = '..%s..' % (s,)
475 self.assertEqual(len(sf), len(s) + 4)
476 self.assertTrue(sf.startswith('..-'))
477 self.assertTrue(sf.endswith('-..'))
478 del s, sf
    [all...]
  /system/core/healthd/
Android.mk 154 && ln -sf /sbin/charger $(TARGET_ROOT_OUT)/charger
  /external/autotest/site_utils/
setup_dev_autotest.sh 247 sudo ln -sf "${AT_DIR}"/apache/apache-conf \
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTest.java 828 SimpleFactory sf = new SimpleFactory(obj, "object"); local
830 sf = new SimpleFactory(null, null);
839 logln(sf.getDisplayName("object", null));
843 service.registerFactory(sf);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTest.java 827 SimpleFactory sf = new SimpleFactory(obj, "object"); local
829 sf = new SimpleFactory(null, null);
838 logln(sf.getDisplayName("object", null));
842 service.registerFactory(sf);
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 142 struct scale_factors sf; member in struct:RefBuffer
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_nvc0.cpp 317 DataFile sf = ld->src(0).getFile();
320 if (sf == FILE_IMMEDIATE && ld->getSrc(0)->reg.data.u64 == 0)
327 if (!(opInfo[i->op].srcFiles[s] & (1 << (int)sf)))
350 if (sf == FILE_IMMEDIATE) {
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir_live_variables.c 213 if (inst->sf)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_urb.c 42 #define SF 3
60 * The SF unit preallocates a PUE at the start of thread dispatch, and only
63 * For CLIP, the SF unit will hold the previous primitive while the
84 * XXX: Verify SF min_entry_size.
95 { 1, 8, 1, 12 }, /* sf */
119 GLuint sfsize = brw->sf.prog_data->urb_entry_size;
127 if (sfsize < limits[SF].min_entry_size)
128 sfsize = limits[SF].min_entry_size;
145 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries;
158 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries
    [all...]
gen6_sf_state.c 51 * urb_entry_read_offset is the offset into the VUE at which the SF unit is
53 * nonzero value to prevent the SF unit from wasting time reading elements of
129 * represents a back-facing color, then we need to instruct the SF unit to
138 /* Update max_source_attr. If swizzling, the SF will read this slot + 1. */
174 * the full vertex header. Otherwise, we can program the SF to start
292 if (brw->sf.viewport_transform_enable)

Completed in 1173 milliseconds

<<11121314151617181920>>