HomeSort by relevance Sort by last modified time
    Searched refs:old (Results 451 - 475 of 1113) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 68 * The old thing pointed to, if any, will be unreferenced.
192 struct pipe_stream_output_target *old = *ptr; local
196 old->context->stream_output_target_destroy(old->context, old);
355 /* Match old screen->buffer_flush_mapped_range() behaviour, where
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simdlib_128_avx512.inl 267 // for each element: (mask & (1 << 31)) ? (i32gather_ps<ScaleT>(p, idx), mask = 0) : old
269 static SIMDINLINE Float SIMDCALL mask_i32gather_ps(Float old, float const* p, Integer idx, Float mask)
275 __conv(old),
simdlib_256_avx512.inl 268 // for each element: (mask & (1 << 31)) ? (i32gather_ps<ScaleT>(p, idx), mask = 0) : old
270 static SIMDINLINE Float SIMDCALL mask_i32gather_ps(Float old, float const* p, Integer idx, Float mask)
276 __conv(old),
  /external/mesa3d/src/util/
ralloc.h 521 void *linear_realloc(void *parent, void *old, unsigned new_size);
  /external/python/cpython3/Objects/clinic/
unicodeobject.c.h 577 "replace($self, old, new, count=-1, /)\n"
580 "Return a copy with all occurrences of substring old replaced by new.\n"
593 unicode_replace_impl(PyObject *self, PyObject *old, PyObject *new,
600 PyObject *old; local
605 &old, &new, &count)) {
608 return_value = unicode_replace_impl(self, old, new, count);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowLooperTest.java 207 Scheduler old = sLooper.getScheduler(); local
209 assertThat(old).isNotSameAs(sLooper.getScheduler());
301 Scheduler old = sLooper.getScheduler(); local
303 assertThat(sLooper.getScheduler()).isNotSameAs(old);
  /external/selinux/libsepol/cil/test/unit/
CuTest.h 35 char* CuStrCopy(const char* old);
  /external/skia/tools/
jsondiff.py 13 and generates an old-vs-new diff dictionary.
149 new_entry['old'] = old_dict.get(key)
156 old = expectations within oldfile
168 old = expectations within oldjson
185 'old',
187 'the "old" side of the diff. This can be a filepath on ' +
193 'ACTUAL results from the "old" JSON file. This can be a ' +
197 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
  /external/skqp/tools/
jsondiff.py 13 and generates an old-vs-new diff dictionary.
149 new_entry['old'] = old_dict.get(key)
156 old = expectations within oldfile
168 old = expectations within oldjson
185 'old',
187 'the "old" side of the diff. This can be a filepath on ' +
193 'ACTUAL results from the "old" JSON file. This can be a ' +
197 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
  /external/toybox/lib/
lib.h 211 long long nanodiff(struct timespec *old, struct timespec *new);
303 int set_terminal(int fd, int raw, int speed, struct termios *old);
304 void xset_terminal(int fd, int raw, int speed, struct termios *old);
338 void comma_collate(char **old, char *new);
  /external/u-boot/drivers/sound/
wm8994.c 137 unsigned short old, new; local
139 if (wm8994_i2c_read(reg, &old) != 0)
141 new = (old & ~mask) | (value & mask);
142 change = (old != new) ? 1 : 0;
  /external/u-boot/include/linux/
compiler-gcc.h 69 * or if gcc is too old:
128 # error Sorry, your compiler is too old - please upgrade it.
  /external/v8/src/compiler/
simd-scalar-lowering.h 65 void ReplaceNode(Node* old, Node** new_nodes, int count);
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
symbols.c 347 UseNewKeyField(enum key_field field, enum key_field old, enum key_field new,
350 if (!(old & field))
456 ModMapEntry *old; local
459 darray_foreach(old, info->modmaps) {
462 if ((new->haveSymbol != old->haveSymbol) ||
463 (new->haveSymbol && new->u.keySym != old->u.keySym) ||
464 (!new->haveSymbol && new->u.keyName != old->u.keyName))
467 if (new->modifier == old->modifier)
470 use = (clobber ? new->modifier : old->modifier);
471 ignore = (clobber ? old->modifier : new->modifier)
    [all...]
  /external/ppp/pppd/
ipcp.c 217 "Disable old-style IP-Addresses usage", OPT_A2CLR,
285 #define CILEN_ADDRS 10 /* old-style dual address option */
732 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0)
738 * First see if we want to change our options to the old
739 * forms because we have received old forms from the peer.
745 /* use the old style only if the peer did */
791 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
793 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
798 if (!old) { \
    [all...]
  /development/tools/repo_diff/service/repodiff/repositories/
project_test.go 57 assert.True(t, timestamp > oldTimestamp, "Insert timestamp should be greater than old")
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
sysctl.h 488 int kernel_sysctl(struct proc *p, int *name, u_int namelen, void *old,
492 int userland_sysctl(struct proc *p, int *name, u_int namelen, void *old,
  /external/antlr/runtime/ObjC/Framework/examples/polydiff/
PolyParser.m 319 root_0 = (CommonTree *)[treeAdaptor becomeRoot:char_literal2_tree old:root_0];
503 old:root_1];
565 old:root_1];
716 root_0 = (CommonTree *)[treeAdaptor becomeRoot:char_literal12_tree old:root_0];
  /external/autotest/client/site_tests/cellular_GobiRecoverFromDesync/
cellular_GobiRecoverFromDesync.py 93 def NameOwnerChanged(self, name, old, new):
98 elif not old:
  /external/autotest/server/site_tests/enterprise_CFM_LogitechMeetupUpdater/
enterprise_CFM_LogitechMeetupUpdater.py 103 logging.debug('Meetup device has old firmware after test'
376 """Flash old (test) version of firmware on the device."""
378 # Flash old FW to device.
386 f.write('{}Log info for writing old firmware{}'
390 raise error.TestFail('Flashing old firmware failed')
395 # Copy old FW to device.
  /external/boringssl/src/crypto/stack/
stack.c 394 stack_cmp_func old = sk->comp; local
401 return old;
  /external/cldr/tools/java/org/unicode/cldr/tool/
DiffCldr.java 198 String old = data.get(ph, locale); local
199 if (old != null) {
  /external/deqp-deps/SPIRV-Tools/source/opt/
iterator.h 210 FilterIterator old = *this; local
212 return old;
  /external/elfutils/libdwelf/
dwelf_strtab.c 140 void *old = mb; local
142 free (old);
  /external/elfutils/libdwfl/
segment.c 83 Dwfl_Module **old = dwfl->lookup_module; local
88 free (old);

Completed in 1700 milliseconds

<<11121314151617181920>>