Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 7 of 7) sorted by relevance

/u-boot-v2022.01-rc1/doc/usage/
A Dsetexpr.rst89 (This is the only operator supported for strings.
90 It acts as concatenation operator on strings)
/u-boot-v2022.01-rc1/lib/lzma/
A Dlzma.txt347 You can use p = p; operator to disable compiler warnings.
579 you must check that you correctly work with "new" operator.
580 7-Zip can be compiled with MSVC 6.0 that doesn't throw "exception" from "new" operator.
581 So 7-Zip uses "CPP\Common\NewHandler.cpp" that redefines "new" operator:
582 operator new(size_t size)
589 If you use MSCV that throws exception for "new" operator, you can compile without
/u-boot-v2022.01-rc1/tools/binman/
A Dimage.py10 from operator import attrgetter
/u-boot-v2022.01-rc1/doc/android/
A Dbcb.rst55 <op> - the binary operator used in 'bcb test':
/u-boot-v2022.01-rc1/include/
A Dtpm-v1.h242 u8 operator; member
/u-boot-v2022.01-rc1/scripts/
A Dcheckpatch.pl3856 my $operator = $1;
3861 $fixed[$fixlinenr - 1] .= " $operator";
3862 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;
3868 my $operator = $1;
3875 $fixed[$fixlinenr - 1] =~ s/\Q$line_end\E$/ $operator$line_end/;
3876 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;
/u-boot-v2022.01-rc1/tools/buildman/
A DREADME142 the '&' operator to limit the selection:

Completed in 18 milliseconds