HomeSort by relevance Sort by last modified time
    Searched refs:fcn (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
dl1main.c 11 void (*fcn) (void);
20 fcn = (void (*)(void)) dlsym(handle, "foo");
21 if (!fcn)
28 (*fcn) ();
dl6amain.c 11 void (*fcn) (void);
20 fcn = (void (*)(void)) dlsym(handle, "foo");
21 if (!fcn)
28 (*fcn) ();
dl6bmain.c 11 void (*fcn) (void);
20 fcn = (void (*)(void)) dlsym(handle, "foo");
21 if (!fcn)
28 (*fcn) ();
dl6cmain.c 11 void (*fcn) (void);
20 fcn = (void (*)(void)) dlsym(handle, "foo");
21 if (!fcn)
28 (*fcn) ();
dl6dmain.c 11 void (*fcn) (void);
20 fcn = (void (*)(void)) dlsym(handle, "foo");
21 if (!fcn)
28 (*fcn) ();
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2TimeOfImpact.cpp 327 b2SeparationFunction fcn; local
328 fcn.Initialize(&cache, proxyA, sweepA, proxyB, sweepB, t1);
343 float32 f = fcn.Evaluate(xfA, xfB) - target;
364 float32 s2 = fcn.FindMinSeparation(&indexA, &indexB, t2);
385 float32 s1 = fcn.Evaluate(indexA, indexB, t1);
428 float32 s = fcn.Evaluate(indexA, indexB, t);
  /hardware/broadcom/libbt/src/
bt_vendor_brcm_a2dp.c 96 uint8_t fcn; member in struct:__anon30437
612 if (PCM_PIN_FCN_INVALID != brcm_vnd_a2dp_pdata.pcmi2s_pinmux.fcn) {
614 UINT8_TO_STREAM(p, brcm_vnd_a2dp_pdata.pcmi2s_pinmux.fcn);
617 brcm_vnd_a2dp_pdata.pcmi2s_pinmux.fcn = PCM_PIN_FCN_INVALID;
706 STREAM_TO_UINT8(brcm_vnd_a2dp_pdata.pcmi2s_pinmux.fcn, p);
709 brcm_vnd_a2dp_pdata.pcmi2s_pinmux.fcn, brcm_vnd_a2dp_pdata.pcmi2s_pinmux.pad_conf);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
TimeOfImpact.java 88 private final SeparationFunction fcn = new SeparationFunction(); field in class:TimeOfImpact
180 fcn.initialize(cache, proxyA, sweepA, proxyB, sweepB, t1);
191 float s2 = fcn.findMinSeparation(indexes, t2);
210 float s1 = fcn.evaluate(indexes[0], indexes[1], t1);
245 float s = fcn.evaluate(indexes[0], indexes[1], t);
  /ndk/sources/host-tools/nawk-20071023/
run.c 225 int freed = 0; /* handles potential double freeing when fcn & param share a tempcell */
228 Cell *y, *z, *fcn; local
231 fcn = execute(a[0]); /* the function itself */
232 s = fcn->nval;
233 if (!isfcn(fcn))
242 ndef = (int) fcn->fval; /* args in defn */
276 fp->fcncell = fcn;
282 y = execute((Node *)(fcn->sval)); /* execute body */
309 tempfree(fcn);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sparc.c 1678 int fcn = 0; local
    [all...]

Completed in 4031 milliseconds