/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9lpf_neon.S | 25 @ need to address the indiviudal d registers. 39 @ need to address the indiviudal d registers. 81 @ If no pixels need filtering, just exit as soon as possible 184 @ If no pixels need filtering, just exit as soon as possible 301 @ If no pixels need flat8in, jump to flat8out 361 @ If no pixels need flat8out, jump to a writeout of the inner 6 pixels 476 @ while we need those for inputs/outputs in wd=16 and use d8-d15 531 @ Move r0/r12 forward by 2 pixels; we don't need to rewrite the 544 @ (8x4 pixels). We need to transpose them to columns, done with a 616 @ Move r0/r12 forward by 2 pixels; we don't need t [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_rtb.c | 77 size_t need, avail = sizeof(ngtcp2_frame) - sizeof(ngtcp2_stream); in ngtcp2_frame_chain_stream_datacnt_objalloc_new() local 80 need = sizeof(ngtcp2_vec) * (datacnt - 1); in ngtcp2_frame_chain_stream_datacnt_objalloc_new() 82 if (need > avail) { in ngtcp2_frame_chain_stream_datacnt_objalloc_new() 83 return ngtcp2_frame_chain_extralen_new(pfrc, need - avail, mem); in ngtcp2_frame_chain_stream_datacnt_objalloc_new() 94 size_t need, avail = sizeof(ngtcp2_frame) - sizeof(ngtcp2_crypto); in ngtcp2_frame_chain_crypto_datacnt_objalloc_new() local 97 need = sizeof(ngtcp2_vec) * (datacnt - 1); in ngtcp2_frame_chain_crypto_datacnt_objalloc_new() 99 if (need > avail) { in ngtcp2_frame_chain_crypto_datacnt_objalloc_new() 100 return ngtcp2_frame_chain_extralen_new(pfrc, need - avail, mem); in ngtcp2_frame_chain_crypto_datacnt_objalloc_new()
|
/third_party/benchmark/src/ |
H A D | cycleclock.h | 11 // If you need the above guarantees, please consider using a different 64 // this goes at the top because we need ALL Macs, regardless of in Now() 224 #error You need to define CycleTimer for your OS and CPU in Now()
|
/third_party/musl/src/fenv/sh/ |
H A D | fenv.S | 68 ! the default environment is complicated by the fact that we need to
|
/third_party/ltp/testcases/open_posix_testsuite/scripts/ |
H A D | locate-test | 24 Filenames need to follow some standarized format for them to be picked
|
/third_party/musl/dist/ |
H A D | config.mak | 32 # Uncomment for warnings (as errors). Might need tuning to your gcc version.
|
/third_party/optimized-routines/string/arm/ |
H A D | memset.S | 59 bics r4, r2, #15 @ if less than 16 bytes then need to finish it off
|
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A D | powerpc64.s | 8 # so we only need to move nr into r0.
|
H A D | riscv64.s | 8 # so we only need to move nr into a7.
|
/third_party/rust/crates/regex/src/ |
H A D | pool.rs | 125 // behind an Arc, we need for it to be Sync. In cases where T is sync, Pool<T> 135 // need to worry about 'owner_val'. 241 /// Puts a value back into the pool. Callers don't need to call this. Once
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 48 # need to nuke \\ for .NET... 154 # we need to know if we're building the ARM/ARM64 data DLL, otherwise 171 # Thus ARM and ARM64 need to use another build of the other tools, so make sure to get an usable CFG path. 190 # The current ICU tools need to be in the path first. 320 # They are not built by default but need to be built for ICU4J data and for getting the .c source files
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 48 # need to nuke \\ for .NET... 147 # we need to know if we're building the ARM/ARM64 data DLL, otherwise 164 # Thus ARM and ARM64 need to use another build of the other tools, so make sure to get an usable CFG path. 183 # The current ICU tools need to be in the path first. 301 # They are not built by default but need to be built for ICU4J data and for getting the .c source files
|
/third_party/elfutils/src/ |
H A D | elflint.c | 1299 relocations or not we need to determine whether the file is in check_reloc_shdr() 1300 flagged to have text relocation and we need to determine a) what in check_reloc_shdr() 2188 /* We need the symbol section data. */ in check_gnu_hash() 3013 index we need for this symbol. */ in check_versym() 3116 GElf_Verneed *need = gelf_getverneed (data, offset, &needmem); in check_verneed() local 3117 if (need == NULL) in check_verneed() 3120 unsigned int auxoffset = offset + need->vn_aux; in check_verneed() 3122 if (need->vn_version != EV_CURRENT) in check_verneed() 3125 idx, section_name (ebl, idx), cnt, (int) need->vn_version); in check_verneed() 3127 if (need in check_verneed() [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/ |
H A D | Makefile | 72 $(error USING_GPU_UTILIZATION conflict with USING_DVFS you can read the Integration Guide to choose which one do you need)
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/ |
H A D | Makefile | 72 $(error USING_GPU_UTILIZATION conflict with USING_DVFS you can read the Integration Guide to choose which one do you need)
|
/third_party/icu/icu4c/source/tools/genren/ |
H A D | genren.pl | 112 /* We need the U_ICU_ENTRY_POINT_RENAME definition. There's a default one in unicode/uvernum.h we can use, but we will give
|
/third_party/vk-gl-cts/external/amber/src/android_gradle/ |
H A D | gradlew.bat | 76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/third_party/skia/third_party/externals/icu/source/tools/genren/ |
H A D | genren.pl | 112 /* We need the U_ICU_ENTRY_POINT_RENAME definition. There's a default one in unicode/uvernum.h we can use, but we will give
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/ |
H A D | gradlew.bat | 76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/ |
H A D | gradlew.bat | 82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/ |
H A D | gradlew.bat | 76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/third_party/skia/third_party/externals/oboe/samples/ |
H A D | gradlew.bat | 82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/ |
H A D | gradlew.bat | 76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/ |
H A D | correctly-handles-changes-in-lib-section-of-config-file.js | 31 [96msrc/app.ts[0m:[93m1[0m:[93m8[0m - [91merror[0m[90m TS2583: [0mCannot find name 'Promise'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.
|
/third_party/vulkan-loader/loader/ |
H A D | asm_offset.c | 64 #warning asm_offset.c variable declarations need to be defined for this platform
|