Home
last modified time | relevance | path

Searched refs:haystack (Results 1 – 8 of 8) sorted by relevance

/linux/tools/bpf/
A Dbpf_jit_disasm.c170 static uint8_t *get_last_jit_image(char *haystack, size_t hlen, in get_last_jit_image() argument
189 ptr = haystack; in get_last_jit_image()
202 ptr = haystack + off - (pmatch[0].rm_eo - pmatch[0].rm_so); in get_last_jit_image()
221 tmp = ptr = haystack + off; in get_last_jit_image()
/linux/tools/perf/util/
A Dexpr.h48 bool expr__subset_of_ids(struct expr_parse_ctx *haystack,
A Dexpr.c235 bool expr__subset_of_ids(struct expr_parse_ctx *haystack, in expr__subset_of_ids() argument
243 if (expr__get_id(haystack, cur->key, &data)) in expr__subset_of_ids()
/linux/arch/sh/drivers/dma/
A Ddma-api.c104 static int search_cap(const char **haystack, const char *needle) in search_cap() argument
108 for (p = haystack; *p; p++) in search_cap()
/linux/drivers/scsi/
A DNCR5380.c2188 static bool list_find_cmd(struct list_head *haystack, in list_find_cmd() argument
2193 list_for_each_entry(ncmd, haystack, list) in list_find_cmd()
2205 static bool list_del_cmd(struct list_head *haystack, in list_del_cmd() argument
2208 if (list_find_cmd(haystack, needle)) { in list_del_cmd()
A Dhpsa.c1556 struct hpsa_scsi_dev_t *haystack[], int haystack_size, in hpsa_scsi_find_entry() argument
1568 if (haystack[i] == NULL) /* previously removed. */ in hpsa_scsi_find_entry()
1570 if (SCSI3ADDR_EQ(needle->scsi3addr, haystack[i]->scsi3addr)) { in hpsa_scsi_find_entry()
1572 if (device_is_the_same(needle, haystack[i])) { in hpsa_scsi_find_entry()
1573 if (device_updated(needle, haystack[i])) in hpsa_scsi_find_entry()
/linux/tools/testing/kunit/
A Dkunit_tool_test.py97 def assertContains(self, needle: str, haystack: kunit_parser.LineStream):
99 copy, backup = itertools.tee(haystack)
/linux/drivers/media/dvb-core/
A Ddvb_ca_en50221.c201 static char *findstr(char *haystack, int hlen, char *needle, int nlen) in findstr() argument
209 if (!strncmp(haystack + i, needle, nlen)) in findstr()
210 return haystack + i; in findstr()

Completed in 31 milliseconds