Home
last modified time | relevance | path

Searched refs:need (Results 51 - 75 of 221) sorted by relevance

123456789

/third_party/ffmpeg/libavcodec/arm/
H A Dvp9lpf_neon.S25 @ 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 Dngtcp2_rtb.c77 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 Dcycleclock.h11 // 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 Dfenv.S68 ! the default environment is complicated by the fact that we need to
/third_party/ltp/testcases/open_posix_testsuite/scripts/
H A Dlocate-test24 Filenames need to follow some standarized format for them to be picked
/third_party/musl/dist/
H A Dconfig.mak32 # Uncomment for warnings (as errors). Might need tuning to your gcc version.
/third_party/optimized-routines/string/arm/
H A Dmemset.S59 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 Dpowerpc64.s8 # so we only need to move nr into r0.
H A Driscv64.s8 # so we only need to move nr into a7.
/third_party/rust/crates/regex/src/
H A Dpool.rs125 // 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 Dmakedata.mak48 # 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 Dmakedata.mak48 # 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 Delflint.c1299 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 DMakefile72 $(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 DMakefile72 $(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 Dgenren.pl112 /* 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 Dgradlew.bat76 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 Dgenren.pl112 /* 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 Dgradlew.bat76 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 Dgradlew.bat82 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 Dgradlew.bat76 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 Dgradlew.bat82 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 Dgradlew.bat76 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 Dcorrectly-handles-changes-in-lib-section-of-config-file.js31 src/app.ts:1:8 - error TS2583: Cannot 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 Dasm_offset.c64 #warning asm_offset.c variable declarations need to be defined for this platform

Completed in 18 milliseconds

123456789