HomeSort by relevance Sort by last modified time
    Searched refs:DO (Results 201 - 225 of 742) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
zsys_solaris_amd64.go 1 // Created by cgo -godefs - DO NOT EDIT
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
zsys_freebsd_386.go 1 // Created by cgo -godefs - DO NOT EDIT
zsys_freebsd_amd64.go 1 // Created by cgo -godefs - DO NOT EDIT
zsys_freebsd_arm.go 1 // Created by cgo -godefs - DO NOT EDIT
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6866.go 7 // WARNING: GENERATED FILE - DO NOT MODIFY MANUALLY!
  /system/tpm/trunks/ftdi/
mpsse.h 97 DO = 2,
123 /* SK/DO/CS and GPIOs are outputs, DI is an input */
124 #define DEFAULT_TRIS (SK | DO | CS | GPIO0 | GPIO1 | GPIO2 | GPIO3)
support.c 145 buf[i++] = mpsse->tris & ~DO;
189 buf[i++] = mpsse->tris & ~DO;
  /external/libavc/encoder/arm/
ih264e_evaluate_intra16x16_modes_a9q.s 25 @* and do the prediction.
228 @DO VERTICAL PREDICTION
241 @DO HORIZONTAL
286 @DO DC
ih264e_evaluate_intra_chroma_modes_a9q.s 25 @* and do the prediction.
287 @DO DC PREDICTION
298 @DO HORIZONTAL
322 @DO VERTICAL PREDICTION
  /external/cblas/testing/
c_cblat1.f 22 DO 20 IC = 1, 10
28 * detailed output, if any, for cases that do not involve
200 DO 60 INCX = 1, 2
201 DO 40 NP1 = 1, 5
205 DO 20 I = 1, LEN
242 DO 80 I = 1, 5
252 DO 100 I = 1, 5
260 DO 120 I = 1, 5
268 DO 140 I = 1, 5
474 DO 60 KI = 1,
    [all...]
c_zblat1.f 22 DO 20 IC = 1, 10
28 * detailed output, if any, for cases that do not involve
200 DO 60 INCX = 1, 2
201 DO 40 NP1 = 1, 5
205 DO 20 I = 1, LEN
242 DO 80 I = 1, 5
252 DO 100 I = 1, 5
260 DO 120 I = 1, 5
268 DO 140 I = 1, 5
474 DO 60 KI = 1,
    [all...]
  /external/eigen/blas/testing/
cblat1.f 64 DO 20 IC = 1, 10
70 * detailed output, if any, for cases that do not involve
242 DO 60 INCX = 1, 2
243 DO 40 NP1 = 1, 5
247 DO 20 I = 1, LEN
284 DO 80 I = 1, 5
294 DO 100 I = 1, 5
302 DO 120 I = 1, 5
310 DO 140 I = 1, 5
517 DO 60 KI = 1,
    [all...]
zblat1.f 64 DO 20 IC = 1, 10
70 * detailed output, if any, for cases that do not involve
242 DO 60 INCX = 1, 2
243 DO 40 NP1 = 1, 5
247 DO 20 I = 1, LEN
284 DO 80 I = 1, 5
294 DO 100 I = 1, 5
302 DO 120 I = 1, 5
310 DO 140 I = 1, 5
517 DO 60 KI = 1,
    [all...]
  /bionic/libc/include/arpa/
telnet.h 41 #define DO 253 /* please, you use option */
66 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
  /development/ndk/platforms/android-21/include/arpa/
telnet.h 40 #define DO 253 /* please, you use option */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 40 #define DO 253 /* please, you use option */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
telnetlib.py 28 To do:
52 DO = chr(253)
436 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]'
437 if c in (DO, DONT, WILL, WONT):
459 # unless we did a WILL/DO before.
465 if cmd in (DO, DONT):
467 cmd == DO and 'DO' or 'DONT', ord(opt))
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
telnet.h 44 #define DO 253 /* please, you use option */
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
  /external/deqp/framework/randomshaders/
rsgToken.hpp 45 DO,
  /external/eigen/lapack/
clarf.f 183 DO WHILE( LASTV.GT.0 .AND. V( I ).EQ.ZERO )
186 END DO
dlarf.f 178 DO WHILE( LASTV.GT.0 .AND. V( I ).EQ.ZERO )
181 END DO
slarf.f 178 DO WHILE( LASTV.GT.0 .AND. V( I ).EQ.ZERO )
181 END DO
zlarf.f 183 DO WHILE( LASTV.GT.0 .AND. V( I ).EQ.ZERO )
186 END DO
  /external/python/cpython2/Lib/
telnetlib.py 28 To do:
53 DO = chr(253)
496 # 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]'
497 if c in (DO, DONT, WILL, WONT):
519 # unless we did a WILL/DO before.
525 if cmd in (DO, DONT):
527 cmd == DO and 'DO' or 'DONT', ord(opt))
  /external/skia/src/sksl/
SkSLToken.h 88 DO,

Completed in 1153 milliseconds

1 2 3 4 5 6 7 891011>>