Searched refs:newValue (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | Endian.h | 92 void operator=(value_type newValue) { 94 (void*)Value.buffer, newValue); 97 packed_endian_specific_integral &operator+=(value_type newValue) { 98 *this = *this + newValue; 102 packed_endian_specific_integral &operator-=(value_type newValue) { 103 *this = *this - newValue; 107 packed_endian_specific_integral &operator|=(value_type newValue) { 108 *this = *this | newValue; 112 packed_endian_specific_integral &operator&=(value_type newValue) { 113 *this = *this & newValue;
|
| /NextBSD/contrib/ntp/sntp/unity/ |
| HD | unity_fixture_internals.h | 35 void UnityPointer_Set(void ** ptr, void * newValue);
|
| HD | unity_fixture.c | 292 void UnityPointer_Set(void ** pointer, void * newValue) in UnityPointer_Set() argument 299 *pointer = newValue; in UnityPointer_Set()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGObjC.cpp | 2097 llvm::Value *newValue, in EmitARCStoreStrong() argument 2108 return EmitARCStoreStrongCall(dst.getAddress(), newValue, ignored); in EmitARCStoreStrong() 2114 newValue = EmitARCRetain(type, newValue); in EmitARCStoreStrong() 2121 EmitStoreOfScalar(newValue, dst); in EmitARCStoreStrong() 2126 return newValue; in EmitARCStoreStrong()
|
| /NextBSD/contrib/libxo/xohtml/external/ |
| HD | jquery.qtip.js | 1633 QTIP = $.fn.qtip = function(options, notation, newValue) 1659 if(newValue !== undefined || $.isPlainObject(notation)) { 1660 api.set(notation, newValue);
|