Searched refs:ARRAY (Results 1 - 25 of 30) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/script/
H A Dmkbuildoptions.awk188 function sort(ARRAY, ELEMENTS) {
190 for (j = i; (j-1) in ARRAY && (j) in ARRAY && ARRAY[j-1] > ARRAY[j]; --j) {
191 temp = ARRAY[j];
192 ARRAY[j] = ARRAY[j-1];
193 ARRAY[j-1] = temp;
202 # expects: ARRAY a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/script/
H A Dmkbuildoptions.awk192 function sort(ARRAY, ELEMENTS) {
194 for (j = i; (j-1) in ARRAY && (j) in ARRAY && ARRAY[j-1] > ARRAY[j]; --j) {
195 temp = ARRAY[j];
196 ARRAY[j] = ARRAY[j-1];
197 ARRAY[j-1] = temp;
206 # expects: ARRAY a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/script/
H A Dmkbuildoptions.awk188 function sort(ARRAY, ELEMENTS) {
190 for (j = i; (j-1) in ARRAY && (j) in ARRAY && ARRAY[j-1] > ARRAY[j]; --j) {
191 temp = ARRAY[j];
192 ARRAY[j] = ARRAY[j-1];
193 ARRAY[j-1] = temp;
202 # expects: ARRAY a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/script/
H A Dmkbuildoptions.awk192 function sort(ARRAY, ELEMENTS) {
194 for (j = i; (j-1) in ARRAY && (j) in ARRAY && ARRAY[j-1] > ARRAY[j]; --j) {
195 temp = ARRAY[j];
196 ARRAY[j] = ARRAY[j-1];
197 ARRAY[j-1] = temp;
206 # expects: ARRAY a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/script/
H A Dmkbuildoptions.awk192 function sort(ARRAY, ELEMENTS) {
194 for (j = i; (j-1) in ARRAY && (j) in ARRAY && ARRAY[j-1] > ARRAY[j]; --j) {
195 temp = ARRAY[j];
196 ARRAY[j] = ARRAY[j-1];
197 ARRAY[j-1] = temp;
206 # expects: ARRAY a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/script/
H A Dmkbuildoptions.awk188 function sort(ARRAY, ELEMENTS) {
190 for (j = i; (j-1) in ARRAY && (j) in ARRAY && ARRAY[j-1] > ARRAY[j]; --j) {
191 temp = ARRAY[j];
192 ARRAY[j] = ARRAY[j-1];
193 ARRAY[j-1] = temp;
202 # expects: ARRAY a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/asm/
H A DType.java91 public final static int ARRAY = 9; field in class:Type
357 return new Type(ARRAY, buf, off, len + 1);
378 * {@link #DOUBLE DOUBLE}, {@link #ARRAY ARRAY} or
434 case ARRAY:
530 // case ARRAY:
674 // case ARRAY:
695 // case ARRAY:
724 if (sort == Type.OBJECT || sort == Type.ARRAY) {
744 if (sort == Type.OBJECT || sort == Type.ARRAY) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/asm/
H A DType.java91 public final static int ARRAY = 9; field in class:Type
357 return new Type(ARRAY, buf, off, len + 1);
378 * {@link #DOUBLE DOUBLE}, {@link #ARRAY ARRAY} or
434 case ARRAY:
530 // case ARRAY:
674 // case ARRAY:
695 // case ARRAY:
724 if (sort == Type.OBJECT || sort == Type.ARRAY) {
744 if (sort == Type.OBJECT || sort == Type.ARRAY) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/asm/
H A DType.java91 public final static int ARRAY = 9; field in class:Type
357 return new Type(ARRAY, buf, off, len + 1);
378 * {@link #DOUBLE DOUBLE}, {@link #ARRAY ARRAY} or
434 case ARRAY:
530 // case ARRAY:
674 // case ARRAY:
695 // case ARRAY:
724 if (sort == Type.OBJECT || sort == Type.ARRAY) {
744 if (sort == Type.OBJECT || sort == Type.ARRAY) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dunicode.c430 # define ARRAY /* PAIR if < 0x4000 and no more than 4 chars big */ \ macro
561 static const struct interval combining[] = { ARRAY };
566 static const uint16_t combining1[] = { ARRAY };
571 struct CHECK { ARRAY };
574 # undef ARRAY macro
673 # define ARRAY \ macro
725 static const struct interval rtl_b[] = { ARRAY };
730 static const uint16_t rtl_p[] = { ARRAY };
735 struct CHECK { ARRAY };
738 # undef ARRAY macro
758 # define ARRAY macro
942 # undef ARRAY macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dunicode.c430 # define ARRAY /* PAIR if < 0x4000 and no more than 4 chars big */ \ macro
561 static const struct interval combining[] = { ARRAY };
566 static const uint16_t combining1[] = { ARRAY };
571 struct CHECK { ARRAY };
574 # undef ARRAY macro
673 # define ARRAY \ macro
725 static const struct interval rtl_b[] = { ARRAY };
730 static const uint16_t rtl_p[] = { ARRAY };
735 struct CHECK { ARRAY };
738 # undef ARRAY macro
758 # define ARRAY macro
942 # undef ARRAY macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dunicode.c430 # define ARRAY /* PAIR if < 0x4000 and no more than 4 chars big */ \ macro
561 static const struct interval combining[] = { ARRAY };
566 static const uint16_t combining1[] = { ARRAY };
571 struct CHECK { ARRAY };
574 # undef ARRAY macro
673 # define ARRAY \ macro
725 static const struct interval rtl_b[] = { ARRAY };
730 static const uint16_t rtl_p[] = { ARRAY };
735 struct CHECK { ARRAY };
738 # undef ARRAY macro
758 # define ARRAY macro
942 # undef ARRAY macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java743 if (sort == Type.OBJECT || sort == Type.ARRAY) {
803 if (sort == Type.OBJECT || sort == Type.ARRAY) {
985 if (sort == Type.OBJECT || sort == Type.ARRAY) {
1430 } else if (type.getSort() == Type.ARRAY) {
1487 return (sort == Type.OBJECT || sort == Type.ARRAY);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java743 if (sort == Type.OBJECT || sort == Type.ARRAY) {
803 if (sort == Type.OBJECT || sort == Type.ARRAY) {
985 if (sort == Type.OBJECT || sort == Type.ARRAY) {
1430 } else if (type.getSort() == Type.ARRAY) {
1487 return (sort == Type.OBJECT || sort == Type.ARRAY);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java743 if (sort == Type.OBJECT || sort == Type.ARRAY) {
803 if (sort == Type.OBJECT || sort == Type.ARRAY) {
985 if (sort == Type.OBJECT || sort == Type.ARRAY) {
1430 } else if (type.getSort() == Type.ARRAY) {
1487 return (sort == Type.OBJECT || sort == Type.ARRAY);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dcavs.c256 #define LOWPASS(ARRAY,INDEX) \
257 (( ARRAY[(INDEX)-1] + 2*ARRAY[(INDEX)] + ARRAY[(INDEX)+1] + 2) >> 2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dcavs.c256 #define LOWPASS(ARRAY,INDEX) \
257 (( ARRAY[(INDEX)-1] + 2*ARRAY[(INDEX)] + ARRAY[(INDEX)+1] + 2) >> 2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dcavs.c256 #define LOWPASS(ARRAY,INDEX) \
257 (( ARRAY[(INDEX)-1] + 2*ARRAY[(INDEX)] + ARRAY[(INDEX)+1] + 2) >> 2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/perl/BerkeleyDB/
H A DBerkeleyDB.pm1017 # if $got->{set_bt_compress} !~ /ARRAY/ ||
1020 # if $got->{set_bt_compress} !~ /ARRAY/ ||
1088 if defined $got->{Tie} and $got->{Tie} !~ /ARRAY/ ;
1153 if defined $got->{Tie} and $got->{Tie} !~ /ARRAY/ ;
1220 ## if defined $got->{Tie} and $got->{Tie} !~ /ARRAY/ ;
1398 if defined $ref and $ref !~ /ARRAY/ ;
1660 if ! ref $_[0] || ref $_[0] ne 'ARRAY';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/perl/BerkeleyDB/
H A DBerkeleyDB.pm1017 # if $got->{set_bt_compress} !~ /ARRAY/ ||
1020 # if $got->{set_bt_compress} !~ /ARRAY/ ||
1088 if defined $got->{Tie} and $got->{Tie} !~ /ARRAY/ ;
1153 if defined $got->{Tie} and $got->{Tie} !~ /ARRAY/ ;
1220 ## if defined $got->{Tie} and $got->{Tie} !~ /ARRAY/ ;
1398 if defined $ref and $ref !~ /ARRAY/ ;
1660 if ! ref $_[0] || ref $_[0] ne 'ARRAY';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/perl/BerkeleyDB/
H A DBerkeleyDB.pm1017 # if $got->{set_bt_compress} !~ /ARRAY/ ||
1020 # if $got->{set_bt_compress} !~ /ARRAY/ ||
1088 if defined $got->{Tie} and $got->{Tie} !~ /ARRAY/ ;
1153 if defined $got->{Tie} and $got->{Tie} !~ /ARRAY/ ;
1220 ## if defined $got->{Tie} and $got->{Tie} !~ /ARRAY/ ;
1398 if defined $ref and $ref !~ /ARRAY/ ;
1660 if ! ref $_[0] || ref $_[0] ne 'ARRAY';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/include/curl/
H A Dcurl.h1636 CFINIT(ARRAY),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/include/curl/
H A Dcurl.h1636 CFINIT(ARRAY),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/pidl/lib/Parse/Pidl/
H A DNDR.pm20 - ARRAY
155 TYPE => "ARRAY",
234 TYPE => "ARRAY",
811 return 1 if ($l->{TYPE} eq "ARRAY" and $l->{IS_ZERO_TERMINATED});
1258 return 0 if ($l->{TYPE} ne "ARRAY");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/include/curl/
H A Dcurl.h1636 CFINIT(ARRAY),

Completed in 846 milliseconds

12