Home
last modified time | relevance | path

Searched defs:fieldoffset (Results 1 – 25 of 118) sorted by relevance

12345

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dprogsvm.h232 #define PRVM_EDICTFIELDFLOAT(ed, fieldoffset) (PRVM_EDICTFIELDVALUE(ed, fieldoffset)->_float) argument
233 #define PRVM_EDICTFIELDVECTOR(ed, fieldoffset) (PRVM_EDICTFIELDVALUE(ed, fieldoffset)->vector) argument
234 #define PRVM_EDICTFIELDSTRING(ed, fieldoffset) (PRVM_EDICTFIELDVALUE(ed, fieldoffset)->string) argument
235 #define PRVM_EDICTFIELDEDICT(ed, fieldoffset) (PRVM_EDICTFIELDVALUE(ed, fieldoffset)->edict) argument
238 #define PRVM_GLOBALFIELDFLOAT(fieldoffset) (PRVM_GLOBALFIELDVALUE(fieldoffset)->_float) argument
239 #define PRVM_GLOBALFIELDVECTOR(fieldoffset) (PRVM_GLOBALFIELDVALUE(fieldoffset)->vector) argument
240 #define PRVM_GLOBALFIELDSTRING(fieldoffset) (PRVM_GLOBALFIELDVALUE(fieldoffset)->string) argument
241 #define PRVM_GLOBALFIELDEDICT(fieldoffset) (PRVM_GLOBALFIELDVALUE(fieldoffset)->edict) argument
242 #define PRVM_GLOBALFIELDFUNCTION(fieldoffset) (PRVM_GLOBALFIELDVALUE(fieldoffset)->function) argument
244 #define PRVM_EDICTFIELDVALUE(ed, fieldoffset) ((prvm_eval_t *)(ed->fields.fp + fieldoffset)) argument
[all …]
/dports/games/darkplaces/darkplaces/
H A Dprogsvm.h232 #define PRVM_EDICTFIELDFLOAT(ed, fieldoffset) (PRVM_EDICTFIELDVALUE(ed, fieldoffset)->_float) argument
233 #define PRVM_EDICTFIELDVECTOR(ed, fieldoffset) (PRVM_EDICTFIELDVALUE(ed, fieldoffset)->vector) argument
234 #define PRVM_EDICTFIELDSTRING(ed, fieldoffset) (PRVM_EDICTFIELDVALUE(ed, fieldoffset)->string) argument
235 #define PRVM_EDICTFIELDEDICT(ed, fieldoffset) (PRVM_EDICTFIELDVALUE(ed, fieldoffset)->edict) argument
238 #define PRVM_GLOBALFIELDFLOAT(fieldoffset) (PRVM_GLOBALFIELDVALUE(fieldoffset)->_float) argument
239 #define PRVM_GLOBALFIELDVECTOR(fieldoffset) (PRVM_GLOBALFIELDVALUE(fieldoffset)->vector) argument
240 #define PRVM_GLOBALFIELDSTRING(fieldoffset) (PRVM_GLOBALFIELDVALUE(fieldoffset)->string) argument
241 #define PRVM_GLOBALFIELDEDICT(fieldoffset) (PRVM_GLOBALFIELDVALUE(fieldoffset)->edict) argument
242 #define PRVM_GLOBALFIELDFUNCTION(fieldoffset) (PRVM_GLOBALFIELDVALUE(fieldoffset)->function) argument
244 #define PRVM_EDICTFIELDVALUE(ed, fieldoffset) ((prvm_eval_t *)(ed->fields.fp + fieldoffset)) argument
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/message/cslib/src/
H A Dcslib.h66 int *fieldID,*fieldtype,*fieldlen,*fieldoffset; variable
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/cs/
H A DSQLRelayDataReader.cs1888 … public Int64 GetBytes(Int32 i, Int64 fieldoffset, Byte[] buffer, Int32 bufferoffset, Int32 length) in GetBytes()
1912 … public Int64 GetChars(Int32 i, Int64 fieldoffset, Char[] buffer, Int32 bufferoffset, Int32 length) in GetChars()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dneh.h38 #define GETEDICTFIELDVALUE(ed, fieldoffset) (fieldoffset ? (eval_t*)((char*)&ed->v + fieldoffset) :… argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DIDataRecord.cs42 long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length); in GetChars()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DIDataRecord.cs22 long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length); in GetChars()
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dprogs.h191 #define EdictFieldFloat(ed, fieldoffset) ((eval_t *)((byte *)&(ed)->v + (fieldoffset)))->_float argument
192 #define EdictFieldVector(ed, fieldoffset) ((eval_t *)((byte *)&(ed)->v + (fieldoffset)))->vector argument
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dprogs.h191 #define EdictFieldFloat(ed, fieldoffset) ((eval_t *)((byte *)&(ed)->v + (fieldoffset)))->_float argument
192 #define EdictFieldVector(ed, fieldoffset) ((eval_t *)((byte *)&(ed)->v + (fieldoffset)))->vector argument
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-structalias.c666 unsigned HOST_WIDE_INT fieldoffset = get_varinfo (i)->offset + offset; in solution_set_add() local
1390 unsigned HOST_WIDE_INT fieldoffset = get_varinfo (j)->offset + offset; in do_da_constraint() local
1434 unsigned HOST_WIDE_INT fieldoffset = get_varinfo (j)->offset + roffset; in do_sd_constraint() local
1481 unsigned HOST_WIDE_INT fieldoffset = get_varinfo (j)->offset + loff; in do_ds_constraint() local
2391 unsigned HOST_WIDE_INT fieldoffset; in do_simple_structure_copy() local
2430 unsigned HOST_WIDE_INT fieldoffset; in do_rhs_deref_structure_copy() local
2469 unsigned HOST_WIDE_INT fieldoffset; in do_lhs_deref_structure_copy() local
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tests/Jayrock/Json/Conversion/Converters/
H A DTestDbDataRecordExporter.cs231 … public long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length) in GetChars()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite_2.0/
H A DSQLiteDataReader.cs362 …public override long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length) in GetChars()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/julia/Arrow/src/
H A Dwrite.jl312 function fieldoffset(b, name, col) function
/dports/databases/arrow/apache-arrow-6.0.1/julia/Arrow/src/
H A Dwrite.jl312 function fieldoffset(b, name, col) function
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/fw/
H A Dparavirt.c431 u16 fieldoffset; member
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/fw/
H A Dparavirt.c431 u16 fieldoffset; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/fw/
H A Dparavirt.c428 u16 fieldoffset; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/fw/
H A Dparavirt.c427 u16 fieldoffset; member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/fw/
H A Dparavirt.c430 u16 fieldoffset; member
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/fw/
H A Dparavirt.c431 u16 fieldoffset; member
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/fw/
H A Dparavirt.c430 u16 fieldoffset; member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/fw/
H A Dparavirt.c431 u16 fieldoffset; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/fw/
H A Dparavirt.c431 u16 fieldoffset; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/fw/
H A Dparavirt.c430 u16 fieldoffset; member
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/libavcodec/
H A Dcodec_desc.c1021 .id = AV_CODEC_ID_VBLE,
1653 .id = AV_CODEC_ID_PCM_S24LE,
1752 .type = AVMEDIA_TYPE_AUDIO,

12345