Searched refs:same (Results 1 - 10 of 10) sorted by relevance

/u-boot/test/dm/
H A Drtc.c42 bool same; local
44 same = expect->tm_sec == time->tm_sec;
45 same &= expect->tm_min == time->tm_min;
46 same &= expect->tm_hour == time->tm_hour;
47 same &= expect->tm_mday == time->tm_mday;
48 same &= expect->tm_mon == time->tm_mon;
49 same &= expect->tm_year == time->tm_year;
50 if (!same && show) {
55 return same ? 0 : -EINVAL;
235 * still have the same value
[all...]
/u-boot/drivers/input/
H A Dinput.c174 * sequences. The same sequences exist in the withdrawn ANSI 3.64 standard.
341 * first in the array, and in the same order as the ordering. The algorithm
358 int same; /* number of elements which are the same */ local
370 same = dest_count;
378 return same;
384 * Given a list of new key codes, we check how many of these are the same
390 * @param same Returns number of key codes which are the same
393 int keycode[], int num_keycodes, int *same)
392 input_check_keycodes(struct input_config *config, int keycode[], int num_keycodes, int *same) argument
468 input_keycodes_to_ascii(struct input_config *config, int keycode[], int num_keycodes, char output_ch[], int max_chars, int same) argument
530 int count, i, same = 0; local
[all...]
H A Dcros_ec_keyb.c82 * out of key scans. It just returns the same scan over and over
84 * that this scan is the same as the last.
127 bool same = false; local
142 &same);
164 * see that the scan is the same as last time.
166 if ((irq_pending < 0) && same)
/u-boot/tools/binman/etype/
H A Dintel_ifwi.py127 same = orig_data == self.data
128 return same
/u-boot/scripts/
H A Dmailmapper15 commits by the same persion.
21 names which share the same email address. The author name with the most
83 # Next, coalesce the auther names with the same email address
101 # another name for the same email address
H A Dcheckpatch.pl130 Is the same as --fix, but overwrites the input
3245 # Check Co-developed-by: immediately followed by Signed-off-by: with same name and email
4084 # (declarations must have the same indentation and not be at the start of line)
4179 # and is indented the same # of tabs
4284 # statements should be at the same indent.
4302 "switch and case should be at the same indent\n$hereline$err");
4900 # function brace can't be on same line, except for #defines of do while,
4901 # or if closed on same line
4922 # open braces for enum, union and struct go on the same line.
4926 "open brace '{' following $1 go on the same lin
[all...]
/u-boot/
H A Dconfig.mk8 # Clean the state to avoid the same flags added twice.
/u-boot/tools/
H A Dzynqmp_psu_init_minimize.sh23 If INPUT_DIR and OUTPUT_DIR are the same directory,
/u-boot/arch/xtensa/cpu/
H A Dstart.S160 beq a4, a6, 1b # skip, source and destination are the same
214 * In windowed ABI caller and call target need to be within the same
328 * same exception handler, though.
/u-boot/arch/arm/lib/
H A Dlib1funcs.S269 10: teq ip, r0 @ same sign ?

Completed in 139 milliseconds