HomeSort by relevance Sort by last modified time
    Searched refs:create_func (Results 1 - 6 of 6) sorted by null

  /external/libunwind/tests/
ia64-test-dyn1.c 39 create_func (unw_dyn_info_t *di, const char *name, long (*func) (), function
110 create_func (&di0, "func_add1", func_add1, func_add1_end, NULL);
181 create_func (&di1, "func_add3/0", func_add3, func_add3_end, r_pro);
183 create_func (&di2, "func_add3/1", func_add3, func_add3_end, r_pro);
185 create_func (&di3, "func_vframe", func_vframe, func_vframe_end, r);
  /external/vulkan-validation-layers/
unique_objects_generator.py 396 def getNdosInParameterList(self, item_list, create_func):
398 if create_func == True:
524 # create_func means that this is API creates or allocates NDOs
527 def uniquify_members(self, members, indent, prefix, array_index, create_func, destroy_func, destroy_array, first_level_param):
543 if (first_level_param == False) or (create_func == False):
572 (tmp_decl, tmp_pre, tmp_post) = self.uniquify_members(struct_info, indent, local_prefix, array_index, create_func, destroy_func, destroy_array, False)
596 (tmp_decl, tmp_pre, tmp_post) = self.uniquify_members(struct_info, indent, new_prefix, array_index, create_func, destroy_func, destroy_array, False)
628 create_func = True if create_ndo_code else False
630 (paramdecl, param_pre_code, param_post_code) = self.uniquify_members(cmd_info, indent, '', 0, create_func, destroy_func, destroy_array, True)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
vk-layer-generate.py     [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 30 #define NON_DISPATCHABLE_HANDLE_INIT(create_func, dev, ...) \
33 if (EXPECT(create_func(dev.handle(), __VA_ARGS__, NULL, &handle) == VK_SUCCESS)) \
  /toolchain/binutils/binutils-2.25/bfd/
elf32-tilepro.c 2854 tilepro_create_func create_func; local
    [all...]
elfxx-tilegx.c 3153 tilegx_create_func create_func; local
    [all...]

Completed in 276 milliseconds