Home
last modified time | relevance | path

Searched refs:firstpos (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c93 tre_pos_and_tags_t *firstpos; member
1123 c->right->firstpos = NULL; in tre_add_tag_left()
1154 c->left->firstpos = NULL; in tre_add_tag_right()
2241 /* Computes and fills in the fields `nullable', `firstpos', and `lastpos' for
2268 /* Back references: nullable = false, firstpos = {i}, in tre_compute_nfl()
2271 node->firstpos = tre_set_one(mem, lit->position, 0, in tre_compute_nfl()
2273 if (!node->firstpos) in tre_compute_nfl()
2284 nullable = true, firstpos = {}, and lastpos = {}. */ in tre_compute_nfl()
2286 node->firstpos = tre_set_empty(mem); in tre_compute_nfl()
2287 if (!node->firstpos) in tre_compute_nfl()
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c93 tre_pos_and_tags_t *firstpos; member
1124 c->right->firstpos = NULL; in tre_add_tag_left()
1155 c->left->firstpos = NULL; in tre_add_tag_right()
2242 /* Computes and fills in the fields `nullable', `firstpos', and `lastpos' for
2269 /* Back references: nullable = false, firstpos = {i}, in tre_compute_nfl()
2272 node->firstpos = tre_set_one(mem, lit->position, 0, in tre_compute_nfl()
2274 if (!node->firstpos) in tre_compute_nfl()
2285 nullable = true, firstpos = {}, and lastpos = {}. */ in tre_compute_nfl()
2287 node->firstpos = tre_set_empty(mem); in tre_compute_nfl()
2288 if (!node->firstpos) in tre_compute_nfl()
[all...]
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c93 tre_pos_and_tags_t *firstpos; member
1123 c->right->firstpos = NULL; in tre_add_tag_left()
1154 c->left->firstpos = NULL; in tre_add_tag_right()
2241 /* Computes and fills in the fields `nullable', `firstpos', and `lastpos' for
2268 /* Back references: nullable = false, firstpos = {i}, in tre_compute_nfl()
2271 node->firstpos = tre_set_one(mem, lit->position, 0, in tre_compute_nfl()
2273 if (!node->firstpos) in tre_compute_nfl()
2284 nullable = true, firstpos = {}, and lastpos = {}. */ in tre_compute_nfl()
2286 node->firstpos = tre_set_empty(mem); in tre_compute_nfl()
2287 if (!node->firstpos) in tre_compute_nfl()
[all...]
/third_party/musl/src/regex/
H A Dregcomp.c93 tre_pos_and_tags_t *firstpos; member
1123 c->right->firstpos = NULL; in tre_add_tag_left()
1154 c->left->firstpos = NULL; in tre_add_tag_right()
2241 /* Computes and fills in the fields `nullable', `firstpos', and `lastpos' for
2268 /* Back references: nullable = false, firstpos = {i}, in tre_compute_nfl()
2271 node->firstpos = tre_set_one(mem, lit->position, 0, in tre_compute_nfl()
2273 if (!node->firstpos) in tre_compute_nfl()
2284 nullable = true, firstpos = {}, and lastpos = {}. */ in tre_compute_nfl()
2286 node->firstpos = tre_set_empty(mem); in tre_compute_nfl()
2287 if (!node->firstpos) in tre_compute_nfl()
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c1307 u16 firstpos; /* position of first mft attribute */ in fixup() local
1455 firstpos = 0x30 + (((mftrecsz/512 + 1)*2 - 1 ) | 7) + 1; in fixup()
1460 && (le16_to_cpu(logr->record_offset) == firstpos)) { in fixup()

Completed in 16 milliseconds