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

1 2

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
rz-smarc-common.dtsi 16 * amixer cset name='Left Input Mixer L2 Switch' on
17 * amixer cset name='Right Input Mixer R2 Switch' on
20 * amixer cset name='Input PGA Volume' 25
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/dataflow/
DataFlow.cpp 14 // It executes the fuzz target on the given input while monitoring the
17 // The output shows which functions depend on which bytes of the input.
46 // "FN xxxxxxxxxx": tells what bytes of the input does the function N depend on.
48 // depends on the input length.
132 const char *Input = argv[3];
133 fprintf(stderr, "INFO: reading '%s'\n", Input);
134 FILE *In = fopen(Input, "r");
145 fprintf(stderr, "INFO: running '%s'\n", Input);
  /src/sys/external/bsd/gnu-efi/dist/lib/
console.c 35 Input (
40 // Input a string at the current cursor location, for StrLen
59 // Input a string at the current cursor location, for StrLen
75 DEBUG((D_ERROR, "Input: error return from ReadKey %x\n", Status));
print.c 83 // Input
1541 Input (L"", ReturnStr, sizeof(ReturnStr)/sizeof(CHAR16));
  /src/tests/usr.bin/indent/
t_misc.sh 28 # Tests for indent that do not follow the input-profile-output scheme that is
176 warning: Standard Input:5: Reached internal limit of 20 struct levels
177 warning: Standard Input:6: Reached internal limit of 20 struct levels
178 warning: Standard Input:6: Reached internal limit of 20 struct levels
179 warning: Standard Input:6: Reached internal limit of 20 struct levels
180 warning: Standard Input:6: Reached internal limit of 20 struct levels
  /src/sys/external/bsd/acpica/dist/compiler/
cvcompiler.c 165 * c1 Current input
267 * appeared in the original source input to retain the original
811 * PARAMETERS: Input - Input character
815 * DESCRIPTION: Take the given input. If this character is
823 char Input)
826 if (Input != ' ')
831 switch (Input)
dtparser.tab.c 75 * Module Name: dtparser.y - Bison input file for table compiler parser
1529 YYDPRINTF ((stderr, "Now at end of input.\n"));
1871 /* Return failure if at end of input. */
2085 "**** Input expression: %s (Base 16)\n", ExprString);
2087 /* Point lexer to the input string */
2096 /* Parse/Evaluate the input string (value returned in DtParserResult) */
prparser.tab.c 75 * Module Name: prparser.y - Bison input file for preprocessor parser
1532 YYDPRINTF ((stderr, "Now at end of input.\n"));
1881 /* Return failure if at end of input. */
2096 "**** Input expression: %s\n", ExprString);
2098 /* Point lexer to the input string */
2107 /* Parse/Evaluate the input string (value returned in PrParserResult) */
  /src/sys/arch/prep/include/
residual.h 163 Input = 0x02,
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
da850-lego-ev3.dts 10 #include <dt-bindings/input/linux-event-codes.h>
136 * the sensor (input) ports, the motor (output) ports and the A/DC.
271 /* Input port 1 */
425 input;
451 input;
pxa3xx.dtsi 94 * Input 0 X(0) X(0) X(0) 0
vexpress-v2p-ca15_a7.dts 513 /* Input port #3 is for ITM, not supported here */
ste-ux500-samsung-codina.dts 23 #include <dt-bindings/input/input.h>
407 * GPIO130 will be set to input no pull-up resulting in a resistor
856 /* Input, no pull-up is the default state for pins used for an alt function */
ste-ux500-samsung-gavini.dts 12 #include <dt-bindings/input/input.h>
607 /* Input, no pull-up is the default state for pins used for an alt function */
ste-ux500-samsung-janice.dts 12 #include <dt-bindings/input/input.h>
669 /* Input, no pull-up is the default state for pins used for an alt function */
rk3288.dtsi 760 * *_VIP VIP:Video Input Processor
  /src/common/dist/zlib/os400/
zlib.inc 94 D zs_next_in * Next input byte
454 D in * value procptr Input function
455 D in_desc * value Input descriptor
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
FuzzerUnittest.cpp 401 // insert on an input of size `MaxSize`. Performing an insert in this case
641 static void Merge(const std::string &Input,
646 EXPECT_TRUE(M.Parse(Input, true));
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
meson-gx.dtsi 653 /* VPU VENC Input */
  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 513 Input (
  /src/sys/external/isc/libsodium/dist/src/
Makefile.in 145 # Read a list of newline-separated strings from the standard input,
146 # and print each of them once, without duplicates. Input order is
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/
Makefile.in 203 # Read a list of newline-separated strings from the standard input,
204 # and print each of them once, without duplicates. Input order is
  /src/sys/external/isc/libsodium/dist/test/
Makefile.in 145 # Read a list of newline-separated strings from the standard input,
146 # and print each of them once, without duplicates. Input order is
  /src/sys/external/isc/libsodium/dist/
Makefile.in 179 # Read a list of newline-separated strings from the standard input,
180 # and print each of them once, without duplicates. Input order is
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 608 # INPUT *************************************************************** #
848 # INPUT *************************************************************** #
1129 # INPUT *************************************************************** #
1272 lea FP_SRC(%a6),%a0 # pass ptr to input
1277 # input is an UNNORM, then convert it to a NORM, DENORM, or ZERO.
1435 # If the input operand to this operation was opclass two and a single
2397 # INPUT *************************************************************** #
3088 # INPUT *************************************************************** #
3101 # input operand in the fsave frame may be incorrect for some cases #
3278 # INPUT *************************************************************** #
    [all...]

Completed in 33 milliseconds

1 2