Searched refs:bValue (Results 1 - 19 of 19) sorted by relevance

/external/aac/libSBRdec/src/
H A Dsbr_crc.cpp119 static ULONG calcCRC(HANDLE_CRC hCrcBuf, ULONG bValue, int nBits) { argument
125 USHORT flag1 = (bMask & bValue) ? 1 : 0;
149 ULONG bValue; local
152 bValue = FDKreadBits(hBs, MAXCRCSTEP);
153 calcCRC(&CrcBuf, bValue, MAXCRCSTEP);
156 bValue = FDKreadBits(hBs, CrcNrBitsRest);
157 calcCRC(&CrcBuf, bValue, CrcNrBitsRest);
/external/autotest/client/common_lib/
H A Dsmogcheck_tpm.py251 def _getTpmStatus(self, flag, bValue):
257 bValue: a c_bool, place holder for specific TPM flag bit value (0/1).
263 byref(bValue))
272 def _setTpmStatus(self, flag, bValue):
277 bValue: a c_bool, place holder for specific TPM flag bit value (0/1).
282 result = self.tspi_lib.Tspi_TPM_SetStatus(self.hTpm, flag, bValue)
517 bValue = c_bool()
534 TSS_TPMSTATUS_PHYSICALSETDEACTIVATED, bValue)
535 logging.info('Persistent Deactivated Status: %s', bValue.value)
538 TSS_TPMSTATUS_SETTEMPDEACTIVATED, bValue)
[all...]
/external/pdfium/core/fpdfdoc/
H A Dcpdf_occontext.cpp214 bool bValue = false;
227 bValue = bItem;
230 bValue = bValue || bItem;
232 bValue = bValue && bItem;
236 return bValue;
/external/parameter-framework/upstream/parameter/
H A DBitParameter.cpp80 bool CBitParameter::access(bool &bValue, bool bSet, argument
97 uiValue = bValue;
107 bValue = uiValue != 0;
H A DParameter.cpp113 bool CParameter::access(bool &bValue, bool bSet, argument
116 return doAccess(bValue, bSet, parameterAccessContext);
H A DBitParameter.h49 bool access(bool &bValue, bool bSet,
H A DParameter.h55 bool access(bool &bValue, bool bSet,
H A DBaseParameter.h54 virtual bool access(bool &bValue, bool bSet,
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/
H A DPVRScopeComms.h103 bool bValue; ///< Boolean value member in struct:SSPSCommsLibraryTypeBool
/external/jcommander/src/test/java/com/beust/jcommander/
H A DParametersDelegateTest.java23 public String bValue = "";
32 Assert.assertEquals(p.bValue, "someValue");
48 public String bValue = "";
55 cmd.parse("-c", "--long-d", "123", "--long-b", "bValue");
57 Assert.assertEquals(p.bValue, "bValue");
102 public String bValue = "";
119 Assert.assertEquals(p.bValue, "");
/external/aac/libSBRenc/src/
H A Denv_bit.cpp129 ULONG bValue, INT bBits) {
135 flag ^= (bValue & (1 << i)) ? (1) : (0);
128 crcAdvance(USHORT crcPoly, USHORT crcMask, USHORT *crc, ULONG bValue, INT bBits) argument
/external/libese/apps/weaver/card/src/com/android/weaver/core/
H A DCoreSlots.java189 private static void arrayFill(byte[] bArray, short bOff, short bLen, byte bValue) { argument
191 bArray[(short) (bOff + i)] = bValue;
/external/pdfium/fxjs/xfa/
H A Dcjx_eventpseudomodel.cpp36 void BooleanProperty(CFXJSE_Value* pValue, bool& bValue, bool bSetting) { argument
38 bValue = pValue->ToBoolean();
41 pValue->SetBoolean(bValue);
H A Dcjx_field.cpp89 bool bValue = pWidgetAcc->DeleteItem(runtime->ToInt32(params[0]), true, true);
90 return CJS_Return(runtime->NewBoolean(bValue));
H A Dcjx_object.h195 bool SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify);
H A Dcjx_object.cpp342 bool CJX_Object::SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify) { argument
344 (void*)(uintptr_t)bValue, bNotify);
346 elem->SetString(CXFA_Node::AttributeToName(eAttr), bValue ? L"1" : L"0");
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp1939 const Interval bValue (reconstructLinearXYChromaSample(filteringFormat, conversionFormat, xChromaOffset, yChromaOffset, addressModeU, addressModeV, bAccess, i, j));
1944 bValue,
1958 const Interval bValue (reconstructLinearXChromaSample(filteringFormat, conversionFormat, xChromaOffset, addressModeU, addressModeV, bAccess, i, j));
1963 bValue,
2116 const Interval bValue (linearInterpolate(filteringFormat, lumaA, lumaB,
2125 bValue,
2144 const Interval bValue (linearInterpolate(filteringFormat, lumaA, lumaB,
2153 bValue,
2209 const Interval bValue (linearSample(bAccess, conversionFormat, filteringFormat, addressModeU, addressModeV, IVec2(chromaI, chromaJ), chromaA, chromaB));
2215 bValue,
[all...]
/external/deqp/external/openglcts/modules/common/
H A DglcTextureFilterAnisotropicTests.cpp340 GLboolean bValue; local
345 gl.getBooleanv(GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT, &bValue);
/external/python/cpython3/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1374 BOOL bValue; local

Completed in 587 milliseconds