Home
last modified time | relevance | path

Searched refs:INDEX (Results 1 – 25 of 32) sorted by relevance

12

/external/bison/src/
Drelation.c55 static relation_nodes INDEX; variable
68 INDEX[i] = height = top; in traverse()
73 if (INDEX[R[i][j]] == 0) in traverse()
76 if (INDEX[i] > INDEX[R[i][j]]) in traverse()
77 INDEX[i] = INDEX[R[i][j]]; in traverse()
82 if (INDEX[i] == height) in traverse()
86 INDEX[j] = infinity; in traverse()
102 INDEX = xcalloc (size + 1, sizeof *INDEX); in relation_digraph()
110 if (INDEX[i] == 0 && R[i]) in relation_digraph()
113 free (INDEX); in relation_digraph()
/external/zlib/examples/
Denough.c176 #define INDEX(i,j,k) (((size_t)((i-1)>>1)*((i-2)>>1)+(j>>1)-1)*(max-1)+k-1) macro
217 index = INDEX(syms, left, len); in count()
264 index = INDEX(syms, left, len); in beenhere()
418 index = INDEX(n, left, root + 1); in enough()
/external/bison/lib/
Dbitset.h314 #define BITSET_FOR_EACH(ITER, BSET, INDEX, MIN) \ argument
320 ITER.i < ITER.num && ((INDEX) = ITER.list[ITER.i], 1); \
336 #define BITSET_FOR_EACH_REVERSE(ITER, BSET, INDEX, MIN) \ argument
342 ITER.i < ITER.num && ((INDEX) = ITER.list[ITER.i], 1); \
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
DSHA1ImplTest.java44 private static final int INDEX = SHA1Impl.BYTES_OFFSET; field in SHA1ImplTest
66 int[] words = new int[INDEX +6]; // working array to compute hash in testOneBlockMessage()
/external/iproute2/doc/actions/
Dgact-usage2 gact <ACTION> [RAND] [INDEX]
9 INDEX := index value used
Dmirred-usage12 mirred <DIRECTION> <ACTION> [index INDEX] <dev DEVICENAME>
16 INDEX is the specific policy instance id
/external/zlib/
DINDEX4 INDEX this file
DChangeLog91 - Update and improve INDEX, README, and FAQ
458 - Update INDEX file
549 - INDEX update: add qnx entry, remove aix entry [Truta]
1008 - added an INDEX file
/external/zlib/old/os2/
DMakefile.os250 DISTFILES = README INDEX ChangeLog configure Make*[a-z0-9] *.[ch] descrip.mms \
/external/bluetooth/glib/tests/
Dqueue-test.c204 PEEK_NTH, INDEX, REMOVE, REMOVE_ALL, in random_test() enumerator
471 case INDEX: in random_test()
/external/skia/emoji/
Dgmojiraw.txt733 FEB98 \uDBBA\uDF98 \xF3\xBE\xAE\x98 INDEX FINGER POINTING UPWARDS 284 F6CF E4F6 7651 EBCF [人差し指] …
734 FEB99 \uDBBA\uDF99 \xF3\xBE\xAE\x99 WHITE UP POINTING INDEX 390 F360 EA8D 7941 ED60 [↑] 226 F7CE …
735 FEB9A \uDBBA\uDF9A \xF3\xBE\xAE\x9A WHITE DOWN POINTING INDEX 391 F361 EA8E 7942 ED61 [↓] 227 F7C…
736 FEB9B \uDBBA\uDF9B \xF3\xBE\xAE\x9B WHITE LEFT POINTING INDEX 140 F6D8 E4FF 765A EBD8 [←] 228 F7D…
737 FEB9C \uDBBA\uDF9C \xF3\xBE\xAE\x9C WHITE RIGHT POINTING INDEX 141 F6D9 E500 765B EBD9 [→] 229 F7…
/external/icu4c/data/unidata/
DDerivedAge.txt291 261A..266F ; 1.1 # [86] BLACK LEFT POINTING INDEX..MUSIC SHARP SIGN
DUnicodeData.txt8398 261A;BLACK LEFT POINTING INDEX;So;0;ON;;;;;N;;;;;
8399 261B;BLACK RIGHT POINTING INDEX;So;0;ON;;;;;N;;;;;
8400 261C;WHITE LEFT POINTING INDEX;So;0;ON;;;;;N;;;;;
8401 261D;WHITE UP POINTING INDEX;So;0;ON;;;;;N;;;;;
8402 261E;WHITE RIGHT POINTING INDEX;So;0;ON;;;;;N;;;;;
8403 261F;WHITE DOWN POINTING INDEX;So;0;ON;;;;;N;;;;;
22287 1F446;WHITE UP POINTING BACKHAND INDEX;So;0;ON;;;;;N;;;;;
22288 1F447;WHITE DOWN POINTING BACKHAND INDEX;So;0;ON;;;;;N;;;;;
22289 1F448;WHITE LEFT POINTING BACKHAND INDEX;So;0;ON;;;;;N;;;;;
22290 1F449;WHITE RIGHT POINTING BACKHAND INDEX;So;0;ON;;;;;N;;;;;
[all …]
/external/e2fsprogs/po/
Dnl.po727 msgid "HTREE INDEX CLEARED"
728 msgstr "'HTREE'-INDEX GEWIST"
Dde.po726 msgid "HTREE INDEX CLEARED"
727 msgstr "HTREE INDEX BEREINIGT"
Dsv.po740 msgid "HTREE INDEX CLEARED"
741 msgstr "HTREE-INDEX T�MT"
Did.po725 msgid "HTREE INDEX CLEARED"
726 msgstr "HTREE INDEX DIHAPUS"
Dcs.po725 msgid "HTREE INDEX CLEARED"
726 msgstr "INDEX HTREE VYMAZÁN"
De2fsprogs.pot743 msgid "HTREE INDEX CLEARED"
Dzh_CN.po751 msgid "HTREE INDEX CLEARED"
Dit.po736 msgid "HTREE INDEX CLEARED"
Dca.po736 msgid "HTREE INDEX CLEARED"
Dpl.po722 msgid "HTREE INDEX CLEARED"
/external/sqlite/dist/
Dsqlite3.h.orig6051 ** one exception. When executing a "DROP TABLE" or "DROP INDEX" statement,
6057 ** or "DROP INDEX" query, an infinite loop might be the result.
6062 ** the special "DROP TABLE/INDEX" case, the extended error code is just
Dsqlite3.c.orig6594 ** one exception. When executing a "DROP TABLE" or "DROP INDEX" statement,
6600 ** or "DROP INDEX" query, an infinite loop might be the result.
6605 ** the special "DROP TABLE/INDEX" case, the extended error code is just
9575 ** CREATE INDEX Ex2 ON Ex1(c3,c1);
9902 ** CREATE INDEX idx ON t(a,b,c);
41055 ** has been removed (CREATE INDEX needs to move a page when a statement
41704 ** WAL-INDEX FORMAT
72582 ** CREATE INDEX command. The second is a table name. The table name in
72583 ** the CREATE TABLE or CREATE INDEX statement is replaced with the third
72589 ** sqlite_rename_table('CREATE INDEX i ON abc(a)', 'def')
[all …]

12