HomeSort by relevance Sort by last modified time
    Searched full:match_data (Results 1 - 24 of 24) sorted by null

  /external/mesa3d/src/gallium/targets/xorg-i915/
intel_xorg.c 37 intptr_t match_data);
128 int entity_num, struct pci_device *device, intptr_t match_data)
  /external/mesa3d/src/gallium/targets/xorg-r300/
xorg.c 38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
  /external/mesa3d/src/gallium/targets/xorg-r600/
xorg.c 38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
  /external/mesa3d/src/gallium/targets/xorg-radeonsi/
xorg.c 38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 329 match_data (NULL) {};
340 { match_func = match_func_; match_data = match_data_; }
356 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
390 const void *match_data; member in struct:OT::hb_apply_context_t::matcher_t
417 const void *match_data,
420 matcher.set_match_func (match_func, match_data);
487 const void *match_data,
490 matcher.set_match_func (match_func, match_data);
717 const void *match_data)
723 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data)))
1073 const void *match_data; member in struct:OT::ContextApplyLookupContext
1575 const void *match_data[3]; member in struct:OT::ChainContextApplyLookupContext
    [all...]
  /device/moto/shamu/camera/QCamera2/util/
QCameraQueue.h 38 typedef bool (*match_fn_data)(void *data, void *user_data, void *match_data);
QCameraQueue.cpp 347 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){
364 if ( match(node->data, m_userData, match_data) ) {
  /hardware/qcom/camera/QCamera2/util/
QCameraQueue.h 38 typedef bool (*match_fn_data)(void *data, void *user_data, void *match_data);
QCameraQueue.cpp 378 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){
395 if ( match(node->data, m_userData, match_data) ) {
  /external/mesa3d/src/gallium/targets/xorg-nouveau/
nouveau_xorg.c 39 intptr_t match_data);
125 int entity_num, struct pci_device *device, intptr_t match_data)
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.h 163 static bool matchJobId(void *data, void *user_data, void *match_data);
QCameraPostProc.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.h 177 static bool matchJobId(void *data, void *user_data, void *match_data);
QCameraPostProc.cpp     [all...]
  /external/elfutils/src/libcpu/
ChangeLog 59 * i386_parse.y (instrtable_out): Optimize match_data table by not
61 * i386_disasm.c (i386_disasm): Adjust reader of match_data.
i386_disasm.c 372 const uint8_t *curr = match_data;
373 const uint8_t *const match_end = match_data + sizeof (match_data);
i386_parse.y 1248 fputs ("static const uint8_t match_data[] =\n{\n", outfile);
    [all...]
i386_parse.c     [all...]
i386_dis.h 898 static const uint8_t match_data[] = variable
    [all...]
x86_64_dis.h 886 static const uint8_t match_data[] = variable
    [all...]
  /external/pcre/dist/
pcre_internal.h 2496 typedef struct match_data { struct
2546 } match_data; typedef in typeref:struct:match_data
    [all...]
pcre_exec.c 131 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,
    [all...]
pcre_dfa_exec.c 334 md the match_data block with fixed information
    [all...]
ChangeLog     [all...]

Completed in 1201 milliseconds