Searched refs:base_list (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_auto_possess.c | 516 const uint32_t *base_list, PCRE2_SPTR base_end, int *rec_limit) in compare_opcodes() argument 578 return base_list[1] != 0; in compare_opcodes() 592 if (base_list[1] == 0) return FALSE; in compare_opcodes() 639 if (!compare_opcodes(code, utf, cb, base_list, base_end, rec_limit)) in compare_opcodes() 660 if (!compare_opcodes(next_code, utf, cb, base_list, base_end, rec_limit)) in compare_opcodes() 682 if (base_list[0] == OP_CHAR) in compare_opcodes() 684 chr_ptr = base_list + 2; in compare_opcodes() 690 list_ptr = base_list; in compare_opcodes() 695 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS in compare_opcodes() 698 || (!utf && (base_list[0] == OP_NCLASS || list[0] == OP_NCLASS)) in compare_opcodes() [all …]
|
/external/u-boot/drivers/usb/host/ |
D | ehci-faraday.c | 94 uint32_t base_list[] = CONFIG_USB_EHCI_BASE_LIST; in ehci_hcd_init() local 96 if (index < 0 || index >= ARRAY_SIZE(base_list)) in ehci_hcd_init() 99 regs = (void __iomem *)base_list[index]; in ehci_hcd_init()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetUtils.py | 173 base_list = (os.path.abspath(base)).split(os.sep) 175 if os.name in ['nt','dos','os2'] and base_list[0] <> target_list[0]: 177 for i in range(min(len(base_list), len(target_list))): 178 if base_list[i] <> target_list[i]: break 181 rel_list = [os.pardir] * (len(base_list)-i) + target_list[i:]
|
/external/freetype/src/tools/ |
D | glnames.py | 5311 base_list = mac_extras + sid_standard_names 5339 st = StringTable( base_list, "ft_standard_glyph_names" )
|