Searched refs:directly (Results 151 - 155 of 155) sorted by relevance
1234567
/third_party/skia/third_party/externals/libpng/ |
H A D | ltmain.sh | 1421 # description of your script's purpose in a comment directly above the 3651 -Wc,FLAG pass FLAG directly to the compiler 3756 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler 3758 -Xlinker FLAG pass linker-specific FLAG directly to the linker 5200 # Don't directly open a file because we may want to 5221 # The $output program cannot be directly executed until all the libtool 5520 The $output program cannot be directly executed until all the libtool 7043 # Do not include libc_r directly, use -pthread flag. 10122 # if reload_cmds runs $LD directly, get rid of -Wl from 10818 # didn't already link the preopened objects directly int [all...] |
H A D | configure | 1477 programs directly they will typically #include 6369 # Regexp to match symbols that can be accessed directly from C. 10545 # Both c and cxx compiler support -rpath directly 13794 # Ultrix sh set writes to stderr and can't be redirected directly, 15461 # Grep'ing the whole file directly is not great: AIX grep has a line 15894 # Compiler flag to generate shared objects directly from archives. 15897 # Whether the compiler copes with passing no objects directly.
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 3163 # sends them directly to _real_operr() if necessary. 3620 # longword integer directly into the upper longword of the mantissa along 3721 # sends them directly to _real_inex() if necessary. 3847 # exception. if so, branch directly to that handler's entry point. 21765 # make a copy of FTEMP_LO and place the g,r,s bits directly after it 23941 # since the input operand is a DENORM, we can't multiply it directly. 24257 beq.b zer_m # if zero, go directly to binstr
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 3163 # sends them directly to _real_operr() if necessary. 3620 # longword integer directly into the upper longword of the mantissa along 3721 # sends them directly to _real_inex() if necessary. 3847 # exception. if so, branch directly to that handler's entry point. 21765 # make a copy of FTEMP_LO and place the g,r,s bits directly after it 23941 # since the input operand is a DENORM, we can't multiply it directly. 24257 beq.b zer_m # if zero, go directly to binstr
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 14352 /// rather than directly invoking `panic!` or similar. 14370 // For alloc test `std::alloc::handle_alloc_error` can be used directly. 18407 /// [`Display`] trait. As such, `ToString` shouldn't be implemented directly: 18918 /// non-mutating methods directly on the data it encloses. If mutation 19305 //! This library, like libcore, normally doesn’t need to be used directly 20625 // Pre-allocate memory to allow writing the cloned value directly. in make_mut() 21527 // If the pointer is dangling, we return the sentinel directly. This cannot be in as_ptr() 23236 // trait dispatch - instead both impls call this function directly and 24627 // Pre-allocate memory to allow writing the cloned value directly. in make_mut() 24939 // If the pointer is dangling, we return the sentinel directly in as_ptr() [all...] |
Completed in 107 milliseconds
1234567