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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.h79 ARRAY = 296, enumerator in enum:yytokentype
170 #define ARRAY 296 macro
H A Dphp_lexer.l117 "array" return ARRAY;
H A Dphp_parser.y102 %token HASH_ASSIGN LIST ARRAY
433 | ARRAY '(' array_pair_list ')' { $$ = make_exp_1(PHP_OP_ARRAY, $3); }
H A Dphp_parser.c114 ARRAY = 296, enumerator in enum:yytokentype
205 #define ARRAY 296 macro
769 "LIST", "ARRAY", "CLASS_SCOPE", "','", "PRINT", "'='", "SR_EQ", "SL_EQ",
H A Dphp_lexer.c1132 return ARRAY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dmodula.exp2 in word set ARRAY
H A Dgpc.exp130 {"Array", ARRAY, PASCAL_ISO},
H A Dchill.exp290 {"array", ARRAY, NORID, RESERVED},
353 {"ARRAY", ARRAY, NORID, RESERVED},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java663 if (sort == Type.OBJECT || sort == Type.ARRAY) {
723 if (sort == Type.OBJECT || sort == Type.ARRAY) {
905 if (sort == Type.OBJECT || sort == Type.ARRAY) {
1350 } else if (type.getSort() == Type.ARRAY) {
1407 return (sort == Type.OBJECT || sort == Type.ARRAY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavs.c256 #define LOWPASS(ARRAY,INDEX) \
257 (( ARRAY[(INDEX)-1] + 2*ARRAY[(INDEX)] + ARRAY[(INDEX)+1] + 2) >> 2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcavs.c304 #define LOWPASS(ARRAY, INDEX) \
305 ((ARRAY[(INDEX) - 1] + 2 * ARRAY[(INDEX)] + ARRAY[(INDEX) + 1] + 2) >> 2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.pm1038 if defined $got->{Tie} and $got->{Tie} !~ /ARRAY/ ;
1103 if defined $got->{Tie} and $got->{Tie} !~ /ARRAY/ ;
1170 ## if defined $got->{Tie} and $got->{Tie} !~ /ARRAY/ ;
1348 if defined $ref and $ref !~ /ARRAY/ ;
1610 if ! ref $_[0] || ref $_[0] ne 'ARRAY';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darray.tex139 type, e.g. shorts, in an array of larger one, e.g. {\tt ARRAY\_INT}, does
229 ARRAY\_MAXSIZE\_INCREMENT constant. Of course, this may lead to some memory
230 being wasted (ARRAY\_MAXSIZE\_INCREMENT in the worst case, i.e. 4Kb in the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/include/curl/
H A Dcurl.h1741 CFINIT(ARRAY),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm537 isa_ok( $array_ref, 'ARRAY' );
1059 elsif( $type eq 'ARRAY' ) {
1094 for my $type (qw(ARRAY HASH REF SCALAR GLOB Regexp)) {
1121 if( grep !_type($_) eq 'ARRAY', $a1, $a2 ) {
1141 push @Data_Stack, { type => 'ARRAY', idx => $_, vals => [$e1, $e2] };
1181 elsif( $type eq 'ARRAY' ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html1870 elsif (ref($button) eq 'ARRAY')
2128 next if $button eq ' ' || ref($button) eq 'CODE' || ref($button) eq 'SCALAR' || ref($button) eq 'ARRAY';
15913 die "stack not an array ref" unless (ref($stack) eq "ARRAY");
16664 die "stack not an array ref" unless (ref($stack) eq "ARRAY");
17087 die "stack not an array ref" unless (ref($stack) eq "ARRAY");
18729 #if (!defined($stack) or (ref($stack) ne "ARRAY"))

Completed in 310 milliseconds