Searched refs:found (Results 1 - 25 of 1193) sorted by path

1234567891011>>

/linux-master/arch/alpha/lib/
H A Dev6-stxcpy.S64 cmpbge zero, t2, t8 # E : bits set iff null found
87 t8 == the cmpbge mask that found it. */
218 /* We've found a zero somewhere in the source word we just read.
241 t8 == cmpbge mask that found the null. */
296 /* At this point we've found a zero in the first partial word of
H A Dev6-stxncpy.S72 cmpbge zero, t2, t8 # E : bits set iff null found
110 t8 == the cmpbge mask that found it. */
265 /* We've found a zero somewhere in the source word we just read.
294 t8 == cmpbge mask that found the null. */
375 /* At this point we've found a zero in the first partial word of
H A Dstxcpy.S52 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
71 t8 == the cmpbge mask that found it. */
190 /* We've found a zero somewhere in the source word we just read.
214 t8 == cmpbge mask that found the null. */
266 /* At this point we've found a zero in the first partial word of
H A Dstxncpy.S60 cmpbge zero, t2, t8 # .. e1 : bits set iff null found
83 t8 == the cmpbge mask that found it. */
221 /* We've found a zero somewhere in the source word we just read.
250 t8 == cmpbge mask that found the null. */
326 /* At this point we've found a zero in the first partial word of
/linux-master/arch/arc/lib/
H A Dstrcmp-archs.S32 ;; A match is found, spot it out
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S180 | the round precision is found in the fpcr. If the rounding precision
476 | the round precision is found in the fpcr. If the rounding precision
/linux-master/arch/s390/lib/
H A Dfind.c25 goto found;
34 found:
/linux-master/arch/sparc/lib/
H A DM7memset.S155 ! Now sp1 is long word aligned (sp1 is found in %o5)
/linux-master/drivers/acpi/acpica/
H A Dnsxfeval.c469 * references, but this support could be added later if found to be necessary.
528 * when an object of "Type" is found
530 * when an object of "Type" is found
541 * the type parameter is found. If the callback function returns
646 u8 found; local
671 * on all devices found here.
703 found = FALSE;
709 found = TRUE;
715 if (!found) {
750 * user_function - Called when a matching object is found
[all...]
/linux-master/drivers/misc/ocxl/
H A Dpasid.c64 bool found = false; local
69 found = true;
75 WARN_ON(!found);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c693 goto found;
698 found:
/linux-master/drivers/net/wireless/intersil/p54/
H A Deeprom.c607 int i, found = -1; local
617 if (found == -1) {
618 found = i;
624 abs(freq - entry[found].freq)) {
625 found = i;
632 return found < 0 ? &p54_rssi_default : &entry[found];
642 "found possible invalid default country eeprom entry. (entry size: %d)\n",
890 "not all required entries found in eeprom!\n");
/linux-master/drivers/regulator/
H A Dmc13xxx-regulator-core.c184 int found = 0; local
199 found = 1;
204 if (!found)
/linux-master/drivers/target/
H A Dtarget_core_hba.c97 goto found;
101 found:
/linux-master/drivers/xen/xen-pciback/
H A Dpassthrough.c124 int found; local
133 found = 0;
135 for (; !found && dev != NULL; dev = dev->bus->self) {
138 found = 1;
147 if (!found) {
/linux-master/fs/hfs/
H A Dbitmap.c24 * Returns >= 'size' if no zero bits are found in the range.
51 goto found;
63 goto found;
69 found:
131 * found. When 'num_bits' is zero, this is invalid!
137 * 'num_bits' is set to the length of the found sequence.
/linux-master/fs/omfs/
H A Dbitmap.c155 goto found;
162 found:
/linux-master/fs/qnx6/
H A Ddir.c248 goto found;
255 goto found;
267 found:
/linux-master/lib/
H A Dis_single_threaded.c38 goto found;
50 found:
/linux-master/net/vmw_vsock/
H A Daf_vsock_tap.c35 bool found = false; local
42 found = true;
47 pr_warn("vsock_remove_tap: %p not found\n", vt);
53 if (found)
56 return found ? 0 : -ENODEV;
/linux-master/scripts/
H A Dbootgraph.pl129 No data found in the dmesg. Make sure that 'printk.time=1' and
H A Dget_dvb_firmware39 # If we get here, it wasn't found
399 my $found = 0;
424 $found = 1;
432 if (!$found) {
/linux-master/scripts/dtc/
H A Ddt_to_config45 "multiple compatibles found for this node",
46 "driver found for this compatible",
47 "multiple drivers found for this compatible",
48 "kernel config found for this driver",
49 "multiple config options found for this driver",
682 # ----- next if no config found
1124 my $found = 0;
1127 $found = 1;
1130 if (!$found) {
1137 my $found
[all...]
/linux-master/security/keys/
H A Dpersistent.c96 goto found;
106 goto found;
110 found:
/linux-master/tools/build/feature/
H A Dtest-libunwind-debug-frame-aarch64.c6 UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,

Completed in 505 milliseconds

1234567891011>>