Searched refs:in (Results 51 - 75 of 227) sorted by relevance

12345678910

/u-boot/drivers/bios_emulator/
H A Dbiosemu.c15 * provided that the above copyright notice appear in all copies and that
16 * both that copyright notice and this permission notice appear in
18 * in advertising or publicity pertaining to distribution of the software
38 * module is always compiled and linked in the OS depedent
39 * libraries, and never in a binary portable driver.
42 * in u-boot. Made all the video memory be emulated during the
81 This functions initialises the BElib, and uses the passed in
123 This function sets the VGA BIOS functions in the emulator to point to the
124 specific VGA BIOS in use. This includes swapping the BIOS interrupt
158 This function returns the VGA BIOS functions currently active in th
298 BE_int86(int intno, RMREGS * in, RMREGS * out) argument
338 BE_int86x(int intno, RMREGS * in, RMREGS * out, RMSREGS * sregs) argument
[all...]
/u-boot/fs/erofs/
H A Ddecompress.c26 u8 *src = (u8 *)rq->in;
89 char *src = rq->in;
122 erofs_err("failed to %s decompress %d in[%u, %u] out[%u]",
159 memcpy(rq->out, rq->in + skip, rightpart);
160 memcpy(rq->out + rightpart, rq->in, count - rightpart);
167 memcpy(rq->out, rq->in + rq->decodedskip,
H A Dzmap.c41 * is stored in the packed inode. The rest bits keeps z_fragmentoff.
188 u8 *in, unsigned int pos, u8 *type)
190 const unsigned int v = get_unaligned_le32(in + pos / 8) >> (pos & 7);
199 unsigned int vcnt, u8 *in, int i)
209 in, encodebits * i, &type);
231 u8 *in, type; local
248 in = m->kaddr + base;
253 in, encodebits * i, &type);
261 encodebits, vcnt, in, i);
275 * since the last lcluster in th
186 decode_compactedbits(unsigned int lobits, unsigned int lomask, u8 *in, unsigned int pos, u8 *type) argument
197 get_compacted_la_distance(unsigned int lclusterbits, unsigned int encodebits, unsigned int vcnt, u8 *in, int i) argument
[all...]
/u-boot/scripts/kconfig/
H A Dpreprocess.c15 static char *expand_string_with_args(const char *in, int argc, char *argv[]);
100 * Built-in functions
415 /* Look for built-in functions */
447 * after the corresponding closing parenthesis, in this case, *str will be
458 * Neither single-letter variables as in $A nor curly braces as in ${CC}
495 const char *in, *p; local
503 p = in = *str;
507 in_len = p - in;
512 strncat(out, in, in_le
546 expand_string_with_args(const char *in, int argc, char *argv[]) argument
551 expand_string(const char *in) argument
[all...]
H A Dlkc_proto.h34 const char * sym_escape_string_value(const char *in);
61 char *expand_string(const char *in);
/u-boot/tools/
H A Dncb.c5 #include <netinet/in.h>
/u-boot/test/image/
H A Dtest-imagetools.sh35 for file in ${DATAFILES}; do
61 for file in ${DATAFILES}; do
198 for file in ${DATAFILES}; do
210 for file in ${DATAFILES}; do
/u-boot/include/u-boot/
H A Dcrc.h23 * @len: Length of buffer in bytes
35 * 16-bit result (network byte-order) in an output buffer
37 * @in: input buffer
42 void crc16_ccitt_wd_buf(const uint8_t *in, uint len,
89 * crc32_wd_buf - Perform CRC32 on a buffer and return result in buffer
104 * This sets up 256-item table to aid in CRC32 calculation
/u-boot/scripts/
H A Dmake_pip.sh46 for flag in "${flags}"; do
69 # Create a temp dir to work in
72 # Copy in some basic files
77 # Copy in the README, dropping some Sphinx constructs that PyPi doesn't like
89 for subdir in $(find . -maxdepth 1 -type d | \
H A Denv2string.awk88 for (var in vars) {
H A Dcoccicheck42 # heuristics done in this file as Coccinelle accepts the last options when
109 echo 'All available modes will be tried (in that order): patch, report, context, org'
117 echo 'Please check for false positives in the output before submitting a patch.'
124 echo "Running ($NPROC in parallel): $@"
144 echo "Running ($NPROC in parallel): $@"
146 for i in $(seq 0 $(( NPROC - 1)) ); do
165 for i in $(seq 0 $(( NPROC - 1 )) ); do
217 echo " in $FILE."
251 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
H A Dmailmapper9 The command 'git shortlog' summarizes git log output in a format suitable
10 for inclusion in release announcements. Each commit will be grouped by
60 sys.exit('Please run in a git repository.')
75 for line in shortlog.splitlines():
89 for line in shortlog.splitlines():
100 if mail in mail_vs_name:
134 for map_file in mailmap_files:
146 for line in infile:
152 for line in infile:
156 for mail, name in outpu
[all...]
H A Ddecodecode3 # Disassemble the Code: line in Linux oopses
28 case "$i" in
57 case $width in
/u-boot/dts/upstream/scripts/
H A Dcronjob37 for branch in $BRANCHES ; do
118 for branch in ${BRANCHES} ; do
/u-boot/include/
H A Dhost_arch.h4 # Constants defining the host architecture in assembler, C, and make files.
/u-boot/drivers/usb/emul/
H A Dsandbox_keyb.c42 struct membuff in; member in struct:sandbox_keyb_priv
171 ret = membuff_put(&priv->in, scancode, USB_KBD_BOOT_REPORT_SIZE);
198 membuff_get(&priv->in, buffer, USB_KBD_BOOT_REPORT_SIZE);
224 return membuff_new(&priv->in, 80 * USB_KBD_BOOT_REPORT_SIZE);
/u-boot/arch/arm/mach-at91/arm926ejs/
H A Dtimer.c19 # error You need to define CONFIG_AT91FAMILY in your board config!
25 * We're using the AT91CAP9/SAM9 PITC in 32 bit mode, by
38 * Use the PITC in full 32 bit incrementing mode
/u-boot/arch/arm/cpu/armv7/
H A Dconfig.mk8 # the default so we must pass in -mno-unaligned-access so that it is aware
/u-boot/arch/arm/mach-mvebu/armada3700/
H A Dmbox.c38 int mbox_do_cmd(enum mbox_cmd cmd, u32 *in, int nin, u32 *out, int nout) argument
50 writel(in[i], RWTM_CMD_PARAM(i));
/u-boot/drivers/firmware/scmi/
H A Dbase.c25 * Obtain the protocol version number in @version.
57 * Obtain the protocol version number in @version for Base protocol.
74 * of protocols, in @num_agents and @num_protocols respectively, that
109 * Obtain the message-specific attributes in @attributes.
144 * Obtain the vendor's name in @vendor.
181 * Obtain the sub-vendor's name in @sub_vendor.
219 * Obtain the implementation version number in @impl_version.
251 * Obtain the list of protocols provided in @protocols.
252 * The number of elements in @protocols always match to the number of
256 * Return: the number of protocols in
366 struct scmi_base_set_device_permissions_in in = { local
410 struct scmi_base_set_protocol_permissions_in in = { local
450 struct scmi_base_reset_agent_configuration_in in = { local
[all...]
/u-boot/fs/btrfs/
H A Dcompression.c140 struct abuf in, out; local
142 abuf_init_set(&in, (u8 *)cbuf, clen);
145 return zstd_decompress(&in, &out);
169 printf("%s: Unsupported compression in extent: %i\n", __func__,
/u-boot/lib/
H A Dstrto.c219 void str_to_upper(const char *in, char *out, size_t len) argument
221 for (; len > 0 && *in; len--)
222 *out++ = toupper(*in++);
/u-boot/arch/arm/mach-tegra/
H A Dcrypto.c26 * \param in Input vector
28 * \param size Length of vector in bytes
30 static void left_shift_vector(u8 *in, u8 *out, int size) argument
36 out[i] = (in[i] << 1) | carry;
37 carry = in[i] >> 7; /* get most significant bit */
118 /* Perform this in place, resulting in src being decrypted. */
126 /* Perform this in place, resulting in src being encrypted. */
134 /* encrypt the data, overwriting the result in signatur
[all...]
/u-boot/tools/binman/
H A Dbinman32 # Bring in the patman and dtoc libraries (but don't override the first path
33 # in PYTHONPATH)
39 # Bring in the libfdt module
57 tests). If a single test is selected (in args[0]) it also preserves
62 name to execute (as in 'binman test testSections', for example)
92 for item in glob_list if '_testing' not in item])
95 for path in toolpath:
113 # Provide a default toolpath in the hope of finding a mkimage built from
/u-boot/cmd/
H A D2048.c290 u16 *in, *out; local
297 in = data + t * 2 * SIZE;
298 out = in + SIZE;
300 array[i] = in[i];
308 printf("%d ", in[i]);
314 printf("%d ", in[i]);

Completed in 890 milliseconds

12345678910