HomeSort by: relevance | last modified time | path
    Searched defs:array_index (Results 1 - 9 of 9) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
platform_ilp32_int.c 37 array_index(void) function
platform_ilp32_long.c 46 array_index(void) function
platform_lp64.c 54 array_index(void) function
  /src/external/gpl2/texinfo/dist/info/
m-x.c 43 int array_index = 0, array_slots = 0; local
57 (entry, array_index, array, array_slots, 200, REFERENCE *);
variables.c 150 int array_index = 0; local
163 (entry, array_index, array, array_slots, 10, REFERENCE *);
256 int array_index = 0, array_slots = 0; local
268 (entry, array_index, array, array_slots, 200, REFERENCE *);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
nodebug.c 44 int array_index (char *arr, int i) function
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
nodebug.c 44 int array_index (char *arr, int i) function
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_assign.c 137 static unsigned int array_index; variable
145 index = array_index % ARRAY_SIZE;
149 array_index++;
150 if (array_index == ARRAY_SIZE)
151 array_index = 0;
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 204 u8 array_index = 0; local
211 remainder |= (data[array_index] & bitmask) >> bitshift;
217 array_index++;
238 u8 array_index = 0; local
245 remainder |= (data[array_index] & bitmask) >> bitshift;
251 array_index++;

Completed in 30 milliseconds