Home
last modified time | relevance | path

Searched refs:DCValue (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/dyncall/dyncall-1.3/test/callback_suite/
H A Denv.h35 void GetReferenceArg(DCValue* output, char type, int argpos);
37 void GetReferenceResult(DCValue* output, char type);
40 extern DCValue Args[CONFIG_MAXARGS];
41 extern DCValue Result;
H A Denv.c32 DCValue Args[CONFIG_MAXARGS];
33 DCValue Result;
37 void GetReferenceArg(DCValue* output, char ch, int pos) in GetReferenceArg()
68 void GetReferenceResult(DCValue* output, char ch) in GetReferenceResult()
93 DCValue ref; in InitEnv()
H A Ddo_test.c35 int CompareValues(char type, DCValue* a, DCValue* b) in CompareValues()
61 DCValue ref; in Compare()
H A Dhandler.c32 char handler(DCCallback* that, DCArgs* input, DCValue* output, void* userdata) in handler()
/dports/devel/dyncall/dyncall-1.3/dyncall/
H A Ddyncall_callf.h52 void dcCallF (DCCallVM* vm, DCValue* result, DCpointer funcptr, const DCsigchar* signature, ...);
53 void dcVCallF(DCCallVM* vm, DCValue* result, DCpointer funcptr, const DCsigchar* signature, va_list…
H A Ddyncall_callf.c79 void dcVCallF(DCCallVM* vm, DCValue* result, DCpointer funcptr, const DCsigchar* signature, va_list… in dcVCallF()
104 void dcCallF(DCCallVM* vm, DCValue* result, DCpointer funcptr, const DCsigchar* signature, ...) in dcCallF()
H A Ddyncall_value.h47 typedef union DCValue_ DCValue; typedef
/dports/devel/dyncall/dyncall-1.3/dyncallback/
H A Ddyncall_callback.h36 typedef char (DCCallbackHandler)(DCCallback* pcb, DCArgs* args, DCValue* result, void* userdata);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java266 public DCValue Value(DCReference ref) { in Value()
267 DCValue tree = new DCValue(ref); in Value()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java266 public DCValue Value(DCReference ref) { in Value()
267 DCValue tree = new DCValue(ref); in Value()
/dports/devel/dyncall/dyncall-1.3/test/callback_plain/
H A Dcallback_plain.c31 char cbHandler(DCCallback* cb, DCArgs* args, DCValue* result, void* userdata) in cbHandler()
/dports/devel/dyncall/dyncall-1.3/test/suite3/
H A Dcase.cc32 DCValue mValue[NARGS];
43 DCValue* getArg(int pos) { return &mValue[pos]; } in getArg()
H A Dmain.cc39 DCValue* getArg(int pos);
/dports/devel/dyncall/dyncall-1.3/doc/manual/
H A Dmanual_dyncallback_api.tex87 DCValue* result,
93 \capi{result} is a pointer to a \capi{DCValue} object in order to store the
/dports/devel/dyncall/dyncall-1.3/test/suite_floats/
H A Dmain.cc39 DCValue* getArg(int pos);
H A Dcase.cc32 DCValue mValue[NARGS];
46 DCValue* getArg(int pos) { return &mValue[pos]; } in getArg()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/asg-hevc/src/
H A Dframe_processor.cpp1619 mfxU32 DCValue = size; in DCPrediction() local
1622 DCValue += RefSamples[2 * size - 1 - i] + RefSamples[i + 2 * size + 1]; in DCPrediction()
1624 DCValue /= 2 * size; in DCPrediction()
1625 memset(patch, DCValue, size*size); in DCPrediction()
1686 mfxU32 DCValue = lumaPlane[0]; in MakePostFilter() local
1691 lumaPlane[0] = (RefSamples[2 * size - 1] + 2 * DCValue + RefSamples[2 * size + 1] + 2) >> 2; in MakePostFilter()
1694 lumaPlane[x] = (RefSamples[2 * size + 1 + x] + 3 * DCValue + 2) >> 2; in MakePostFilter()
1698 lumaPlane[y * size] = (RefSamples[2 * size - 1 - y] + 3 * DCValue + 2) >> 2; in MakePostFilter()
/dports/devel/dyncall/dyncall-1.3/test/suite_x86win32fast/
H A Dcase.cc32 DCValue mValue[NARGS];
47 DCValue* getArg(int pos) { return &mValue[pos]; } in getArg()
/dports/devel/dyncall/dyncall-1.3/test/suite/
H A Dcase.c32 DCValue mValue[NARGS];
45 DCValue* getArg(int pos) { return &mValue[pos]; } in getArg()
/dports/devel/dyncall/dyncall-1.3/test/ellipsis/
H A Dellipsis.cc39 DCValue mValue[NARGS];
54 DCValue* getArg(int pos) { return &mValue[pos]; } in getArg()
H A Dmain.cc39 DCValue* getArg(int pos);
/dports/devel/dyncall/dyncall-1.3/test/suite_x86win32std/
H A Dcase.cc32 DCValue mValue[NARGS];
46 DCValue* getArg(int pos) { return &mValue[pos]; } in getArg()
/dports/devel/dyncall/dyncall-1.3/test/callf/
H A Dmain.c82 DCValue ret; in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java90 import com.sun.tools.javac.tree.DCTree.DCValue;
487 public DCValue newValueTree(ReferenceTree ref) { in newValueTree()
489 DCValue tree = new DCValue((DCReference) ref); in newValueTree()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java90 import com.sun.tools.javac.tree.DCTree.DCValue;
487 public DCValue newValueTree(ReferenceTree ref) { in newValueTree()
489 DCValue tree = new DCValue((DCReference) ref); in newValueTree()

123