Home
last modified time | relevance | path

Searched defs:arr (Results 1 – 25 of 181) sorted by relevance

12345678

/netbsd/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Darray.d85 auto arr = Array!int(0, 2, 3); variable
113 auto arr = Array!int(1, 2, 3); variable
131 auto arr = Array!bool([true, true, false, true, false]); variable
H A Dutil.d60 auto arr = make!(Array!int)([4, 2, 3, 1]); variable
142 auto arr = make!Array(iota(5)); variable
/netbsd/tests/usr.bin/indent/
H A Dlsym_comma.c155 int arr[] = {1, 2, 3}; variable
156 int arr[] = { variable
172 int arr[] = { variable
H A Dlsym_lparen_or_lbracket.c346 int arr[] = { variable
353 int arr[] = { variable
/netbsd/sys/external/bsd/sljit/dist/doc/tutorial/
H A Darray_access.c27 static int array_access(long *arr, long narr) in array_access()
68 long arr[8] = { 3, -10, 4, 6, 8, 12, 2000 }; in main() local
/netbsd/lib/libexecinfo/
H A Dunwind.c39 void **arr; member
61 backtrace(void **arr, size_t len) in backtrace()
/netbsd/tests/usr.bin/xlint/lint1/
H A Dd_fold_test.c22 struct arr { struct
23 int arr[4]; member
60 void if_array(struct arr arr) { if (arr.arr) return; } in if_array()
H A Dmsg_204.c51 struct arr { struct
52 int arr[4]; argument
89 void if_array(struct arr arr) { if (arr.arr) return; } in if_array()
H A Dmsg_167.c11 int arr[6]; in example() local
H A Dmsg_318.c11 unsigned long arr[n]; in example() local
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Dptype-on-functions.f9068 integer, dimension (:,:) :: arr local
104 subroutine say_array (arr) argument
105 integer, dimension (:,:) :: arr local
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Dptype-on-functions.f9068 integer, dimension (:,:) :: arr local
104 subroutine say_array (arr) argument
105 integer, dimension (:,:) :: arr local
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dutil.d60 auto arr = make!(Array!int)([4, 2, 3, 1]); variable
142 auto arr = make!Array(iota(5)); variable
/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dnslcd-prot.h119 #define WRITE_STRINGLIST(fp, arr) \ argument
140 #define WRITE_STRINGLIST_EXCEPT(fp, arr, not) \ argument
286 #define READ_BUF_STRINGLIST(fp, arr) \ argument
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Darray_init.c34 mpz_array_init (mpz_ptr arr, mp_size_t arr_size, mp_size_t nbits) in mpz_array_init()
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Demutls.d138 TlsArray* arr; in __emutls_get_address() local
231 auto arr = cast(TlsArray*) ptr; in emutlsDestroyThread() local
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Demutls.d139 TlsArray* arr; in __emutls_get_address() local
232 auto arr = cast(TlsArray*) ptr; in emutlsDestroyThread() local
/netbsd/external/gpl2/gmake/dist/w32/subproc/
H A Dmisc.c39 arr2envblk(char **arr, char **envblk_out) in arr2envblk()
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Demutls.c77 struct __emutls_array *arr = ptr; in emutls_destroy() local
170 struct __emutls_array *arr = __gthread_getspecific (emutls_key); in __emutls_get_address() local
/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Demutls.c77 struct __emutls_array *arr = ptr; in emutls_destroy() local
170 struct __emutls_array *arr = __gthread_getspecific (emutls_key); in __emutls_get_address() local
/netbsd/external/bsd/tradcpp/dist/
H A Dutils.h45 #define HOWMANY(arr) (sizeof(arr)/sizeof((arr)[0])) argument
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Darray.d310 auto arr = [T(1), T(2), T(3), T(4)]; variable
323 auto arr = [S(0), S(1), S(2)]; variable
628 auto arr = minimallyInitializedArray!(int[])(42); variable
995 @trusted static void moveToRight(T[] arr, size_t gap) in moveToRight()
2126 auto arr = [1, 2, 3, 4, 5]; variable
2810 this(A arr) @trusted pure nothrow in CheckOutput()
3196 A* arr; in CheckOutput() variable
3211 this(A* arr) in CheckOutput()
3635 auto arr = reference.dup; variable
3728 auto arr = new char[0]; variable
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/internal/test/
H A Ddummyrange.d49 T arr = uinttestData; member
53 T arr; member
328 static void initialize(ref uint[] arr) in initialize()
351 static void initialize(ref double[] arr) in initialize()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/internal/test/
H A Ddummyrange.d49 T arr = uinttestData; member
53 T arr; member
328 static void initialize(ref uint[] arr) in initialize()
351 static void initialize(ref double[] arr) in initialize()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_gf2m.c393 int arr[6]; in BN_GF2m_mod() local
470 int *arr = NULL; in BN_GF2m_mod_mul() local
528 int *arr = NULL; in BN_GF2m_mod_sqr() local
902 int *arr = NULL; in BN_GF2m_mod_exp() local
962 int *arr = NULL; in BN_GF2m_mod_sqrt() local
1092 int *arr = NULL; in BN_GF2m_mod_solve_quad() local

12345678