Searched refs:then (Results 1 - 25 of 368) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/
H A Dplatform.mak62 if [ "$(RGMII_BCM_FA)" = "y" ]; then \
67 if [ "$(LACP)" = "y" ]; then \
73 if [ "$(BCMNAND)" = "y" ]; then \
92 if [ "$(ARM)" = "y" ]; then \
94 if [ "$(BCM7)" = "y" ]; then \
95 if [ "$(ARMCPUSMP)" = "up" ]; then \
101 elif [ "$(BCM_7114)" = "y" ]; then \
102 if [ "$(GMAC3)" = "y" ]; then \
107 elif [ "$(BCM10)" = "y" ]; then \
108 if [ "$(ARMCPUSMP)" = "up" ]; then \
[all...]
H A Ddsl.mak4 if [ "$(BUILD_NAME)" != "DSL-N55U" -a "$(BUILD_NAME)" != "DSL-N55U-B" ] ; then \
20 if [ "$(BUILD_NAME)" = "DSL-N55U" -o "$(BUILD_NAME)" = "DSL-N55U-B" ] ; then \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-sa1100/include/mach/
H A Ddebug-macro.S30 @ if Ser3 is inactive, then try Ser1
35 @ if Ser1 is inactive, then try Ser2
40 @ if all ports are inactive, then there is nothing we can do
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A Ddebug-macro.S30 @ if Ser3 is inactive, then try Ser1
35 @ if Ser1 is inactive, then try Ser2
40 @ if all ports are inactive, then there is nothing we can do
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/include/
H A Dprereq.mk12 if [ -f $(TMP_DIR)/.prereq-error ]; then \
30 if $(NO_TRACE_MAKE) -f $(firstword $(MAKEFILE_LIST)) check-$(1) >/dev/null 2>/dev/null; then \
H A Dquilt.mk26 @if [ -s $(1)/series ]; then \
30 @for patch in $$$$( (cd $(1) && if [ -f series ]; then $(call filter_series,series); else ls; fi; ) 2>/dev/null ); do ( \
41 @if [ -d "$(1)" -a "$$$$(ls $(1) | wc -l)" -gt 0 ]; then \
42 if [ -s "$(1)/series" ]; then \
71 if [ -d $(GENERIC_FILES_DIR) ]; then $(CP) $(GENERIC_FILES_DIR)/* $(LINUX_DIR)/; fi
72 if [ -d $(FILES_DIR) ]; then \
112 if [ -s ".subdirs" ]; then \
115 if [ -f $$$$file/series ]; then \
131 if [ -s "$(PKG_BUILD_DIR)/patches/series" ]; then (cd $(PKG_BUILD_DIR); quilt next >/dev/null 2>&1 && quilt push -a || quilt top >/dev/null 2>&1); fi
H A Dautotools.mk9 if [ -f "$(PKG_BUILD_DIR)/$(3)$(1)" -a -e "$(2)/$(1)" ]; then \
26 if [ -f "$(PKG_BUILD_DIR)/$(CONFIGURE_PATH)/configure" ]; then \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/contrib/pascal/
H A Dexample.pas39 if err <> Z_OK then
71 if StrComp(PChar(uncompr), hello) <> 0 then
93 if zfile = NIL then
99 if gzputs(zfile, 'ello') <> 4 then
105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then
111 if gzputs(zfile, ', hello!') <> 8 then
121 if zfile = NIL then
129 if gzread(zfile, uncompr, uncomprLen) <> len then
134 if StrComp(PChar(uncompr), hello) <> 0 then
143 if (pos <> 6) or (gztell(zfile) <> pos) then
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/contrib/pascal/
H A Dexample.pas39 if err <> Z_OK then
71 if StrComp(PChar(uncompr), hello) <> 0 then
93 if zfile = NIL then
99 if gzputs(zfile, 'ello') <> 4 then
105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then
111 if gzputs(zfile, ', hello!') <> 8 then
121 if zfile = NIL then
129 if gzread(zfile, uncompr, uncomprLen) <> len then
134 if StrComp(PChar(uncompr), hello) <> 0 then
143 if (pos <> 6) or (gztell(zfile) <> pos) then
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/contrib/pascal/
H A Dexample.pas39 if err <> Z_OK then
71 if StrComp(PChar(uncompr), hello) <> 0 then
93 if zfile = NIL then
99 if gzputs(zfile, 'ello') <> 4 then
105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then
111 if gzputs(zfile, ', hello!') <> 8 then
121 if zfile = NIL then
129 if gzread(zfile, uncompr, uncomprLen) <> len then
134 if StrComp(PChar(uncompr), hello) <> 0 then
143 if (pos <> 6) or (gztell(zfile) <> pos) then
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/contrib/pascal/
H A Dexample.pas39 if err <> Z_OK then
71 if StrComp(PChar(uncompr), hello) <> 0 then
93 if zfile = NIL then
99 if gzputs(zfile, 'ello') <> 4 then
105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then
111 if gzputs(zfile, ', hello!') <> 8 then
121 if zfile = NIL then
129 if gzread(zfile, uncompr, uncomprLen) <> len then
134 if StrComp(PChar(uncompr), hello) <> 0 then
143 if (pos <> 6) or (gztell(zfile) <> pos) then
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/contrib/pascal/
H A Dexample.pas39 if err <> Z_OK then
71 if StrComp(PChar(uncompr), hello) <> 0 then
93 if zfile = NIL then
99 if gzputs(zfile, 'ello') <> 4 then
105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then
111 if gzputs(zfile, ', hello!') <> 8 then
121 if zfile = NIL then
129 if gzread(zfile, uncompr, uncomprLen) <> len then
134 if StrComp(PChar(uncompr), hello) <> 0 then
143 if (pos <> 6) or (gztell(zfile) <> pos) then
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/contrib/pascal/
H A Dexample.pas39 if err <> Z_OK then
71 if StrComp(PChar(uncompr), hello) <> 0 then
93 if zfile = NIL then
99 if gzputs(zfile, 'ello') <> 4 then
105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then
111 if gzputs(zfile, ', hello!') <> 8 then
121 if zfile = NIL then
129 if gzread(zfile, uncompr, uncomprLen) <> len then
134 if StrComp(PChar(uncompr), hello) <> 0 then
143 if (pos <> 6) or (gztell(zfile) <> pos) then
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/doc/
H A D10-tables.tex10 then top to bottom):
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/doc/
H A D10-tables.tex10 then top to bottom):
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/doc/
H A D10-tables.tex10 then top to bottom):
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcregexp.pas427 if (p <> nil) then
476 if length(RegExp) < 255 then
489 if length(RegExp) = 255 then
491 if RegExpC = nil then
495 if (RegExpExt = nil) and (ErrorMsg <> nil) then
506 if RegExpC <> nil then
508 if RegExpExt <> nil then
510 if Matches <> nil then
519 if MatchesCount > 0 then
524 { if MatchesCount = 0 then
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcregexp.pas427 if (p <> nil) then
476 if length(RegExp) < 255 then
489 if length(RegExp) = 255 then
491 if RegExpC = nil then
495 if (RegExpExt = nil) and (ErrorMsg <> nil) then
506 if RegExpC <> nil then
508 if RegExpExt <> nil then
510 if Matches <> nil then
519 if MatchesCount > 0 then
524 { if MatchesCount = 0 then
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcregexp.pas427 if (p <> nil) then
476 if length(RegExp) < 255 then
489 if length(RegExp) = 255 then
491 if RegExpC = nil then
495 if (RegExpExt = nil) and (ErrorMsg <> nil) then
506 if RegExpC <> nil then
508 if RegExpExt <> nil then
510 if Matches <> nil then
519 if MatchesCount > 0 then
524 { if MatchesCount = 0 then
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/
H A Ddsl.mak4 if [ "$(BUILD_NAME)" != "DSL-N55U" -a "$(BUILD_NAME)" != "DSL-N55U-B" ] ; then \
20 if [ "$(BUILD_NAME)" = "DSL-N55U" -o "$(BUILD_NAME)" = "DSL-N55U-B" ] ; then \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/contrib/delphi/
H A DZLib.pas268 if code < 0 then
275 if code < 0 then
282 if code < 0 then
335 if OutEstimate = 0 then
380 if DCheck(inflate(strm, Z_FINISH)) <> Z_STREAM_END then
400 if Assigned(FOnProgress) then FOnProgress(Sender);
423 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
431 if FZRec.avail_out < sizeof(FBuffer) then
448 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
452 if FZRec.avail_out = 0 then
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/contrib/delphi/
H A DZLib.pas268 if code < 0 then
275 if code < 0 then
282 if code < 0 then
335 if OutEstimate = 0 then
380 if DCheck(inflate(strm, Z_FINISH)) <> Z_STREAM_END then
400 if Assigned(FOnProgress) then FOnProgress(Sender);
423 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
431 if FZRec.avail_out < sizeof(FBuffer) then
448 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
452 if FZRec.avail_out = 0 then
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/contrib/delphi/
H A DZLib.pas268 if code < 0 then
275 if code < 0 then
282 if code < 0 then
335 if OutEstimate = 0 then
380 if DCheck(inflate(strm, Z_FINISH)) <> Z_STREAM_END then
400 if Assigned(FOnProgress) then FOnProgress(Sender);
423 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
431 if FZRec.avail_out < sizeof(FBuffer) then
448 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
452 if FZRec.avail_out = 0 then
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/contrib/delphi/
H A DZLib.pas268 if code < 0 then
275 if code < 0 then
282 if code < 0 then
335 if OutEstimate = 0 then
380 if DCheck(inflate(strm, Z_FINISH)) <> Z_STREAM_END then
400 if Assigned(FOnProgress) then FOnProgress(Sender);
423 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
431 if FZRec.avail_out < sizeof(FBuffer) then
448 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
452 if FZRec.avail_out = 0 then
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/contrib/delphi/
H A DZLib.pas268 if code < 0 then
275 if code < 0 then
282 if code < 0 then
335 if OutEstimate = 0 then
380 if DCheck(inflate(strm, Z_FINISH)) <> Z_STREAM_END then
400 if Assigned(FOnProgress) then FOnProgress(Sender);
423 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
431 if FZRec.avail_out < sizeof(FBuffer) then
448 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
452 if FZRec.avail_out = 0 then
[all...]

Completed in 346 milliseconds

1234567891011>>