Home
last modified time | relevance | path

Searched refs:len_loc (Results 1 – 13 of 13) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dwinclip.c621 int len_loc; in enc_to_utf16() local
626 len_loc = (int)STRLEN(str) + 1; in enc_to_utf16()
627 lenp = &len_loc; in enc_to_utf16()
682 int len_loc; in utf16_to_enc() local
686 len_loc = (int)wcslen(str) + 1; in utf16_to_enc()
687 lenp = &len_loc; in utf16_to_enc()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/network/
H A Dnetworkcreate.c91 PetscInt i,e,v,eStart,eEnd,vStart,vEnd,offset,nvar,len_loc,len,k; in VecView_Network_MPI() local
111 ierr = VecGetLocalSize(localX,&len_loc);CHKERRQ(ierr); in VecView_Network_MPI()
115 len_loc += 2*(1 + eEnd-eStart + vEnd-vStart); in VecView_Network_MPI()
118 ierr = MPI_Allreduce(&len_loc,&len,1,MPIU_INT,MPI_MAX,comm);CHKERRQ(ierr); in VecView_Network_MPI()
/dports/print/hplip/hplip-3.20.6/ip/
H A Dxjpg_enc.c796 int len_loc; \
798 len_loc = (int)(wb_nbits); \
799 WRITE_BITS_HIZERO (g, (DWORD )(wb_value) & ((1ul<<len_loc)-1), len_loc) \
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dinput.c1138 int len_loc = num_digits (loc); in dump_location_info() local
1139 if (len_loc < 5) in dump_location_info()
1140 len_loc = 5; in dump_location_info()
1142 int indent = 6 + strlen (exploc.file) + len_lnum + len_loc; in dump_location_info()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dinput.c1156 int len_loc = num_digits (loc); in dump_location_info() local
1157 if (len_loc < 5) in dump_location_info()
1158 len_loc = 5; in dump_location_info()
1160 int indent = 6 + strlen (exploc.file) + len_lnum + len_loc; in dump_location_info()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dinput.c1156 int len_loc = num_digits (loc); in dump_location_info() local
1157 if (len_loc < 5) in dump_location_info()
1158 len_loc = 5; in dump_location_info()
1160 int indent = 6 + strlen (exploc.file) + len_lnum + len_loc; in dump_location_info()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dinput.c1156 int len_loc = num_digits (loc); in dump_location_info() local
1157 if (len_loc < 5) in dump_location_info()
1158 len_loc = 5; in dump_location_info()
1160 int indent = 6 + strlen (exploc.file) + len_lnum + len_loc; in dump_location_info()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dinput.c1138 int len_loc = num_digits (loc); in dump_location_info() local
1139 if (len_loc < 5) in dump_location_info()
1140 len_loc = 5; in dump_location_info()
1142 int indent = 6 + strlen (exploc.file) + len_lnum + len_loc; in dump_location_info()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dinput.c1156 int len_loc = num_digits (loc); in dump_location_info() local
1157 if (len_loc < 5) in dump_location_info()
1158 len_loc = 5; in dump_location_info()
1160 int indent = 6 + strlen (exploc.file) + len_lnum + len_loc; in dump_location_info()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dinput.c1138 int len_loc = num_digits (loc); in dump_location_info() local
1139 if (len_loc < 5) in dump_location_info()
1140 len_loc = 5; in dump_location_info()
1142 int indent = 6 + strlen (exploc.file) + len_lnum + len_loc; in dump_location_info()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dinput.c1156 int len_loc = num_digits (loc); in dump_location_info() local
1157 if (len_loc < 5) in dump_location_info()
1158 len_loc = 5; in dump_location_info()
1160 int indent = 6 + strlen (exploc.file) + len_lnum + len_loc; in dump_location_info()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dinput.c1156 int len_loc = num_digits (loc); in dump_location_info() local
1157 if (len_loc < 5) in dump_location_info()
1158 len_loc = 5; in dump_location_info()
1160 int indent = 6 + strlen (exploc.file) + len_lnum + len_loc; in dump_location_info()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dinput.c1304 int len_loc = num_digits (loc); in dump_location_info() local
1305 if (len_loc < 5) in dump_location_info()
1306 len_loc = 5; in dump_location_info()
1308 int indent = 6 + strlen (exploc.file) + len_lnum + len_loc; in dump_location_info()