Home
last modified time | relevance | path

Searched refs:LOC (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/ntb/
H A Dntb_test.sh159 LOC=$1
162 echo "Running port tests on: $(basename $LOC) / $(basename $REM)"
164 LOCAL_PORT=$(read_file "$LOC/port")
167 LOCAL_PIDX=$(find_pidx ${REMOTE_PORT} "$LOC")
178 LOC=$1
182 echo "Running link tests on: $(subdirname $LOC) / $(subdirname $REM)"
184 if ! write_file "N" "$LOC/../link" 2> /dev/null; then
189 write_file "N" "$LOC/link_event"
196 write_file "Y" "$LOC/../link"
203 LOC=$1
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dselftest.h288 #define ASSERT_TRUE_AT(LOC, EXPR) \ argument
293 ::selftest::pass ((LOC), desc_); \
295 ::selftest::fail ((LOC), desc_); \
308 #define ASSERT_FALSE_AT(LOC, EXPR) \ argument
313 ::selftest::fail ((LOC), desc_); \
315 ::selftest::pass ((LOC), desc_); \
328 #define ASSERT_EQ_AT(LOC, VAL1, VAL2) \ argument
332 ::selftest::pass ((LOC), desc_); \
334 ::selftest::fail ((LOC), desc_); \
347 #define ASSERT_KNOWN_EQ_AT(LOC, VAL1, VAL2) \ argument
[all …]
H A Dinput.h98 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
99 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
100 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
101 #define LOCATION_LOCUS(LOC) \ argument
102 ((IS_ADHOC_LOC (LOC)) ? get_location_from_adhoc_loc (line_table, LOC) \
103 : (LOC))
104 #define LOCATION_BLOCK(LOC) \ argument
105 ((tree) ((IS_ADHOC_LOC (LOC)) ? get_data_from_adhoc_loc (line_table, (LOC)) \
107 #define RESERVED_LOCATION_P(LOC) \ argument
108 (LOCATION_LOCUS (LOC) < RESERVED_LOCATION_COUNT)
H A Dstreamer-hooks.h80 #define stream_output_location(OB, BP, LOC) \ argument
81 streamer_hooks.output_location (OB, BP, LOC)
83 #define stream_output_location_and_block(OB, BP, LOC) \ argument
84 streamer_hooks.output_location_and_block (OB, BP, LOC)
H A Ddiagnostic.h359 #define diagnostic_report_warnings_p(DC, LOC) \ argument
361 && !(in_system_header_at (LOC) && !(DC)->dc_warn_system_headers))
H A Drtl.h3829 #define gen_rtx_ASM_INPUT_loc(MODE, ARG0, LOC) \
3830 gen_rtx_fmt_si (ASM_INPUT, (MODE), (ARG0), (LOC))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dselftest.h288 #define ASSERT_TRUE_AT(LOC, EXPR) \ argument
293 ::selftest::pass ((LOC), desc_); \
295 ::selftest::fail ((LOC), desc_); \
308 #define ASSERT_FALSE_AT(LOC, EXPR) \ argument
313 ::selftest::fail ((LOC), desc_); \
315 ::selftest::pass ((LOC), desc_); \
328 #define ASSERT_EQ_AT(LOC, VAL1, VAL2) \ argument
332 ::selftest::pass ((LOC), desc_); \
334 ::selftest::fail ((LOC), desc_); \
347 #define ASSERT_KNOWN_EQ_AT(LOC, VAL1, VAL2) \ argument
[all …]
H A Dinput.h98 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
99 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
100 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
101 #define LOCATION_LOCUS(LOC) \ argument
102 ((IS_ADHOC_LOC (LOC)) ? get_location_from_adhoc_loc (line_table, LOC) \
103 : (LOC))
104 #define LOCATION_BLOCK(LOC) \ argument
105 ((tree) ((IS_ADHOC_LOC (LOC)) ? get_data_from_adhoc_loc (line_table, (LOC)) \
107 #define RESERVED_LOCATION_P(LOC) \ argument
108 (LOCATION_LOCUS (LOC) < RESERVED_LOCATION_COUNT)
H A Dstreamer-hooks.h80 #define stream_output_location(OB, BP, LOC) \ argument
81 streamer_hooks.output_location (OB, BP, LOC)
83 #define stream_output_location_and_block(OB, BP, LOC) \ argument
84 streamer_hooks.output_location_and_block (OB, BP, LOC)
H A Ddiagnostic.h359 #define diagnostic_report_warnings_p(DC, LOC) \ argument
361 && !(in_system_header_at (LOC) && !(DC)->dc_warn_system_headers))
H A Drtl.h3829 #define gen_rtx_ASM_INPUT_loc(MODE, ARG0, LOC) \
3830 gen_rtx_fmt_si (ASM_INPUT, (MODE), (ARG0), (LOC))
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A Dunzip_optimization.patch35 LOC = $(D_USE_BZ2) $(LOCAL_UNZIP)
36 AF = $(LOC)
39 CF_NOOPT = -I. -I$(IZ_BZIP2) -DUNIX $(LOC)
70 - CFLAGS="-O3" LOC="-DSYSV -DASM_CRC -DNO_UID_GID -DNEED_PTEM -DNO_LCHOWN -DNO_LCHMOD $(LOC)" \
71 + CFLAGS="" LOC="-DSYSV -DASM_CRC -DNO_UID_GID -DNEED_PTEM -DNO_LCHOWN -DNO_LCHMOD $(LOC)" \
107 LOC="-DDLL -DASM_CRC $(LOC)"\
114 - CFLAGS="-O3 -Wall -fPIC" LOC="-DDLL -DUSE_ZLIB -DASM_CRC $(LOC)"
115 + CFLAGS="-Wall -fPIC" LOC="-DDLL -DUSE_ZLIB -DASM_CRC $(LOC)"
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dptrace.c94 #define REG_IN_ONE(LOC, PTR) \ in genregs_set() argument
98 offsetof(struct user_regs_struct, LOC), \ in genregs_set()
99 offsetof(struct user_regs_struct, LOC) + 4); in genregs_set()
101 #define REG_IGNORE_ONE(LOC) \ in genregs_set() argument
104 offsetof(struct user_regs_struct, LOC), \ in genregs_set()
105 offsetof(struct user_regs_struct, LOC) + 4); in genregs_set()
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dptrace.c61 #define REG_IN_ONE(PTR, LOC) \ in genregs_set() argument
64 (void *)(PTR), LOC * 4, (LOC * 4) + 4); in genregs_set()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dila.rst246 ip route add DEST/128 encap ila LOC csum-mode MODE ident-type TYPE via ADDR
249 ILA router) or an ILA address (egress ILA router). LOC is the sixty-four
259 ip ila add loc_match MATCH loc LOC csum-mode MODE ident-type TYPE
262 a the translaiton. LOC is the locator that overwrites the upper
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/c-family/
H A Dc-common.h889 #define c_sizeof(LOC, T) c_sizeof_or_alignof_type (LOC, T, true, false, 1) argument
890 #define c_alignof(LOC, T) c_sizeof_or_alignof_type (LOC, T, false, false, 1) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/c-family/
H A Dc-common.h889 #define c_sizeof(LOC, T) c_sizeof_or_alignof_type (LOC, T, true, false, 1) argument
890 #define c_alignof(LOC, T) c_sizeof_or_alignof_type (LOC, T, false, false, 1) argument
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0004-CVE-2021-42574.patch236 + LOC is only valid when K is not kind::NONE. */
434 + control character was written as a UCN. LOC is the location of the
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dbfq-iosched.rst35 us (mq-deadline is ~800 LOC, against ~10500 LOC for BFQ).
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgfortran.info2966 * %LOC as an rvalue::
3378 function 'LOC()'. The 'LOC()' function is equivalent to the '&'
3564 6.1.20 Argument list functions '%VAL', '%REF' and '%LOC'
3567 GNU Fortran supports argument list functions '%VAL', '%REF' and '%LOC'
3579 reference and '%LOC' passes its memory location. Since gfortran already
3581 '%LOC' has the same effect as a Fortran pointer.
4004 File: gfortran.info, Node: TYPE as an alias for PRINT, Next: %LOC as an rvalue, Prev: Form feed …
4018 File: gfortran.info, Node: %LOC as an rvalue, Next: .XOR. operator, Prev: TYPE as an alias for P…
4020 6.1.29 %LOC as an rvalue
4023 Normally '%LOC' is allowed only in parameter lists. However the
[all …]
H A Das.info3193 * Offset:: '.offset LOC'
4894 7.69 '.offset LOC'
4897 Set the location counter to LOC in the absolute section. LOC must be an
16356 'LOC'
16358 The 'LOC' directive sets the current location to the value of the
16363 monotonically higher addresses. A LOC expression must be a
16368 prev LOC @+8
16370 When a LOC has a constant as its operand, a symbol
16376 file with the LOC definition).
16533 You can't LOC to a lower address than those already visited (i.e.,
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgfortran.info2966 * %LOC as an rvalue::
3378 function 'LOC()'. The 'LOC()' function is equivalent to the '&'
3564 6.1.20 Argument list functions '%VAL', '%REF' and '%LOC'
3567 GNU Fortran supports argument list functions '%VAL', '%REF' and '%LOC'
3579 reference and '%LOC' passes its memory location. Since gfortran already
3581 '%LOC' has the same effect as a Fortran pointer.
4004 File: gfortran.info, Node: TYPE as an alias for PRINT, Next: %LOC as an rvalue, Prev: Form feed …
4018 File: gfortran.info, Node: %LOC as an rvalue, Next: .XOR. operator, Prev: TYPE as an alias for P…
4020 6.1.29 %LOC as an rvalue
4023 Normally '%LOC' is allowed only in parameter lists. However the
[all …]
H A Das.info3193 * Offset:: '.offset LOC'
4894 7.69 '.offset LOC'
4897 Set the location counter to LOC in the absolute section. LOC must be an
16356 'LOC'
16358 The 'LOC' directive sets the current location to the value of the
16363 monotonically higher addresses. A LOC expression must be a
16368 prev LOC @+8
16370 When a LOC has a constant as its operand, a symbol
16376 file with the LOC definition).
16533 You can't LOC to a lower address than those already visited (i.e.,
[all …]
H A Dgccint.info18237 '(sign_extract:M LOC SIZE POS)'
18239 or starting in LOC (a memory or register reference). The bit-field
18244 If LOC is in memory, its mode must be a single-byte integer mode.
18245 If LOC is in a register, the mode to use is specified by the
18253 The mode M is the same as the mode that would be used for LOC if it
18259 '(zero_extract:M LOC SIZE POS)'
31504 cl_decoded_option *DECODED, location_t LOC)
31513 state, and LOC is the location at which the option was passed
41374 location_t LOC)
41381 LOC is the location of the address space qualifier token. The
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst739 In 2.4.* a couple of lines where added to this file LOC & ERR (this time is the
758 LOC: 2457882 2457881
764 LOC is the local interrupt counter of the internal APIC of every CPU.

12