Searched refs:UINT16 (Results 26 - 50 of 76) sorted by relevance

1234

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutcache.c144 UINT16 ObjectSize,
145 UINT16 MaxDepth,
H A Dutxfmutex.c226 UINT16 Timeout)
H A Dutdelete.c478 UINT16 Count;
479 UINT16 NewCount;
593 UINT16 Action)
H A Dutresrc.c859 UINT16
884 ResourceLength = (UINT16) (ACPI_GET8 (Aml) &
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacinterp.h308 UINT16 Opcode,
315 UINT16 Opcode,
322 UINT16 Opcode,
390 UINT16 Timeout,
460 UINT16 Timeout);
465 UINT16 Timeout);
560 UINT16 Opcode,
H A Dacobject.h157 UINT16 ReferenceCount; /* For object deletion management */\
256 UINT16 AcquisitionDepth; /* Allow multiple Acquires, same thread */
409 UINT16 ResourceLength;
H A Dacresrc.h387 UINT16 ItemCount,
392 UINT16 Mask,
395 UINT16
H A Dacmacros.h126 #define ACPI_GET16(ptr) *ACPI_CAST_PTR (UINT16, ptr)
130 #define ACPI_SET16(ptr) *ACPI_CAST_PTR (UINT16, ptr)
216 #define ACPI_MOVE_16_TO_16(d, s) *(UINT16 *)(void *)(d) = *(UINT16 *)(void *)(s)
217 #define ACPI_MOVE_16_TO_32(d, s) *(UINT32 *)(void *)(d) = *(UINT16 *)(void *)(s)
218 #define ACPI_MOVE_16_TO_64(d, s) *(UINT64 *)(void *)(d) = *(UINT16 *)(void *)(s)
H A Dacstruct.h155 UINT16 Opcode; /* Current AML opcode */
H A Dacdispat.h290 UINT16 Opcode,
392 UINT16 Opcode,
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsdump.c144 UINT16 Value);
162 UINT16 Length,
167 UINT16 Length,
168 UINT16 *Data);
648 *(ACPI_CAST_INDIRECT_PTR (UINT16, Target)));
914 UINT16 Value)
959 UINT16 Length,
1004 UINT16 Length,
1005 UINT16 *Data)
1007 UINT16
[all...]
/haiku-fatelf/src/add-ons/media/plugins/aiff_reader/
H A Daiff_reader.cpp44 #define UINT16(a) ((uint16)B_BENDIAN_TO_HOST_INT16((a))) macro
179 TRACE(" channel_count %d\n", UINT16(comm.channel_count));
181 TRACE(" bits_per_sample %d\n", UINT16(comm.bits_per_sample));
187 fChannelCount = UINT16(comm.channel_count);
191 fValidBitsPerSample = UINT16(comm.bits_per_sample);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devgpeinit.c205 RegisterCount0 = (UINT16) (AcpiGbl_FADT.Gpe0BlockLength / 2);
227 RegisterCount1 = (UINT16) (AcpiGbl_FADT.Gpe1BlockLength / 2);
H A Devglock.c301 UINT16 Timeout)
H A Devmisc.c247 Info->Notify.Value = (UINT16) NotifyValue;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsxface.c142 UINT16 Action);
496 UINT16 Action)
H A Dpsparse.c179 UINT16
184 UINT16 Opcode;
188 Opcode = (UINT16) ACPI_GET8 (Aml);
195 Opcode = (UINT16) ((Opcode << 8) | ACPI_GET8 (Aml));
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddswscope.c220 ScopeInfo->Common.Value = (UINT16) Type;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbfadt.c153 UINT16 Address64;
154 UINT16 Address32;
155 UINT16 Length;
233 UINT16 Source;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexconvrt.c133 UINT16 Base,
393 UINT16 Base,
520 UINT16 Base = 16;
H A Dexregion.c336 ACPI_SET16 (LogicalAddrPtr) = (UINT16) *Value;
455 UINT16 PciRegister;
474 PciRegister = (UINT16) (UINT32) Address;
H A Dexmisc.c512 UINT16 Opcode,
616 UINT16 Opcode,
686 UINT16 Opcode,
H A Dexmutex.c251 UINT16 Timeout,
362 Status = AcpiExAcquireMutexObject ((UINT16) TimeDesc->Integer.Value,
H A Dexresop.c219 UINT16 Opcode,
230 UINT16 TargetOp = 0;
/haiku-fatelf/headers/libs/jpeg/
H A Djpeglib.h98 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
370 UINT16 X_density; /* Horizontal pixel density */
371 UINT16 Y_density; /* Vertical pixel density */
588 UINT16 X_density; /* Horizontal pixel density */
589 UINT16 Y_density; /* Vertical pixel density */

Completed in 398 milliseconds

1234