Home
last modified time | relevance | path

Searched refs:newByte (Results 76 – 100 of 109) sorted by relevance

12345

/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/utils/adt/
H A Dvarlena.c2940 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
2961 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
2983 newByte; in byteaSetBit() local
3019 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3021 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3023 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/utils/adt/
H A Dvarlena.c2940 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
2961 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
2983 newByte; in byteaSetBit() local
3019 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3021 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3023 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A Dmodule.cpp1113 UInt8 newByte = (*pBitmapByte) | bitMask; in UnsynchronizedHijackLoop() local
1114 *((UInt8 *)pBitmapByte) = newByte; in UnsynchronizedHijackLoop()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/adt/
H A Dvarlena.c3495 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3509 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3530 newByte; in byteaSetBit() local
3560 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3562 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3564 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/utils/adt/
H A Dvarlena.c3495 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3509 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3530 newByte; in byteaSetBit() local
3560 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3562 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3564 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/utils/adt/
H A Dvarlena.c3495 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3509 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3530 newByte; in byteaSetBit() local
3560 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3562 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3564 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/utils/adt/
H A Dvarlena.c3495 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3509 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3530 newByte; in byteaSetBit() local
3560 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3562 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3564 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/utils/adt/
H A Dvarlena.c3495 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3509 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3530 newByte; in byteaSetBit() local
3560 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3562 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3564 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Dvarlena.c3495 int32 newByte = PG_GETARG_INT32(2);
3509 ((unsigned char *) VARDATA(res))[n] = newByte;
3530 newByte;
3560 newByte = oldByte & (~(1 << bitNo));
3562 newByte = oldByte | (1 << bitNo);
3564 ((unsigned char *) VARDATA(res))[byteNo] = newByte;
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/utils/adt/
H A Dvarlena.c3495 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3509 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3530 newByte; in byteaSetBit() local
3560 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3562 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3564 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/adt/
H A Dvarlena.c3527 int32 newByte = PG_GETARG_INT32(2);
3541 ((unsigned char *) VARDATA(res))[n] = newByte;
3562 newByte;
3592 newByte = oldByte & (~(1 << bitNo));
3594 newByte = oldByte | (1 << bitNo);
3596 ((unsigned char *) VARDATA(res))[byteNo] = newByte;
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/adt/
H A Dvarlena.c3527 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3541 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3562 newByte; in byteaSetBit() local
3592 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3594 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3596 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/adt/
H A Dvarlena.c3527 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3541 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3562 newByte; in byteaSetBit() local
3592 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3594 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3596 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/adt/
H A Dvarlena.c3527 int32 newByte = PG_GETARG_INT32(2);
3541 ((unsigned char *) VARDATA(res))[n] = newByte;
3562 newByte;
3592 newByte = oldByte & (~(1 << bitNo));
3594 newByte = oldByte | (1 << bitNo);
3596 ((unsigned char *) VARDATA(res))[byteNo] = newByte;
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/utils/adt/
H A Dvarlena.c3527 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3541 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3562 newByte; in byteaSetBit() local
3592 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3594 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3596 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/utils/adt/
H A Dvarlena.c3527 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3541 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3562 newByte; in byteaSetBit() local
3592 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3594 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3596 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/utils/adt/
H A Dvarlena.c3527 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3541 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3562 newByte; in byteaSetBit() local
3592 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3594 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3596 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/lang/polyml/polyml-5.8.2/basis/
H A DBoolArray.sml371 val newByte = value
375 RunCall.storeByte(v, byteOffsetW, newByte)
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Dvarlena.c3569 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3583 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3604 newByte; in byteaSetBit() local
3634 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3636 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3638 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/adt/
H A Dvarlena.c3569 int32 newByte = PG_GETARG_INT32(2);
3583 ((unsigned char *) VARDATA(res))[n] = newByte;
3604 newByte;
3634 newByte = oldByte & (~(1 << bitNo));
3636 newByte = oldByte | (1 << bitNo);
3638 ((unsigned char *) VARDATA(res))[byteNo] = newByte;
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/adt/
H A Dvarlena.c3569 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3583 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3604 newByte; in byteaSetBit() local
3634 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3636 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3638 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/adt/
H A Dvarlena.c3569 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3583 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3604 newByte; in byteaSetBit() local
3634 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3636 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3638 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Dvarlena.c3569 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3583 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3604 newByte; in byteaSetBit() local
3634 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3636 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3638 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/adt/
H A Dvarlena.c3569 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3583 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3604 newByte; in byteaSetBit() local
3634 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3636 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3638 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/adt/
H A Dvarlena.c3569 int32 newByte = PG_GETARG_INT32(2); in byteaSetByte() local
3583 ((unsigned char *) VARDATA(res))[n] = newByte; in byteaSetByte()
3604 newByte; in byteaSetBit() local
3634 newByte = oldByte & (~(1 << bitNo)); in byteaSetBit()
3636 newByte = oldByte | (1 << bitNo); in byteaSetBit()
3638 ((unsigned char *) VARDATA(res))[byteNo] = newByte; in byteaSetBit()

12345