Home
last modified time | relevance | path

Searched refs:ex (Results 1 – 3 of 3) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
Dbitalloc-sbc.c64 OI_UINT ex; in stereoBitAllocation() local
65 …= adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32, 2 * nrof_subbands, bitcount, &ex); in stereoBitAllocation()
67 excess = ex; in stereoBitAllocation()
Dbitalloc.c355 OI_UINT ex; in oneChannelBitAllocation() local
356 …st = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds->uint32, nrof_subbands, bitcount, &ex); in oneChannelBitAllocation()
358 excess = ex; in oneChannelBitAllocation()
/system/extras/verity/
DUtils.java143 } catch (IOException ex) { in decryptPrivateKey()
159 } catch (InvalidKeySpecException ex) { in decryptPrivateKey()
161 throw ex; in decryptPrivateKey()