/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 14 # error To use volk, you need to define VK_NO_PROTOTYPES before including vulkan.h
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 751 value of C<$VAR>. Then they realize the need extra formatting, so 752 they put in some special syntax for formatting. Then they need a 757 crippled. If you need to do something the author hasn't thought of, 764 Perl. If you need to make a loop, you can use any of the Perl loop 1010 You don't usually need to invoke this function, because C<fill_in> 1461 To use C<fill_in_string>, you need to say
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 751 value of C<$VAR>. Then they realize the need extra formatting, so 752 they put in some special syntax for formatting. Then they need a 757 crippled. If you need to do something the author hasn't thought of, 764 Perl. If you need to make a loop, you can use any of the Perl loop 1010 You don't usually need to invoke this function, because C<fill_in> 1461 To use C<fill_in_string>, you need to say
|
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | xgene_pmu.c | 298 XGENE_PMU_EVENT_ATTR(write-need-replacement, 0x06), 299 XGENE_PMU_EVENT_ATTR(write-not-need-replacement, 0x07),
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | xattr.c | 909 int need = __get_required_blob_size(ci, 0, 0); in __ceph_build_xattrs_blob() local 911 BUG_ON(need > ci->i_xattrs.prealloc_blob->alloc_len); in __ceph_build_xattrs_blob() 930 /* adjust buffer len; it may be larger than we need */ in __ceph_build_xattrs_blob()
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | xgene_pmu.c | 295 XGENE_PMU_EVENT_ATTR(write-need-replacement, 0x06), 296 XGENE_PMU_EVENT_ATTR(write-not-need-replacement, 0x07),
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9lpf.asm | 408 ; FIXME we shouldn't need two dts registers if mmsize == 8 1103 ; lines (high part). It is inlined to avoid the need of a staging area
|
H A D | h264_qpel_10bit.asm | 478 ;unfortunately I need three registers, so m5 will have to be re-read from memory
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctint-sse2.asm | 119 ; push edx ; need not be preserved 848 ; pop edx ; need not be preserved
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | node.c | 360 bool need = false; in f2fs_need_dentry_mark() local 367 need = true; in f2fs_need_dentry_mark() 370 return need; in f2fs_need_dentry_mark()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | node.c | 384 bool need = false; in f2fs_need_dentry_mark() local 391 need = true; in f2fs_need_dentry_mark() 394 return need; in f2fs_need_dentry_mark()
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 285 // count-1, so need to add one to distinguish from unused. The probe sequence 1062 // TODO FIXME need better diags for bad tokens! in scan_opt_div() 2671 #define FIELDS_MAX 102400 // Was 1024; need more for toybox awk test 2706 // Do not need format here b/c k is integer, uses "%lld" format. in set_map_element() 2863 // If it's 0, need to rebuild the TT.fields 1... n. in fixup_fields() 2864 // If it's non-0, need to rebuild field 0. in fixup_fields() 3477 regoff_t need = SLEN(v) + 1; // capacity needed for result string in gsub() local 3480 need += SLEN(repl) + (eo - so) * (namps - 1); in gsub() 3488 struct zstring *z = xzalloc(sizeof(*z) + need); in gsub() 3489 z->capacity = need; in gsub() [all...] |
/third_party/node/ |
H A D | vcbuild.bat | 281 @rem need to clear VSINSTALLDIR for vcvarsall to work as expected
321 @rem need to clear VSINSTALLDIR for vcvarsall to work as expected
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 785 types need to be specified explicitly (it is unlikely that a type 954 annotations. Still need to add examples of the annotation
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | de.rs | 202 // All other fields may need a `T: Deserialize` bound where T is the type of the 758 // We don't need the default value, to prevent an unused variable warning in deserialize_seq() 840 // We don't need the default value, to prevent an unused variable warning in deserialize_seq_in_place() 1754 // need to provide the error type. in deserialize_untagged_enum_after() 2641 // We don't need the default value, to prevent an unused variable warning in deserialize_map() 2808 // We don't need the default value, to prevent an unused variable warning in deserialize_map_in_place()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 964 # underflow exception. Since this is incorrect, we need to check 1222 # stack an ea. however, we don't need an a7' for this case anyways. 1587 # the extended precision result is still in fp0. but, we need to save it 1732 mov.l EXC_A7(%a6),%a0 # restore a7 whether we need 1755 # the extended precision result is still in fp0. but, we need to save it 1902 # addressing mode was (a7)+. if so, we'll need to shift the 2133 # addressing mode was -(a7). if so, we'll need to shift the 3134 # cause an operr so we don't need to check for them here. 3156 # through here. we simply need to test the sign of the src 3353 # fpsp_unsupp(), then we need t [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 964 # underflow exception. Since this is incorrect, we need to check 1222 # stack an ea. however, we don't need an a7' for this case anyways. 1587 # the extended precision result is still in fp0. but, we need to save it 1732 mov.l EXC_A7(%a6),%a0 # restore a7 whether we need 1755 # the extended precision result is still in fp0. but, we need to save it 1902 # addressing mode was (a7)+. if so, we'll need to shift the 2133 # addressing mode was -(a7). if so, we'll need to shift the 3134 # cause an operr so we don't need to check for them here. 3156 # through here. we simply need to test the sign of the src 3353 # fpsp_unsupp(), then we need t [all...] |
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | checksum_32.S | 324 andcc %o0, 7, %g0 ! need to align things?
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | chacha-ssse3-x86_64.S | 231 # the state matrix in SSE registers four times. As we need some scratch
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-v7.S | 263 @ rules, and so it may corrupt registers that we need to preserve.
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | checksum_32.S | 317 andcc %o0, 7, %g0 ! need to align things?
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | chacha-ssse3-x86_64.S | 231 # the state matrix in SSE registers four times. As we need some scratch
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9mc_neon.S | 350 @ We only need d28[0], but [] is faster on some cores
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_gblur.asm | 724 ; But we need to take care as the data layout is different.
|
/third_party/gn/src/gn/ |
H A D | function_toolchain.cc | 757 Any Rust .rlibs which need to be linked into a final C++ target. 786 substitutions. Both tools are required to create iOS/macOS bundles and need 872 You will need to specify
|