| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | libgcc.texi | 57 @deftypefn {Runtime Function} int __ashlsi3 (int @var{a}, int @var{b}) 58 @deftypefnx {Runtime Function} long __ashldi3 (long @var{a}, int @var{b}) 59 @deftypefnx {Runtime Function} {long long} __ashlti3 (long long @var{a}, int @var{b}) 63 @deftypefn {Runtime Function} int __ashrsi3 (int @var{a}, int @var{b}) 64 @deftypefnx {Runtime Function} long __ashrdi3 (long @var{a}, int @var{b}) 65 @deftypefnx {Runtime Function} {long long} __ashrti3 (long long @var{a}, int @var{b}) 70 @deftypefn {Runtime Function} int __divsi3 (int @var{a}, int @var{b}) 71 @deftypefnx {Runtime Function} long __divdi3 (long @var{a}, long @var{b}) 72 @deftypefnx {Runtime Function} {long long} __divti3 (long long @var{a}, long long @var{b}) 77 @deftypefn {Runtime Function} int __lshrsi3 (int @var{a}, int @var{b}) [all …]
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/executer/ |
| H A D | exregion.c | 181 UINT32 Function, in AcpiExSystemMemorySpaceHandler() argument 361 BitWidth, Function, ACPI_FORMAT_UINT64 (Address))); in AcpiExSystemMemorySpaceHandler() 371 switch (Function) in AcpiExSystemMemorySpaceHandler() 468 UINT32 Function, in AcpiExSystemIoSpaceHandler() argument 484 BitWidth, Function, ACPI_FORMAT_UINT64 (Address))); in AcpiExSystemIoSpaceHandler() 488 switch (Function) in AcpiExSystemIoSpaceHandler() 533 UINT32 Function, in AcpiExPciConfigSpaceHandler() argument 566 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device, in AcpiExPciConfigSpaceHandler() 567 PciId->Function, PciRegister)); in AcpiExPciConfigSpaceHandler() 569 switch (Function) in AcpiExPciConfigSpaceHandler() [all …]
|
| H A D | exserial.c | 297 UINT32 Function; in AcpiExReadSerialBus() local 321 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16); in AcpiExReadSerialBus() 327 Function = ACPI_READ; in AcpiExReadSerialBus() 353 Function = ACPI_READ | (AccessorType << 16); in AcpiExReadSerialBus() 359 Function = ACPI_READ; in AcpiExReadSerialBus() 381 ACPI_CAST_PTR (UINT64, BufferDesc->Buffer.Pointer), Function); in AcpiExReadSerialBus() 415 UINT32 Function; in AcpiExWriteSerialBus() local 454 Function = ACPI_WRITE | (ObjDesc->Field.Attribute << 16); in AcpiExWriteSerialBus() 460 Function = ACPI_WRITE; in AcpiExWriteSerialBus() 478 Function = ACPI_WRITE | (AccessorType << 16); in AcpiExWriteSerialBus() [all …]
|
| /dflybsd-src/sys/dev/disk/mpt/mpilib/ |
| H A D | mpi_fc.h | 92 U8 Function; /* 03h */ member 119 U8 Function; /* 03h */ member 181 U8 Function; /* 03h */ member 208 U8 Function; /* 03h */ member 230 U8 Function; /* 03h */ member 250 U8 Function; /* 03h */ member 271 U8 Function; /* 03h */ member 292 U8 Function; /* 03h */ member 313 U8 Function; /* 03h */ member 336 U8 Function; /* 03h */ member [all …]
|
| H A D | mpi_tool.h | 79 U8 Function; /* 03h */ member 100 U8 Function; /* 03h */ member 129 U8 Function; /* 03h */ member 148 U8 Function; /* 03h */ member 183 U8 Function; /* 03h */ member 250 U8 Function; /* 03h */ member 278 U8 Function; /* 03h */ member 303 U8 Function; /* 03h */ member 331 U8 Function; /* 03h */ member 353 U8 Function; /* 03h */ member [all …]
|
| H A D | mpi_targ.h | 120 U8 Function; /* 03h */ member 145 U8 Function; /* 03h */ member 162 U8 Function; /* 03h */ member 180 U8 Function; /* 03h */ member 216 U8 Function; /* 03h */ member 238 U8 Function; /* 03h */ member 261 U8 Function; /* 03h */ member 363 U8 Function; /* 03h */ member 387 U8 Function; /* 03h */ member 411 U8 Function; /* 03h */ member [all …]
|
| H A D | mpi_lan.h | 80 U8 Function; /* 03h */ member 94 U8 Function; /* 03h */ member 114 U8 Function; /* 03h */ member 129 U8 Function; /* 03h */ member 152 U8 Function; /* 03h */ member 165 U8 Function; /* 03h */ member
|
| H A D | mpi_raid.h | 90 U8 Function; /* 03h */ member 164 U8 Function; /* 03h */ member 206 U8 Function; /* 03h */ member 229 U8 Function; /* 03h */ member 254 U8 Function; member 271 U8 Function; /* 03h */ member
|
| H A D | mpi_sas.h | 132 U8 Function; /* 03h */ member 160 U8 Function; /* 03h */ member 186 U8 Function; /* 03h */ member 223 U8 Function; /* 03h */ member 250 U8 Function; /* 03h */ member 292 U8 Function; /* 03h */ member
|
| H A D | mpi_ioc.h | 175 U8 Function; /* 03h */ member 223 U8 Function; /* 03h */ member 245 U8 Function; /* 02h */ member 271 U8 Function; /* 03h */ member 356 U8 Function; /* 03h */ member 368 U8 Function; /* 03h */ member 415 U8 Function; /* 03h */ member 427 U8 Function; /* 03h */ member 454 U8 Function; /* 03h */ member 467 U8 Function; /* 03h */ member [all …]
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/events/ |
| H A D | evrgnini.c | 180 UINT32 Function, in AcpiEvSystemMemoryRegionSetup() argument 192 if (Function == ACPI_REGION_DEACTIVATE) in AcpiEvSystemMemoryRegionSetup() 249 UINT32 Function, in AcpiEvIoSpaceRegionSetup() argument 256 if (Function == ACPI_REGION_DEACTIVATE) in AcpiEvIoSpaceRegionSetup() 289 UINT32 Function, in AcpiEvPciConfigRegionSetup() argument 319 if (Function == ACPI_REGION_DEACTIVATE) in AcpiEvPciConfigRegionSetup() 441 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup() 560 UINT32 Function, in AcpiEvPciBarRegionSetup() argument 591 UINT32 Function, in AcpiEvCmosRegionSetup() argument 622 UINT32 Function, in AcpiEvDataTableRegionSetup() argument [all …]
|
| H A D | evregion.c | 261 UINT32 Function, in AcpiEvAddressSpaceDispatch() argument 443 Status = Handler (Function, Address, BitWidth, Value, Context, in AcpiEvAddressSpaceDispatch() 717 UINT32 Function) in AcpiEvExecuteRegMethod() argument 767 if ((Function == ACPI_REG_CONNECT && in AcpiEvExecuteRegMethod() 769 (Function == ACPI_REG_DISCONNECT && in AcpiEvExecuteRegMethod() 805 Args[1] = AcpiUtCreateIntegerObject ((UINT64) Function); in AcpiEvExecuteRegMethod() 827 if (Function == ACPI_REG_CONNECT) in AcpiEvExecuteRegMethod() 864 UINT32 Function) in AcpiEvExecuteRegMethods() argument 886 Info.Function = Function; in AcpiEvExecuteRegMethods() 982 Status = AcpiEvExecuteRegMethod (ObjDesc, Info->Function); in AcpiEvRegRun()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/tools/acpiexec/ |
| H A D | aeregion.c | 176 UINT32 Function, in AeRegionHandler() argument 269 switch (Function & ACPI_IO_MASK) in AeRegionHandler() 331 Status = AcpiExGetProtocolBufferLength ((Function >> 16), &Length); in AeRegionHandler() 335 (Function >> 16)); in AeRegionHandler() 352 (Function & ACPI_IO_MASK) ? "Write" : "Read ", in AeRegionHandler() 353 (UINT32) (Function >> 16), in AeRegionHandler() 400 (Function & ACPI_IO_MASK) ? "Write" : "Read ", in AeRegionHandler() 401 (UINT32) (Function >> 16), (UINT32) Address, (UINT32) BaseAddress, in AeRegionHandler() 437 (Function & ACPI_IO_MASK) ? "Write" : "Read ", in AeRegionHandler() 465 (Function & ACPI_IO_MASK) ? "Write" : "Read "); in AeRegionHandler() [all …]
|
| /dflybsd-src/sys/dev/raid/mpr/mpi/ |
| H A D | mpi2_tool.h | 107 U8 Function; /* 0x03 */ member 130 U8 Function; /* 0x03 */ member 174 U8 Function; /* 0x03 */ member 195 U8 Function; /* 0x03 */ member 236 U8 Function; /* 0x03 */ member 283 U8 Function; /* 0x03 */ member 312 U8 Function; /* 0x03 */ member 343 U8 Function; /* 0x03 */ member 370 U8 Function; /* 0x03 */ member 393 U8 Function; /* 0x03 */ member [all …]
|
| H A D | mpi2_targ.h | 98 U8 Function; /* 0x03 */ member 135 U8 Function; /* 0x03 */ member 158 U8 Function; /* 0x03 */ member 246 U8 Function; /* 0x03 */ member 350 U8 Function; /* 0x03 */ member 462 U8 Function; /* 0x03 */ member 536 U8 Function; /* 0x03 */ member 563 U8 Function; /* 0x03 */ member 595 U8 Function; /* 0x03 */ member
|
| H A D | mpi2_sas.h | 146 U8 Function; /* 0x03 */ member 173 U8 Function; /* 0x03 */ member 215 U8 Function; /* 0x03 */ member 248 U8 Function; /* 0x03 */ member 280 U8 Function; /* 0x03 */ member 338 U8 Function; /* 0x03 */ member
|
| H A D | mpi2_ioc.h | 230 U8 Function; /* 0x03 */ member 301 U8 Function; /* 0x03 */ member 324 U8 Function; /* 0x03 */ member 340 U8 Function; /* 0x03 */ member 448 U8 Function; /* 0x03 */ member 463 U8 Function; /* 0x03 */ member 499 U8 Function; /* 0x03 */ member 516 U8 Function; /* 0x03 */ member 542 U8 Function; /* 0x03 */ member 565 U8 Function; /* 0x03 */ member [all …]
|
| /dflybsd-src/sys/contrib/dev/acpica/source/include/ |
| H A D | acevents.h | 394 UINT32 Function, 414 UINT32 Function); 419 UINT32 Function); 428 UINT32 Function, 435 UINT32 Function, 442 UINT32 Function, 449 UINT32 Function, 456 UINT32 Function, 463 UINT32 Function, 470 UINT32 Function,
|
| H A D | acoutput.h | 441 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \ argument 445 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \ 472 #define ACPI_TRACE_ENTRY(Name, Function, Type, Param) \ argument 474 Function (ACPI_DEBUG_PARAMETERS, (Type) (Param)) 518 #define ACPI_TRACE_EXIT(Function, Type, Param) \ argument 521 Function (ACPI_DEBUG_PARAMETERS, _Param); \ 527 #define ACPI_TRACE_EXIT(Function, Type, Param) \ argument 529 Function (ACPI_DEBUG_PARAMETERS, (Type) (Param)); \
|
| /dflybsd-src/sys/dev/raid/mps/mpi/ |
| H A D | mpi2_tool.h | 88 U8 Function; /* 0x03 */ member 111 U8 Function; /* 0x03 */ member 144 U8 Function; /* 0x03 */ member 165 U8 Function; /* 0x03 */ member 206 U8 Function; /* 0x03 */ member 249 U8 Function; /* 0x03 */ member 278 U8 Function; /* 0x03 */ member 309 U8 Function; /* 0x03 */ member 336 U8 Function; /* 0x03 */ member 369 U8 Function; /* 0x03 */ member [all …]
|
| H A D | mpi2_sas.h | 127 U8 Function; /* 0x03 */ member 154 U8 Function; /* 0x03 */ member 185 U8 Function; /* 0x03 */ member 217 U8 Function; /* 0x03 */ member 247 U8 Function; /* 0x03 */ member 301 U8 Function; /* 0x03 */ member
|
| H A D | mpi2_targ.h | 77 U8 Function; /* 0x03 */ member 112 U8 Function; /* 0x03 */ member 135 U8 Function; /* 0x03 */ member 223 U8 Function; /* 0x03 */ member 327 U8 Function; /* 0x03 */ member 401 U8 Function; /* 0x03 */ member 428 U8 Function; /* 0x03 */ member 458 U8 Function; /* 0x03 */ member
|
| H A D | mpi2_ioc.h | 159 U8 Function; /* 0x03 */ member 215 U8 Function; /* 0x03 */ member 238 U8 Function; /* 0x03 */ member 254 U8 Function; /* 0x03 */ member 350 U8 Function; /* 0x03 */ member 365 U8 Function; /* 0x03 */ member 400 U8 Function; /* 0x03 */ member 417 U8 Function; /* 0x03 */ member 443 U8 Function; /* 0x03 */ member 466 U8 Function; /* 0x03 */ member [all …]
|
| /dflybsd-src/contrib/mpfr/doc/ |
| H A D | mpfr.info | 56 * Function and Type Index:: 757 -- Function: void mpfr_init2 (mpfr_t X, mpfr_prec_t PREC) 769 -- Function: void mpfr_inits2 (mpfr_prec_t PREC, mpfr_t X, ...) 777 -- Function: void mpfr_clear (mpfr_t X) 782 -- Function: void mpfr_clears (mpfr_t X, ...) 800 -- Function: void mpfr_init (mpfr_t X) 809 -- Function: void mpfr_inits (mpfr_t X, ...) 847 -- Function: void mpfr_set_default_prec (mpfr_prec_t PREC) 860 -- Function: mpfr_prec_t mpfr_get_default_prec (void) 883 -- Function: void mpfr_set_prec (mpfr_t X, mpfr_prec_t PREC) [all …]
|
| /dflybsd-src/contrib/gdb-7/gdb/python/lib/gdb/function/ |
| H A D | strfns.py | 23 class _MemEq(gdb.Function): 48 class _StrLen(gdb.Function): 65 class _StrEq(gdb.Function): 85 class _RegEx(gdb.Function):
|