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

/freebsd-13-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture_internals.h35 void UnityPointer_Set(void ** ptr, void * newValue);
H A Dunity_fixture.c288 void UnityPointer_Set(void ** pointer, void * newValue) argument
295 *pointer = newValue;
/freebsd-13-stable/contrib/llvm-project/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...]
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp108 int64_t newValue, PrologInfo &initialState) {
111 savedRegisters[reg].value = newValue;
118 void setRegisterValue(uint64_t reg, int64_t newValue, argument
121 savedRegisters[reg].value = newValue;
107 setRegister(uint64_t reg, RegisterSavedWhere newLocation, int64_t newValue, PrologInfo &initialState) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2350 llvm::Value *newValue,
2361 return EmitARCStoreStrongCall(dst.getAddress(*this), newValue, ignored);
2367 newValue = EmitARCRetain(type, newValue);
2374 EmitStoreOfScalar(newValue, dst);
2379 return newValue;
2349 EmitARCStoreStrong(LValue dst, llvm::Value *newValue, bool ignored) argument
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1633 QTIP = $.fn.qtip = function(options, notation, newValue)
1659 if(newValue !== undefined || $.isPlainObject(notation)) {
1660 api.set(notation, newValue);
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c21711 sqlite3StatValueType newValue; local
21714 newValue = (sqlite3StatValueType)X;
21722 if( newValue>wsdStat.mxValue[op] ){
21723 wsdStat.mxValue[op] = newValue;
[all...]

Completed in 390 milliseconds