Searched refs:match_data (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/targets/xorg-i915/
H A Dintel_xorg.c37 intptr_t match_data);
128 int entity_num, struct pci_device *device, intptr_t match_data)
127 intel_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/mesa3d/src/gallium/targets/xorg-r300/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
128 r300_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/mesa3d/src/gallium/targets/xorg-r600/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
128 r600_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/mesa3d/src/gallium/targets/xorg-radeonsi/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
128 radeonsi_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/mesa3d/src/gallium/targets/xorg-nouveau/
H A Dnouveau_xorg.c39 intptr_t match_data);
125 int entity_num, struct pci_device *device, intptr_t match_data)
124 nouveau_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh277 match_data (NULL) {};
288 { match_func = match_func_; match_data = match_data_; }
304 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
337 const void *match_data; member in struct:OT::hb_apply_context_t::matcher_t
690 const void *match_data)
696 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data)))
705 const void *match_data,
719 skippy_iter.set_match_func (match_func, match_data, input);
887 const void *match_data)
893 skippy_iter.set_match_func (match_func, match_data, backtrac
686 would_match_input(hb_would_apply_context_t *c, unsigned int count, const USHORT input[], match_func_t match_func, const void *match_data) argument
701 match_input(hb_apply_context_t *c, unsigned int count, const USHORT input[], match_func_t match_func, const void *match_data, unsigned int *end_offset, unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], bool *p_is_mark_ligature = NULL, unsigned int *p_total_component_count = NULL) argument
883 match_backtrack(hb_apply_context_t *c, unsigned int count, const USHORT backtrack[], match_func_t match_func, const void *match_data) argument
902 match_lookahead(hb_apply_context_t *c, unsigned int count, const USHORT lookahead[], match_func_t match_func, const void *match_data, unsigned int offset) argument
1057 const void *match_data; member in struct:OT::ContextApplyLookupContext
1554 const void *match_data[3]; member in struct:OT::ChainContextApplyLookupContext
[all...]
/external/elfutils/libcpu/
H A Di386_disasm.c372 const uint8_t *curr = match_data;
373 const uint8_t *const match_end = match_data + sizeof (match_data);
/external/pcre/dist/
H A Dpcre_exec.c131 pchars(const pcre_uchar *p, int length, BOOL is_subject, match_data *md)
165 match_ref(int offset, register PCRE_PUCHAR eptr, int length, match_data *md,
514 PCRE_PUCHAR mstart, int offset_top, match_data *md, eptrblock *eptrb,
6375 match_data match_block;
6376 match_data *md = &match_block;

Completed in 210 milliseconds