HomeSort by relevance Sort by last modified time
    Searched defs:END (Results 1 - 25 of 560) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/curl/winbuild/
gen_resp_file.bat 6 :END
  /external/python/cpython3/Lib/venv/scripts/nt/
activate.bat 32 :END
deactivate.bat 21 :END
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_3DLUT.S 18 #define END(f) .size f, .-f;
250 END(rsdIntrinsic3DLUT_K)
rsCpuIntrinsics_advsimd_Convolve.S 27 #define END(f) .size f, .-f;
99 END(rsdIntrinsicConvolve3x3_K)
265 END(rsdIntrinsicConvolve5x5_K)
rsCpuIntrinsics_advsimd_Resize.S 18 #define END(f) .size f, .-f;
120 END(rsdIntrinsicResize_oscctl_K)
200 * Start by placing four pixels worth of input at the far end of
246 /* First tap starts where we just pre-filled, at the end of the
313 /* Keep filling until we get to the end of this chunk of the buffer */
338 4: /* if we end with 0 pixels left we'll have nothing handy to spread
346 3: /* copy four taps (width of cubic window) to far end for overflow
369 * iteration to avoid reading past the end of the available data.
399 2: /* Inner loop continues here, but starts at 3:, see end of loop
691 * top). At the end, provided it won't overfill, perform the fina
    [all...]
rsCpuIntrinsics_neon_3DLUT.S 18 #define END(f) .fnend; .size f, .-f;
256 END(rsdIntrinsic3DLUT_K)
rsCpuIntrinsics_neon_Convolve.S 27 #define END(f) .fnend; .size f, .-f;
103 END(rsdIntrinsicConvolve3x3_K)
287 END(rsdIntrinsicConvolve5x5_K)
rsCpuIntrinsics_neon_Resize.S 18 #define END(f) .fnend; .size f, .-f;
137 END(rsdIntrinsicResize_oscctl_K)
229 * Start by placing four pixels worth of input at the far end of
279 /* First tap starts where we just pre-filled, at the end of the
348 /* Keep filling until we get to the end of this chunk of the buffer */
373 4: /* if we end with 0 pixels left we'll have nothing handy to spread
386 /* copy four taps (width of cubic window) to far end for overflow
408 * reduced by one for this iteration to avoid reading past the end
440 2: /* Inner loop continues here, but starts at 3:, see end of loop
741 * top). At the end, provided it won't overfill, perform the fina
    [all...]
rsCpuIntrinsics_advsimd_YuvToRGB.S 18 #define END(f) .size f, .-f;
148 * correct number of times, and safely handle the remainder at the end of the
199 * doesn't matter where they end up in the register; the same process
325 END(rsdIntrinsicYuv2_K)
351 END(rsdIntrinsicYuv_K)
377 END(rsdIntrinsicYuvR_K)
rsCpuIntrinsics_neon_YuvToRGB.S 18 #define END(f) .fnend; .size f, .-f;
83 * correct number of times, and safely handle the remainder at the end of the
132 * doesn't matter where they end up in the register; the same process
246 END(rsdIntrinsicYuv2_K)
272 END(rsdIntrinsicYuv_K)
298 END(rsdIntrinsicYuvR_K)
rsCpuIntrinsics_advsimd_Blur.S 19 #define END(f) .size f, .-f;
133 * iterations before the end.
157 * \labelc at the end of the block.
192 * \labelnc at the end of the block.
    [all...]
rsCpuIntrinsics_neon_Blur.S 19 #define END(f) .fnend; .size f, .-f;
139 * iterations before the end.
165 * \labelc at the end of the block.
200 * \labelnc at the end of the block.
    [all...]
  /external/skia/src/sksl/lex/
RegexParser.h 26 static constexpr char END = '\0';
  /external/skqp/src/sksl/lex/
RegexParser.h 26 static constexpr char END = '\0';
  /external/clang/test/CoverageMapping/
switchmacro.c 28 #define END }}}
32 END
  /external/libffi/src/xtensa/
sysv.S 32 #define END(name) .size name , . - name
159 END(ffi_call_SYSV)
163 * void ffi_cacheflush (unsigned long start, unsigned long end)
179 END(ffi_cacheflush)
193 END(ffi_trampoline)
253 END(ffi_closure_SYSV)
  /external/python/cpython2/Modules/_ctypes/libffi/src/xtensa/
sysv.S 32 #define END(name) .size name , . - name
159 END(ffi_call_SYSV)
163 * void ffi_cacheflush (unsigned long start, unsigned long end)
179 END(ffi_cacheflush)
193 END(ffi_trampoline)
253 END(ffi_closure_SYSV)
  /external/python/cpython3/Modules/_ctypes/libffi/src/xtensa/
sysv.S 32 #define END(name) .size name , . - name
159 END(ffi_call_SYSV)
163 * void ffi_cacheflush (unsigned long start, unsigned long end)
179 END(ffi_cacheflush)
193 END(ffi_trampoline)
253 END(ffi_closure_SYSV)
  /hardware/qcom/display/msm8960/libqservice/
IQService.h 39 // Hardware securing start/end notification
41 UNSECURING, // Hardware unsecuring start/end notification
46 END = 0,
  /bionic/libc/private/
bionic_asm.h 67 #define END(f) \
  /developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
Constants.java 30 public static final String END = "end";
  /developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
Constants.java 30 public static final String END = "end";
  /development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
Constants.java 30 public static final String END = "end";
  /external/llvm/tools/msbuild/
install.bat 116 goto END
121 goto END
123 :END

Completed in 3417 milliseconds

1 2 3 4 5 6 7 8 91011>>