Home
last modified time | relevance | path

Searched refs:CurType (Results 1 – 25 of 115) sorted by relevance

12345

/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/insert/
H A Dkernel.c210 RAM_CALL_TYPE_DATA *CurType = UserData.RAMTypes; in InsertKernelRAMCalls() local
212 for (LoopType = 0; LoopType < RAM_CALL_TYPE_COUNT; LoopType++, CurType++) in InsertKernelRAMCalls()
214 if (!(CurType->Functions = calloc (Program->HighestRAMCall + 1, sizeof (RAM_CALL_FUNCTION_DATA)))) in InsertKernelRAMCalls()
241 CurType = UserData.RAMTypes; in InsertKernelRAMCalls()
242 … for (UserData.CurType = 0; UserData.CurType < RAM_CALL_TYPE_COUNT; UserData.CurType++, CurType++) in InsertKernelRAMCalls()
245 if (CurType->FunctionCount) in InsertKernelRAMCalls()
248 …SIZE TypeSize = ((UserData.CurType == RT_RAM_CALL_2) || (UserData.CurType == RT_EXTRA_RAM_2) ? 2 :… in InsertKernelRAMCalls()
249 …BOOLEAN TypeExtraRAM = (UserData.CurType == RT_EXTRA_RAM_4) || (UserData.CurType == RT_EXTRA_RAM_2… in InsertKernelRAMCalls()
261 if (CurType->Functions[UserData.CurFunction].RelocCount) in InsertKernelRAMCalls()
287 for (UserData.CurType = 0; UserData.CurType < RAM_CALL_TYPE_COUNT; UserData.CurType++) in InsertKernelRAMCalls()
[all …]
H A Dcomprrlc.c498 RAM_CALL_TYPE_DATA *CurType = UserData.RAMTypes; in InsertPreOsRAMCalls() local
500 for (LoopType = 0; LoopType < RAM_CALL_TYPE_COUNT; LoopType++, CurType++) in InsertPreOsRAMCalls()
502 if (!(CurType->Functions = calloc (Program->HighestRAMCall + 1, sizeof (RAM_CALL_FUNCTION_DATA)))) in InsertPreOsRAMCalls()
531 for (UserData.CurType = 0; UserData.CurType < RAM_CALL_TYPE_COUNT; UserData.CurType++) in InsertPreOsRAMCalls()
534 if (UserData.RAMTypes[UserData.CurType].FunctionCount) in InsertPreOsRAMCalls()
537 …SIZE TypeSize = ((UserData.CurType == RT_RAM_CALL_2) || (UserData.CurType == RT_EXTRA_RAM_2) ? 2 :… in InsertPreOsRAMCalls()
538 …BOOLEAN TypeExtraRAM = (UserData.CurType == RT_EXTRA_RAM_4) || (UserData.CurType == RT_EXTRA_RAM_2… in InsertPreOsRAMCalls()
550 if (UserData.RAMTypes[UserData.CurType].Functions[UserData.CurFunction].RelocCount) in InsertPreOsRAMCalls()
573 for (UserData.CurType = 0; UserData.CurType < RAM_CALL_TYPE_COUNT; UserData.CurType++) in InsertPreOsRAMCalls()
575 RAM_CALL_FUNCTION_DATA *Functions = UserData.RAMTypes[UserData.CurType].Functions; in InsertPreOsRAMCalls()
/dports/graphics/xmedcon/xmedcon-0.17.0/source/
H A Dxresize.c63 switch (sResizeSelection.CurType) { in XMdcResize()
104 if (type != sResizeSelection.CurType) { in XMdcResizeSelCallbackApply()
105 sResizeSelection.CurType = type; in XMdcResizeSelCallbackApply()
169 if (sResizeSelection.CurType == XMDC_RESIZE_FOURTH) in XMdcResizeSel()
177 if (sResizeSelection.CurType == XMDC_RESIZE_THIRD) in XMdcResizeSel()
185 if (sResizeSelection.CurType == XMDC_RESIZE_HALF) in XMdcResizeSel()
193 if (sResizeSelection.CurType == XMDC_RESIZE_ORIGINAL) in XMdcResizeSel()
201 if (sResizeSelection.CurType == XMDC_RESIZE_DOUBLE) in XMdcResizeSel()
209 if (sResizeSelection.CurType == XMDC_RESIZE_TRIPLE) in XMdcResizeSel()
258 switch (sResizeSelection.CurType) { in XMdcResizeSel()
H A Dxpages.c158 if (type != sPagesSelection.CurType) { in XMdcPagesSelCallbackApply()
159 sPagesSelection.CurType = type; in XMdcPagesSelCallbackApply()
224 if (sPagesSelection.CurType == XMDC_PAGES_FRAME_BY_FRAME) in XMdcPagesSel()
232 if (sPagesSelection.CurType == XMDC_PAGES_SLICE_BY_SLICE) in XMdcPagesSel()
240 if (sPagesSelection.CurType == XMDC_PAGES_SCREEN_FULL) in XMdcPagesSel()
283 switch (sPagesSelection.CurType) { in XMdcPagesSel()
301 switch (sPagesSelection.CurType) { in XMdcPagesGetNrImages()
H A Dxmedcon.c83 sResizeSelection.CurType = XMDC_RESIZE_ORIGINAL; in main()
84 sPagesSelection.CurType = XMDC_PAGES_FRAME_BY_FRAME; in main()
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/insert/model/
H A Dlist.c216 RAM_CALL_TYPE CurType = UserData->CurType; in RAMCallListModel() local
249 if ((CurType < 0) || (ThisType == CurType)) in RAMCallListModel()
276 UserData->CurType = ThisType; in RAMCallListModel()
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dsid.cpp100 filter.Type = filter.CurType = 0; in reset()
239 if (filter.Type != filter.CurType) in port_w()
241 filter.CurType = filter.Type; in port_w()
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dsid.cpp100 filter.Type = filter.CurType = 0; in reset()
239 if (filter.Type != filter.CurType) in port_w()
241 filter.CurType = filter.Type; in port_w()
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/db/
H A DRecordParser.java79 com.sun.star.uno.Type CurType; in getColumnStringValue() local
82 CurType = new com.sun.star.uno.Type(String.class); in getColumnStringValue()
83 oAny = AnyConverter.toObject(CurType, sValue); in getColumnStringValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/db/
H A DRecordParser.java79 com.sun.star.uno.Type CurType; in getColumnStringValue() local
82 CurType = new com.sun.star.uno.Type(String.class); in getColumnStringValue()
83 oAny = AnyConverter.toObject(CurType, sValue); in getColumnStringValue()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/internal/
H A Dconvert.d743 alias CurType = OriginalType!EType; variable
745 alias CurType = typeof(cur);
746 …static if (is(CurType == struct) || is(CurType == union) || __traits(isStaticArray, CurType) || !i…
748 … bytes[val.tupleof[key].offsetof .. val.tupleof[key].offsetof + CurType.sizeof] = toUbyte(cur)[];
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/internal/
H A Dconvert.d743 alias CurType = OriginalType!EType; variable
745 alias CurType = typeof(cur);
746 …static if (is(CurType == struct) || is(CurType == union) || __traits(isStaticArray, CurType) || !i…
748 … bytes[val.tupleof[key].offsetof .. val.tupleof[key].offsetof + CurType.sizeof] = toUbyte(cur)[];
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/internal/
H A Dconvert.d743 alias CurType = OriginalType!EType; variable
745 alias CurType = typeof(cur);
746 …static if (is(CurType == struct) || is(CurType == union) || __traits(isStaticArray, CurType) || !i…
748 … bytes[val.tupleof[key].offsetof .. val.tupleof[key].offsetof + CurType.sizeof] = toUbyte(cur)[];
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/internal/
H A Dconvert.d812 alias CurType = OriginalType!EType; variable
814 alias CurType = typeof(cur);
815 …static if (is(CurType == struct) || is(CurType == union) || __traits(isStaticArray, CurType) || !i…
817 … bytes[val.tupleof[key].offsetof .. val.tupleof[key].offsetof + CurType.sizeof] = toUbyte(cur)[];
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaType.cpp2576 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()
2577 (!CurType->isIntegerType() && !CurType->isRealFloatingType()))) || in BuildVectorType()
7743 CurType = T; in HandleVectorSizeAttr()
7762 CurType = T; in HandleExtVectorTypeAttr()
7877 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
7926 << Attr << CurType; in HandleArmSveVectorBitsTypeAttr()
7956 CurType = in HandleArmMveStrictPolymorphismAttr()
7959 CurType, CurType); in HandleArmMveStrictPolymorphismAttr()
7966 if (!(CurType->isImageType() || CurType->isPipeType())) { in HandleOpenCLAccessAttr()
8036 CurType = T; in HandleMatrixTypeAttr()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaType.cpp2520 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()
2521 (!CurType->isIntegerType() && !CurType->isRealFloatingType()))) || in BuildVectorType()
7651 CurType = T; in HandleVectorSizeAttr()
7690 CurType = T; in HandleExtVectorTypeAttr()
7804 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
7853 << Attr << CurType; in HandleArmSveVectorBitsTypeAttr()
7883 CurType = in HandleArmMveStrictPolymorphismAttr()
7886 CurType, CurType); in HandleArmMveStrictPolymorphismAttr()
7893 if (!(CurType->isImageType() || CurType->isPipeType())) { in HandleOpenCLAccessAttr()
8004 CurType = T; in HandleMatrixTypeAttr()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaType.cpp2571 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()
2572 (!CurType->isIntegerType() && !CurType->isRealFloatingType()))) || in BuildVectorType()
7738 CurType = T; in HandleVectorSizeAttr()
7757 CurType = T; in HandleExtVectorTypeAttr()
7872 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
7921 << Attr << CurType; in HandleArmSveVectorBitsTypeAttr()
7951 CurType = in HandleArmMveStrictPolymorphismAttr()
7954 CurType, CurType); in HandleArmMveStrictPolymorphismAttr()
7961 if (!(CurType->isImageType() || CurType->isPipeType())) { in HandleOpenCLAccessAttr()
8031 CurType = T; in HandleMatrixTypeAttr()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaType.cpp2539 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()
2540 (!CurType->isIntegerType() && !CurType->isRealFloatingType()))) || in BuildVectorType()
7659 CurType = T; in HandleVectorSizeAttr()
7678 CurType = T; in HandleExtVectorTypeAttr()
7793 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
7842 << Attr << CurType; in HandleArmSveVectorBitsTypeAttr()
7872 CurType = in HandleArmMveStrictPolymorphismAttr()
7875 CurType, CurType); in HandleArmMveStrictPolymorphismAttr()
7882 if (!(CurType->isImageType() || CurType->isPipeType())) { in HandleOpenCLAccessAttr()
7952 CurType = T; in HandleMatrixTypeAttr()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaType.cpp2571 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()
2572 (!CurType->isIntegerType() && !CurType->isRealFloatingType()))) || in BuildVectorType()
7738 CurType = T; in HandleVectorSizeAttr()
7757 CurType = T; in HandleExtVectorTypeAttr()
7872 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
7921 << Attr << CurType; in HandleArmSveVectorBitsTypeAttr()
7951 CurType = in HandleArmMveStrictPolymorphismAttr()
7954 CurType, CurType); in HandleArmMveStrictPolymorphismAttr()
7961 if (!(CurType->isImageType() || CurType->isPipeType())) { in HandleOpenCLAccessAttr()
8031 CurType = T; in HandleMatrixTypeAttr()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2571 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()
2572 (!CurType->isIntegerType() && !CurType->isRealFloatingType()))) || in BuildVectorType()
7738 CurType = T; in HandleVectorSizeAttr()
7757 CurType = T; in HandleExtVectorTypeAttr()
7872 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
7921 << Attr << CurType; in HandleArmSveVectorBitsTypeAttr()
7951 CurType = in HandleArmMveStrictPolymorphismAttr()
7954 CurType, CurType); in HandleArmMveStrictPolymorphismAttr()
7961 if (!(CurType->isImageType() || CurType->isPipeType())) { in HandleOpenCLAccessAttr()
8031 CurType = T; in HandleMatrixTypeAttr()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaType.cpp2539 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()
2540 (!CurType->isIntegerType() && !CurType->isRealFloatingType()))) || in BuildVectorType()
7659 CurType = T; in HandleVectorSizeAttr()
7678 CurType = T; in HandleExtVectorTypeAttr()
7793 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
7842 << Attr << CurType; in HandleArmSveVectorBitsTypeAttr()
7872 CurType = in HandleArmMveStrictPolymorphismAttr()
7875 CurType, CurType); in HandleArmMveStrictPolymorphismAttr()
7882 if (!(CurType->isImageType() || CurType->isPipeType())) { in HandleOpenCLAccessAttr()
7952 CurType = T; in HandleMatrixTypeAttr()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaType.cpp2571 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()
2572 (!CurType->isIntegerType() && !CurType->isRealFloatingType()))) || in BuildVectorType()
7738 CurType = T; in HandleVectorSizeAttr()
7757 CurType = T; in HandleExtVectorTypeAttr()
7872 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
7921 << Attr << CurType; in HandleArmSveVectorBitsTypeAttr()
7951 CurType = in HandleArmMveStrictPolymorphismAttr()
7954 CurType, CurType); in HandleArmMveStrictPolymorphismAttr()
7961 if (!(CurType->isImageType() || CurType->isPipeType())) { in HandleOpenCLAccessAttr()
8031 CurType = T; in HandleMatrixTypeAttr()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaType.cpp2571 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()
2572 (!CurType->isIntegerType() && !CurType->isRealFloatingType()))) || in BuildVectorType()
7738 CurType = T; in HandleVectorSizeAttr()
7757 CurType = T; in HandleExtVectorTypeAttr()
7872 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
7921 << Attr << CurType; in HandleArmSveVectorBitsTypeAttr()
7951 CurType = in HandleArmMveStrictPolymorphismAttr()
7954 CurType, CurType); in HandleArmMveStrictPolymorphismAttr()
7961 if (!(CurType->isImageType() || CurType->isPipeType())) { in HandleOpenCLAccessAttr()
8031 CurType = T; in HandleMatrixTypeAttr()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/internal/
H A Dconvert.d818 alias CurType = OriginalType!EType; variable
820 alias CurType = typeof(cur);
821 …static if (is(CurType == struct) || is(CurType == union) || __traits(isStaticArray, CurType) || !i…
823 … bytes[val.tupleof[key].offsetof .. val.tupleof[key].offsetof + CurType.sizeof] = toUbyte(cur)[];
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/internal/
H A Dconvert.d811 alias CurType = OriginalType!EType; variable
813 alias CurType = typeof(cur);
814 …static if (is(CurType == struct) || is(CurType == union) || __traits(isStaticArray, CurType) || !i…
816 … bytes[val.tupleof[key].offsetof .. val.tupleof[key].offsetof + CurType.sizeof] = toUbyte(cur)[];

12345