/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
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | super.h | 375 /* we need to track cap writeback on a per-cap-bit basis, to allow 396 int i_truncate_pending; /* still need to call vmtruncate */ 561 * anyway, so there is no need to squash the inode number down to in ceph_find_inode() 578 #define CEPH_I_FLUSH_SNAPS (1 << 8) /* need flush snapss */ 752 struct ceph_cap_reservation *ctx, int need); 1153 extern int ceph_get_caps(struct file *filp, int need, int want, 1156 int need, int want, bool nonblock, int *got); 1168 extern int ceph_pool_perm_check(struct inode *inode, int need);
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctflt-sse.asm | 78 ; push ecx ; need not be preserved 79 ; push edx ; need not be preserved 359 ; pop edx ; need not be preserved 360 ; pop ecx ; need not be preserved
|
H A D | jfdctfst-mmx.asm | 92 ; push ecx ; need not be preserved 93 ; push edx ; need not be preserved 385 ; pop edx ; need not be preserved 386 ; pop ecx ; need not be preserved
|
H A D | jidctflt-3dn.asm | 76 ; push ecx ; need not be preserved 77 ; push edx ; need not be preserved 441 ; pop edx ; need not be preserved 442 ; pop ecx ; need not be preserved
|
H A D | jidctfst-mmx.asm | 107 ; push ecx ; need not be preserved 108 ; push edx ; need not be preserved 489 ; pop edx ; need not be preserved 490 ; pop ecx ; need not be preserved
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | member.c | 171 int need = 0; in dlm_slots_assign() local 198 need++; in dlm_slots_assign() 217 array_size = max + need; in dlm_slots_assign() 530 /* previously removed members that we've not finished removing need to in dlm_recover_members()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | member.c | 167 int need = 0; in dlm_slots_assign() local 194 need++; in dlm_slots_assign() 213 array_size = max + need; in dlm_slots_assign() 554 /* previously removed members that we've not finished removing need to in dlm_recover_members()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx8.asm | 87 //tba_lo and tba_hi need to be saved/restored 127 var s_restore_tmp = ttmp6 //tba_lo/hi need to be restored 243 //FIXME right now s_save_m0/s_save_mem_offset use tma_lo/tma_hi (might need to save them before using them?) 345 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on 365 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on 426 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on 495 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on //be consistent with SAVE although can be moved ahead 530 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on //be consistent with SAVE although can be moved ahead
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx8.asm | 87 //tba_lo and tba_hi need to be saved/restored 127 var s_restore_tmp = ttmp6 //tba_lo/hi need to be restored 243 //FIXME right now s_save_m0/s_save_mem_offset use tma_lo/tma_hi (might need to save them before using them?) 345 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on 365 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on 426 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on 495 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on //be consistent with SAVE although can be moved ahead 530 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on //be consistent with SAVE although can be moved ahead
|
/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()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.h | 405 /* we need to track cap writeback on a per-cap-bit basis, to allow 426 int i_truncate_pending; /* still need to call vmtruncate */ 613 * anyway, so there is no need to squash the inode number down to in ceph_find_inode() 630 #define CEPH_I_FLUSH_SNAPS (1 << 8) /* need flush snapss */ 809 struct ceph_cap_reservation *ctx, int need); 1274 int need, int want, loff_t endoff, int *got); 1275 extern int ceph_get_caps(struct file *filp, int need, int want, 1278 int need, int want, bool nonblock, int *got); 1291 extern int ceph_pool_perm_check(struct inode *inode, int need);
|
/kernel/linux/linux-6.6/drivers/s390/scsi/ |
H A D | zfcp_dbf.c | 333 * @need: required erp_action 339 u8 want, u8 need) in zfcp_dbf_rec_trig() 366 rec->u.trig.need = need; in zfcp_dbf_rec_trig() 379 * @need: required erp_action 385 u8 want, u8 need) in zfcp_dbf_rec_trig_lock() 390 zfcp_dbf_rec_trig(tag, adapter, port, sdev, want, need); in zfcp_dbf_rec_trig_lock() 337 zfcp_dbf_rec_trig(char *tag, struct zfcp_adapter *adapter, struct zfcp_port *port, struct scsi_device *sdev, u8 want, u8 need) zfcp_dbf_rec_trig() argument 383 zfcp_dbf_rec_trig_lock(char *tag, struct zfcp_adapter *adapter, struct zfcp_port *port, struct scsi_device *sdev, u8 want, u8 need) zfcp_dbf_rec_trig_lock() argument
|
/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
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | mock_navigation_stack.h | 143 void SetNeedBuildNewInstance(int32_t index, bool need) override;
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | entry-common.S | 377 ! below, so don't need to be reloaded here.)
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | efi-header.S | 22 @ boot protocol does, so we need some NOPs here.
|