Home
last modified time | relevance | path

Searched refs:bSize (Results 1 – 8 of 8) sorted by relevance

/external/tpm2/
DMathFunctions.c99 const UINT32 bSize, // IN: size of b in _math__sub() argument
110 *cSize = (UINT16)((aSize > bSize) ? aSize : bSize); in _math__sub()
112 i = (aSize > bSize) ? bSize : aSize; in _math__sub()
115 b = &b[bSize - 1]; in _math__sub()
124 if(aSize > bSize) in _math__sub()
134 else if(aSize < bSize) in _math__sub()
212 const UINT32 bSize, // IN: size of b in _math__Mul() argument
225 if((pSize != NULL) && (*pSize < (aSize + bSize))) in _math__Mul()
242 if (BN_bin2bn(a, aSize, bnA) == NULL || BN_bin2bn(b, bSize, bnB) == NULL) in _math__Mul()
253 BN_bn2bin(bnP, &p[aSize + bSize - retVal]); in _math__Mul()
[all …]
DUnique.c27 uint32_t bSize, // size of the buffer in _plat__GetUnique() argument
36 *from != 0 && retVal < bSize; in _plat__GetUnique()
45 b = &b[((bSize < uSize) ? bSize : uSize) - 1]; in _plat__GetUnique()
47 *from != 0 && retVal < bSize; in _plat__GetUnique()
DMathFunctions_fp.h12 const UINT32 bSize, // IN: size of b
35 const UINT32 bSize, // IN: size of b
42 const UINT32 bSize, // IN: size of b
DUnique_fp.h12 uint32_t bSize, // size of the buffer
DCryptUtil_fp.h22 const UINT32 bSize, // IN: size of b
37 UINT32 bSize, // IN: size of b
DCryptUtil.c3537 const UINT32 bSize, // IN: size of b in CryptCompare() argument
3541 return _math__uComp(aSize, a, bSize, b); in CryptCompare()
3559 UINT32 bSize, // IN: size of b in CryptCompareSigned() argument
3563 return _math__Comp(aSize, a, bSize, b); in CryptCompareSigned()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c51 const GLuint bSize = ctx->PixelMaps.BtoB.Size; in load_color_map_texture() local
74 rgba[2] = ctx->PixelMaps.BtoB.Map[j * bSize / texSize]; in load_color_map_texture()
/external/svox/pico/lib/
Dpicoctrl.c578 picoos_uint16 bSize; in picoctrl_newEngine() local
620 bSize = picodata_get_default_buf_size(PICODATA_PUTYPE_TEXT); in picoctrl_newEngine()
623 this->common, bSize); in picoctrl_newEngine()
624 bSize = picodata_get_default_buf_size(PICODATA_PUTYPE_SIG); in picoctrl_newEngine()
627 this->common, bSize); in picoctrl_newEngine()