Home
last modified time | relevance | path

Searched refs:MAXID (Results 1 – 25 of 83) sorted by relevance

1234

/dports/lang/v8/v8-9.6.180.12/tools/
H A Dcpu.sh8 MAXID=$(cat $CPUPATH/present | awk -F- '{print $NF}')
12 for (( i=0; i<=$MAXID; i++ )); do
19 for (( i=1; i<=$MAXID; i++ )); do
41 enable_cores $((MAXID+1))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/
H A Dcpu.sh8 MAXID=$(cat $CPUPATH/present | awk -F- '{print $NF}')
12 for (( i=0; i<=$MAXID; i++ )); do
19 for (( i=1; i<=$MAXID; i++ )); do
41 enable_cores $((MAXID+1))
/dports/www/node10/node-v10.24.1/deps/v8/tools/
H A Dcpu.sh8 MAXID=$(cat $CPUPATH/present | awk -F- '{print $NF}')
12 for (( i=0; i<=$MAXID; i++ )); do
19 for (( i=1; i<=$MAXID; i++ )); do
41 enable_cores $((MAXID+1))
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/
H A Dcpu.sh8 MAXID=$(cat $CPUPATH/present | awk -F- '{print $NF}')
12 for (( i=0; i<=$MAXID; i++ )); do
19 for (( i=1; i<=$MAXID; i++ )); do
41 enable_cores $((MAXID+1))
/dports/science/jmol/jmol-14.32.7/src/org/jmol/quantum/
H A DQS.java59 private final static int MAXID = 13; field in QS
108 return (i >= 0 && i < MAXID ? i : -1); in getItem()
116 for (int i = 0; i < MAXID; i++) in getQuantumShell()
130 return (id >= 0 && id < MAXID ? tags[id] : "" + id); in getQuantumShellTag()
/dports/databases/opentsdb/opentsdb-2.3.0/test/uid/
H A DTestUniqueId.java288 when(client.atomicIncrement(incrementForRow(MAXID))) in getOrCreateIdAssignFilterOK()
328 when(client.atomicIncrement(incrementForRow(MAXID))) in getOrCreateIdAssignFilterBlocked()
357 when(client.atomicIncrement(incrementForRow(MAXID))) in getOrCreateIdAssignFilterReturnException()
386 when(client.atomicIncrement(incrementForRow(MAXID))) in getOrCreateIdAssignFilterThrowsException()
415 when(client.atomicIncrement(incrementForRow(MAXID))) in getOrCreateIdAsyncAssignFilterOK()
453 when(client.atomicIncrement(incrementForRow(MAXID))) in getOrCreateIdAsyncAssignFilterBlocked()
480 when(client.atomicIncrement(incrementForRow(MAXID))) in getOrCreateIdAsyncAssignFilterReturnException()
507 when(client.atomicIncrement(incrementForRow(MAXID))) in getOrCreateIdAsyncAssignFilterThrowsException()
528 when(client.atomicIncrement(incrementForRow(MAXID))) in getOrCreateIdUnableToIncrementMaxId()
594 when(client.atomicIncrement(incrementForRow(MAXID))) in getOrCreateIdAssignIdWithRaceCondition()
[all …]
/dports/devel/ga/ga-5.8/armci/testing/
H A Dshmclean.c32 #define MAXID 1000000 macro
36 for (i = 0; i < MAXID; i++) { in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/adlc/
H A Ddict2.cpp34 #define MAXID 20 macro
36 static char shft[MAXID + 1] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6,7};
37 static short xsum[MAXID];
69 for( i = 1; i < MAXID; i++) { in init()
290 while (((c = s[k]) != '\0') && (k < MAXID-1)) { // Get characters till nul in hashstr()
294 assert(k < (MAXID), "Exceeded maximum name length"); in hashstr()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/libadt/
H A Ddict.cpp36 #define MAXID 20 macro
38 static const char shft[MAXID] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6};
39 static short xsum[MAXID];
64 for(i=1; i<MAXID; i++) { in Dict()
83 for(i=1; i<MAXID; i++) { in Dict()
312 while( ((c = *s++) != '\0') && (k < MAXID-1) ) { // Get characters till null or MAXID-1 in hashstr()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/adlc/
H A Ddict2.cpp34 #define MAXID 20 macro
36 static char shft[MAXID + 1] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6,7};
37 static short xsum[MAXID];
69 for( i = 1; i < MAXID; i++) { in init()
290 while (((c = s[k]) != '\0') && (k < MAXID-1)) { // Get characters till nul in hashstr()
294 assert(k < (MAXID), "Exceeded maximum name length"); in hashstr()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/adlc/
H A Ddict2.cpp34 #define MAXID 20 macro
36 static char shft[MAXID + 1] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6,7};
37 static short xsum[MAXID];
69 for( i = 1; i < MAXID; i++) { in init()
290 while (((c = s[k]) != '\0') && (k < MAXID-1)) { // Get characters till nul in hashstr()
294 assert(k < (MAXID), "Exceeded maximum name length"); in hashstr()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/libadt/
H A Ddict.cpp36 #define MAXID 20 macro
38 static const char shft[MAXID] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6};
39 static short xsum[MAXID];
64 for(i=1; i<MAXID; i++) { in Dict()
83 for(i=1; i<MAXID; i++) { in Dict()
312 while( ((c = *s++) != '\0') && (k < MAXID-1) ) { // Get characters till null or MAXID-1 in hashstr()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/libadt/
H A Ddict.cpp36 #define MAXID 20 macro
38 static const char shft[MAXID] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6};
39 static short xsum[MAXID];
64 for(i=1; i<MAXID; i++) { in Dict()
83 for(i=1; i<MAXID; i++) { in Dict()
312 while( ((c = *s++) != '\0') && (k < MAXID-1) ) { // Get characters till null or MAXID-1 in hashstr()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/adlc/
H A Ddict2.cpp34 #define MAXID 20 macro
36 static char shft[MAXID + 1] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6,7};
37 static short xsum[MAXID];
69 for( i = 1; i < MAXID; i++) { in init()
290 while (((c = s[k]) != '\0') && (k < MAXID-1)) { // Get characters till nul in hashstr()
294 assert(k < (MAXID), "Exceeded maximum name length"); in hashstr()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/adlc/
H A Ddict2.cpp34 #define MAXID 20 macro
36 static char shft[MAXID + 1] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6,7};
37 static short xsum[MAXID];
69 for( i = 1; i < MAXID; i++) { in init()
290 while (((c = s[k]) != '\0') && (k < MAXID-1)) { // Get characters till nul in hashstr()
294 assert(k < (MAXID), "Exceeded maximum name length"); in hashstr()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/adlc/
H A Ddict2.cpp34 #define MAXID 20 macro
36 static char shft[MAXID + 1] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6,7};
37 static short xsum[MAXID];
69 for( i = 1; i < MAXID; i++) { in init()
290 while (((c = s[k]) != '\0') && (k < MAXID-1)) { // Get characters till nul in hashstr()
294 assert(k < (MAXID), "Exceeded maximum name length"); in hashstr()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/libadt/
H A Ddict.cpp36 #define MAXID 20 macro
38 static const char shft[MAXID] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6};
39 static short xsum[MAXID];
64 for(i=1; i<MAXID; i++) { in Dict()
83 for(i=1; i<MAXID; i++) { in Dict()
312 while( ((c = *s++) != '\0') && (k < MAXID-1) ) { // Get characters till null or MAXID-1 in hashstr()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/adlc/
H A Ddict2.cpp34 #define MAXID 20 macro
36 static char shft[MAXID + 1] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6,7};
37 static short xsum[MAXID];
69 for( i = 1; i < MAXID; i++) { in init()
290 while (((c = s[k]) != '\0') && (k < MAXID-1)) { // Get characters till nul in hashstr()
294 assert(k < (MAXID), "Exceeded maximum name length"); in hashstr()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/adlc/
H A Ddict2.cpp34 #define MAXID 20 macro
36 static char shft[MAXID + 1] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6,7};
37 static short xsum[MAXID];
69 for( i = 1; i < MAXID; i++) { in init()
290 while (((c = s[k]) != '\0') && (k < MAXID-1)) { // Get characters till nul in hashstr()
294 assert(k < (MAXID), "Exceeded maximum name length"); in hashstr()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/libadt/
H A Ddict.cpp37 #define MAXID 20 macro
39 static const char shft[MAXID] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6};
40 static short xsum[MAXID];
65 for(i=1; i<MAXID; i++) { in Dict()
84 for(i=1; i<MAXID; i++) { in Dict()
312 while( ((c = *s++) != '\0') && (k < MAXID-1) ) { // Get characters till null or MAXID-1 in hashstr()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/adlc/
H A Ddict2.cpp34 #define MAXID 20 macro
36 static char shft[MAXID + 1] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6,7};
37 static short xsum[MAXID];
69 for( i = 1; i < MAXID; i++) { in init()
290 while (((c = s[k]) != '\0') && (k < MAXID-1)) { // Get characters till nul in hashstr()
294 assert(k < (MAXID), "Exceeded maximum name length"); in hashstr()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/libadt/
H A Ddict.cpp50 #define MAXID 20 macro
52 static const char shft[MAXID] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6};
53 static short xsum[MAXID];
78 for(i=1; i<MAXID; i++) { in Dict()
97 for(i=1; i<MAXID; i++) { in Dict()
326 while( ((c = *s++) != '\0') && (k < MAXID-1) ) { // Get characters till null or MAXID-1 in hashstr()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/libadt/
H A Ddict.cpp50 #define MAXID 20 macro
52 static const char shft[MAXID] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6};
53 static short xsum[MAXID];
78 for(i=1; i<MAXID; i++) { in Dict()
97 for(i=1; i<MAXID; i++) { in Dict()
326 while( ((c = *s++) != '\0') && (k < MAXID-1) ) { // Get characters till null or MAXID-1 in hashstr()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/adlc/
H A Ddict2.cpp34 #define MAXID 20 macro
36 static char shft[MAXID + 1] = {1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6,7};
37 static short xsum[MAXID];
69 for( i = 1; i < MAXID; i++) { in init()
290 while (((c = s[k]) != '\0') && (k < MAXID-1)) { // Get characters till nul in hashstr()
294 assert(k < (MAXID), "Exceeded maximum name length"); in hashstr()
/dports/science/openbabel/openbabel-3.1.1/src/formats/
H A Dxtcformat.cpp31 #define MAXID 20 macro
55 FILE* xdrfiles[MAXID];
56 XDR* xdridptr[MAXID];
57 char xdrmodes[MAXID];
275 for (xdrid = 1; xdrid < MAXID; xdrid++) { in xdropen()
281 while (xdrid < MAXID && xdridptr[xdrid] != nullptr) { in xdropen()
284 if (xdrid == MAXID) { in xdropen()
332 for (xdrid = 1; xdrid < MAXID; xdrid++) { in xdrclose()
640 if (xdrid >= MAXID) { in xdr3dfcoord()

1234