HomeSort by: relevance | last modified time | path
    Searched refs:Integer (Results 1 - 25 of 146) sorted by relevancy

1 2 3 4 5 6

  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
22 in_func = function(opaque: Pointer; var buf: PByte): Integer;
24 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer;
30 avail_in: Integer; (* number of bytes available at next_in *)
34 avail_out: Integer; (* remaining free space at next_out *)
44 data_type: Integer; (* best guess about the data type: ascii or binary *)
51 text: Integer; (* true if compressed data believed to be text *)
53 xflags: Integer; (* extra flags (not used when writing a gzip file) *)
54 os: Integer; (* operating system *
    [all...]
example.pas 37 procedure CHECK_ERR(err: Integer; msg: String);
58 var err: Integer;
85 var err: Integer;
86 len: Integer;
186 err: Integer;
231 var err: Integer;
275 err: Integer;
285 c_stream.avail_out := Integer(comprLen);
291 c_stream.avail_in := Integer(uncomprLen);
300 c_stream.avail_in := Integer(comprLen div 2)
    [all...]
  /src/sys/dev/acpi/
smbus_acpi.c 231 if (e[0].Integer.Value != 0x10) {
285 arg[1].Integer.Value = addr;
295 arg[0].Integer.Value = (cmdlen != 0) ?
298 arg[2].Integer.Value = 0;
302 arg[0].Integer.Value = ACPI_SMBUS_RD_BYTE;
303 arg[2].Integer.Value = *c;
307 arg[0].Integer.Value = ACPI_SMBUS_RD_WORD;
308 arg[2].Integer.Value = *c;
312 arg[0].Integer.Value = ACPI_SMBUS_RD_BLOCK;
313 arg[2].Integer.Value = *c
    [all...]
vald_acpi.c 327 Arg[i].Integer.Value = 0;
330 Arg[0].Integer.Value = 0xfe00;
331 Arg[1].Integer.Value = reg;
332 Arg[2].Integer.Value = 0;
354 *result = PrtElement->Integer.Value;
358 *value = PrtElement->Integer.Value;
385 Arg[i].Integer.Value = 0;
388 Arg[0].Integer.Value = 0xff00;
389 Arg[1].Integer.Value = reg;
390 Arg[2].Integer.Value = value
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
uthex.c 63 * PARAMETERS: Integer - Contains the hex digit
65 * integer (multiple of 4)
75 UINT64 Integer,
80 AcpiUtShortShiftRight (Integer, Position, &Index);
  /src/sys/external/bsd/acpica/dist/executer/
exoparg1.c 109 /* Create a return object of type Integer */
193 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value);
198 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value);
315 /* Create a return object of type Integer for these opcodes */
328 ReturnDesc->Integer.Value = ~Operand[0]->Integer.Value;
333 ReturnDesc->Integer.Value = Operand[0]->Integer.Value;
336 * Acpi specification describes Integer type as a little
339 for (Temp32 = 0; ReturnDesc->Integer.Value &
    [all...]
exoparg6.c 98 * the match object (Integer/Buffer/String).
245 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) ||
246 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR))
255 Index = Operand[5]->Integer.Value;
265 /* Create an integer for the return value */
305 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value,
311 if (!AcpiExDoMatch ((UINT32) Operand[3]->Integer.Value,
319 ReturnDesc->Integer.Value = Index;
exoparg2.c 120 Value = (UINT32) Operand[1]->Integer.Value;
207 Operand[0]->Integer.Value,
208 Operand[1]->Integer.Value,
209 &ReturnDesc1->Integer.Value,
210 &ReturnDesc2->Integer.Value);
306 ReturnDesc->Integer.Value = AcpiExDoMathOp (
308 Operand[0]->Integer.Value,
309 Operand[1]->Integer.Value);
327 Operand[0]->Integer.Value,
328 Operand[1]->Integer.Value
    [all...]
exoparg3.c 107 Fatal.Type = (UINT32) Operand[0]->Integer.Value;
108 Fatal.Code = (UINT32) Operand[1]->Integer.Value;
109 Fatal.Argument = (UINT32) Operand[2]->Integer.Value;
191 /* Get the Integer values from the objects */
193 Index = Operand[1]->Integer.Value;
194 Length = (ACPI_SIZE) Operand[2]->Integer.Value;
excreate.c 235 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value;
402 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value;
403 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value;
404 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value;
454 ObjDesc->PowerResource.SystemLevel = (UINT8) Operand[1]->Integer.Value;
455 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value;
517 MethodFlags = (UINT8) Operand[1]->Integer.Value;
  /src/sys/external/bsd/drm2/include/linux/
nbsd-namespace-acpi.h 35 #define integer Integer macro
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
25 avail_in: Integer; // number of bytes available at next_in
29 avail_out: Integer; // remaining free space at next_out
39 data_type: Integer; // best guess about the data type: ascii or binary
48 FStrmPos: Integer;
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
134 out OutBuf: Pointer; out OutBytes: Integer);
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
144 OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer);
    [all...]
  /src/sys/arch/m68k/060sp/dist/
readme 52 isp.sa Integer Unimplemented Kernel Module - hex image
53 isp.s Integer Unimplemented Kernel Module - source code
54 isp.doc Integer Unimplemented Kernel Module - on-line doc
56 ilsp.sa Integer Unimplemented Library Module - hex image
57 ilsp.s Integer Unimplemented Library Module - source code
58 ilsp.doc Integer Unimplemented Library Module - on-line doc
  /src/sys/external/bsd/acpica/dist/compiler/
asloperands.c 121 if (Next->Asl.Value.Integer > 15)
165 NumArgs = (UINT8) Next->Asl.Value.Integer;
174 Serialized = (UINT8) Next->Asl.Value.Integer;
187 if (Next->Asl.Value.Integer > 15)
192 Concurrency = (UINT8) Next->Asl.Value.Integer;
204 Next->Asl.Value.Integer = MethodFlags;
247 AccessType = (UINT8) Op->Asl.Value.Integer;
252 FieldOp->Asl.Value.Integer = AccessType;
257 LockRule = (UINT8) Next->Asl.Value.Integer;
263 UpdateRule = (UINT8) Next->Asl.Value.Integer;
    [all...]
aslrestype2e.c 142 Descriptor->ExtAddress64.Granularity = InitializerOp->Asl.Value.Integer;
150 Descriptor->ExtAddress64.Minimum = InitializerOp->Asl.Value.Integer;
158 Descriptor->ExtAddress64.Maximum = InitializerOp->Asl.Value.Integer;
166 Descriptor->ExtAddress64.TranslationOffset = InitializerOp->Asl.Value.Integer;
173 Descriptor->ExtAddress64.AddressLength = InitializerOp->Asl.Value.Integer;
181 Descriptor->ExtAddress64.TypeSpecific = InitializerOp->Asl.Value.Integer;
322 Descriptor->ExtAddress64.Granularity = InitializerOp->Asl.Value.Integer;
330 Descriptor->ExtAddress64.Minimum = InitializerOp->Asl.Value.Integer;
338 Descriptor->ExtAddress64.Maximum = InitializerOp->Asl.Value.Integer;
346 Descriptor->ExtAddress64.TranslationOffset = InitializerOp->Asl.Value.Integer;
    [all...]
aslrestype2.c 98 Descriptor->GenericReg.AddressSpaceId = (UINT8) InitializerOp->Asl.Value.Integer;
105 Descriptor->GenericReg.BitWidth = (UINT8) InitializerOp->Asl.Value.Integer;
112 Descriptor->GenericReg.BitOffset = (UINT8) InitializerOp->Asl.Value.Integer;
119 Descriptor->GenericReg.Address = InitializerOp->Asl.Value.Integer;
126 Descriptor->GenericReg.AccessSize = (UINT8) InitializerOp->Asl.Value.Integer;
271 ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
328 if (InitializerOp->Asl.Value.Integer > ACPI_UINT32_MAX)
334 /* Save the integer and move pointer to the next one */
336 Rover->DwordItem = (UINT32) InitializerOp->Asl.Value.Integer;
454 VendorData[i] = (UINT8) InitializerOp->Asl.Value.Integer;
    [all...]
aslrestype2d.c 139 (UINT32) InitializerOp->Asl.Value.Integer;
141 (UINT32) InitializerOp->Asl.Value.Integer;
151 OptionalFields[0] = (UINT8) InitializerOp->Asl.Value.Integer;
308 (UINT32) InitializerOp->Asl.Value.Integer;
317 (UINT32) InitializerOp->Asl.Value.Integer;
326 (UINT32) InitializerOp->Asl.Value.Integer;
335 (UINT32) InitializerOp->Asl.Value.Integer;
343 (UINT32) InitializerOp->Asl.Value.Integer;
355 OptionalFields[0] = (UINT8) InitializerOp->Asl.Value.Integer;
546 (UINT32) InitializerOp->Asl.Value.Integer;
    [all...]
aslrestype2q.c 151 Descriptor->Address64.Granularity = InitializerOp->Asl.Value.Integer;
159 Descriptor->Address64.Minimum = InitializerOp->Asl.Value.Integer;
167 Descriptor->Address64.Maximum = InitializerOp->Asl.Value.Integer;
175 Descriptor->Address64.TranslationOffset = InitializerOp->Asl.Value.Integer;
182 Descriptor->Address64.AddressLength = InitializerOp->Asl.Value.Integer;
192 OptionalFields[0] = (UINT8) InitializerOp->Asl.Value.Integer;
379 Descriptor->Address64.Granularity = InitializerOp->Asl.Value.Integer;
387 Descriptor->Address64.Minimum = InitializerOp->Asl.Value.Integer;
395 Descriptor->Address64.Maximum = InitializerOp->Asl.Value.Integer;
403 Descriptor->Address64.TranslationOffset = InitializerOp->Asl.Value.Integer;
    [all...]
aslrestype2w.c 151 Descriptor->Address16.Granularity = (UINT16) InitializerOp->Asl.Value.Integer;
159 Descriptor->Address16.Minimum = (UINT16) InitializerOp->Asl.Value.Integer;
167 Descriptor->Address16.Maximum = (UINT16) InitializerOp->Asl.Value.Integer;
175 Descriptor->Address16.TranslationOffset = (UINT16) InitializerOp->Asl.Value.Integer;
182 Descriptor->Address16.AddressLength = (UINT16) InitializerOp->Asl.Value.Integer;
192 OptionalFields[0] = (UINT8) InitializerOp->Asl.Value.Integer;
366 (UINT16) InitializerOp->Asl.Value.Integer;
375 (UINT16) InitializerOp->Asl.Value.Integer;
384 (UINT16) InitializerOp->Asl.Value.Integer;
393 (UINT16) InitializerOp->Asl.Value.Integer;
    [all...]
aslopcodes.c 150 * DESCRIPTION: Extract integer width from the table revision
176 /* Use the revision to set the integer width */
178 AcpiUtSetIntegerWidth ((UINT8) Child->Asl.Value.Integer);
189 * RETURN: Integer width, in bytes. Also sets the node AML opcode to the
190 * optimal integer AML prefix opcode.
192 * DESCRIPTION: Determine the optimal AML encoding of an integer. All leading
193 * zeros can be truncated to squeeze the integer into the
219 * representation of an integer.
225 switch (Op->Asl.Value.Integer)
243 /* Check for table integer width (32 or 64) *
    [all...]
aslrestype1i.c 144 if (InitializerOp->Asl.Value.Integer > 7)
153 (1 << ((UINT8) InitializerOp->Asl.Value.Integer));
220 Descriptor->FixedDma.RequestLines = (UINT16) InitializerOp->Asl.Value.Integer;
227 Descriptor->FixedDma.Channels = (UINT16) InitializerOp->Asl.Value.Integer;
234 Descriptor->FixedDma.Width = (UINT8) InitializerOp->Asl.Value.Integer;
297 (UINT16) InitializerOp->Asl.Value.Integer;
306 (UINT8) InitializerOp->Asl.Value.Integer;
387 (UINT16) InitializerOp->Asl.Value.Integer;
396 (UINT16) InitializerOp->Asl.Value.Integer;
405 (UINT8) InitializerOp->Asl.Value.Integer;
    [all...]
aslrestype1.c 171 Descriptor->Memory24.Minimum = (UINT16) InitializerOp->Asl.Value.Integer;
179 Descriptor->Memory24.Maximum = (UINT16) InitializerOp->Asl.Value.Integer;
187 Descriptor->Memory24.Alignment = (UINT16) InitializerOp->Asl.Value.Integer;
194 Descriptor->Memory24.AddressLength = (UINT16) InitializerOp->Asl.Value.Integer;
277 Descriptor->Memory32.Minimum = (UINT32) InitializerOp->Asl.Value.Integer;
285 Descriptor->Memory32.Maximum = (UINT32) InitializerOp->Asl.Value.Integer;
293 Descriptor->Memory32.Alignment = (UINT32) InitializerOp->Asl.Value.Integer;
301 Descriptor->Memory32.AddressLength = (UINT32) InitializerOp->Asl.Value.Integer;
380 Descriptor->FixedMemory32.Address = (UINT32) InitializerOp->Asl.Value.Integer;
387 Descriptor->FixedMemory32.AddressLength = (UINT32) InitializerOp->Asl.Value.Integer;
    [all...]
aslrestype2s.c 225 SpecifiedLength = (UINT16) BufferOp->Asl.Value.Integer;
240 *VendorData = (UINT8) BufferOp->Asl.Value.Integer;
420 Descriptor->Gpio.PinConfig = (UINT8) InitializerOp->Asl.Value.Integer;
427 Descriptor->Gpio.DebounceTimeout = (UINT16) InitializerOp->Asl.Value.Integer;
448 (UINT8) InitializerOp->Asl.Value.Integer;
488 *InterruptList = (UINT16) InitializerOp->Asl.Value.Integer;
614 Descriptor->Gpio.PinConfig = (UINT8) InitializerOp->Asl.Value.Integer;
621 Descriptor->Gpio.DebounceTimeout = (UINT16) InitializerOp->Asl.Value.Integer;
628 Descriptor->Gpio.DriveStrength = (UINT16) InitializerOp->Asl.Value.Integer;
655 Descriptor->Gpio.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
    [all...]
  /src/sys/external/bsd/acpica/dist/disassembler/
dmopcode.c 203 NotifyValue = (UINT8) NextOp->Asl.Value.Integer;
474 Flags = (UINT8) Op->Common.Value.Integer;
523 Flags = (UINT8) Op->Common.Value.Integer;
596 AcpiDmAddressSpace ((UINT8) Op->Common.Value.Integer);
656 if (((UINT32) Op->Common.Value.Integer) > ACPI_MAX_MATCH_OPCODE)
663 AcpiGbl_MatchOps[(ACPI_SIZE) Op->Common.Value.Integer]);
770 AcpiOsPrintf ("0x%2.2X", (UINT32) Op->Common.Value.Integer);
777 AcpiDmDecompressEisaId ((UINT32) Op->Common.Value.Integer);
781 AcpiOsPrintf ("0x%4.4X", (UINT32) Op->Common.Value.Integer);
789 AcpiDmDecompressEisaId ((UINT32) Op->Common.Value.Integer);
    [all...]
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsobject.c 241 ByteListLength = (UINT32) ByteList->Common.Value.Integer;
438 * We mark the integer with a flag that indicates that it started
449 ObjDesc->Integer.Value = 0;
454 ObjDesc->Integer.Value = 1;
459 ObjDesc->Integer.Value = ACPI_UINT64_MAX;
468 ObjDesc->Integer.Value = ACPI_CA_VERSION;
482 ObjDesc->Integer.Value = Op->Common.Value.Integer;
490 ACPI_FORMAT_UINT64 (Op->Common.Value.Integer),
491 (UINT32) ObjDesc->Integer.Value))
    [all...]

Completed in 329 milliseconds

1 2 3 4 5 6