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

  /external/tpm2/
Unique.c 19 // data than bSize.
21 // NOTE: If a platform unique value has unequal distribution of uniqueness and bSize is smaller than the size of the
22 // unique value, the bSize portion with the most uniqueness should be returned.
27 uint32_t bSize, // size of the buffer
36 *from != 0 && retVal < bSize;
45 b = &b[((bSize < uSize) ? bSize : uSize) - 1];
47 *from != 0 && retVal < bSize;
Unique_fp.h 12 uint32_t bSize, // size of the buffer
MathFunctions_fp.h 12 const UINT32 bSize, // IN: size of b
35 const UINT32 bSize, // IN: size of b
37 UINT16 *cSize, // OUT: set to MAX(aSize, bSize)
42 const UINT32 bSize, // IN: size of b
MathFunctions.c 96 const UINT32 bSize, // IN: size of b
98 UINT16 *cSize, // OUT: set to MAX(aSize, bSize)
107 *cSize = (UINT16)((aSize > bSize) ? aSize : bSize);
109 i = (aSize > bSize) ? bSize : aSize;
112 b = &b[bSize - 1];
121 if(aSize > bSize)
131 else if(aSize < bSize)
196 // NULL), the size of the results p is assumed to be aSize + bSize and the results are de-normalized so tha
    [all...]
CryptUtil_fp.h 22 const UINT32 bSize, // IN: size of b
37 UINT32 bSize, // IN: size of b
CryptUtil.c     [all...]
  /external/svox/pico/lib/
picoctrl.c 578 picoos_uint16 bSize;
620 bSize = picodata_get_default_buf_size(PICODATA_PUTYPE_TEXT);
623 this->common, bSize);
624 bSize = picodata_get_default_buf_size(PICODATA_PUTYPE_SIG);
627 this->common, bSize);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 98 const GLuint bSize = ctx->PixelMaps.BtoB.Size;
122 rgba[2] = ctx->PixelMaps.BtoB.Map[j * bSize / texSize];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dtypes.h 637 BYTE bSize;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 580 milliseconds