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

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Didnconv.c128 char *in_code = NULL; local
170 in_code = av[1];
277 if (in_code == NULL) {
288 set_idncode(resconf1, in_code);
289 set_localcode(resconf2, in_code);
292 if (in_code == NULL) {
303 set_localcode(resconf1, in_code);
304 set_idncode(resconf2, in_code);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-sh.h114 int in_code : 1; member in struct:sh_segment_info_type
H A Dtc-sh64.h67 unsigned int in_code : 1; member in struct:sh64_segment_info_type
H A Dtc-sh.c2979 && ! seg_info (now_seg)->tc_segment_info_data.in_code)
2985 seg_info (now_seg)->tc_segment_info_data.in_code = 1;
3057 && seg_info (now_seg)->tc_segment_info_data.in_code)
3081 && seg_info (now_seg)->tc_segment_info_data.in_code)
3085 seg_info (now_seg)->tc_segment_info_data.in_code = 0;
H A Dtc-sh64.c3213 seginfo->tc_segment_info_data.in_code = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/cris/
H A Dcris.c83 static int in_code = 0; variable
3626 in_code++;
3628 in_code--;
3638 if (flag_pic && in_code > 0)
3658 if (flag_pic && in_code > 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/cris/
H A Dcris.c88 static int in_code = 0; variable
3284 in_code++;
3286 in_code--;
3296 if (flag_pic && in_code > 0)
3316 if (flag_pic && in_code > 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dcombine.c7180 make_compound_operation (rtx x, enum rtx_code in_code)
7199 : in_code == COMPARE ? SET : in_code);
7209 if (in_code == MEM && CONST_INT_P (XEXP (x, 1))
7233 0, in_code == COMPARE);
7246 0, in_code == COMPARE);
7261 new_rtx = make_compound_operation (new_rtx, in_code);
7276 NULL_RTX, i, 1, 0, in_code == COMPARE);
7309 0, NULL_RTX, i, 1, 0, in_code == COMPARE);
7313 else if (in_code
7154 make_compound_operation(rtx x, enum rtx_code in_code) argument
[all...]
H A Dgimplify.c5496 omp_notice_variable (struct gimplify_omp_ctx *ctx, tree decl, bool in_code)
5499 unsigned flags = in_code ? GOVD_SEEN : 0;
5560 omp_notice_variable (ctx->outer_context, decl, in_code);
5630 && omp_notice_variable (ctx->outer_context, decl, in_code))
5495 omp_notice_variable(struct gimplify_omp_ctx *ctx, tree decl, bool in_code) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dcombine.c6735 make_compound_operation (rtx x, enum rtx_code in_code)
6754 : in_code == COMPARE ? SET : in_code);
6764 if (in_code == MEM && GET_CODE (XEXP (x, 1)) == CONST_INT
6788 0, in_code == COMPARE);
6801 0, in_code == COMPARE);
6816 new = make_compound_operation (new, in_code);
6831 NULL_RTX, i, 1, 0, in_code == COMPARE);
6864 0, NULL_RTX, i, 1, 0, in_code == COMPARE);
6868 else if (in_code
6710 make_compound_operation(rtx x, enum rtx_code in_code) argument
[all...]

Completed in 173 milliseconds