Home
last modified time | relevance | path

Searched refs:Integer (Results 1 – 25 of 724) sorted by relevance

12345678910>>...29

/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dlow.h21 Integer sbSig; /* device signature (should be 0x4552) */
22 Integer sbBlkSize; /* block size of the device (in bytes) */
24 Integer sbDevType; /* reserved */
25 Integer sbDevId; /* reserved */
27 Integer sbDrvrCount; /* number of driver descriptor entries */
29 Integer ddSize; /* size of the driver, in 512-byte blocks */
30 Integer ddType; /* driver operating system type (MacOS = 1) */
31 Integer ddPad[243]; /* additional drivers, if any */
35 Integer bbID; /* boot blocks signature */
37 Integer bbVersion; /* boot blocks version number */
[all …]
H A Dinternal.h48 typedef signed short Integer; typedef
98 Integer v; /* vertical coordinate */
99 Integer h; /* horizontal coordinate */
103 Integer top; /* top edge of rectangle */
104 Integer left; /* left edge */
105 Integer bottom; /* bottom edge */
106 Integer right; /* rightmost edge */
111 Integer frFlags; /* flags */
113 Integer frView; /* folder's view */
119 Integer frUnused; /* reserved */
[all …]
/netbsd-src/sys/dev/acpi/
H A Dsmbus_acpi.c231 if (e[0].Integer.Value != 0x10) { in acpi_smbus_poll_alert()
285 arg[1].Integer.Value = addr; in acpi_smbus_exec()
295 arg[0].Integer.Value = (cmdlen != 0) ? in acpi_smbus_exec()
298 arg[2].Integer.Value = 0; in acpi_smbus_exec()
302 arg[0].Integer.Value = ACPI_SMBUS_RD_BYTE; in acpi_smbus_exec()
303 arg[2].Integer.Value = *c; in acpi_smbus_exec()
307 arg[0].Integer.Value = ACPI_SMBUS_RD_WORD; in acpi_smbus_exec()
308 arg[2].Integer.Value = *c; in acpi_smbus_exec()
312 arg[0].Integer.Value = ACPI_SMBUS_RD_BLOCK; in acpi_smbus_exec()
313 arg[2].Integer.Value = *c; in acpi_smbus_exec()
[all …]
H A Dacpi_cpu_pstate.c327 if (elm[i].Integer.Value > UINT32_MAX) in acpicpu_pstate_pss_add()
331 ps->ps_freq = elm[0].Integer.Value; in acpicpu_pstate_pss_add()
332 ps->ps_power = elm[1].Integer.Value; in acpicpu_pstate_pss_add()
333 ps->ps_latency = elm[2].Integer.Value; in acpicpu_pstate_pss_add()
334 ps->ps_latency_bm = elm[3].Integer.Value; in acpicpu_pstate_pss_add()
335 ps->ps_control = elm[4].Integer.Value; in acpicpu_pstate_pss_add()
336 ps->ps_status = elm[5].Integer.Value; in acpicpu_pstate_pss_add()
420 if (elm[i].Integer.Value > UINT32_MAX) in acpicpu_pstate_xpss_add()
438 ps->ps_freq = elm[0].Integer.Value; in acpicpu_pstate_xpss_add()
441 ps->ps_power = elm[1].Integer.Value; in acpicpu_pstate_xpss_add()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexoparg1.c193 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value); in AcpiExOpcode_1A_0T_0R()
198 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value); in AcpiExOpcode_1A_0T_0R()
328 ReturnDesc->Integer.Value = ~Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R()
333 ReturnDesc->Integer.Value = Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R()
339 for (Temp32 = 0; ReturnDesc->Integer.Value && in AcpiExOpcode_1A_1T_1R()
342 ReturnDesc->Integer.Value >>= 1; in AcpiExOpcode_1A_1T_1R()
345 ReturnDesc->Integer.Value = Temp32; in AcpiExOpcode_1A_1T_1R()
350 ReturnDesc->Integer.Value = Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R()
356 for (Temp32 = 0; ReturnDesc->Integer.Value && in AcpiExOpcode_1A_1T_1R()
359 ReturnDesc->Integer.Value <<= 1; in AcpiExOpcode_1A_1T_1R()
[all …]
H A Dexoparg2.c120 Value = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_2A_0T_0R()
207 Operand[0]->Integer.Value, in AcpiExOpcode_2A_2T_1R()
208 Operand[1]->Integer.Value, in AcpiExOpcode_2A_2T_1R()
209 &ReturnDesc1->Integer.Value, in AcpiExOpcode_2A_2T_1R()
210 &ReturnDesc2->Integer.Value); in AcpiExOpcode_2A_2T_1R()
306 ReturnDesc->Integer.Value = AcpiExDoMathOp ( in AcpiExOpcode_2A_1T_1R()
308 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R()
309 Operand[1]->Integer.Value); in AcpiExOpcode_2A_1T_1R()
327 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R()
328 Operand[1]->Integer.Value, in AcpiExOpcode_2A_1T_1R()
[all …]
H A Dexoparg3.c110 (UINT32) Operand[0]->Integer.Value, in AcpiExOpcode_3A_0T_0R()
111 (UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_3A_0T_0R()
112 (UINT32) Operand[2]->Integer.Value)); in AcpiExOpcode_3A_0T_0R()
117 Fatal->Type = (UINT32) Operand[0]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
118 Fatal->Code = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
119 Fatal->Argument = (UINT32) Operand[2]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
205 Index = Operand[1]->Integer.Value; in AcpiExOpcode_3A_1T_1R()
206 Length = (ACPI_SIZE) Operand[2]->Integer.Value; in AcpiExOpcode_3A_1T_1R()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.opt110 Integer id (N) of ftruncds custom instruction.
118 Integer id (N) of fextsd custom instruction.
126 Integer id (N) of fixdu custom instruction.
134 Integer id (N) of fixdi custom instruction.
142 Integer id (N) of fixsu custom instruction.
150 Integer id (N) of fixsi custom instruction.
158 Integer id (N) of floatud custom instruction.
166 Integer id (N) of floatid custom instruction.
174 Integer id (N) of floatus custom instruction.
182 Integer id (N) of floatis custom instruction.
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.opt110 Integer id (N) of ftruncds custom instruction.
118 Integer id (N) of fextsd custom instruction.
126 Integer id (N) of fixdu custom instruction.
134 Integer id (N) of fixdi custom instruction.
142 Integer id (N) of fixsu custom instruction.
150 Integer id (N) of fixsi custom instruction.
158 Integer id (N) of floatud custom instruction.
166 Integer id (N) of floatid custom instruction.
174 Integer id (N) of floatus custom instruction.
182 Integer id (N) of floatis custom instruction.
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dasloperands.c121 if (Next->Asl.Value.Integer > 15) in OpnDoMutex()
165 NumArgs = (UINT8) Next->Asl.Value.Integer; in OpnDoMethod()
174 Serialized = (UINT8) Next->Asl.Value.Integer; in OpnDoMethod()
187 if (Next->Asl.Value.Integer > 15) in OpnDoMethod()
192 Concurrency = (UINT8) Next->Asl.Value.Integer; in OpnDoMethod()
204 Next->Asl.Value.Integer = MethodFlags; in OpnDoMethod()
247 AccessType = (UINT8) Op->Asl.Value.Integer; in OpnDoFieldCommon()
252 FieldOp->Asl.Value.Integer = AccessType; in OpnDoFieldCommon()
257 LockRule = (UINT8) Next->Asl.Value.Integer; in OpnDoFieldCommon()
263 UpdateRule = (UINT8) Next->Asl.Value.Integer; in OpnDoFieldCommon()
[all …]
H A Daslrestype2e.c142 Descriptor->ExtAddress64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoExtendedIoDescriptor()
150 Descriptor->ExtAddress64.Minimum = InitializerOp->Asl.Value.Integer; in RsDoExtendedIoDescriptor()
158 Descriptor->ExtAddress64.Maximum = InitializerOp->Asl.Value.Integer; in RsDoExtendedIoDescriptor()
166 Descriptor->ExtAddress64.TranslationOffset = InitializerOp->Asl.Value.Integer; in RsDoExtendedIoDescriptor()
173 Descriptor->ExtAddress64.AddressLength = InitializerOp->Asl.Value.Integer; in RsDoExtendedIoDescriptor()
181 Descriptor->ExtAddress64.TypeSpecific = InitializerOp->Asl.Value.Integer; in RsDoExtendedIoDescriptor()
322 Descriptor->ExtAddress64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoExtendedMemoryDescriptor()
330 Descriptor->ExtAddress64.Minimum = InitializerOp->Asl.Value.Integer; in RsDoExtendedMemoryDescriptor()
338 Descriptor->ExtAddress64.Maximum = InitializerOp->Asl.Value.Integer; in RsDoExtendedMemoryDescriptor()
346 Descriptor->ExtAddress64.TranslationOffset = InitializerOp->Asl.Value.Integer; in RsDoExtendedMemoryDescriptor()
[all …]
H A Daslrestype2s.c225 SpecifiedLength = (UINT16) BufferOp->Asl.Value.Integer; in RsGetVendorData()
240 *VendorData = (UINT8) BufferOp->Asl.Value.Integer; in RsGetVendorData()
420 Descriptor->Gpio.PinConfig = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGpioIntDescriptor()
427 Descriptor->Gpio.DebounceTimeout = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoGpioIntDescriptor()
448 (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGpioIntDescriptor()
488 *InterruptList = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoGpioIntDescriptor()
614 Descriptor->Gpio.PinConfig = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGpioIoDescriptor()
621 Descriptor->Gpio.DebounceTimeout = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoGpioIoDescriptor()
628 Descriptor->Gpio.DriveStrength = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoGpioIoDescriptor()
655 Descriptor->Gpio.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGpioIoDescriptor()
[all …]
H A Daslrestype2q.c151 Descriptor->Address64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoQwordIoDescriptor()
159 Descriptor->Address64.Minimum = InitializerOp->Asl.Value.Integer; in RsDoQwordIoDescriptor()
167 Descriptor->Address64.Maximum = InitializerOp->Asl.Value.Integer; in RsDoQwordIoDescriptor()
175 Descriptor->Address64.TranslationOffset = InitializerOp->Asl.Value.Integer; in RsDoQwordIoDescriptor()
182 Descriptor->Address64.AddressLength = InitializerOp->Asl.Value.Integer; in RsDoQwordIoDescriptor()
192 OptionalFields[0] = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoQwordIoDescriptor()
379 Descriptor->Address64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoQwordMemoryDescriptor()
387 Descriptor->Address64.Minimum = InitializerOp->Asl.Value.Integer; in RsDoQwordMemoryDescriptor()
395 Descriptor->Address64.Maximum = InitializerOp->Asl.Value.Integer; in RsDoQwordMemoryDescriptor()
403 Descriptor->Address64.TranslationOffset = InitializerOp->Asl.Value.Integer; in RsDoQwordMemoryDescriptor()
[all...]
H A Daslrestype2w.c151 Descriptor->Address16.Granularity = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordIoDescriptor()
159 Descriptor->Address16.Minimum = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordIoDescriptor()
167 Descriptor->Address16.Maximum = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordIoDescriptor()
175 Descriptor->Address16.TranslationOffset = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordIoDescriptor()
182 Descriptor->Address16.AddressLength = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordIoDescriptor()
192 OptionalFields[0] = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoWordIoDescriptor()
366 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordBusNumberDescriptor()
375 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordBusNumberDescriptor()
384 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordBusNumberDescriptor()
393 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordBusNumberDescriptor()
[all...]
H A Daslrestype2d.c139 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordIoDescriptor()
141 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordIoDescriptor()
151 OptionalFields[0] = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoDwordIoDescriptor()
308 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordMemoryDescriptor()
317 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordMemoryDescriptor()
326 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordMemoryDescriptor()
335 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordMemoryDescriptor()
343 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordMemoryDescriptor()
355 OptionalFields[0] = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoDwordMemoryDescriptor()
546 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordSpaceDescriptor()
[all...]
H A Daslrestype1i.c144 if (InitializerOp->Asl.Value.Integer > 7) in RsDoDmaDescriptor()
153 (1 << ((UINT8) InitializerOp->Asl.Value.Integer)); in RsDoDmaDescriptor()
220 Descriptor->FixedDma.RequestLines = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoFixedDmaDescriptor()
227 Descriptor->FixedDma.Channels = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoFixedDmaDescriptor()
234 Descriptor->FixedDma.Width = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoFixedDmaDescriptor()
297 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoFixedIoDescriptor()
306 (UINT8) InitializerOp->Asl.Value.Integer; in RsDoFixedIoDescriptor()
387 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoIoDescriptor()
396 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoIoDescriptor()
405 (UINT8) InitializerOp->Asl.Value.Integer; in RsDoIoDescriptor()
[all …]
H A Daslopcodes.c178 AcpiUtSetIntegerWidth ((UINT8) Child->Asl.Value.Integer); in OpcGetIntegerWidth()
225 switch (Op->Asl.Value.Integer) in OpcSetOptimalIntegerSize()
275 if (Op->Asl.Value.Integer <= ACPI_UINT8_MAX) in OpcSetOptimalIntegerSize()
281 if (Op->Asl.Value.Integer <= ACPI_UINT16_MAX) in OpcSetOptimalIntegerSize()
287 if (Op->Asl.Value.Integer <= ACPI_UINT32_MAX) in OpcSetOptimalIntegerSize()
303 Op->Asl.Value.Integer &= ACPI_UINT32_MAX; in OpcSetOptimalIntegerSize()
352 AttribOp->Asl.Value.Integer = 0; in OpcDoAccessAs()
360 Attribute = (UINT8) AttribOp->Asl.Value.Integer; in OpcDoAccessAs()
384 LengthOp->Asl.Value.Integer = 16; in OpcDoAccessAs()
449 BufferLengthOp->Asl.Value.Integer = Rnode->BufferLength; in OpcDoConnection()
[all …]
H A Daslrestype1.c171 Descriptor->Memory24.Minimum = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoMemory24Descriptor()
179 Descriptor->Memory24.Maximum = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoMemory24Descriptor()
187 Descriptor->Memory24.Alignment = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoMemory24Descriptor()
194 Descriptor->Memory24.AddressLength = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoMemory24Descriptor()
277 Descriptor->Memory32.Minimum = (UINT32) InitializerOp->Asl.Value.Integer; in RsDoMemory32Descriptor()
285 Descriptor->Memory32.Maximum = (UINT32) InitializerOp->Asl.Value.Integer; in RsDoMemory32Descriptor()
293 Descriptor->Memory32.Alignment = (UINT32) InitializerOp->Asl.Value.Integer; in RsDoMemory32Descriptor()
301 Descriptor->Memory32.AddressLength = (UINT32) InitializerOp->Asl.Value.Integer; in RsDoMemory32Descriptor()
380 Descriptor->FixedMemory32.Address = (UINT32) InitializerOp->Asl.Value.Integer; in RsDoMemory32FixedDescriptor()
387 Descriptor->FixedMemory32.AddressLength = (UINT32) InitializerOp->Asl.Value.Integer; in RsDoMemory32FixedDescriptor()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/
H A Dconstraints.md51 "Integer constant in the range 0 @dots{} 255."
56 "Integer constant in the range 1 @dots{} 7."
62 Integer constant equal to 8."
68 Integer constant equal to 16."
74 Integer constant equal to 24."
80 Integer constant in the range 9 @dots{} 15 (for shifts)."
86 Integer constant in the range 17 @dots{} 23 (for shifts)."
92 Integer constant in the range 25 @dots{} 31 (for shifts)."
98 Integer constant with bit 31 set."
104 Integer constant with bit 15 set."
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/
H A Dconstraints.md51 "Integer constant in the range 0 @dots{} 255."
56 "Integer constant in the range 1 @dots{} 7."
62 Integer constant equal to 8."
68 Integer constant equal to 16."
74 Integer constant equal to 24."
80 Integer constant in the range 9 @dots{} 15 (for shifts)."
86 Integer constant in the range 17 @dots{} 23 (for shifts)."
92 Integer constant in the range 25 @dots{} 31 (for shifts)."
98 Integer constant with bit 31 set."
104 Integer constant with bit 15 set."
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/
H A Ddmopcode.c203 NotifyValue = (UINT8) NextOp->Asl.Value.Integer; in AcpiDmNotifyDescription()
474 Flags = (UINT8) Op->Common.Value.Integer; in AcpiDmMethodFlags()
523 Flags = (UINT8) Op->Common.Value.Integer; in AcpiDmFieldFlags()
596 AcpiDmAddressSpace ((UINT8) Op->Common.Value.Integer); in AcpiDmRegionFlags()
656 if (((UINT32) Op->Common.Value.Integer) > ACPI_MAX_MATCH_OPCODE) in AcpiDmMatchKeyword()
663 AcpiGbl_MatchOps[(ACPI_SIZE) Op->Common.Value.Integer]); in AcpiDmMatchKeyword()
770 AcpiOsPrintf ("0x%2.2X", (UINT32) Op->Common.Value.Integer); in AcpiDmDisassembleOneOp()
777 AcpiDmDecompressEisaId ((UINT32) Op->Common.Value.Integer); in AcpiDmDisassembleOneOp()
781 AcpiOsPrintf ("0x%4.4X", (UINT32) Op->Common.Value.Integer); in AcpiDmDisassembleOneOp()
789 AcpiDmDecompressEisaId ((UINT32) Op->Common.Value.Integer); in AcpiDmDisassembleOneOp()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/doc/
H A Dgmp.info54 Node: Integer Functions89557
57 Node: Simultaneous Integer Init & Assign94320
59 Node: Integer Arithmetic98907
60 Node: Integer Division100643
61 Node: Integer Exponentiation107402
62 Node: Integer Roots108899
64 Node: Integer Comparisons118111
65 Node: Integer Logic and Bit Fiddling119549
67 Node: Integer Random Numbers125180
68 Node: Integer Import and Export127803
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMScheduleA8.td94 // Integer multiply pipeline
105 // Integer load pipeline
184 // Integer store pipeline
252 // FP Special Register to Integer Register File Move
284 // Single-Precision FP to Integer Convert
288 // Double-Precision FP to Integer Convert
293 // Integer to Single-Precision FP Convert
297 // Integer to Double-Precision FP Convert
359 // Integer to Single-precision Move
364 // Integer to Double-precision Move
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dconstraints.md53 "Integer constant in the range 0 @dots{} 15, aka ucst4."
58 "Integer constant in the range 0 @dots{} 31, aka ucst5."
63 "Integer constant in the range @minus{}31 @dots{} 0, negation of ucst5."
68 "Integer constant in the range @minus{}16 @dots{} 15, aka scst5."
73 "Integer constant that can be the operand of an ADDA or a SUBA insn."
82 "Integer constant that can be the operand of a long ADDA or a SUBA insn,
92 "Integer constant in the range 0 @dots{} 65535, aka ucst16."
97 "Integer constant in the range @minus{}32768 @dots{} 32767."
102 "Integer constant in the range @math{-2^{20}} @dots{} @math{2^{20} - 1}."
108 Integer constant in the range 0 @dots{} 31, corresponding to an A register
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dconstraints.md53 "Integer constant in the range 0 @dots{} 15, aka ucst4."
58 "Integer constant in the range 0 @dots{} 31, aka ucst5."
63 "Integer constant in the range @minus{}31 @dots{} 0, negation of ucst5."
68 "Integer constant in the range @minus{}16 @dots{} 15, aka scst5."
73 "Integer constant that can be the operand of an ADDA or a SUBA insn."
82 "Integer constant that can be the operand of a long ADDA or a SUBA insn,
92 "Integer constant in the range 0 @dots{} 65535, aka ucst16."
97 "Integer constant in the range @minus{}32768 @dots{} 32767."
102 "Integer constant in the range @math{-2^{20}} @dots{} @math{2^{20} - 1}."
108 Integer constant in the range 0 @dots{} 31, corresponding to an A register
[all …]

12345678910>>...29