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

  /system/bt/stack/bnep/
bnep_api.c 244 p_bcb = &(bnep_cb.bcb[handle - 1]);
320 p_bcb = &(bnep_cb.bcb[handle - 1]);
372 p_bcb = &(bnep_cb.bcb[handle - 1]);
489 p_bcb = &(bnep_cb.bcb[handle - 1]);
585 p_bcb = &(bnep_cb.bcb[handle - 1]);
644 p_bcb = &(bnep_cb.bcb[handle - 1]);
717 p_bcb = &(bnep_cb.bcb[handle - 1]);
bnep_int.h 171 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS]; member in struct:__anon72446
bnep_utils.c 51 ** Description This function searches the bcb table for an entry with the
54 ** Returns the BCB address, or NULL if not found.
63 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
78 ** Description This function searches the BCB table for an entry with the
81 ** Returns the BCB address, or NULL if not found.
90 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
108 ** Description This function allocates a new BCB.
110 ** Returns BCB address, or NULL if none available.
119 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
135 /* If here, no free BCB found *
    [all...]
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 112 __s16 by, bcr, bcb; member in struct:omap_dss_cconv_coefs
  /system/bt/stack/avct/
avct_api.c 279 p_bcb = &avct_cb.bcb[index - 1];
286 /* bind bcb to ccb */
328 /* send unbind event to bcb */
449 /* send msg event to bcb */
454 /* BCB channel is not open and not allocated */
avct_int.h 108 tAVCT_BCB *p_bcb; /* associated BCB */
110 UINT8 allocated; /* Whether LCB/BCB is allocated */
134 tAVCT_BCB bcb[AVCT_NUM_LINKS]; /* browse control blocks */ member in struct:__anon72417
179 /* BCB action functions */
  /external/elfutils/tests/
run-readelf-zp.sh 142 [ bcb] __UINT_FAST64_MAX__ 18446744073709551615UL
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns16-s-unit-pcrel.d 22 [0-9a-f]+[02468ace] <[^>]*> 3bcb[ \t]+bnop \.S2 [0-9a-f]{8} <[^+]*-0x22>,1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
inout.d 469 6ac: 3bcb 0538 soutd @r3,@r12,r5
501 72c: 3bcb 0530 sotdr @r3,@r12,r5
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
all-opcodes.d 1628 652: 6bcb.*
    [all...]

Completed in 1018 milliseconds