Searched refs:outer (Results 1 - 25 of 83) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dsavedregs.exp58 proc process_saved_regs { current inner outer } {
116 # since frames outer to the botched frame rely on the botched
117 # frame's info, those more outer frames are also botched. Besides
121 foreach func $outer {
123 $current $inner $outer]
H A Dwhatis.exp390 "whatis outer structure"
394 "whatis outer structure member"
397 set outer "outer_struct::"
399 set outer ""
403 "type = struct ${outer}inner_struct" \
411 "type = union ${outer}inner_union" \
H A Dptype.exp507 set outer "outer_struct::"
511 set outer ""
517 .*(struct|) ${outer}inner_struct inner_struct_instance;.*\[\r\n\]+\
518 .*(union|) ${outer}inner_union inner_union_instance;.*\[\r\n\]+\
519 .*(long|long int|int) outer_long;.*\[\r\n\]\}.*" "ptype outer structure"
521 gdb_test "ptype ${struct} ${outer}inner_struct" "type = struct ${outer}inner_struct \{.*\[\r\n\] int inner_int;.*\[\r\n\] (long|long int|int) inner_long;.*\[\r\n\]\}.*" "ptype inner structure"
523 gdb_test "ptype ${union} ${outer}inner_union" "type = union ${outer}inner_union \{.*\[\r\n\] int inner_union_int;.*\[\r\n\] (long|long int|int) inner_union_long;.*\[\r\n\]\}.*" "ptype inner union"
525 gdb_test "ptype nested_su" "type = struct outer_struct \{.*\[\r\n\] int outer_int;.*\[\r\n\] (struct |)${outer}inner_struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dsavedregs.exp58 proc process_saved_regs { current inner outer } {
116 # since frames outer to the botched frame rely on the botched
117 # frame's info, those more outer frames are also botched. Besides
121 foreach func $outer {
123 $current $inner $outer]
H A Dwhatis.exp390 "whatis outer structure"
394 "whatis outer structure member"
397 set outer "outer_struct::"
399 set outer ""
403 "type = struct ${outer}inner_struct" \
411 "type = union ${outer}inner_union" \
H A Dptype.exp507 set outer "outer_struct::"
511 set outer ""
517 .*(struct|) ${outer}inner_struct inner_struct_instance;.*\[\r\n\]+\
518 .*(union|) ${outer}inner_union inner_union_instance;.*\[\r\n\]+\
519 .*(long|long int|int) outer_long;.*\[\r\n\]\}.*" "ptype outer structure"
521 gdb_test "ptype ${struct} ${outer}inner_struct" "type = struct ${outer}inner_struct \{.*\[\r\n\] int inner_int;.*\[\r\n\] (long|long int|int) inner_long;.*\[\r\n\]\}.*" "ptype inner structure"
523 gdb_test "ptype ${union} ${outer}inner_union" "type = union ${outer}inner_union \{.*\[\r\n\] int inner_union_int;.*\[\r\n\] (long|long int|int) inner_union_long;.*\[\r\n\]\}.*" "ptype inner union"
525 gdb_test "ptype nested_su" "type = struct outer_struct \{.*\[\r\n\] int outer_int;.*\[\r\n\] (struct |)${outer}inner_struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dsavedregs.exp58 proc process_saved_regs { current inner outer } {
116 # since frames outer to the botched frame rely on the botched
117 # frame's info, those more outer frames are also botched. Besides
121 foreach func $outer {
123 $current $inner $outer]
H A Dwhatis.exp390 "whatis outer structure"
394 "whatis outer structure member"
397 set outer "outer_struct::"
399 set outer ""
403 "type = struct ${outer}inner_struct" \
411 "type = union ${outer}inner_union" \
H A Dptype.exp507 set outer "outer_struct::"
511 set outer ""
517 .*(struct|) ${outer}inner_struct inner_struct_instance;.*\[\r\n\]+\
518 .*(union|) ${outer}inner_union inner_union_instance;.*\[\r\n\]+\
519 .*(long|long int|int) outer_long;.*\[\r\n\]\}.*" "ptype outer structure"
521 gdb_test "ptype ${struct} ${outer}inner_struct" "type = struct ${outer}inner_struct \{.*\[\r\n\] int inner_int;.*\[\r\n\] (long|long int|int) inner_long;.*\[\r\n\]\}.*" "ptype inner structure"
523 gdb_test "ptype ${union} ${outer}inner_union" "type = union ${outer}inner_union \{.*\[\r\n\] int inner_union_int;.*\[\r\n\] (long|long int|int) inner_union_long;.*\[\r\n\]\}.*" "ptype inner union"
525 gdb_test "ptype nested_su" "type = struct outer_struct \{.*\[\r\n\] int outer_int;.*\[\r\n\] (struct |)${outer}inner_struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dinet_ecn.h33 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) argument
35 outer &= ~INET_ECN_MASK;
36 outer |= !INET_ECN_is_ce(inner) ? (inner & INET_ECN_MASK) :
38 return outer;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dinet_ecn.h33 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) argument
35 outer &= ~INET_ECN_MASK;
36 outer |= !INET_ECN_is_ce(inner) ? (inner & INET_ECN_MASK) :
38 return outer;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dcp-support.h47 char *outer; member in struct:using_direct
H A Dcp-namespace.c191 substrings, OUTER_LENGTH is the end of the outer namespace, and
209 && (strlen (current->outer) == outer_length))
270 initial substring of NAME of leng INNER_LEN and whose outer
288 retval->outer = savestring (name, outer_len);
312 retval->outer = obsavestring (using->outer, strlen (using->outer),
317 xfree (using->outer);
423 if (strcmp (namespace, current->outer) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dlibschroedingerdec.c216 int outer = 1; local
241 outer = 0;
276 outer = 0;
284 } while (outer);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dlibschroedingerdec.c216 int outer = 1; local
241 outer = 0;
276 outer = 0;
284 } while (outer);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dcp-support.h47 char *outer; member in struct:using_direct
H A Dcp-namespace.c191 substrings, OUTER_LENGTH is the end of the outer namespace, and
209 && (strlen (current->outer) == outer_length))
270 initial substring of NAME of leng INNER_LEN and whose outer
288 retval->outer = savestring (name, outer_len);
312 retval->outer = obsavestring (using->outer, strlen (using->outer),
317 xfree (using->outer);
423 if (strcmp (namespace, current->outer) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dcp-support.h47 char *outer; member in struct:using_direct
H A Dcp-namespace.c191 substrings, OUTER_LENGTH is the end of the outer namespace, and
209 && (strlen (current->outer) == outer_length))
270 initial substring of NAME of leng INNER_LEN and whose outer
288 retval->outer = savestring (name, outer_len);
312 retval->outer = obsavestring (using->outer, strlen (using->outer),
317 xfree (using->outer);
423 if (strcmp (namespace, current->outer) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dlibschroedingerdec.c216 int outer = 1; local
241 outer = 0;
276 outer = 0;
284 } while (outer);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dexcept.h134 struct eh_region_d *outer; variable in typeref:struct:eh_region_d
329 r = r->outer;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_decode.h184 | .long "no memory indirect action/reserved","null outer displacement"
185 | .long "word outer displacement","long outer displacement"
356 | with base and/or outer displacement
390 1: printf PDECODE,"0" | null outer displacement
393 2: fp_get_instr_word %a0,fp_err_ua1 | 16bit outer displacement
396 3: fp_get_instr_long %a0,fp_err_ua1 | 32bit outer displacement
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/math-emu/
H A Dfp_decode.h184 | .long "no memory indirect action/reserved","null outer displacement"
185 | .long "word outer displacement","long outer displacement"
356 | with base and/or outer displacement
390 1: printf PDECODE,"0" | null outer displacement
393 2: fp_get_instr_word %a0,fp_err_ua1 | 16bit outer displacement
396 3: fp_get_instr_long %a0,fp_err_ua1 | 32bit outer displacement
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dexcept.h119 struct eh_region_d *outer; variable in typeref:struct:eh_region_d
374 r = r->outer;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dexcept.h127 struct eh_region_d *outer; variable in typeref:struct:eh_region_d
323 r = r->outer;

Completed in 495 milliseconds

1234