Searched refs:attr (Results 26 - 50 of 1281) sorted by relevance

1234567891011>>

/external/elfutils/0.153/libdw/
H A Ddwarf_formflag.c60 dwarf_formflag (attr, return_bool)
61 Dwarf_Attribute *attr;
64 if (attr == NULL)
67 if (attr->form == DW_FORM_flag_present)
73 if (unlikely (attr->form != DW_FORM_flag))
79 *return_bool = *attr->valp != 0;
H A Ddwarf_formsdata.c60 dwarf_formsdata (attr, return_sval)
61 Dwarf_Attribute *attr;
64 if (attr == NULL)
69 switch (attr->form)
72 *return_sval = *attr->valp;
76 *return_sval = read_2ubyte_unaligned (attr->cu->dbg, attr->valp);
80 *return_sval = read_4ubyte_unaligned (attr->cu->dbg, attr->valp);
84 *return_sval = read_8ubyte_unaligned (attr
[all...]
H A Ddwarf_attr_integrate.c65 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, search_name, result); local
66 if (attr != NULL)
67 return attr;
69 attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin, result);
70 if (attr == NULL)
71 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, result);
72 if (attr == NULL)
75 die = INTUSE(dwarf_formref_die) (attr, &die_mem);
H A Ddwarf_formudata.c59 __libdw_formptr (Dwarf_Attribute *attr, int sec_index, argument
63 if (attr == NULL)
66 const Elf_Data *d = attr->cu->dbg->sectiondata[sec_index];
74 if (attr->form == DW_FORM_sec_offset)
76 if (__libdw_read_offset (attr->cu->dbg, cu_sec_idx (attr->cu), attr->valp,
77 attr->cu->offset_size, &offset, sec_index, 0))
80 else if (attr->cu->version > 3)
83 switch (attr
[all...]
/external/valgrind/main/drd/tests/
H A Dpth_mutex_reinit.c15 pthread_mutexattr_t attr; local
17 pthread_mutexattr_init(&attr);
18 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_NORMAL);
19 pthread_mutex_init(&m, &attr);
20 pthread_mutexattr_destroy(&attr);
24 pthread_mutexattr_init(&attr);
25 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
26 pthread_mutex_init(&m, &attr);
27 pthread_mutexattr_destroy(&attr);
H A Dpth_process_shared_mutex.c16 pthread_mutexattr_t attr; local
18 pthread_mutexattr_init(&attr);
19 pthread_mutexattr_setpshared(&attr, PTHREAD_PROCESS_SHARED);
20 pthread_mutex_init(&mutex, &attr);
21 pthread_mutexattr_destroy(&attr);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_attr_getschedparam.c42 pthread_attr_getschedparam (const pthread_attr_t * attr, argument
45 if (ptw32_is_attr (attr) != 0 || param == NULL)
50 memcpy (param, &(*attr)->param, sizeof (*param));
H A Dpthread_attr_getstackaddr.c46 pthread_attr_getstackaddr (const pthread_attr_t * attr, void **stackaddr) argument
51 * on which threads created with 'attr' will run.
54 * attr
63 * on which threads created with 'attr' will run.
76 * EINVAL 'attr' is invalid
84 if (ptw32_is_attr (attr) != 0)
89 *stackaddr = (*attr)->stackaddr;
H A Dpthread_attr_getstacksize.c46 pthread_attr_getstacksize (const pthread_attr_t * attr, size_t * stacksize) argument
51 * which threads created with 'attr' will run.
54 * attr
64 * which threads created with 'attr' will run.
77 * EINVAL 'attr' is invalid
85 if (ptw32_is_attr (attr) != 0)
91 *stacksize = (*attr)->stacksize;
H A Dpthread_attr_setdetachstate.c42 pthread_attr_setdetachstate (pthread_attr_t * attr, int detachstate) argument
47 * 'attr' will run detached.
50 * attr
66 * 'attr' will run detached.
73 * EINVAL 'attr' or 'detachstate' is invalid
78 if (ptw32_is_attr (attr) != 0)
89 (*attr)->detachstate = detachstate;
H A Dpthread_attr_setinheritsched.c42 pthread_attr_setinheritsched (pthread_attr_t * attr, int inheritsched) argument
44 if (ptw32_is_attr (attr) != 0)
55 (*attr)->inheritsched = inheritsched;
H A Dpthread_attr_setstacksize.c42 pthread_attr_setstacksize (pthread_attr_t * attr, size_t stacksize) argument
47 * which threads created with 'attr' will run.
50 * attr
59 * which threads created with 'attr' will run.
76 * EINVAL 'attr' is invalid or stacksize too
95 if (ptw32_is_attr (attr) != 0)
101 (*attr)->stacksize = stacksize;
H A Dpthread_attr_getschedpolicy.c42 pthread_attr_getschedpolicy (const pthread_attr_t * attr, int *policy) argument
44 if (ptw32_is_attr (attr) != 0 || policy == NULL)
H A Dpthread_attr_getscope.c46 pthread_attr_getscope (const pthread_attr_t * attr, int *contentionscope) argument
49 *contentionscope = (*attr)->contentionscope;
H A Dpthread_barrierattr_setpshared.c42 pthread_barrierattr_setpshared (pthread_barrierattr_t * attr, int pshared) argument
46 * Barriers created with 'attr' can be shared between
51 * attr
64 * Mutexes creatd with 'attr' can be shared between
78 * EINVAL 'attr' or pshared is invalid,
86 if ((attr != NULL && *attr != NULL) &&
110 (*attr)->pshared = pshared;
H A Dpthread_condattr_setpshared.c43 pthread_condattr_setpshared (pthread_condattr_t * attr, int pshared) argument
47 * Mutexes created with 'attr' can be shared between
52 * attr
65 * Mutexes creatd with 'attr' can be shared between
79 * EINVAL 'attr' or pshared is invalid,
87 if ((attr != NULL && *attr != NULL)
108 (*attr)->pshared = pshared;
H A Dpthread_mutexattr_setpshared.c42 pthread_mutexattr_setpshared (pthread_mutexattr_t * attr, int pshared) argument
46 * Mutexes created with 'attr' can be shared between
51 * attr
64 * Mutexes creatd with 'attr' can be shared between
78 * EINVAL 'attr' or pshared is invalid,
86 if ((attr != NULL && *attr != NULL) &&
110 (*attr)->pshared = pshared;
H A Dpthread_mutexattr_settype.c42 pthread_mutexattr_settype (pthread_mutexattr_t * attr, int kind) argument
53 * attr
116 * EINVAL 'attr' or 'type' is invalid,
123 if ((attr != NULL && *attr != NULL))
130 (*attr)->kind = kind;
H A Dpthread_rwlockattr_setpshared.c43 pthread_rwlockattr_setpshared (pthread_rwlockattr_t * attr, int pshared) argument
47 * Rwlocks created with 'attr' can be shared between
52 * attr
65 * Rwlocks creatd with 'attr' can be shared between
79 * EINVAL 'attr' or pshared is invalid,
87 if ((attr != NULL && *attr != NULL) &&
111 (*attr)->pshared = pshared;
/external/chromium_org/third_party/skia/include/svg/
H A DSkSVGAttribute.h27 #define SVG_ATTRIBUTE(attr) { #attr, SK_OFFSETOF(BASE_CLASS, f_##attr) }
30 #define SVG_ATTRIBUTE(attr) { #attr }
34 #define SVG_ADD_ATTRIBUTE(attr) \
35 if (f_##attr.size() > 0) \
36 parser._addAttributeLen(#attr, f_##attr.c_str(), f_##attr
[all...]
/external/skia/include/svg/
H A DSkSVGAttribute.h27 #define SVG_ATTRIBUTE(attr) { #attr, SK_OFFSETOF(BASE_CLASS, f_##attr) }
30 #define SVG_ATTRIBUTE(attr) { #attr }
34 #define SVG_ADD_ATTRIBUTE(attr) \
35 if (f_##attr.size() > 0) \
36 parser._addAttributeLen(#attr, f_##attr.c_str(), f_##attr
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_visual.c71 CGLPixelFormatAttribute attr[MAX_ATTR]; local
78 attr[numattr++] = kCGLPFAOpenGLProfile;
79 attr[numattr++] = kCGLOGLPVersion_3_2_Core;
86 attr[numattr++] = kCGLPFAOffScreen;
87 attr[numattr++] = kCGLPFAColorSize;
88 attr[numattr++] = 32;
93 attr[numattr++] = kCGLPFARendererID;
94 attr[numattr++] = kCGLRendererGenericFloatID;
101 attr[numattr++] = kCGLPFAAccelerated;
109 attr[numatt
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_visual.c71 CGLPixelFormatAttribute attr[MAX_ATTR]; local
78 attr[numattr++] = kCGLPFAOpenGLProfile;
79 attr[numattr++] = kCGLOGLPVersion_3_2_Core;
86 attr[numattr++] = kCGLPFAOffScreen;
87 attr[numattr++] = kCGLPFAColorSize;
88 attr[numattr++] = 32;
93 attr[numattr++] = kCGLPFARendererID;
94 attr[numattr++] = kCGLRendererGenericFloatID;
101 attr[numattr++] = kCGLPFAAccelerated;
109 attr[numatt
[all...]
/external/bison/lib/
H A Dspawnattr_destroy.c24 posix_spawnattr_destroy (posix_spawnattr_t *attr) argument
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcritical_section_posix.cc22 pthread_mutexattr_t attr; local
23 (void) pthread_mutexattr_init(&attr);
24 (void) pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
25 (void) pthread_mutex_init(&mutex_, &attr);

Completed in 1690 milliseconds

1234567891011>>