Searched refs:OUT (Results 226 - 250 of 587) sorted by relevance

1234567891011>>

/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defipciio.h37 OUT UINT64 *Result
48 IN OUT VOID *Buffer
63 IN OUT VOID *Buffer
96 IN OUT UINTN *NumberOfBytes,
97 OUT EFI_PHYSICAL_ADDRESS *DeviceAddress,
98 OUT VOID **Mapping
115 OUT VOID **HostAddress,
137 OUT UINTN *SegmentNumber,
138 OUT UINTN *BusNumber,
139 OUT UINT
[all...]
H A Defiser.h86 OUT UINT32 *Control
93 IN OUT UINTN *BufferSize,
101 IN OUT UINTN *BufferSize,
102 OUT VOID *Buffer
H A Definet.h246 IN OUT UINTN *StatisticsSize OPTIONAL,
247 OUT EFI_NETWORK_STATISTICS *StatisticsTable OPTIONAL
259 OUT EFI_MAC_ADDRESS *MAC
272 IN OUT VOID *Buffer
282 OUT UINT32 *InterruptStatus OPTIONAL,
283 OUT VOID **TxBuf OPTIONAL
308 OUT UINTN *HeaderSize OPTIONAL,
309 IN OUT UINTN *BufferSize,
310 OUT VOID *Buffer,
311 OUT EFI_MAC_ADDRES
[all...]
H A Defilib.h146 IN OUT EFI_TABLE_HEADER *Hdr
152 IN OUT EFI_TABLE_HEADER *Hdr
158 IN OUT EFI_TABLE_HEADER *Hdr
165 IN OUT EFI_TABLE_HEADER *Hdr
319 OUT UINTN *Remainder OPTIONAL
324 IN OUT FLOCK *Lock,
376 OUT CHAR16 *InStr,
385 OUT CHAR16 *InStr,
403 OUT CHAR16 *Str,
411 OUT CHAR1
[all...]
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dlock.c25 IN OUT FLOCK *Lock,
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DPciIo.h134 OUT UINT64 *Result
165 IN OUT VOID *Buffer
198 IN OUT VOID *Buffer
271 IN OUT UINTN *NumberOfBytes,
272 OUT EFI_PHYSICAL_ADDRESS *DeviceAddress,
273 OUT VOID **Mapping
320 OUT VOID **HostAddress,
378 OUT UINTN *SegmentNumber,
379 OUT UINTN *BusNumber,
380 OUT UINT
[all...]
H A DSimpleNetwork.h362 IN OUT UINTN *StatisticsSize OPTIONAL,
363 OUT EFI_NETWORK_STATISTICS *StatisticsTable OPTIONAL
393 OUT EFI_MAC_ADDRESS *MAC
423 IN OUT VOID *Buffer
455 OUT UINT32 *InterruptStatus OPTIONAL,
456 OUT VOID **TxBuf OPTIONAL
540 OUT UINTN *HeaderSize OPTIONAL,
541 IN OUT UINTN *BufferSize,
542 OUT VOID *Buffer,
543 OUT EFI_MAC_ADDRES
[all...]
/external/clang/test/CodeGen/
H A Darm-swiftcall.c7 #define OUT __attribute__((swift_indirect_result)) macro
15 SWIFTCALL void indirect_result_1(OUT int *arg0, OUT float *arg1) {}
19 SWIFTCALL int indirect_result_2(OUT int *arg0, OUT float *arg1) { __builtin_unreachable(); }
23 SWIFTCALL struct_reallybig indirect_result_3(OUT int *arg0, OUT float *arg1) { __builtin_unreachable(); }
/external/webrtc/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.h42 OUT HRESULT * pHr,
46 HRESULT GetMediaType (IN int iPos, OUT CMediaType * pmt);
58 OUT HRESULT * phr,
87 STDMETHODIMP GetClassID ( OUT CLSID * pCLSID);
90 static CUnknown * CreateInstance (IN LPUNKNOWN punk, OUT HRESULT * phr);
/external/syslinux/gpxe/src/include/gpxe/efi/Pi/
H A DPiDxeCis.h225 IN OUT EFI_PHYSICAL_ADDRESS *BaseAddress,
299 OUT EFI_GCD_MEMORY_SPACE_DESCRIPTOR *Descriptor
348 OUT UINTN *NumberOfDescriptors,
349 OUT EFI_GCD_MEMORY_SPACE_DESCRIPTOR **MemorySpaceMap
415 IN OUT EFI_PHYSICAL_ADDRESS *BaseAddress,
491 OUT EFI_GCD_IO_SPACE_DESCRIPTOR *Descriptor
512 OUT UINTN *NumberOfDescriptors,
513 OUT EFI_GCD_IO_SPACE_DESCRIPTOR **IoSpaceMap
599 OUT EFI_HANDLE *FirmwareVolumeHandle
/external/vogar/test/vogar/testing/
H A DInterceptOutputStreamsTest.java40 public InterceptOutputStreams iosRule = new InterceptOutputStreams(Stream.OUT, Stream.ERR);
44 System.out.println("Before Tests OUT");
50 System.out.println("After Tests OUT");
52 assertTrue(iosRule.contents(Stream.OUT).endsWith("\nAfter Tests OUT\n"));
59 final InterceptOutputStreams ios = new InterceptOutputStreams(Stream.OUT, Stream.ERR);
66 assertEquals("Hello\n", ios.contents(Stream.OUT));
70 assertEquals("Before Tests OUT\n", iosRule.contents(Stream.OUT));
76 ios.contents(Stream.OUT);
[all...]
/external/boringssl/src/crypto/fipsmodule/rand/asm/
H A Drdrand-x86_64.pl14 # OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
25 open OUT,"| \"$^X\" $xlate $flavour $output";
26 *STDOUT=*OUT;
/external/libvncserver/libvncserver/
H A Dtableinittctemplate.c6 * translate.c, each time with a different definition of the macro OUT.
7 * For each value of OUT, this file defines two functions for initialising
37 #if !defined(OUT)
42 #define OUT_T CONCAT3E(uint,OUT,_t)
43 #define SwapOUT(x) CONCAT2E(Swap,OUT(x))
45 CONCAT2E(rfbInitTrueColourSingleTable,OUT)
46 #define rfbInitTrueColourRGBTablesOUT CONCAT2E(rfbInitTrueColourRGBTables,OUT)
47 #define rfbInitOneRGBTableOUT CONCAT2E(rfbInitOneRGBTable,OUT)
84 #if (OUT != 8)
130 #if (OUT !
[all...]
H A Dtabletranstemplate.c5 * translate.c, each time with different definitions of the macros IN and OUT.
7 * For each pair of values IN and OUT, this file defines two functions for
37 #if !defined(IN) || !defined(OUT)
43 #define OUT_T CONCAT3E(uint,OUT,_t)
45 CONCAT4E(rfbTranslateWithSingleTable,IN,to,OUT)
47 CONCAT4E(rfbTranslateWithRGBTables,IN,to,OUT)
/external/strace/tests/
H A Dmmap.test29 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
56 sed -n "/^$mmap(NULL, 0, PROT_NONE,/,\$p" < "$LOG" > "$OUT"
57 match_diff "$OUT" "$EXP"
/external/strace/tests-m32/
H A Dmmap.test29 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
56 sed -n "/^$mmap(NULL, 0, PROT_NONE,/,\$p" < "$LOG" > "$OUT"
57 match_diff "$OUT" "$EXP"
/external/strace/tests-mx32/
H A Dmmap.test29 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
56 sed -n "/^$mmap(NULL, 0, PROT_NONE,/,\$p" < "$LOG" > "$OUT"
57 match_diff "$OUT" "$EXP"
/external/syslinux/core/
H A Dlstadjust.pl17 open(OUT, "> $outfile\0")
56 print OUT $line, "\n";
/external/syslinux/efi32/include/efi/
H A Defiser.h86 OUT UINT32 *Control
93 IN OUT UINTN *BufferSize,
101 IN OUT UINTN *BufferSize,
102 OUT VOID *Buffer
H A Definet.h246 IN OUT UINTN *StatisticsSize OPTIONAL,
247 OUT EFI_NETWORK_STATISTICS *StatisticsTable OPTIONAL
259 OUT EFI_MAC_ADDRESS *MAC
272 IN OUT VOID *Buffer
282 OUT UINT32 *InterruptStatus OPTIONAL,
283 OUT VOID **TxBuf OPTIONAL
308 OUT UINTN *HeaderSize OPTIONAL,
309 IN OUT UINTN *BufferSize,
310 OUT VOID *Buffer,
311 OUT EFI_MAC_ADDRES
[all...]
H A Defilib.h146 IN OUT EFI_TABLE_HEADER *Hdr
152 IN OUT EFI_TABLE_HEADER *Hdr
158 IN OUT EFI_TABLE_HEADER *Hdr
165 IN OUT EFI_TABLE_HEADER *Hdr
319 OUT UINTN *Remainder OPTIONAL
324 IN OUT FLOCK *Lock,
376 OUT CHAR16 *InStr,
385 OUT CHAR16 *InStr,
403 OUT CHAR16 *Str,
411 OUT CHAR1
[all...]
/external/syslinux/efi64/include/efi/
H A Defiser.h86 OUT UINT32 *Control
93 IN OUT UINTN *BufferSize,
101 IN OUT UINTN *BufferSize,
102 OUT VOID *Buffer
H A Definet.h246 IN OUT UINTN *StatisticsSize OPTIONAL,
247 OUT EFI_NETWORK_STATISTICS *StatisticsTable OPTIONAL
259 OUT EFI_MAC_ADDRESS *MAC
272 IN OUT VOID *Buffer
282 OUT UINT32 *InterruptStatus OPTIONAL,
283 OUT VOID **TxBuf OPTIONAL
308 OUT UINTN *HeaderSize OPTIONAL,
309 IN OUT UINTN *BufferSize,
310 OUT VOID *Buffer,
311 OUT EFI_MAC_ADDRES
[all...]
H A Defilib.h146 IN OUT EFI_TABLE_HEADER *Hdr
152 IN OUT EFI_TABLE_HEADER *Hdr
158 IN OUT EFI_TABLE_HEADER *Hdr
165 IN OUT EFI_TABLE_HEADER *Hdr
319 OUT UINTN *Remainder OPTIONAL
324 IN OUT FLOCK *Lock,
376 OUT CHAR16 *InStr,
385 OUT CHAR16 *InStr,
403 OUT CHAR16 *Str,
411 OUT CHAR1
[all...]
/external/ImageMagick/scripts/
H A Dformat_c_api_docs240 open( OUT, ">$outfile" ) || die("Failed to open \"$outfile\" for write\n" );
314 print( OUT $_ );
481 open( OUT, ">$outfile" ) || die("Failed to open \"$outfile\" for write\n" );
484 print( OUT head1("NAME") );
487 print( OUT "${base} - Unknown\n\n" );
489 print( OUT "${base} - $whatis{$base}\n\n" );
493 print( OUT head1("SYNOPSIS") );
500 print( OUT $synopsis, "\n\n" );
505 print( OUT head1("FUNCTION DESCRIPTIONS") );
516 print( OUT startlis
[all...]

Completed in 1276 milliseconds

1234567891011>>