OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bValue
(Results
1 - 4
of
4
) sorted by null
/external/aac/libSBRdec/src/
sbr_crc.cpp
101
calcCRC (HANDLE_CRC hCrcBuf, ULONG
bValue
, int nBits)
108
USHORT flag1 = (bMask &
bValue
) ? 1 : 0;
136
ULONG
bValue
;
139
bValue
= FDKreadBits (hBs, MAXCRCSTEP);
140
calcCRC (&CrcBuf,
bValue
, MAXCRCSTEP);
143
bValue
= FDKreadBits (hBs, CrcNrBitsRest);
144
calcCRC (&CrcBuf,
bValue
, CrcNrBitsRest);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
BookmarkUtils.java
56
* @param
bValue
Blue component of the dominant favicon color.
60
Bitmap favicon, int rValue, int gValue, int
bValue
) {
65
gValue,
bValue
));
77
* @param
bValue
Blue component of the dominant favicon color.
81
Bitmap favicon, int rValue, int gValue, int
bValue
) {
84
context, shortcutIntent, title, favicon, rValue, gValue,
bValue
);
119
* @param
bValue
Blue component of the dominant favicon color.
123
int gValue, int
bValue
) {
133
rValue = gValue =
bValue
= DEFAULT_RGB_VALUE;
140
Color.rgb(rValue, gValue,
bValue
));
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SortableDataGrid.js
44
var
bValue
= b.data[columnIdentifier];
46
var bNumber = Number(
bValue
instanceof Node ?
bValue
.textContent :
bValue
);
59
var
bValue
= b.data[columnIdentifier];
61
var bString =
bValue
instanceof Node ?
bValue
.textContent : String(
bValue
);
/external/aac/libSBRenc/src/
env_bit.cpp
113
ULONG
bValue
,
122
flag ^= (
bValue
& (1<<i)) ? (1) : (0) ;
Completed in 357 milliseconds