Home
last modified time | relevance | path

Searched refs:backtrack (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dglob.c99 goto backtrack; in glob_match()
113 backtrack: in glob_match()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-setuptools/
H A D0001-Limit-the-amount-of-whitespace-to-search-backtrack.-.patch4 Subject: [PATCH] Limit the amount of whitespace to search/backtrack. Fixes
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfib_trie.rst131 and we backtrack upwards through the trie trying to find a longest matching
140 At this point we backtrack (t->stats.backtrack++) up the trie, continuing to
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_demux.c537 int backtrack = pos - pktsize; in find_next_packet() local
538 if (backtrack >= 0 && (buf[backtrack] == 0x47 || in find_next_packet()
539 (pktsize == 204 && buf[backtrack] == 0xB8))) in find_next_packet()
540 return backtrack; in find_next_packet()
/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Dnoise.h21 unsigned long backtrack[COUNTER_BITS_TOTAL / BITS_PER_LONG]; member
H A Dreceive.c326 counter->backtrack[(i + index_current) & in counter_validate()
333 &counter->backtrack[index]); in counter_validate()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-setuptools_59.5.0.bb14 file://0001-Limit-the-amount-of-whitespace-to-search-backtrack.-.patch \
/OK3568_Linux_fs/kernel/Documentation/driver-api/soundwire/
H A Derror_handling.rst54 difficult to backtrack from. Retransmitting the Bank Switch command may be
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_trie.c147 unsigned int backtrack; member
1506 this_cpu_inc(stats->backtrack); in fib_table_lookup()
2560 s.backtrack += pcpu->backtrack; in trie_show_usage()
2569 seq_printf(seq, "backtracks = %u\n", s.backtrack); in trie_show_usage()
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dmanagement-style.rst77 fairly easy to backtrack. Since you're not going to be able to waste
79 thing you can backtrack on is a technical decision, and there
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_fib.c1584 goto backtrack; in fib6_node_lookup_1()
1595 goto backtrack; in fib6_node_lookup_1()
1603 backtrack: in fib6_node_lookup_1()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dcppinternals.info291 wants to backtrack and allow the user-defined handler for unknown
H A Dgcc.info10942 'max-modulo-backtrack-attempts'
10943 The maximum number of backtrack attempts the scheduler should
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dcppinternals.info291 wants to backtrack and allow the user-defined handler for unknown
H A Dgcc.info10942 'max-modulo-backtrack-attempts'
10943 The maximum number of backtrack attempts the scheduler should
/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.src2282 do /* Possibly backtrack to try to clear a partial block */