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

  /hardware/broadcom/libbt/src/
bt_vendor_brcm_a2dp.c 96 uint8_t fcn; member in struct:__anon29593
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);
  /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 119 milliseconds