HomeSort by: relevance | last modified time | path
    Searched refs:arrays (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/mit/libcbor/dist/docs/doxygen/search/
files_0.js 4 ['arrays_2ec',['arrays.c',['../arrays_8c.html',1,'']]],
5 ['arrays_2eh',['arrays.h',['../arrays_8h.html',1,'']]]
all_1.js 7 ['arrays_2ec',['arrays.c',['../arrays_8c.html',1,'']]],
8 ['arrays_2eh',['arrays.h',['../arrays_8h.html',1,'']]],
functions_1.js 3 ['cbor_5farray_5fallocated',['cbor_array_allocated',['../arrays_8c.html#a5da97cca271f81f55809c39fad6078b0',1,'cbor_array_allocated(const cbor_item_t *item): arrays.c'],['../arrays_8h.html#a5da97cca271f81f55809c39fad6078b0',1,'cbor_array_allocated(const cbor_item_t *item): arrays.c']]],
4 ['cbor_5farray_5fget',['cbor_array_get',['../arrays_8c.html#a1573139e26cf5b5acc4b0ed861291069',1,'cbor_array_get(const cbor_item_t *item, size_t index): arrays.c'],['../arrays_8h.html#a1573139e26cf5b5acc4b0ed861291069',1,'cbor_array_get(const cbor_item_t *item, size_t index): arrays.c']]],
5 ['cbor_5farray_5fhandle',['cbor_array_handle',['../arrays_8c.html#a8dd01f4a46f162fa4f06b7df7428128e',1,'cbor_array_handle(const cbor_item_t *item): arrays.c'],['../arrays_8h.html#a8dd01f4a46f162fa4f06b7df7428128e',1,'cbor_array_handle(const cbor_item_t *item): arrays.c']]],
6 ['cbor_5farray_5fis_5fdefinite',['cbor_array_is_definite',['../arrays_8c.html#ac2f1480c546a0268e8b046b365e58599',1,'cbor_array_is_definite(const cbor_item_t *item): arrays.c'],['../arrays_8h.html#ac2f1480c546a0268e8b046b365e58599',1,'cbor_array_is_definite(const cbor_item_t *item): arrays.c']]],
7 ['cbor_5farray_5fis_5findefinite',['cbor_array_is_indefinite',['../arrays_8c.html#a291a9f3ff12a2e2c58b2ca8b00280d40',1,'cbor_array_is_indefinite(const cbor_item_t *item): arrays.c'],['../arrays_8h.html#a291a9f3ff12a2e2c58b2ca8b00280d40',1,'cbor_array_is_indefinite(const cbor_item_t *item): arrays.c']]]
    [all...]
all_3.js 7 ['cbor_5farray_5fallocated',['cbor_array_allocated',['../arrays_8c.html#a5da97cca271f81f55809c39fad6078b0',1,'cbor_array_allocated(const cbor_item_t *item): arrays.c'],['../arrays_8h.html#a5da97cca271f81f55809c39fad6078b0',1,'cbor_array_allocated(const cbor_item_t *item): arrays.c']]],
8 ['cbor_5farray_5fget',['cbor_array_get',['../arrays_8c.html#a1573139e26cf5b5acc4b0ed861291069',1,'cbor_array_get(const cbor_item_t *item, size_t index): arrays.c'],['../arrays_8h.html#a1573139e26cf5b5acc4b0ed861291069',1,'cbor_array_get(const cbor_item_t *item, size_t index): arrays.c']]],
9 ['cbor_5farray_5fhandle',['cbor_array_handle',['../arrays_8c.html#a8dd01f4a46f162fa4f06b7df7428128e',1,'cbor_array_handle(const cbor_item_t *item): arrays.c'],['../arrays_8h.html#a8dd01f4a46f162fa4f06b7df7428128e',1,'cbor_array_handle(const cbor_item_t *item): arrays.c']]],
10 ['cbor_5farray_5fis_5fdefinite',['cbor_array_is_definite',['../arrays_8c.html#ac2f1480c546a0268e8b046b365e58599',1,'cbor_array_is_definite(const cbor_item_t *item): arrays.c'],['../arrays_8h.html#ac2f1480c546a0268e8b046b365e58599',1,'cbor_array_is_definite(const cbor_item_t *item): arrays.c']]],
11 ['cbor_5farray_5fis_5findefinite',['cbor_array_is_indefinite',['../arrays_8c.html#a291a9f3ff12a2e2c58b2ca8b00280d40',1,'cbor_array_is_indefinite(const cbor_item_t *item): arrays.c'],['../arrays_8h.html#a291a9f3ff12a2e2c58b2ca8b00280d40',1,'cbor_array_is_indefinite(const cbor_item_t *item): arrays.c']]]
    [all...]
  /src/external/bsd/bc/dist/
storage.c 59 /* Arrays. */
77 arrays that are needed. This adds another 32 of the requested object. */
174 old_ary = arrays;
179 arrays = bc_malloc (a_count*sizeof(bc_var_array *));
182 /* Copy the old arrays. */
185 arrays[indx] = old_ary[indx];
192 arrays[indx] = NULL;
366 is a zero based index into the arrays storage array. INDEX is
380 ary_ptr = arrays[var_index];
383 ary_ptr = arrays[var_index] = bc_malloc (sizeof (bc_var_array))
    [all...]
global.h 101 EXTERN bc_var_array **arrays; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
printcmds.c 59 /* Single and multidimensional arrays to test access and printing of array
80 /* Test printing of a struct containing character arrays. */
88 } arrays = { variable in typeref:struct:some_arrays
96 struct some_arrays *parrays = &arrays;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
printcmds.c 59 /* Single and multidimensional arrays to test access and printing of array
80 /* Test printing of a struct containing character arrays. */
88 } arrays = { variable in typeref:struct:some_arrays
96 struct some_arrays *parrays = &arrays;
  /src/external/mit/libcbor/lib/
Makefile 36 arrays.c \
60 cbor/arrays.h \
  /src/sys/external/bsd/drm2/dist/drm/radeon/
r100_track.h 71 struct r100_cs_track_array arrays[16]; member in struct:r100_cs_track
radeon_r100.c 1352 track->arrays[i + 0].esize = idx_value >> 8;
1353 track->arrays[i + 0].robj = reloc->robj;
1354 track->arrays[i + 0].esize &= 0x7F;
1363 track->arrays[i + 1].robj = reloc->robj;
1364 track->arrays[i + 1].esize = idx_value >> 24;
1365 track->arrays[i + 1].esize &= 0x7F;
1377 track->arrays[i + 0].robj = reloc->robj;
1378 track->arrays[i + 0].esize = idx_value >> 8;
1379 track->arrays[i + 0].esize &= 0x7F;
1972 track->arrays[0].robj = reloc->robj
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/
01-test_symbol_presence.t 116 my @arrays = ( \@stlib_lines );
117 push @arrays, \@shlib_lines unless disabled('shared');
118 foreach (@arrays) {
  /src/usr.sbin/sysinst/
msg.pm.en 90 message raid_nomultidim {Multi-dimensional arrays are NOT supported!}
  /src/external/lgpl3/gmp/dist/mpn/m68k/
lshift.asm 143 C We loop from least significant end of the arrays, which is only
rshift.asm 133 C We loop from most significant end of the arrays, which is only permissable
  /src/external/gpl3/gcc/lib/libgfortran/
Makefile 76 FFLAGS+= -I. -fno-repack-arrays -fno-underscoring -I${.CURDIR}/arch/${GCC_MACHINE_ARCH}
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
hash.d 70 representation? Always false for interfaces, dynamic arrays, and
71 associative arrays. False for all classes except final classes that do
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/
lshift.asm 155 C We loop from least significant end of the arrays, which is only
rshift.asm 152 C We loop from least significant end of the arrays, which is only
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 38 * 2. To construct LLVM type arrays for the struct type:
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfData.inc 37 * 2. To construct LLVM type arrays for the struct type:
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
format.txt 89 Ranges[] arrays. The Offsets[] array is aligned on a 4-byte boundary and
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
array.d 3 Functions and types that manipulate built-in arrays and associative arrays.
5 This module provides all kinds of functions to create, manipulate or convert arrays:
55 $(TD Checks if the initial segments of two arrays refer to the same
59 $(TD Checks if the final segments of two arrays refer to the same place
569 Duplicates: Associative arrays have unique keys. If r contains duplicate keys,
1217 Returns the overlapping portion, if any, of two arrays. Unlike `equal`,
1227 The overlapping portion of the two arrays.
1736 same place in memory, making one of the arrays a slice of the other which
1763 same place in memory, making one of the arrays a slice of the other whic
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x 1926 might end up creating two arrays when you only needed one).
1993 parenthesisze pointers to arrays as well as pointers to other
1997 subscripts of multi-dimensional arrays in the right order.
2255 parameter) arrays half-heartedly.
  /src/external/gpl3/gdb.old/dist/gdb/
ChangeLog-3.x 1926 might end up creating two arrays when you only needed one).
1993 parenthesisze pointers to arrays as well as pointers to other
1997 subscripts of multi-dimensional arrays in the right order.
2255 parameter) arrays half-heartedly.

Completed in 31 milliseconds

1 2