Home
last modified time | relevance | path

Searched refs:name (Results 6126 - 6150 of 18890) sorted by relevance

1...<<241242243244245246247248249250>>...756

/third_party/elfutils/backends/
H A Di386_auxv.c37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in auxv_info() argument
42 *name = "HWCAP"; in auxv_info()
/third_party/glfw/src/
H A Dposix_module.c47 GLFWproc _glfwPlatformGetModuleSymbol(void* module, const char* name) in _glfwPlatformGetModuleSymbol() argument
49 return dlsym(module, name); in _glfwPlatformGetModuleSymbol()
H A Dwin32_module.c45 GLFWproc _glfwPlatformGetModuleSymbol(void* module, const char* name) in _glfwPlatformGetModuleSymbol() argument
47 return (GLFWproc) GetProcAddress((HMODULE) module, name); in _glfwPlatformGetModuleSymbol()
/third_party/libsnd/src/
H A Dtest_main.h20 print_test_name (const char * name) in print_test_name() argument
21 { printf (" %-40s : ", name) ; in print_test_name()
/third_party/jerryscript/tests/jerry-test-suite/11/11.02/11.02.01/
H A D11.02.01-010.js15 var a = {name: "a", value: "1"};
16 var b = {name: "b", value: 1};
H A D11.02.01-009.js15 var a = {name: "a", value: "1"};
16 var b = {name: "b", value: "1"};
H A D11.02.01-011.js15 var a = {name: "a", value: 1};
16 var b = {name: "b", value: 1};
H A D11.02.01-007.js15 var a = {name: "a", value: "1"};
16 var b = {name: "b", value: "1"};
/third_party/musl/src/network/
H A Dgetservbyname.c4 struct servent *getservbyname(const char *name, const char *prots) in getservbyname() argument
9 if (getservbyname_r(name, prots, &se, (void *)buf, sizeof buf, &res)) in getservbyname()
H A Dgethostbyname.c8 struct hostent *gethostbyname(const char *name) in gethostbyname() argument
10 return gethostbyname2(name, AF_INET); in gethostbyname()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetservbyname.c4 struct servent *getservbyname(const char *name, const char *prots) in getservbyname() argument
9 if (getservbyname_r(name, prots, &se, (void *)buf, sizeof buf, &res)) in getservbyname()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/kinclude/linux/
H A Ddebugfs.h2 static inline struct dentry *debugfs_create_file(const char *name, mode_t mode, in debugfs_create_file() argument
9 static inline struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() argument
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
H A Ddebugfs.h2 static inline struct dentry *debugfs_create_file(const char *name, mode_t mode, in debugfs_create_file() argument
9 static inline struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorIndexingTests.cpp34 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument
36 return createTestGroup(testCtx, name.c_str(), descriptorIndexingDescriptorSetsCreateTests); in createTests()
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
H A DValidationUtils.h26 MaybeError Validate{{type.name.CamelCase()}}(wgpu::{{as_cppType(type.name)}} value);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dext_password_i.h15 const char *name; member
18 struct wpabuf * (*get)(void *ctx, const char *name);
/third_party/ntfs-3g/src/
H A Dlowntfs-3g.c158 #define GHOSTLTH 40 /* max length of a ghost file name - see ghostformat */
375 static u64 ntfs_fuse_inode_lookup(fuse_ino_t parent, const char *name) in ntfs_fuse_inode_lookup() argument
385 inum = ntfs_inode_lookup_by_mbsname(dir_ni, name); in ntfs_fuse_inode_lookup()
1028 const char *name) in ntfs_fuse_lookup()
1036 if (strlen(name) < 256) { in ntfs_fuse_lookup()
1052 name); in ntfs_fuse_lookup()
1230 const ntfschar *name, const int name_len, const int name_type, in ntfs_fuse_filler()
1244 if ((filenamelen = ntfs_ucstombs(name, name_len, &filename, 0)) < 0) { in ntfs_fuse_filler()
1320 * Effectively the maximum length of a file name is MAXNAMELEN - in ntfs_fuse_filler()
2339 static int ntfs_fuse_create(fuse_req_t req, fuse_ino_t parent, const char *name, in ntfs_fuse_create() argument
1027 ntfs_fuse_lookup(fuse_req_t req, fuse_ino_t parent, const char *name) ntfs_fuse_lookup() argument
1229 ntfs_fuse_filler(ntfs_fuse_fill_context_t *fill_ctx, const ntfschar *name, const int name_len, const int name_type, const s64 pos __attribute__((unused)), const MFT_REF mref, const unsigned dt_type __attribute__((unused))) ntfs_fuse_filler() argument
2539 ntfs_fuse_create_file(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, struct fuse_file_info *fi) ntfs_fuse_create_file() argument
2554 ntfs_fuse_mknod(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev) ntfs_fuse_mknod() argument
2568 ntfs_fuse_symlink(fuse_req_t req, const char *target, fuse_ino_t parent, const char *name) ntfs_fuse_symlink() argument
2687 ntfs_fuse_rm(fuse_req_t req, fuse_ino_t parent, const char *name, enum RM_TYPES rm_type __attribute__((unused))) ntfs_fuse_rm() argument
2883 ntfs_fuse_unlink(fuse_req_t req, fuse_ino_t parent, const char *name) ntfs_fuse_unlink() argument
2895 ntfs_fuse_safe_rename(fuse_req_t req, fuse_ino_t ino, fuse_ino_t parent, const char *name, fuse_ino_t xino, fuse_ino_t newparent, const char *newname, const char *tmp) ntfs_fuse_safe_rename() argument
2947 ntfs_fuse_rename_existing_dest(fuse_req_t req, fuse_ino_t ino, fuse_ino_t parent, const char *name, fuse_ino_t xino, fuse_ino_t newparent, const char *newname) ntfs_fuse_rename_existing_dest() argument
3008 ntfs_fuse_rename(fuse_req_t req, fuse_ino_t parent, const char *name, fuse_ino_t newparent, const char *newname) ntfs_fuse_rename() argument
3153 ntfs_fuse_mkdir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode) ntfs_fuse_mkdir() argument
3167 ntfs_fuse_rmdir(fuse_req_t req, fuse_ino_t parent, const char *name) ntfs_fuse_rmdir() argument
3390 xattr_namespace(const char *name) xattr_namespace() argument
3421 fix_xattr_prefix(const char *name, int namespace, ntfschar **lename) fix_xattr_prefix() argument
3530 ntfs_fuse_getxattr(fuse_req_t req, fuse_ino_t ino, const char *name, size_t size, uint32_t position) global() argument
3709 ntfs_fuse_setxattr(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value, size_t size, int flags, uint32_t position) global() argument
3971 ntfs_fuse_removexattr(fuse_req_t req, fuse_ino_t ino, const char *name) global() argument
[all...]
/third_party/backends/backend/
H A Dhp4200.c2277 find_device (SANE_String_Const name) in find_device() argument
2286 if (strcmp (dev->dev.name, name) == 0) in find_device()
2295 add_device (SANE_String_Const name, HP4200_Device ** argpd) in add_device() argument
2302 DBG (DBG_proc, "%s(%s)\n", me, name); in add_device()
2305 if ((pd = find_device (name))) in add_device()
2314 if ((status = sanei_usb_open (name, &fd)) != SANE_STATUS_GOOD) in add_device()
2316 DBG (DBG_error, "%s: open(%s) failed: %s\n", me, name, in add_device()
2332 pd->dev.name = strdup (name); in add_device()
2356 attach(SANE_String_Const name) attach() argument
2624 sane_open(SANE_String_Const name, SANE_Handle * h) sane_open() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp225 const char* name = (*it).c_str(); in getUniformLocations() local
226 glw::GLint location = m_gl.getUniformLocation(getProgram(), name); in getUniformLocations()
230 locations[name] = location; in getUniformLocations()
437 LayoutBindingBaseCase(Context& context, const char* name, const char* description, StageType stage,
470 char const* name; member
853 virtual String buildBlockName(const String& /*name*/) in buildBlockName()
858 virtual String buildBlock(const String& /*name*/, const String& /*type*/ = String("float")) in buildBlock()
1078 LayoutBindingBaseCase::LayoutBindingBaseCase(Context& context, const char* name, const char* description, in LayoutBindingBaseCase() argument
1081 : TestCase(context, name, description) in LayoutBindingBaseCase()
1127 log << tcu::TestLog::Section((*it).name, (*i in iterate()
2024 SamplerLayoutBindingCase(Context& context, const char* name, const char* description, StageType stage, LayoutBindingParameters& samplerType, glu::GLSLVersion glslVersion) SamplerLayoutBindingCase() argument
2178 ImageLayoutBindingCase(Context& context, const char* name, const char* description, StageType stage, LayoutBindingParameters& samplerType, glu::GLSLVersion glslVersion) ImageLayoutBindingCase() argument
2922 AtomicCounterLayoutBindingCase(Context& context, const char* name, const char* description, StageType stage, LayoutBindingParameters& samplerType, glu::GLSLVersion glslVersion) AtomicCounterLayoutBindingCase() argument
3008 buildBlockName(const String& name) buildBlockName() argument
3015 buildBlock(const String& name, const String& type) buildBlock() argument
3020 s << type << " " << name << "_a; "; buildBlock() local
3021 s << type << " " << name << "_b; "; buildBlock() local
3108 UniformBlocksLayoutBindingCase(Context& context, const char* name, const char* description, StageType stage, LayoutBindingParameters& samplerType, glu::GLSLVersion glslVersion) UniformBlocksLayoutBindingCase() argument
3217 buildBlockName(const String& name) buildBlockName() argument
3223 buildBlock(const String& name, const String& type) buildBlock() argument
3227 s << type << " " << name << "_a[2];\\n"; buildBlock() local
3327 ShaderStorageBufferLayoutBindingCase(Context& context, const char* name, const char* description, StageType stage, LayoutBindingParameters& samplerType, glu::GLSLVersion glslVersion) ShaderStorageBufferLayoutBindingCase() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H A Dosal_list.h37 #define OSAL_LIST_HEAD_INIT(name) \
39 &(name), &(name) \
42 #define OSAL_LIST_HEAD(name) \
43 struct osal_list_head name = OSAL_LIST_HEAD_INIT(name)
376 * @member: the name of the list_struct within the struct.
385 * @member: the name of the list_struct within the struct.
444 * @member: the name of the list_struct within the struct.
455 * @member: the name o
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dosal_list.h34 #define OSAL_LIST_HEAD_INIT(name) \
36 &(name), &(name) \
39 #define OSAL_LIST_HEAD(name) \
40 struct osal_list_head name = OSAL_LIST_HEAD_INIT(name)
373 * @member: the name of the list_struct within the struct.
382 * @member: the name of the list_struct within the struct.
441 * @member: the name of the list_struct within the struct.
452 * @member: the name o
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dosal_list.h33 #define OSAL_LIST_HEAD_INIT(name) \
35 &(name), &(name) \
38 #define OSAL_LIST_HEAD(name) \
39 struct osal_list_head name = OSAL_LIST_HEAD_INIT(name)
372 * @member: the name of the list_struct within the struct.
381 * @member: the name of the list_struct within the struct.
440 * @member: the name of the list_struct within the struct.
451 * @member: the name o
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dosal_list.h36 #define OSAL_LIST_HEAD_INIT(name) \
38 &(name), &(name) \
41 #define OSAL_LIST_HEAD(name) \
42 struct osal_list_head name = OSAL_LIST_HEAD_INIT(name)
371 * @member: the name of the list_struct within the struct.
380 * @member: the name of the list_struct within the struct.
439 * @member: the name of the list_struct within the struct.
450 * @member: the name o
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dhevcdsp_init_neon.c72 #define PUT_PIXELS(name) \
73 void name(int16_t *dst, uint8_t *src, \
99 #define QPEL_FUNC(name) \
100 void name(int16_t *dst, ptrdiff_t dststride, uint8_t *src, ptrdiff_t srcstride, \
120 #define QPEL_FUNC_UW_PIX(name) \
121 void name(uint8_t *dst, ptrdiff_t dststride, uint8_t *_src, ptrdiff_t _srcstride, \
132 #define QPEL_FUNC_UW(name) \
133 void name(uint8_t *dst, ptrdiff_t dststride, uint8_t *_src, ptrdiff_t _srcstride, \
/third_party/ffmpeg/libavfilter/
H A Dvf_displace.c317 ctx->input_pads[0].name, srclink->w, srclink->h, in config_output()
318 ctx->input_pads[1].name, xlink->w, xlink->h, in config_output()
319 ctx->input_pads[2].name, ylink->w, ylink->h); in config_output()
369 .name = "source",
374 .name = "xmap",
378 .name = "ymap",
385 .name = "default",
392 .name = "displace",

Completed in 22 milliseconds

1...<<241242243244245246247248249250>>...756