Searched refs:newValue (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/common/
H A DOptionDictionary.cpp85 OptionValue newValue; local
102 newValue.m_isLocked = it->second.m_isLocked;
106 newValue.m_value = value;
107 m_options[name] = newValue;
/netbsd-current/external/bsd/ntp/dist/sntp/unity/
H A Dunity_fixture_internals.h37 void UnityPointer_Set(void ** ptr, void * newValue);
H A Dunity_fixture.c290 void UnityPointer_Set(void ** pointer, void * newValue) argument
297 *pointer = newValue;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DStringBuilder.cc68 char *newValue = (char *) malloc (newCapacity); local
70 memcpy (newValue, value, count);
71 memset (newValue + count, 0, maxCapacity - count);
73 value = newValue;
81 char *newValue = (char *) malloc (count); local
83 memcpy (newValue, value, count);
85 value = newValue;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DEndian.h220 void operator=(value_type newValue) {
222 (void*)Value.buffer, newValue);
225 packed_endian_specific_integral &operator+=(value_type newValue) {
226 *this = *this + newValue;
230 packed_endian_specific_integral &operator-=(value_type newValue) {
231 *this = *this - newValue;
235 packed_endian_specific_integral &operator|=(value_type newValue) {
236 *this = *this | newValue;
240 packed_endian_specific_integral &operator&=(value_type newValue) {
241 *this = *this & newValue;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Divars.c109 object_setInstanceVariable (id object, const char *name, void *newValue) argument
121 *((id *)location) = (id)newValue;
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Divars.c109 object_setInstanceVariable (id object, const char *name, void *newValue) argument
121 *((id *)location) = (id)newValue;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dregistry.d1233 wchar[] newValue = new wchar[cchRequired];
1236 ExpandEnvironmentStringsW(srcTmp, newValue.ptr, to!DWORD(newValue.length)),
1239 return newValue[0 .. count-1].to!string; // remove trailing 0
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dregistry.d1232 wchar[] newValue = new wchar[cchRequired];
1235 ExpandEnvironmentStringsW(srcTmp, newValue.ptr, to!DWORD(newValue.length)),
1238 return newValue[0 .. count-1].to!string; // remove trailing 0
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc/
H A Druntime.h297 in 'newValue' (which really is an 'id', not a 'void *'). The
302 objc_EXPORT Ivar object_setInstanceVariable (id object, const char *name, void *newValue);
/netbsd-current/external/gpl3/gcc/dist/libobjc/objc/
H A Druntime.h297 in 'newValue' (which really is an 'id', not a 'void *'). The
302 objc_EXPORT Ivar object_setInstanceVariable (id object, const char *name, void *newValue);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Darray.d1822 auto newValue = mixin("oldValue "~op~" value");
1824 if (newValue != oldValue)
1826 if (newValue) data.ptr[div] |= (cast(size_t) 1 << rem);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp2467 llvm::Value *newValue,
2478 return EmitARCStoreStrongCall(dst.getAddress(*this), newValue, ignored);
2484 newValue = EmitARCRetain(type, newValue);
2491 EmitStoreOfScalar(newValue, dst);
2496 return newValue;
2466 EmitARCStoreStrong(LValue dst, llvm::Value *newValue, bool ignored) argument
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Darray.d2092 auto newValue = mixin("oldValue "~op~" value");
2094 if (newValue != oldValue)
2096 if (newValue) data.ptr[div] |= (cast(size_t) 1 << rem);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d2702 @property void front(int newValue)
2704 element = newValue;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d4206 @property void front(int newValue)
4208 element = newValue;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c23845 sqlite3StatValueType newValue; local
[all...]

Completed in 651 milliseconds