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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
function_call_history.c 27 fib (int n) function
32 return fib(n-2) + fib(n-1);
43 j += fib(3); /* bp.1 */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
function_call_history.c 27 fib (int n) function
32 return fib(n-2) + fib(n-1);
43 j += fib(3); /* bp.1 */
  /src/external/mit/libuv/dist/docs/code/queue-work/
main.c 17 void fib(uv_work_t *req) { function
23 long fib = fib_(n); local
24 fprintf(stderr, "%dth fibonacci is %lu\n", n, fib);
40 uv_queue_work(loop, &req[i], fib, after_fib);
  /src/external/mit/libuv/dist/docs/code/queue-cancel/
main.c 18 void fib(uv_work_t *req) { function
24 long fib = fib_(n); local
25 fprintf(stderr, "%dth fibonacci is %lu\n", n, fib);
51 uv_queue_work(loop, &fib_reqs[i], fib, after_fib);
  /src/games/gomoku/
bdinit.c 250 frame_index fib = spb0->s_frame[rb]; local
251 intersect[fia * FAREA + fib] = s;
252 u_char *op = &overlap[fia * FAREA + fib];
  /src/external/gpl3/binutils/dist/gas/config/
te-vms.c 49 unsigned int fib$l_len;
50 __fibdef_ptr32 fib$l_addr;
136 FIBDEF fib; local
137 struct dsc$descriptor_fib fibdsc = {sizeof (fib), (void *) &fib};
219 /* Initialize the FIB and fill in the directory id field. */
220 memset (&fib, 0, sizeof (fib));
221 fib.fib$w_did[0] = nam.nam$w_did[0]
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
te-vms.c 49 unsigned int fib$l_len;
50 __fibdef_ptr32 fib$l_addr;
136 FIBDEF fib; local
137 struct dsc$descriptor_fib fibdsc = {sizeof (fib), (void *) &fib};
219 /* Initialize the FIB and fill in the directory id field. */
220 memset (&fib, 0, sizeof (fib));
221 fib.fib$w_did[0] = nam.nam$w_did[0]
    [all...]
  /src/sys/dev/ic/
ld_aac.c 112 struct aac_fib *fib; local
137 fib = ac->ac_fib;
139 fib->Header.XferState = htole32(AAC_FIBSTATE_HOSTOWNED |
149 raw = (struct aac_raw_io *)&fib->data[0];
150 fib->Header.Command = htole16(RawIo);
172 size = sizeof(fib->Header) + size;
173 fib->Header.Size = htole16(size);
180 fib->Header.Command = htole16(ContainerCommand);
182 bw = (struct aac_blockwrite *)&fib->data[0];
193 br = (struct aac_blockread *)&fib->data[0]
    [all...]
aac.c 121 * Adapter-space FIB queue manipulation.
681 * Initialise FIB queues. Note that it appears that the layout of
889 * Send a Container shutdown followed by a HostShutdown FIB
922 struct aac_fib *fib; local
943 fib = sc->sc_aif_fib;
945 ((u_int32_t*)fib)[i] =
949 aac_handle_aif(sc, &fib);
957 fib = ac->ac_fib;
961 (char *)fib - (char *)fm->fm_fibs,
965 fib->Header.XferState |
1060 struct aac_fib *fib; local
1129 struct aac_fib *fib; local
1225 struct aac_fib *fib; local
    [all...]
  /src/usr.bin/config/
files.c 277 const struct files * const *fia = a, * const *fib = b; local
279 int sb = (*fib)->fi_order;
  /src/external/gpl3/gcc/dist/gcc/
vmsdbgout.cc 1642 unsigned int fib$l_len;
1643 __fibdef_ptr32 fib$l_addr;
1717 FIBDEF fib;
1718 struct dsc$descriptor_fib fibdsc = {sizeof (fib), (void *) &fib};
1790 /* Initialize the FIB and fill in the directory id field. */
1791 memset (&fib, 0, sizeof (fib));
1792 fib.fib$w_did[0] = nam.nam$w_did[0]
1715 FIBDEF fib; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
vmsdbgout.cc 1642 unsigned int fib$l_len;
1643 __fibdef_ptr32 fib$l_addr;
1717 FIBDEF fib;
1718 struct dsc$descriptor_fib fibdsc = {sizeof (fib), (void *) &fib};
1790 /* Initialize the FIB and fill in the directory id field. */
1791 memset (&fib, 0, sizeof (fib));
1792 fib.fib$w_did[0] = nam.nam$w_did[0]
1715 FIBDEF fib; local
    [all...]
  /src/external/bsd/nsd/dist/
nsd.h 159 int fib; member in struct:nsd_socket
options.h 274 int fib; member in struct:ip_address_option
  /src/external/gpl2/gmake/dist/
main.c 1205 __aligned struct FileInfoBlock fib;
1211 Examine (env, &fib);
1213 while (ExNext (env, &fib))
1215 if (fib.fib_DirEntryType < 0) /* File */
1220 define_variable (fib.fib_FileName,
1221 strlen (fib.fib_FileName),
1201 __aligned struct FileInfoBlock fib; local

Completed in 32 milliseconds