OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TABLE_SIZE
(Results
1 - 25
of
29
) sorted by null
1
2
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_delta_panel.cpp
48
const static int
TABLE_SIZE
= sizeof(X_START_TABLE) / sizeof(X_START_TABLE[0]);
72
for(y = 1; y < (height - 1) && y <
TABLE_SIZE
; y++)
/external/mesa3d/src/mesa/main/
hash.c
44
#define
TABLE_SIZE
1023 /**< Size of lookup table/array */
46
#define HASH_FUNC(K) ((K) %
TABLE_SIZE
)
63
struct HashEntry *Table[
TABLE_SIZE
]; /**< the lookup table */
103
for (pos = 0; pos <
TABLE_SIZE
; pos++) {
292
for (pos = 0; pos <
TABLE_SIZE
; pos++) {
329
for (pos = 0; pos <
TABLE_SIZE
; pos++) {
355
for (pos = 0; pos <
TABLE_SIZE
; pos++) {
401
while (pos <
TABLE_SIZE
) {
422
for (pos = 0; pos <
TABLE_SIZE
; pos++) {
491
for (pos = 0; pos <
TABLE_SIZE
; pos++)
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
BidiTest.java
166
private static final int
TABLE_SIZE
= 256;
200
pseudoToUChar = new char[
TABLE_SIZE
];
201
UCharToPseudo = new char[
TABLE_SIZE
];
202
UCharToPseud2 = new char[
TABLE_SIZE
];
203
for (i = 0; i <
TABLE_SIZE
; i++) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
BidiTest.java
162
private static final int
TABLE_SIZE
= 256;
196
pseudoToUChar = new char[
TABLE_SIZE
];
197
UCharToPseudo = new char[
TABLE_SIZE
];
198
UCharToPseud2 = new char[
TABLE_SIZE
];
199
for (i = 0; i <
TABLE_SIZE
; i++) {
/external/autotest/frontend/client/src/autotest/afe/
HostSelector.java
42
private static final int
TABLE_SIZE
= 10;
73
new HostTableDecorator(availableTable,
TABLE_SIZE
);
82
selectedTable.setRowsPerPage(
TABLE_SIZE
);
/toolchain/binutils/binutils-2.25/opcodes/
xgate-opc.c
27
#define
TABLE_SIZE
(X) (sizeof(X) / sizeof(X[0]))
203
const int xgate_num_opcodes =
TABLE_SIZE
(xgate_opcodes);
m68hc11-opc.c
28
#define
TABLE_SIZE
(X) (sizeof(X) / sizeof(X[0]))
[
all
...]
/external/boringssl/src/crypto/bn/
exponentiation.c
198
#define
TABLE_SIZE
32
436
BIGNUM *val[
TABLE_SIZE
];
626
BIGNUM *val[
TABLE_SIZE
];
[
all
...]
/external/opencv3/3rdparty/libjpeg/
jccolor.c
79
#define
TABLE_SIZE
(8*(MAXJSAMPLE+1))
96
(
TABLE_SIZE
* SIZEOF(INT32)));
jdcolor.c
83
#define
TABLE_SIZE
(3*(MAXJSAMPLE+1))
198
(
TABLE_SIZE
* SIZEOF(INT32)));
/external/pdfium/third_party/libjpeg/
fpdfapi_jccolor.c
78
#define
TABLE_SIZE
(8*(MAXJSAMPLE+1))
95
(
TABLE_SIZE
* SIZEOF(INT32)));
/external/libjpeg-turbo/
jccolor.c
84
#define
TABLE_SIZE
(8*(MAXJSAMPLE+1))
206
(
TABLE_SIZE
* sizeof(INT32)));
jdcolor.c
89
#define
TABLE_SIZE
(3*(MAXJSAMPLE+1))
311
(
TABLE_SIZE
* sizeof(INT32)));
/system/sepolicy/tools/
check_seapp.c
16
#define
TABLE_SIZE
1024
1226
if (!hcreate(
TABLE_SIZE
)) {
/external/opencv3/modules/features2d/src/
mser.cpp
540
const int
TABLE_SIZE
= 400;
917
double k = (double)i/(double)params.maxEvolution*(
TABLE_SIZE
-1);
[
all
...]
/prebuilts/tools/common/m2/repository/nekohtml/xercesMinimal/1.9.6.2/
xercesMinimal-1.9.6.2.jar
/external/icu/icu4c/source/test/cintltst/
cbiditst.c
239
#define
TABLE_SIZE
256
241
static UChar pseudoToUChar[
TABLE_SIZE
];
242
static uint8_t UCharToPseudo[
TABLE_SIZE
]; /* used for Unicode chars < 0x0100 */
243
static uint8_t UCharToPseud2[
TABLE_SIZE
]; /* used for Unicode chars >=0x0100 */
272
for (i=0; i <
TABLE_SIZE
; i++) {
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
aoutx.h
260
#define
TABLE_SIZE
(TABLE) (sizeof (TABLE) / sizeof (TABLE[0]))
[
all
...]
pdp11.c
251
#define
TABLE_SIZE
(TABLE) (sizeof(TABLE)/sizeof(TABLE[0]))
[
all
...]
/prebuilts/maven_repo/android/com/android/support/constraint/constraint-layout-solver/1.0.0-alpha1/
constraint-layout-solver-1.0.0-alpha1.jar
/external/guice/extensions/persist/lib/
ognl-2.6.7.jar
/external/guice/extensions/struts2/lib/
ognl-3.0.jar
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
arm_math.h
330
#define
TABLE_SIZE
256
[
all
...]
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
Completed in 430 milliseconds
1
2