HomeSort by relevance Sort by last modified time
    Searched refs:TABLE_SIZE (Results 1 - 25 of 27) 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
BidiFmwk.java 167 private static final int TABLE_SIZE = 256;
201 pseudoToUChar = new char[TABLE_SIZE];
202 UCharToPseudo = new char[TABLE_SIZE];
203 UCharToPseud2 = new char[TABLE_SIZE];
204 for (i = 0; i < TABLE_SIZE; i++) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
BidiFmwk.java 164 private static final int TABLE_SIZE = 256;
198 pseudoToUChar = new char[TABLE_SIZE];
199 UCharToPseudo = new char[TABLE_SIZE];
200 UCharToPseud2 = new char[TABLE_SIZE];
201 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.27/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...]
  /frameworks/base/core/tests/coretests/src/android/database/
NewDatabasePerformanceTests.java 302 private static final int TABLE_SIZE = 100;
305 private String[] mWhere = new String[TABLE_SIZE];
314 for (int i = 0; i < TABLE_SIZE; i++) {
320 for (int i = 0; i < TABLE_SIZE; i++) {
330 .query("t1", COLUMNS, mWhere[i % TABLE_SIZE], null, null, null, null));
  /external/libjpeg-turbo/
jccolor.c 85 #define TABLE_SIZE (8*(MAXJSAMPLE+1))
207 (TABLE_SIZE * sizeof(JLONG)));
jdcolor.c 90 #define TABLE_SIZE (3*(MAXJSAMPLE+1))
312 (TABLE_SIZE * sizeof(JLONG)));
  /external/boringssl/src/crypto/fipsmodule/bn/
exponentiation.c 432 // TABLE_SIZE is the maximum precomputation table size for *variable* sliding
435 #define TABLE_SIZE 32
442 // TABLE_SIZE_SMALL is the same as |TABLE_SIZE|, but when |b| is at most
452 BIGNUM *val[TABLE_SIZE];
612 BIGNUM *val[TABLE_SIZE];
    [all...]
  /system/sepolicy/tools/
check_seapp.c 16 #define TABLE_SIZE 1024
1255 if (!hcreate(TABLE_SIZE)) {
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xercesMinimal-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/xercesMinimal/1.9.6.2/
xercesMinimal-1.9.6.2.jar 
  /toolchain/binutils/binutils-2.27/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...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 243 #define TABLE_SIZE 256
245 static UChar pseudoToUChar[TABLE_SIZE];
246 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */
247 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */
276 for (i=0; i < TABLE_SIZE; i++) {
    [all...]
  /prebuilts/sdk/current/extras/constraint-layout/solver/
constraint-layout-solver-1.1.0-beta1.jar 
  /prebuilts/sdk/current/extras/constraint-layout-x/solver/
constraintlayout-solver-1.1.0.jar 
  /external/guice/extensions/persist/lib/
ognl-2.6.7.jar 
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 
jsp-2.1.jar 
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/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 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 

Completed in 1478 milliseconds

1 2